.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(235,235,235,0.3);background-image:url("https://images.assets-landingi.com/uc/d29bd56b-7377-4880-a4e6-0ebcc3d0ebdc/WallArtboard12x.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/fH39MX1D/transparente_logo_negro_y_amarillo_aol_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:1.3125rem;left:1.125rem;display:block; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.adaptive-delivery-prevent-bg, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyload, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyloading { background-image: none; }
#AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { background-color:#aef3e9;background-image:none;border-top:0.1875rem solid #0f0c11;border-left:0.1875rem solid #0f0c11;border-right:0.1875rem solid #0f0c11;border-bottom:0.1875rem solid #0f0c11;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#0f0c11;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.4375rem;left:57.3125rem;display:block; }
#aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1mO8O30ZfFlJwEvppLsm8XAw54K0UFX { color:#0f0c11;display:block;width:18.875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:9.125rem;left:55.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.5625rem;left:23.25rem;display:none; }
#WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ym4GlSUiEXTcKleGkqMx05VRSPacTSsP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:31.25rem;top:6.5361328125rem;left:0rem;overflow:hidden;display:block; }
#UrJ8E8snPG7CZyFoTz1cQdiyLfV48Tpi { color:#0f0c11;display:block;width:27.5rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:26.3486328125rem;left:1.3125rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DPJGwlKLr20JE1NbVz2FHpp8mbXzVS7x { 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:30.9375rem;width:27.5rem;top:8.375rem;left:31.25rem;overflow:hidden;display:block; }
#OvLtMIaQxEVDT1ZWaxs4ci5fIOwFlFGO { position:absolute;display:block;z-index:15013;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:7.6875rem;width:7.625rem;top:3.875rem;left:48.375rem;overflow:hidden;display:block; }
#dTAr9nyQmS0EihCJuH6AQxJMT50IVcEm { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:6.75rem;top:30.0361328125rem;left:62.5625rem;overflow:hidden;display:block; }
#CbBCvW12Mankfzx8TEVmK7CFZJR7UDnn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.125rem;top:22.9736328125rem;left:27.8125rem;overflow:hidden;display:block; }
#hcFI5e3Bnk5I28gFKRReRHtCoxEhNuuJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.5625rem;top:33.4375rem;left:10rem;overflow:hidden;display:block; }
#fCrMVcg7L6TXcmPFvIGzHEJD2mn0ltri { color:#0f0c11;display:block;width:17.3125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:21.9375rem;left:57.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PgL968Sx5KRQ7D84X6y7tSTo2JispELA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fee962;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; }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row .container { background-color: transparent; background-image: none; }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row .container > .video-iframe-container { display: none; }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row > .video-iframe-container { display: none; }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .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); }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row .container { border-width: 0; border-radius: 0; }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#AvgEZacBEI2IA5sLiy2UBTQaIwTgnpQK { color:#0f0c11;display:block;width:48.625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:14.625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#DP5q86Q915DiXodv2QabN3osh9i3mVBG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.625rem;left:13.1875rem; }
#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { color:#616060;display:block;width:31.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.06396484375rem;left:41.0625rem;height:15rem;font-style:normal;display:block; }
#pPcdRXGdIhb9LsIImCFNhti42st7e7PP { color:#0f0c11;display:block;width:33.6875rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:8.4375rem;left:41.0625rem;height:2.69970625rem;font-style:normal;display:block; }
#KdyL2Iu8M7TVyHVfxcKOIfyvU1CnTDhB { color:#12dfb6;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:6.5rem;left:41.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JM8yKmHoGqglAPCriEgzXvZbieOTDTfy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:6.75rem;top:27.06396484375rem;left:2.375rem;overflow:hidden;display:block; }
#ZT1CeNcoTTCLWEQQ9PCVw9I5OlgvGyvQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.4375rem;width:36.4375rem;top:6.5rem;left:0rem;display:block; }
#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 { position:relative;display:block; }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 { background-color: transparent; background-image: none; }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .row .container > .video-iframe-container { display: none; }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .row > .video-iframe-container { display: none; }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .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); }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 { border-width: 0; border-radius: 0; }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .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; }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.375rem;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; }#l4ZaP8s9LmQMZoWJJVAfo7Xp7EIriLXn { color:#0f0c11;display:block;width:17.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:7.18896484375rem;left:6.1875rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RyQi7c5emrHbLMtwJOhCmNRAXRLDSToB { color:#0f0c11;display:block;width:17.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.06396484375rem;left:8.0625rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E1RriqivZVV1D5lrxl5VO5GF1rTzJopv { color:#0f0c11;display:block;width:17.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:33.18896484375rem;left:28.65625rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VF8WaURKVzrSoBeMKkTIHtor1Lgeql08 { color:#0f0c11;display:block;width:18.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:7.1884765625rem;left:50rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#MkHFbXgoMCIlb7965KVZDDBK9d4btgEv { color:#0f0c11;display:block;width:18.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:22.0634765625rem;left:48rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#tH32OvzaZzZCqnJMaswmWzbvFCPmbvnp { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.5rem dotted #fea6e4;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;width:13.0625rem;top:16.75rem;left:14.25rem;display:block; }
#N2mcolrvndFC01LCHclUkHxrSv9EotTt { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.5rem dotted #fea6e4;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;width:14rem;top:16.75rem;left:47rem;display:block; }
#OlauADEQyAiTyF9TscMIpg8L37Tw5Jbu { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0;border-left:0.5rem dotted #fea6e4;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:10.625rem;width:0;top:10.96240234375rem;left:13.4375rem;display:block; }
#wAm1V8xGA5ZWOlUnySKK3HtZRwIVHDgn { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0;border-left:0.5rem dotted #fea6e4;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:10.625rem;width:0;top:10.96240234375rem;left:61.3125rem;display:block; }
#pRSvVSTtEWz2TmtC2LQ8F1zNpDDNNPme { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-left:0.5rem dotted #fea6e4;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:9.0625rem;width:0.125rem;top:23.75146484375rem;left:37.094879518073rem;display:block; }
#EgxfJB2SVNQo9ZWI7gcEAu6E82Kei3iX { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.5rem;top:33.18896484375rem;left:58.3125rem;overflow:hidden;display:block; }
#IFfRpBMyDkhhiPewBnZwg6kvt1aol0dK { position:absolute;display:block;z-index:15012;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:11.5625rem;width:19.125rem;top:11.21875rem;left:28.65625rem;overflow:hidden;display:block; }
#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 { position:relative;display:block; }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 { background-color: transparent; background-image: none; }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .row .container > .video-iframe-container { display: none; }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .row > .video-iframe-container { display: none; }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .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); }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 { border-width: 0; border-radius: 0; }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .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; }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;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; }#HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { color:#0f0c11;display:block;width:27.3125rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:5.17529296875rem;left:23.84375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 { position:relative;display:block; }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 { background-color: transparent; background-image: none; }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .row .container > .video-iframe-container { display: none; }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .row > .video-iframe-container { display: none; }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .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); }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 { border-width: 0; border-radius: 0; }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .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; }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;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; }#nNVUtlqJsneIbsNZaPI0Ul1IqEH0bBSX { color:#585858;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.25rem;left:3.96875rem;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#L7Q4f2m61nXzSE8ugKQuxgD4XcocR8Hm { position:absolute;display:block;z-index:15003;background-color:#b0f3e9;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.125rem;width:17.5rem;top:1.9375rem;left:0rem;display:block; }
#MtDoO145JB7wNUPJOcPUmnPVqCll7ANb { color:#0f0c11;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:8.25rem;left:1.875rem;height:1.6499rem;font-style:normal;display:block; }
#yVTkKAh7cPrz6emCi2AQFoO2tZueMSJo { color:rgba(15,12,17,0.7);display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.125rem;left:1.875rem;height:10.5rem;font-style:normal;display:block; }
#xxA41FERLLgB0Z2fV4660IV6ibNgUfIP { position:absolute;display:block;z-index:15007;background-color:#b0f3e9;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.125rem;width:17.5rem;top:1.875rem;left:19.125rem;display:block; }
#AgwMsOgJ1MTbVKyvZqe4vdO7PmLcNJww { color:rgba(15,12,17,0.7);display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.125rem;left:21rem;height:12rem;font-style:normal;display:block; }
#AJ62cDAz6AKRC0DgMMS7394AxZ0uu0ia { color:#0f0c11;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:8.25rem;left:21rem;height:1.6499rem;font-style:normal;display:block; }
#EAysS5mXR1qvIpLwRnvP4xw3Gm3hTIGo { position:absolute;display:block;z-index:15011;background-color:#b0f3e9;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.125rem;width:17.5rem;top:1.875rem;left:38.375rem;display:block; }
#Rw98BFg5hrDg4wtfoMkShcwcgNgoSlTt { color:rgba(15,12,17,0.7);display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:10.125rem;left:58.75rem;height:12rem;font-style:normal;display:block; }
#hKK7TuNDcGWch6u4JIVRqoQaDylu0WKt { color:#0f0c11;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:8.24951171875rem;left:58.75rem;height:1.6499rem;font-style:normal;display:block; }
#ZCTyOizysXTnsZExK5dVOuwxRoy3DK6a { position:absolute;display:block;z-index:15015;background-color:#b0f3e9;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.125rem;width:17.5rem;top:1.9375rem;left:57.5rem;display:block; }
#wEfcEx4T6IG3HbHTsm0nAxhiQIQTUhnM { color:rgba(15,12,17,0.7);display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:10.27392578125rem;left:40.25rem;height:9rem;font-style:normal;display:block; }
#gRrsomx11A6qtZel7xJatxOvgrcCJ32T { color:#0f0c11;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:8.24951171875rem;left:40.25rem;height:1.6499rem;font-style:normal;display:block; }
#h8lkmWtHBHunKGmLc5r2SrPXJ4SKwWdB { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.125rem;top:3.875rem;left:2rem;overflow:hidden;display:block; }
#f6EzWGMLrieEhTwTQoeo0fAGhZfu2Koh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.4375rem;top:3.875rem;left:21.0625rem;overflow:hidden;display:block; }
#O6dC8qrX2ZCCI0HJovK7W4nrDA8ivl3J { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.625rem;top:3.29296875rem;left:58.75rem;overflow:hidden;display:block; }
#zLMrEf0N2iA06GIwS8i94AM8wMGUu99a { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:3.875rem;left:40.25rem;overflow:hidden;display:block; }
#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { background-color: transparent; background-image: none; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container > .video-iframe-container { display: none; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row > .video-iframe-container { display: none; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .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); }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { border-width: 0; border-radius: 0; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#yob6Gt1z2EhQ8TfMwFqAhiSepGTnTpHJ { position:absolute;display:block;z-index:15017;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:6.8125rem;width:7.125rem;top:6.71875rem;left:55.375rem;overflow:hidden;display:block; }
#y5epT4eFpDwp5Wrgicm4BFTAnqIMDNlC { background-color:#f793e2;background-image:none;border-top:0.1875rem solid #0f0c11;border-left:0.1875rem solid #0f0c11;border-right:0.1875rem solid #0f0c11;border-bottom:0.1875rem solid #0f0c11;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#0f0c11;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.125rem;left:28.25rem;display:block; }
#S7TDKCm1ShXMXJFJf3qR7RXMJWva9NyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkU46ikxex94JHuxREZwuSy5V6wStKD1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fee962;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; }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row .container { background-color: transparent; background-image: none; }#gkU46ikxex94JHuxREZwuSy5V6wStKD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row .container > .video-iframe-container { display: none; }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row > .video-iframe-container { display: none; }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .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); }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row .container { border-width: 0; border-radius: 0; }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#pXVtTxO4I0tiVNkyBaDmr2WvfhTX74hp { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.875rem;width:6.875rem;top:7.9375rem;left:2.1875rem;overflow:hidden;display:block; }
#DiOd0CTSeN97zHSKfo2aMch4zmR9Ikzx { position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fee962;border-left:0.125rem solid #fee962;border-right:0.125rem solid #fee962;border-bottom:0.125rem solid #fee962;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.875rem;width:18.5rem;top:11.5rem;left:0rem;display:block; }
#zaTBVdS39XrFxeqzQB0477y1cNpCSrRP { color:#0f0c11;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:15.9375rem;left:2.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#uPQonI24vhvCQ9ZUA2eGM2VPzSRg8puy { color:#616060;display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15077;line-height:1.5;letter-spacing:0;top:18.25rem;left:2.1875rem;height:15rem;font-style:normal;display:block; }
#A9mCeq3caG5o3cINPVzM2tdE9DvN11N9 { color:#0f0c11;display:block;width:27.3125rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:4.125rem;left:23.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#plOx8qRmHEmgXiNWTSd0QKt0TeEPRlpD { position:absolute;display:block;z-index:15080;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fee962;border-left:0.125rem solid #fee962;border-right:0.125rem solid #fee962;border-bottom:0.125rem solid #fee962;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.8125rem;width:17.25rem;top:11.625rem;left:20.125rem;display:block; }
#nIfcTKl7TuSO4T4Maop6uq1afiaQ89Os { color:#0f0c11;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:16.0625rem;left:22.3125rem;height:1.70605625rem;font-style:normal;display:block; }
#bOD0PSIblrBCmvAc37cvDtomO2EmTuhH { color:#616060;display:block;width:14.3125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15081;line-height:1.5;letter-spacing:0;top:18.375rem;left:22.3125rem;height:15rem;font-style:normal;display:block; }
#wNoUZR5Xtno37yhAtadTq3L7hzNfKEmm { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.875rem;width:6.875rem;top:7.9375rem;left:22.3125rem;overflow:hidden;display:block; }
#bS3Cl1p2HPb9bO5HRfALLiCkXshhSooT { position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fee962;border-left:0.125rem solid #fee962;border-right:0.125rem solid #fee962;border-bottom:0.125rem solid #fee962;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.9375rem;width:17.3125rem;top:11.5rem;left:38.8125rem;display:block; }
#QLdETeWKtvXy0BK0boplP3FhJ4XNCmWW { color:#0f0c11;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:15.9375rem;left:41rem;height:1.70605625rem;font-style:normal;display:block; }
#b7OtZviIfbT7nTlWHXWZSnZToKaD906z { color:#616060;display:block;width:14rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15085;line-height:1.5;letter-spacing:0;top:18.25rem;left:41rem;height:15rem;font-style:normal;display:block; }
#yp0CSXE9lUtbcMwPlt5Cr5GpHkSG7N3C { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.875rem;width:6.875rem;top:7.9375rem;left:41rem;overflow:hidden;display:block; }
#XPA8o45Xh2Gw36UBlFXfvhNEiQXcHoe5 { position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fee962;border-left:0.125rem solid #fee962;border-right:0.125rem solid #fee962;border-bottom:0.125rem solid #fee962;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.9375rem;width:17.3125rem;top:11.625rem;left:57.4375rem;display:block; }
#bebD5b1Q7dHqNmr7VelProlOAx64kXTK { color:#0f0c11;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:15.9375rem;left:59.21875rem;height:1.70605625rem;font-style:normal;display:block; }
#qRAaQ2uwH7AscXrce9seHrnmi20dIApd { color:#616060;display:block;width:14.375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15086;line-height:1.5;letter-spacing:0;top:18.25rem;left:59.21875rem;height:15rem;font-style:normal;display:block; }
#z0lCZehI3dnZrbd7X7tFCFbc4gCvfUAK { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:6.875rem;width:6.875rem;top:7.71875rem;left:59.21875rem;overflow:hidden;display:block; }
#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row .container { background-color: transparent; background-image: none; }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row .container > .video-iframe-container { display: none; }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row > .video-iframe-container { display: none; }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .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); }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row .container { border-width: 0; border-radius: 0; }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#pn2rfTbsRLM9CkDZfoQdwNn82z1gT8VA { color:#0f0c11;display:block;width:27.3125rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:7.125rem;left:23.84375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CwNkhcPJ3NctVThG9hT7h6KtaQlfM9Pu { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f6c8;border-left:0.125rem solid #00f6c8;border-right:0.125rem solid #00f6c8;border-bottom:0.125rem solid #00f6c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.3125rem;width:35.0625rem;top:11.75rem;left:1.0625rem;display:block; }
#N3EvK1TxsGrttFdXwP2IG3lhNOK61ZF0 { color:#616060;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.4375rem;left:3.5625rem;height:3rem;font-style:normal;display:block; }
#O5H5G5wnJayNvd8vJFyXB0dNifGfvFNT { color:#616060;display:block;width:16.625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:3.5625rem;height:1.70605625rem;font-style:normal;display:block; }
#QxXICgxAFzXGz5HZqkIx6MS5o2J8wfbi { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f6c8;border-left:0.125rem solid #00f6c8;border-right:0.125rem solid #00f6c8;border-bottom:0.125rem solid #00f6c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.3125rem;width:35.0625rem;top:21.4375rem;left:1.0625rem;display:block; }
#m5vka4fvL1hD4Fu4JuSDu6E7otXMEpa7 { color:#616060;display:block;width:18.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.75rem;left:3.5625rem;height:1.70605625rem;font-style:normal;display:block; }
#HhTZHlSbEz9wR9FhkDOizkflle6Dyytt { color:#616060;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:25.125rem;left:3.5625rem;height:4.5rem;font-style:normal;display:block; }
#taw9e3w5NERfyd7R0917nKddcFm1vv0E { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f6c8;border-left:0.125rem solid #00f6c8;border-right:0.125rem solid #00f6c8;border-bottom:0.125rem solid #00f6c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.3125rem;width:35.0625rem;top:31.5rem;left:1.0625rem;display:block; }
#Et0CsOg8dTzKHR8gzGT8mK26OfeIMu4B { color:#616060;display:block;width:20.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:32.875rem;left:3.5625rem;height:1.70605625rem;font-style:normal;display:block; }
#amiQXS5mdA9X2IaUFasoL4ZBnfFnU7Cz { color:#616060;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:35.1875rem;left:3.5625rem;height:4.5rem;font-style:normal;display:block; }
#JS0r4orivJVRWvDV939s3Zli3fH8uTxq { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f6c8;border-left:0.125rem solid #00f6c8;border-right:0.125rem solid #00f6c8;border-bottom:0.125rem solid #00f6c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.3125rem;width:35.0625rem;top:11.75rem;left:38.25rem;display:block; }
#aFa0Trsb3oJT3BFPZLB10FiOWPuZhSrF { color:#616060;display:block;width:25.0625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.125rem;left:40.75rem;height:1.70605625rem;font-style:normal;display:block; }
#fCREzRABaXlZEMh4q0uRI95mFQDEuZko { color:#616060;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15.4375rem;left:40.75rem;height:3rem;font-style:normal;display:block; }
#pRoVnSIemKHsAX2Z0Wa5KAh60HAbtZba { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f6c8;border-left:0.125rem solid #00f6c8;border-right:0.125rem solid #00f6c8;border-bottom:0.125rem solid #00f6c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.3125rem;width:35.0625rem;top:21.4375rem;left:38.25rem;display:block; }
#Ds43F4ktOl2ULd8bV5mpdUTAwe1CtJuk { color:#616060;display:block;width:20.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.75rem;left:40.75rem;height:1.70605625rem;font-style:normal;display:block; }
#t3Brlgln24AHA8412WGsrSqnoTVZfkfl { color:#616060;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:25.125rem;left:40.75rem;height:3rem;font-style:normal;display:block; }
#NKVz7oTWwwSEVQ34JKTFEIc8w0VFTxcI { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00f6c8;border-left:0.125rem solid #00f6c8;border-right:0.125rem solid #00f6c8;border-bottom:0.125rem solid #00f6c8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.3125rem;width:35.0625rem;top:31.5rem;left:38.25rem;display:block; }
#Ay1GrMvbBobC3R25fgTMpLUwbtAMKFIB { color:#616060;display:block;width:16.1875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:32.875rem;left:40.75rem;height:1.70605625rem;font-style:normal;display:block; }
#diDXO8FHaD9EUIgsi2maMbCV1THL7r4K { color:#616060;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:35.1875rem;left:40.75rem;height:3rem;font-style:normal;display:block; }
#MFSnzKn6gxmfNS1BCxH1hZqFbSXATTQc { position:absolute;display:block;z-index:15014;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:6.5rem;width:6.4375rem;top:3.38671875rem;left:6.5625rem;overflow:hidden;display:block; }
#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fea6e4;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; }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row .container { background-color: transparent; background-image: none; }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row .container > .video-iframe-container { display: none; }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row > .video-iframe-container { display: none; }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .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); }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row .container { border-width: 0; border-radius: 0; }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#KiP5M3aa7fNa1QFGQzeGllFl0crqyzbp { color:#0f0c11;display:block;width:48.625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:14.625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#qyN2T8408z9XprrMSrpyCETN1QH5c9tk { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.625rem;left:13.1875rem; }
#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d29bd56b-7377-4880-a4e6-0ebcc3d0ebdc/WallArtboard12x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.adaptive-delivery-prevent-bg, #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.lazyload, #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.lazyloading { background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,255,230,0.5); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,255,230,0.5); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { border-width: 0; border-radius: 0; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::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; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#hF5uf34yXzQ3fPD8PVqkSMRhqWPxbwLL { color:#0f0c11;display:block;width:29.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:30rem;left:6rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yiC9GPiKVbW02QeUqwDc7qnr7tWhWmRA { position:absolute;display:block;z-index:15013;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:20.25rem;width:33.5rem;top:8.875rem;left:4.6875rem;overflow:hidden;display:block; }
#XmqEWmSM0QUoKuSC51ivFk8TlkaigopE { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/fH39MX1D/transparente_logo_negro_y_amarillo_aol_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:1.75rem;left:6rem;display:block; }#XmqEWmSM0QUoKuSC51ivFk8TlkaigopE.adaptive-delivery-prevent-bg, #XmqEWmSM0QUoKuSC51ivFk8TlkaigopE.lazyload, #XmqEWmSM0QUoKuSC51ivFk8TlkaigopE.lazyloading { background-image: none; }
#oa7LAQIy5t2cHVW0Oc9dzStcPTXuZuTW { color:#0f0c11;display:block;width:17.75rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:11.0625rem;left:6rem;height:1.94970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kzWM8LyQObthxe5eyFyZHNmsl7rXnFnn { background-color:#fea6e4;background-image:none;border-top:0.1875rem solid #0f0c11;border-left:0.1875rem solid #0f0c11;border-right:0.1875rem solid #0f0c11;border-bottom:0.1875rem solid #0f0c11;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#0f0c11;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:21.1875rem;left:47.5rem;display:block; }
#gJT7yqFFyRipamOGSAlJDupCdGuAlrKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmkIfnpmoFD9JmZZ4E9bE5U5zpTMRpDD { background-color:#fdf100;background-image:none;border-top:0.1875rem solid #0f0c11;border-left:0.1875rem solid #0f0c11;border-right:0.1875rem solid #0f0c11;border-bottom:0.1875rem solid #0f0c11;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#0f0c11;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.0625rem;left:47.5rem;display:block; }
#KPRq93Qdi8FDWMFsw419I1ZOEocHakat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut { position:relative;display:block; }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut { background-color: transparent; background-image: none; }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .row .container > .video-iframe-container { display: none; }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .row > .video-iframe-container { display: none; }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .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); }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut { border-width: 0; border-radius: 0; }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .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; }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;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; }#Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { color:#0f0c11;display:block;width:35.625rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hBDvb5spyR46l2Rh0mw34prUXPamK3ZF { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fee962;border-left:0.125rem solid #fee962;border-right:0.125rem solid #fee962;border-bottom:0.125rem solid #fee962;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.3125rem;width:35.375rem;top:7.4375rem;left:0rem;display:block; }
#PdkQRNpWuoaTdxbDQexxCUNQqrmqbG9w { color:#616060;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:11.5625rem;left:2.3125rem;height:4.5rem;font-style:normal;display:block; }
#NA6bzqkT3zPNmHn7KGhQr7NccOLyHlyP { 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:1rem;width:6.25rem;top:9.0625rem;left:27.375rem;overflow:hidden;display:block; }
#huDAvqh1tciNUoSTPI3dbKxpWDWy4982 { color:#616060;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.3125rem;height:1.70605625rem;font-style:normal;display:block; }
#PCU2470TTfGGRb3fGTuMxCHBGn7QTieI { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid #fee962;border-left:0.125rem solid #fee962;border-right:0.125rem solid #fee962;border-bottom:0.125rem solid #fee962;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.0625rem;width:35.3125rem;top:19.25rem;left:0rem;display:block; }
#wZoab3uZPdZgVMErCtAZqV89STieiQpB { color:#616060;display:block;width:31.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:23.375rem;left:2.3125rem;height:3rem;font-style:normal;display:block; }
#eM3XumTKhsTz0fB3CEisqhMesUD3W9ch { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.25rem;top:20.875rem;left:27.5625rem;overflow:hidden;display:block; }
#OWB7RLhaMyo8yWo4UM84TEfBCaQp8Tgs { color:#616060;display:block;width:13.1875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.875rem;left:2.3125rem;height:1.70605625rem;font-style:normal;display:block; }
#MIBP6ng6V9DoObFm0uaxmDTI1ntQ6Ts6 { color:#616060;display:block;width:31.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:33.75rem;left:2.3125rem;height:4.5rem;font-style:normal;display:block; }
#Ak95Jw08x61WeKs5WAABd2U8khh9Loxo { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.125rem solid #fee962;border-left:0.125rem solid #fee962;border-right:0.125rem solid #fee962;border-bottom:0.125rem solid #fee962;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.875rem;width:35.3125rem;top:29.8125rem;left:0rem;display:block; }
#rIcWvHZlUG48M05zk8UGEunHbPDcOqF1 { position:absolute;display:block;z-index:15016;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:1rem;width:6.25rem;top:31.0625rem;left:27.5625rem;overflow:hidden;display:block; }
#vAeuE9uzH3NJLSiRZe0u3KQrrSGnkQCT { color:#616060;display:block;width:13.25rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31.125rem;left:2.3125rem;height:1.70605625rem;font-style:normal;display:block; }
#GZIv6PTx1yLHdcWP2FOCocT8NeMb6Z4f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:28rem;top:9.53125rem;left:42.25rem;overflow:hidden;display:block; }
#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { background-color: transparent; background-image: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .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); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { border-width: 0; border-radius: 0; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { color:#616060;display:block;width:26.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:12.9375rem;left:40.8125rem;height:12.599125rem;font-style:normal;display:block; }
#xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { color:#12dfb6;display:block;width:32.75rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.75rem;left:40.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { color:#0f0c11;display:block;width:29.75rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.8125rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m9nzlohq3d9Gu0z5nCBgw2PlNIQH7xVS { position:absolute;display:block;z-index:15009;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:25.5rem;width:21rem;top:3.90625rem;left:8.25rem;overflow:hidden;display:block; }
#wLWJ9agHD42slppAbPL1RG1EevNBpc45 { border-top:0.0625rem solid #c1c1c1;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { background-color: transparent; background-image: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .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); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { border-width: 0; border-radius: 0; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:24.0625rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { width:8.875rem;height:8.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:17.125rem;height:3.4375rem;top:17.4375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #R1mO8O30ZfFlJwEvppLsm8XAw54K0UFX { width:18.875rem;height:;top:9.125rem;left:28.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { width:11.625rem;height:3.4375rem;top:30.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block; }
 }@media only screen and (max-width: 763px) { #ym4GlSUiEXTcKleGkqMx05VRSPacTSsP { width:31.25rem;height:18.9375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrJ8E8snPG7CZyFoTz1cQdiyLfV48Tpi { width:27.5rem;height:;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPJGwlKLr20JE1NbVz2FHpp8mbXzVS7x { width:27.5rem;height:30.9375rem;top:8.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvLtMIaQxEVDT1ZWaxs4ci5fIOwFlFGO { width:7.625rem;height:7.6875rem;top:3.875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTAr9nyQmS0EihCJuH6AQxJMT50IVcEm { width:6.75rem;height:8.25rem;top:30rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbBCvW12Mankfzx8TEVmK7CFZJR7UDnn { width:4.125rem;height:3.4375rem;top:22.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcFI5e3Bnk5I28gFKRReRHtCoxEhNuuJ { width:5.5625rem;height:5.3125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCrMVcg7L6TXcmPFvIGzHEJD2mn0ltri { width:17.3125rem;height:;top:21.9375rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgL968Sx5KRQ7D84X6y7tSTo2JispELA { display:block; }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvgEZacBEI2IA5sLiy2UBTQaIwTgnpQK { width:47.75rem;height:1.6875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP5q86Q915DiXodv2QabN3osh9i3mVBG { width:1.5625rem;height:1.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:31.875rem;height:15rem;top:12.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPcdRXGdIhb9LsIImCFNhti42st7e7PP { width:33.6875rem;height:2.6875rem;top:8.4375rem;left:14.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdyL2Iu8M7TVyHVfxcKOIfyvU1CnTDhB { width:21.375rem;height:;top:6.5rem;left:26.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM8yKmHoGqglAPCriEgzXvZbieOTDTfy { width:6.75rem;height:8.25rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT1CeNcoTTCLWEQQ9PCVw9I5OlgvGyvQ { width:36.4375rem;height:20.4375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 { display:block; }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ZaP8s9LmQMZoWJJVAfo7Xp7EIriLXn { width:17.6875rem;height:3.125rem;top:7.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyQi7c5emrHbLMtwJOhCmNRAXRLDSToB { width:17.6875rem;height:3.125rem;top:22.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1RriqivZVV1D5lrxl5VO5GF1rTzJopv { width:17.6875rem;height:3.125rem;top:33.1875rem;left:15.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF8WaURKVzrSoBeMKkTIHtor1Lgeql08 { width:18.6875rem;height:3.125rem;top:7.1875rem;left:29.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkHFbXgoMCIlb7965KVZDDBK9d4btgEv { width:18.8125rem;height:4.75rem;top:22.0625rem;left:28.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH32OvzaZzZCqnJMaswmWzbvFCPmbvnp { width:13.0625rem;height:0;top:16.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2mcolrvndFC01LCHclUkHxrSv9EotTt { width:14rem;height:0;top:16.75rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlauADEQyAiTyF9TscMIpg8L37Tw5Jbu { width:0;height:10.625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAm1V8xGA5ZWOlUnySKK3HtZRwIVHDgn { width:0;height:10.625rem;top:10.9375rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSvVSTtEWz2TmtC2LQ8F1zNpDDNNPme { width:0.125rem;height:9.0625rem;top:23.75rem;left:23.469879518072rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgxfJB2SVNQo9ZWI7gcEAu6E82Kei3iX { width:6.5rem;height:5.375rem;top:33.1875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFfRpBMyDkhhiPewBnZwg6kvt1aol0dK { width:19.125rem;height:11.5625rem;top:11.1875rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 { display:block; }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:27.3125rem;height:2.6875rem;top:5.125rem;left:10.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTK1TnVhebdp34Q16S7oah75xRWNxxq9 { display:block; }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNVUtlqJsneIbsNZaPI0Ul1IqEH0bBSX { width:9.125rem;height:3.25rem;top:16.875rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L7Q4f2m61nXzSE8ugKQuxgD4XcocR8Hm { width:17.5rem;height:23.125rem;top:1.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtDoO145JB7wNUPJOcPUmnPVqCll7ANb { width:13.25rem;height:1.625rem;top:8.25rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVTkKAh7cPrz6emCi2AQFoO2tZueMSJo { width:13.75rem;height:10.5rem;top:10.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxA41FERLLgB0Z2fV4660IV6ibNgUfIP { width:17.5rem;height:23.125rem;top:1.875rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgwMsOgJ1MTbVKyvZqe4vdO7PmLcNJww { width:13.75rem;height:12rem;top:10.125rem;left:10.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJ62cDAz6AKRC0DgMMS7394AxZ0uu0ia { width:13.25rem;height:1.625rem;top:8.25rem;left:10.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAysS5mXR1qvIpLwRnvP4xw3Gm3hTIGo { width:17.5rem;height:23.125rem;top:1.875rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rw98BFg5hrDg4wtfoMkShcwcgNgoSlTt { width:13.75rem;height:12rem;top:10.125rem;left:34rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKK7TuNDcGWch6u4JIVRqoQaDylu0WKt { width:13.25rem;height:1.625rem;top:8.1875rem;left:34.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCTyOizysXTnsZExK5dVOuwxRoy3DK6a { width:17.5rem;height:23.125rem;top:1.9375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEfcEx4T6IG3HbHTsm0nAxhiQIQTUhnM { width:13.75rem;height:9rem;top:10.25rem;left:22.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRrsomx11A6qtZel7xJatxOvgrcCJ32T { width:13.25rem;height:1.625rem;top:8.1875rem;left:22.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8lkmWtHBHunKGmLc5r2SrPXJ4SKwWdB { width:3.125rem;height:3.5625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6EzWGMLrieEhTwTQoeo0fAGhZfu2Koh { width:4.4375rem;height:3.5625rem;top:3.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dC8qrX2ZCCI0HJovK7W4nrDA8ivl3J { width:3.625rem;height:3.5625rem;top:3.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLMrEf0N2iA06GIwS8i94AM8wMGUu99a { width:3.5625rem;height:3.5625rem;top:3.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { display:block; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yob6Gt1z2EhQ8TfMwFqAhiSepGTnTpHJ { width:7.125rem;height:6.8125rem;top:6.6875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5epT4eFpDwp5Wrgicm4BFTAnqIMDNlC { width:18.5rem;height:3.4375rem;top:1.125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7TDKCm1ShXMXJFJf3qR7RXMJWva9NyU { display:block; }
 }@media only screen and (max-width: 763px) { #gkU46ikxex94JHuxREZwuSy5V6wStKD1 { display:block; }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXVtTxO4I0tiVNkyBaDmr2WvfhTX74hp { width:6.875rem;height:6.875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiOd0CTSeN97zHSKfo2aMch4zmR9Ikzx { width:18.5rem;height:22.875rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTBVdS39XrFxeqzQB0477y1cNpCSrRP { width:13.25rem;height:1.6875rem;top:15.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPQonI24vhvCQ9ZUA2eGM2VPzSRg8puy { width:14.0625rem;height:15rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9mCeq3caG5o3cINPVzM2tdE9DvN11N9 { width:27.3125rem;height:;top:4.125rem;left:10.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #plOx8qRmHEmgXiNWTSd0QKt0TeEPRlpD { width:17.25rem;height:22.8125rem;top:11.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIfcTKl7TuSO4T4Maop6uq1afiaQ89Os { width:13.25rem;height:1.6875rem;top:16.0625rem;left:8.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOD0PSIblrBCmvAc37cvDtomO2EmTuhH { width:14.3125rem;height:15rem;top:18.375rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNoUZR5Xtno37yhAtadTq3L7hzNfKEmm { width:6.875rem;height:6.875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS3Cl1p2HPb9bO5HRfALLiCkXshhSooT { width:17.3125rem;height:22.9375rem;top:11.5rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdETeWKtvXy0BK0boplP3FhJ4XNCmWW { width:13.25rem;height:1.6875rem;top:15.9375rem;left:27.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7OtZviIfbT7nTlWHXWZSnZToKaD906z { width:14rem;height:15rem;top:18.25rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp0CSXE9lUtbcMwPlt5Cr5GpHkSG7N3C { width:6.875rem;height:6.875rem;top:7.9375rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPA8o45Xh2Gw36UBlFXfvhNEiQXcHoe5 { width:17.3125rem;height:22.9375rem;top:11.625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebD5b1Q7dHqNmr7VelProlOAx64kXTK { width:13.25rem;height:1.6875rem;top:15.9375rem;left:34.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRAaQ2uwH7AscXrce9seHrnmi20dIApd { width:14.375rem;height:15rem;top:18.25rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0lCZehI3dnZrbd7X7tFCFbc4gCvfUAK { width:6.875rem;height:6.875rem;top:7.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZDXVy6KJWs4ANTd5CAZODApCn8cXVB { display:block; }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pn2rfTbsRLM9CkDZfoQdwNn82z1gT8VA { width:27.3125rem;height:;top:7.125rem;left:10.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwNkhcPJ3NctVThG9hT7h6KtaQlfM9Pu { width:35.0625rem;height:8.3125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3EvK1TxsGrttFdXwP2IG3lhNOK61ZF0 { width:31.75rem;height:3rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5H5G5wnJayNvd8vJFyXB0dNifGfvFNT { width:16.625rem;height:1.6875rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxXICgxAFzXGz5HZqkIx6MS5o2J8wfbi { width:35.0625rem;height:8.3125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5vka4fvL1hD4Fu4JuSDu6E7otXMEpa7 { width:18.3125rem;height:1.6875rem;top:22.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhTZHlSbEz9wR9FhkDOizkflle6Dyytt { width:31.75rem;height:4.5rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taw9e3w5NERfyd7R0917nKddcFm1vv0E { width:35.0625rem;height:8.3125rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et0CsOg8dTzKHR8gzGT8mK26OfeIMu4B { width:20.25rem;height:1.6875rem;top:32.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #amiQXS5mdA9X2IaUFasoL4ZBnfFnU7Cz { width:31.75rem;height:4.5rem;top:35.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS0r4orivJVRWvDV939s3Zli3fH8uTxq { width:35.0625rem;height:8.3125rem;top:11.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFa0Trsb3oJT3BFPZLB10FiOWPuZhSrF { width:25.0625rem;height:1.6875rem;top:13.125rem;left:22.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCREzRABaXlZEMh4q0uRI95mFQDEuZko { width:31.75rem;height:3rem;top:15.4375rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRoVnSIemKHsAX2Z0Wa5KAh60HAbtZba { width:35.0625rem;height:8.3125rem;top:21.4375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds43F4ktOl2ULd8bV5mpdUTAwe1CtJuk { width:20.25rem;height:1.6875rem;top:22.75rem;left:27.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3Brlgln24AHA8412WGsrSqnoTVZfkfl { width:31.75rem;height:3rem;top:25.125rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKVz7oTWwwSEVQ34JKTFEIc8w0VFTxcI { width:35.0625rem;height:8.3125rem;top:31.5rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1GrMvbBobC3R25fgTMpLUwbtAMKFIB { width:16.1875rem;height:1.6875rem;top:32.875rem;left:27.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diDXO8FHaD9EUIgsi2maMbCV1THL7r4K { width:31.75rem;height:3rem;top:35.1875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFSnzKn6gxmfNS1BCxH1hZqFbSXATTQc { width:6.4375rem;height:6.5rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 { display:block; }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiP5M3aa7fNa1QFGQzeGllFl0crqyzbp { width:47.75rem;height:1.6875rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyN2T8408z9XprrMSrpyCETN1QH5c9tk { width:1.5625rem;height:1.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hF5uf34yXzQ3fPD8PVqkSMRhqWPxbwLL { width:29.375rem;height:;top:30rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiC9GPiKVbW02QeUqwDc7qnr7tWhWmRA { width:33.5rem;height:20.25rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmqEWmSM0QUoKuSC51ivFk8TlkaigopE { width:8.875rem;height:8.875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa7LAQIy5t2cHVW0Oc9dzStcPTXuZuTW { width:17.75rem;height:1.9375rem;top:11.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWM8LyQObthxe5eyFyZHNmsl7rXnFnn { width:18.9375rem;height:3.375rem;top:21.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJT7yqFFyRipamOGSAlJDupCdGuAlrKc { display:block; }
 }@media only screen and (max-width: 763px) { #WmkIfnpmoFD9JmZZ4E9bE5U5zpTMRpDD { width:18.9375rem;height:3.375rem;top:14.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPRq93Qdi8FDWMFsw419I1ZOEocHakat { display:block; }
 }@media only screen and (max-width: 763px) { #bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut { display:block; }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { width:35.625rem;height:2.875rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBDvb5spyR46l2Rh0mw34prUXPamK3ZF { width:35.375rem;height:10.3125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdkQRNpWuoaTdxbDQexxCUNQqrmqbG9w { width:31.75rem;height:4.5rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA6bzqkT3zPNmHn7KGhQr7NccOLyHlyP { width:6.25rem;height:1rem;top:9.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huDAvqh1tciNUoSTPI3dbKxpWDWy4982 { width:13.25rem;height:1.6875rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCU2470TTfGGRb3fGTuMxCHBGn7QTieI { width:35.3125rem;height:9.0625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZoab3uZPdZgVMErCtAZqV89STieiQpB { width:31.5625rem;height:3rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM3XumTKhsTz0fB3CEisqhMesUD3W9ch { width:6.25rem;height:1.0625rem;top:20.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWB7RLhaMyo8yWo4UM84TEfBCaQp8Tgs { width:13.1875rem;height:1.6875rem;top:20.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIBP6ng6V9DoObFm0uaxmDTI1ntQ6Ts6 { width:31.5625rem;height:4.5rem;top:33.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak95Jw08x61WeKs5WAABd2U8khh9Loxo { width:35.3125rem;height:9.875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIcWvHZlUG48M05zk8UGEunHbPDcOqF1 { width:6.25rem;height:1rem;top:31.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAeuE9uzH3NJLSiRZe0u3KQrrSGnkQCT { width:13.25rem;height:1.6875rem;top:31.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZIv6PTx1yLHdcWP2FOCocT8NeMb6Z4f { width:28rem;height:22.25rem;top:9.5rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:26.8125rem;height:12.5625rem;top:12.9375rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:32.75rem;height:1.625rem;top:10.75rem;left:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:29.75rem;height:2.875rem;top:7.8125rem;left:18rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9nzlohq3d9Gu0z5nCBgw2PlNIQH7xVS { width:21rem;height:25.5rem;top:3.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:26.8125rem;height:1.13720625rem;top:1.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:rgba(248,245,245,0.7);background-image:url("https://images.assets-landingi.com/uc/d29bd56b-7377-4880-a4e6-0ebcc3d0ebdc/WallArtboard12x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { width:6.5rem;height:6.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdcT2SKkQg2uV1Fv1xmer7cWGS3mvelh { width:16.5625rem;height:3.125rem;top:38rem;left:1.71875rem;font-size:1.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;background-color:#aef3e9;background-image:none;border-top:0.125rem solid #0f0c11;border-left:0.125rem solid #0f0c11;border-right:0.125rem solid #0f0c11;border-bottom:0.125rem solid #0f0c11;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aqeri3cZwNytleRw0Em8gaGuusI79ips { display:block; }
 }@media only screen and (max-width: 763px) { #R1mO8O30ZfFlJwEvppLsm8XAw54K0UFX { width:16.0625rem;height:4.048825rem;top:33.125rem;left:1.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0f0c11;line-height:1.2;font-weight:700;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #EXDAXOB2MNtfUFnIetV0KB76o635MzW5 { width:11.875rem;height:2.8125rem;top:34.3125rem;left:4.0625rem;font-size:0.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGKvNrqgDuZDI1OgFAgOVqpcwxwEn5gb { display:block; }
 }@media only screen and (max-width: 763px) { #ym4GlSUiEXTcKleGkqMx05VRSPacTSsP { width:16.75rem;height:10.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrJ8E8snPG7CZyFoTz1cQdiyLfV48Tpi { width:10.9375rem;height:4.048825rem;top:15rem;left:7.5rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#0f0c11;line-height:1.2;font-weight:700;font-style:italic;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #DPJGwlKLr20JE1NbVz2FHpp8mbXzVS7x { width:15.375rem;height:17.375rem;top:14.375rem;left:1.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #OvLtMIaQxEVDT1ZWaxs4ci5fIOwFlFGO { width:3.3125rem;height:3.375rem;top:44.46142578125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTAr9nyQmS0EihCJuH6AQxJMT50IVcEm { width:6.75rem;height:8.25rem;top:50.892578125rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbBCvW12Mankfzx8TEVmK7CFZJR7UDnn { width:2.3125rem;height:1.875rem;top:27.505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcFI5e3Bnk5I28gFKRReRHtCoxEhNuuJ { width:3.3125rem;height:3.125rem;top:20rem;left:16.585526315789rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCrMVcg7L6TXcmPFvIGzHEJD2mn0ltri { width:17.3125rem;height:3.59911875rem;top:42.0625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;color:#0f0c11;line-height:1.2;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #PgL968Sx5KRQ7D84X6y7tSTo2JispELA { display:block; }#PgL968Sx5KRQ7D84X6y7tSTo2JispELA > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvgEZacBEI2IA5sLiy2UBTQaIwTgnpQK { width:17.125rem;height:3.8994125rem;top:1.25rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DP5q86Q915DiXodv2QabN3osh9i3mVBG { display:flex;width:2.0625rem;height:2.0625rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:20rem;height:25.5rem;top:22.75rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;font-family:rubik;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pPcdRXGdIhb9LsIImCFNhti42st7e7PP { width:20rem;height:4.19921875rem;top:18.125rem;left:0rem;font-size:1.75rem;line-height:1.2;font-family:rubik;font-weight:400;font-style:normal;color:#0f0c11;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KdyL2Iu8M7TVyHVfxcKOIfyvU1CnTDhB { width:18.1875rem;height:1.57470625rem;top:16.4375rem;left:0rem;font-size:1.125rem;font-family:rubik;color:#58edd9;z-index:15013;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JM8yKmHoGqglAPCriEgzXvZbieOTDTfy { width:6.75rem;height:8.25rem;top:27.0625rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZT1CeNcoTTCLWEQQ9PCVw9I5OlgvGyvQ { height:11.21775rem;width:20rem;top:3.57666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 { display:block; }#xzG5V35Vq2S8M6XxHNTZQ6gEWR0KvuT8 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4ZaP8s9LmQMZoWJJVAfo7Xp7EIriLXn { width:6.25rem;height:5.9985375rem;top:3.9375rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #RyQi7c5emrHbLMtwJOhCmNRAXRLDSToB { width:17.6875rem;height:2.3994125rem;top:35.0478515625rem;left:1.15625rem;font-size:1rem;font-weight:400;font-style:normal;font-family:rubik;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1RriqivZVV1D5lrxl5VO5GF1rTzJopv { width:6.25rem;height:5.9985375rem;top:25.3125rem;left:13.75rem;font-size:1rem;font-weight:400;font-style:normal;font-family:rubik;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VF8WaURKVzrSoBeMKkTIHtor1Lgeql08 { width:6.75rem;height:5.9985375rem;top:3.9375rem;left:13.25rem;font-size:1rem;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #MkHFbXgoMCIlb7965KVZDDBK9d4btgEv { width:6.25rem;height:5.9985375rem;top:25.3125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;font-family:rubik;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tH32OvzaZzZCqnJMaswmWzbvFCPmbvnp { width:6.25rem;height:0;top:7.1240234375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2mcolrvndFC01LCHclUkHxrSv9EotTt { width:6.875rem;height:0;top:29.0615234375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlauADEQyAiTyF9TscMIpg8L37Tw5Jbu { width:0;height:9.0625rem;top:25.2978515625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAm1V8xGA5ZWOlUnySKK3HtZRwIVHDgn { width:0;height:3.125rem;top:7.1240234375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSvVSTtEWz2TmtC2LQ8F1zNpDDNNPme { width:0;height:5.3125rem;top:97.7207rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgxfJB2SVNQo9ZWI7gcEAu6E82Kei3iX { width:3.1875rem;height:2.5625rem;top:37.9375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFfRpBMyDkhhiPewBnZwg6kvt1aol0dK { width:19.125rem;height:11.5625rem;top:10.9365234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 { display:block; }#Q3AV96KMwL1zPfcOgLqaVISVygWmT2h6 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:16.1875rem;height:4.19921875rem;top:3.98828125rem;left:1.90625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-family:rubik;color:#0f0c11;display:block; }
 }@media only screen and (max-width: 763px) { #QTK1TnVhebdp34Q16S7oah75xRWNxxq9 { display:block; }#QTK1TnVhebdp34Q16S7oah75xRWNxxq9 > .row .container { width:20rem;height:91.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNVUtlqJsneIbsNZaPI0Ul1IqEH0bBSX { width:20rem;height:0;top:11.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #L7Q4f2m61nXzSE8ugKQuxgD4XcocR8Hm { width:17.5rem;height:20.5625rem;top:1.25rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MtDoO145JB7wNUPJOcPUmnPVqCll7ANb { width:13.25rem;height:1.57470625rem;top:7.5625rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yVTkKAh7cPrz6emCi2AQFoO2tZueMSJo { width:13.75rem;height:10.5rem;top:9.4375rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xxA41FERLLgB0Z2fV4660IV6ibNgUfIP { width:17.5rem;height:22.25rem;top:23.3125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AgwMsOgJ1MTbVKyvZqe4vdO7PmLcNJww { width:13.75rem;height:12rem;top:31.75rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #AJ62cDAz6AKRC0DgMMS7394AxZ0uu0ia { width:13.25rem;height:1.57470625rem;top:30.0625rem;left:3.125rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #EAysS5mXR1qvIpLwRnvP4xw3Gm3hTIGo { width:17.5rem;height:18.625rem;top:47.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Rw98BFg5hrDg4wtfoMkShcwcgNgoSlTt { width:13.75rem;height:12rem;top:76.8125rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hKK7TuNDcGWch6u4JIVRqoQaDylu0WKt { width:13.25rem;height:1.57470625rem;top:74.9375rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ZCTyOizysXTnsZExK5dVOuwxRoy3DK6a { width:17.5rem;height:22.4375rem;top:67.9375rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wEfcEx4T6IG3HbHTsm0nAxhiQIQTUhnM { width:13.75rem;height:9rem;top:55.6875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gRrsomx11A6qtZel7xJatxOvgrcCJ32T { width:13.25rem;height:1.57470625rem;top:53.8125rem;left:2.875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #h8lkmWtHBHunKGmLc5r2SrPXJ4SKwWdB { width:3.125rem;height:3.5625rem;top:3.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6EzWGMLrieEhTwTQoeo0fAGhZfu2Koh { width:4.4375rem;height:3.5625rem;top:25.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6dC8qrX2ZCCI0HJovK7W4nrDA8ivl3J { width:3.625rem;height:3.5625rem;top:70.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLMrEf0N2iA06GIwS8i94AM8wMGUu99a { width:3.5625rem;height:3.5625rem;top:49.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz { display:block; }#HdvDr6TVonMJC9KKZ67oXUrWeGTRqAnz > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yob6Gt1z2EhQ8TfMwFqAhiSepGTnTpHJ { width:4.125rem;height:3.9375rem;top:5.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5epT4eFpDwp5Wrgicm4BFTAnqIMDNlC { width:17.5rem;height:3.4375rem;top:0rem;left:1.25rem;font-size:1.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;background-color:#fd8be2;background-image:none;border-top:0.125rem solid #0f0c11;border-left:0.125rem solid #0f0c11;border-right:0.125rem solid #0f0c11;border-bottom:0.125rem solid #0f0c11;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S7TDKCm1ShXMXJFJf3qR7RXMJWva9NyU { display:block; }
 }@media only screen and (max-width: 763px) { #gkU46ikxex94JHuxREZwuSy5V6wStKD1 { display:block; }#gkU46ikxex94JHuxREZwuSy5V6wStKD1 > .row .container { width:20rem;height:113.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXVtTxO4I0tiVNkyBaDmr2WvfhTX74hp { width:6.875rem;height:7.125rem;top:10.75rem;left:2rem;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiOd0CTSeN97zHSKfo2aMch4zmR9Ikzx { width:19.75rem;height:19.125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaTBVdS39XrFxeqzQB0477y1cNpCSrRP { width:13.25rem;height:1.70605625rem;top:18.5625rem;left:2rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#0f0c11;display:block; }
 }@media only screen and (max-width: 763px) { #uPQonI24vhvCQ9ZUA2eGM2VPzSRg8puy { width:16rem;height:11.69825rem;top:20.625rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A9mCeq3caG5o3cINPVzM2tdE9DvN11N9 { width:20rem;height:4.19921875rem;top:5.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-family:rubik;color:#0f0c11;display:block; }
 }@media only screen and (max-width: 763px) { #plOx8qRmHEmgXiNWTSd0QKt0TeEPRlpD { width:19.75rem;height:19rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIfcTKl7TuSO4T4Maop6uq1afiaQ89Os { width:13.25rem;height:1.70605625rem;top:43.125rem;left:2.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#0f0c11;display:block; }
 }@media only screen and (max-width: 763px) { #bOD0PSIblrBCmvAc37cvDtomO2EmTuhH { width:16rem;height:10.3984375rem;top:45.4375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wNoUZR5Xtno37yhAtadTq3L7hzNfKEmm { width:6.875rem;height:6.875rem;top:35.5rem;left:2.125rem;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #bS3Cl1p2HPb9bO5HRfALLiCkXshhSooT { width:19.75rem;height:20rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdETeWKtvXy0BK0boplP3FhJ4XNCmWW { width:13.25rem;height:1.70605625rem;top:67rem;left:2.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#0f0c11;display:block; }
 }@media only screen and (max-width: 763px) { #b7OtZviIfbT7nTlWHXWZSnZToKaD906z { width:15.9375rem;height:11.69825rem;top:69.3125rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yp0CSXE9lUtbcMwPlt5Cr5GpHkSG7N3C { width:6.875rem;height:6.875rem;top:59.1875rem;left:2rem;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPA8o45Xh2Gw36UBlFXfvhNEiQXcHoe5 { width:19.75rem;height:19.5rem;top:89.2802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebD5b1Q7dHqNmr7VelProlOAx64kXTK { width:13.25rem;height:1.70605625rem;top:92.0625rem;left:2.96875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#0f0c11;display:block; }
 }@media only screen and (max-width: 763px) { #qRAaQ2uwH7AscXrce9seHrnmi20dIApd { width:14.375rem;height:12.9980625rem;top:94.375rem;left:2.96875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z0lCZehI3dnZrbd7X7tFCFbc4gCvfUAK { width:6.875rem;height:6.875rem;top:84.6357421875rem;left:2.75rem;overflow:hidden;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZDXVy6KJWs4ANTd5CAZODApCn8cXVB { display:block; }#naZDXVy6KJWs4ANTd5CAZODApCn8cXVB > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pn2rfTbsRLM9CkDZfoQdwNn82z1gT8VA { width:20rem;height:2.0996125rem;top:7.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-family:rubik;color:#0f0c11;display:block; }
 }@media only screen and (max-width: 763px) { #CwNkhcPJ3NctVThG9hT7h6KtaQlfM9Pu { width:19.75rem;height:8.3125rem;top:11.0371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3EvK1TxsGrttFdXwP2IG3lhNOK61ZF0 { width:16.25rem;height:6rem;top:13.849609375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O5H5G5wnJayNvd8vJFyXB0dNifGfvFNT { width:14.3125rem;height:1.625rem;top:12.287109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #QxXICgxAFzXGz5HZqkIx6MS5o2J8wfbi { width:19.75rem;height:11.625rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5vka4fvL1hD4Fu4JuSDu6E7otXMEpa7 { width:14.9375rem;height:1.625rem;top:34.6875rem;left:1.75rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #HhTZHlSbEz9wR9FhkDOizkflle6Dyytt { width:16.25rem;height:7.5rem;top:36.25rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #taw9e3w5NERfyd7R0917nKddcFm1vv0E { width:19.75rem;height:13.0625rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et0CsOg8dTzKHR8gzGT8mK26OfeIMu4B { width:16.25rem;height:3.25rem;top:60.875rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #amiQXS5mdA9X2IaUFasoL4ZBnfFnU7Cz { width:16.25rem;height:7.5rem;top:64.125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JS0r4orivJVRWvDV939s3Zli3fH8uTxq { width:19.75rem;height:11.8125rem;top:20.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFa0Trsb3oJT3BFPZLB10FiOWPuZhSrF { width:16.25rem;height:3.25rem;top:21.724609375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #fCREzRABaXlZEMh4q0uRI95mFQDEuZko { width:16.25rem;height:6rem;top:25.099609375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pRoVnSIemKHsAX2Z0Wa5KAh60HAbtZba { width:19.75rem;height:13.125rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds43F4ktOl2ULd8bV5mpdUTAwe1CtJuk { width:16.25rem;height:3.25rem;top:47.0625rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #t3Brlgln24AHA8412WGsrSqnoTVZfkfl { width:16.25rem;height:6rem;top:50.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NKVz7oTWwwSEVQ34JKTFEIc8w0VFTxcI { width:19.75rem;height:8.3125rem;top:73.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay1GrMvbBobC3R25fgTMpLUwbtAMKFIB { width:13.625rem;height:1.625rem;top:74.9375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #diDXO8FHaD9EUIgsi2maMbCV1THL7r4K { width:16.25rem;height:6rem;top:76.4375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MFSnzKn6gxmfNS1BCxH1hZqFbSXATTQc { width:4.375rem;height:4.4375rem;top:2.75rem;left:14.98095703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 { display:block; }#TggBUUWfLtm3xKZkZuP7O2TZ67JMTy98 > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiP5M3aa7fNa1QFGQzeGllFl0crqyzbp { width:17.1875rem;height:3.8994125rem;top:1.25rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyN2T8408z9XprrMSrpyCETN1QH5c9tk { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:0.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d29bd56b-7377-4880-a4e6-0ebcc3d0ebdc/WallArtboard12x.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.adaptive-delivery-prevent-bg, #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.lazyload, #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.lazyloading { background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(153,255,241,0.65); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(153,255,241,0.65); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hF5uf34yXzQ3fPD8PVqkSMRhqWPxbwLL { width:20rem;height:4.048825rem;top:17.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#0f0c11;line-height:1.2;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #yiC9GPiKVbW02QeUqwDc7qnr7tWhWmRA { width:18.25rem;height:10.875rem;top:6.25rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #XmqEWmSM0QUoKuSC51ivFk8TlkaigopE { width:6.9375rem;height:6.9375rem;top:0rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa7LAQIy5t2cHVW0Oc9dzStcPTXuZuTW { width:17.75rem;height:1.3496125rem;top:6.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#0f0c11;line-height:1.2;font-weight:700;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #kzWM8LyQObthxe5eyFyZHNmsl7rXnFnn { width:16.5625rem;height:3.125rem;top:23.6875rem;left:1.71875rem;font-size:1.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;background-color:#fea6e4;background-image:none;border-top:0.125rem solid #0f0c11;border-left:0.125rem solid #0f0c11;border-right:0.125rem solid #0f0c11;border-bottom:0.125rem solid #0f0c11;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gJT7yqFFyRipamOGSAlJDupCdGuAlrKc { display:block; }
 }@media only screen and (max-width: 763px) { #WmkIfnpmoFD9JmZZ4E9bE5U5zpTMRpDD { width:18.9375rem;height:3.375rem;top:28.4375rem;left:0.53125rem;font-size:1.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;background-color:#fdf100;background-image:none;border-top:0.125rem solid #0f0c11;border-left:0.125rem solid #0f0c11;border-right:0.125rem solid #0f0c11;border-bottom:0.125rem solid #0f0c11;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KPRq93Qdi8FDWMFsw419I1ZOEocHakat { display:block; }
 }@media only screen and (max-width: 763px) { #bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut { display:block; }#bVUQmyrOk0lEp8ieD4UxuBJxlR91Irut > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nf7aGzit0Vnr9mFy3Do3iqLpL3pQFOkm { width:18.25rem;height:2.0996125rem;top:4.125rem;left:0.875rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:rubik;color:#0f0c11;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hBDvb5spyR46l2Rh0mw34prUXPamK3ZF { width:20rem;height:14.5625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdkQRNpWuoaTdxbDQexxCUNQqrmqbG9w { width:15.9375rem;height:7.5rem;top:25.375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NA6bzqkT3zPNmHn7KGhQr7NccOLyHlyP { width:6.25rem;height:1rem;top:23.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huDAvqh1tciNUoSTPI3dbKxpWDWy4982 { width:12.125rem;height:1.625rem;top:33.5rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #PCU2470TTfGGRb3fGTuMxCHBGn7QTieI { width:20rem;height:11.4375rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZoab3uZPdZgVMErCtAZqV89STieiQpB { width:16.125rem;height:4.5rem;top:41.4375rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eM3XumTKhsTz0fB3CEisqhMesUD3W9ch { width:6.25rem;height:1.0625rem;top:39.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWB7RLhaMyo8yWo4UM84TEfBCaQp8Tgs { width:13.25rem;height:1.625rem;top:46.4375rem;left:2.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #MIBP6ng6V9DoObFm0uaxmDTI1ntQ6Ts6 { width:16.25rem;height:7.5rem;top:54.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ak95Jw08x61WeKs5WAABd2U8khh9Loxo { width:20rem;height:14.625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIcWvHZlUG48M05zk8UGEunHbPDcOqF1 { width:6.25rem;height:1rem;top:52.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAeuE9uzH3NJLSiRZe0u3KQrrSGnkQCT { width:13.1875rem;height:1.625rem;top:62.4375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-family:rubik;font-weight:400;font-style:normal;color:#616060;display:block; }
 }@media only screen and (max-width: 763px) { #GZIv6PTx1yLHdcWP2FOCocT8NeMb6Z4f { width:15.3125rem;height:12.125rem;top:7.3125rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:20rem;height:18.19875625rem;top:26rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:16.625rem;height:3.1494125rem;top:21.9375rem;left:0rem;font-size:1.125rem;font-family:rubik;color:#58edd9;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:16.625rem;height:2.3999rem;top:19.5625rem;left:0rem;font-size:2rem;font-family:rubik;line-height:1.2;color:#0f0c11;display:block; }
 }@media only screen and (max-width: 763px) { #m9nzlohq3d9Gu0z5nCBgw2PlNIQH7xVS { width:13.1875rem;height:16rem;top:1.82958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:20rem;height:1.13720625rem;top:2.025390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:rubik;display:block; }
 }