.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,246,246;--color-primary-1:247,225,225;--color-primary-2:239,195,195;--color-primary-3:120,98,98;--color-primary-4:36,29,29;--color-secondary-0:225,225,231;--color-secondary-1:224,203,253;--color-secondary-2:104,105,136;--color-secondary-3:62,63,82;--color-secondary-4:3,5,56;--color-tertiary-0:255,255,255;--color-tertiary-1:248,245,245;--color-tertiary-2:149,147,147;--color-tertiary-3:89,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;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); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(22,7,53,0.59);background-image:url("https://images.assets-landingi.com/uc/14232e38-4d6d-4e52-938c-8b8d73454824/ChatGPTImage18feb202618_23_07.png");background-position: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; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.adaptive-delivery-prevent-bg, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyload, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyloading { background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { background-color: transparent; background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .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); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { border-width: 0; border-radius: 0; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:41.0625rem;left:26.625rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:41.1875rem;left:24.4375rem; }
#RoB7ELuOq4S7z6T7ET2TqfQrh22MIzpn { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:46.375rem;top:3.4375rem;left:16.71875rem;overflow:hidden;display:block; }
#tAX4487rXWaBAtMWxfbTIKUcSKRF3veA { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:rubik;font-size:2.4375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.1875rem;left:25.6875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibuP9aVQz8JrBQQeNSG1ULRc8LTxSz8r { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:37.6875rem;left:18.5rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8UolHCZD41JPNByyTgrwGivitkh7lPK { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.5625rem;left:18.78125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMARCuuQusFIWN2Geq7elohgp71pG7pM { box-sizing:content-box;height:4.5rem;width:37.6875rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0.48);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:29.4375rem;left:21rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#X7oLR0Qg6dATNq7N9a1cGUM4vCDJ5Hx1 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:28.375rem;left:19.0625rem;overflow:hidden;display:block; }
#CeB9438B31ksAHgE0sTbDw2pnB8S85aG { background-color:#ffc94b;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:46.25rem;left:30.65625rem;display:block; }
#bRDW5vhiui0T0iM7GhtnbnmhAHi6FHTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shLbFLLtJuzmBQGmlvnDEHLvSqNBASl0 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:50.375rem;left:27.125rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(22,7,53,0.99);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; }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row .container { background-color: transparent; background-image: none; }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row .container > .video-iframe-container { display: none; }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row > .video-iframe-container { display: none; }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .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); }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row .container { border-width: 0; border-radius: 0; }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#Tx5o34dDfsInK1IA5Qnlokrhf8JbIDMb { position:absolute;display:block;z-index:15003;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:4.25rem;width:8.625rem;top:1.5rem;left:62.1875rem;overflow:hidden;display:block; }
#Rfbp7oqgNU84w9JTN8WPOkKIPmnURlHW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.5rem;top:1.8125rem;left:50.875rem;overflow:hidden;display:block; }
#U1gXlStVSGgHkK9qbQb7zoJTIbkDJDN6 { 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:4.4375rem;width:5.0625rem;top:1.4375rem;left:69.625rem;overflow:hidden;display:block; }
#T7QJ2vU0UrWGCFLeS7coIXdr651WhGKC { position:absolute;display:block;z-index:15010;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:7.5rem;top:1.875rem;left:57.4375rem;overflow:hidden;display:block; }
#phLXi8oNeSV6HNTpuzWxnQHShGBPLmwW { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:0.25rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e9HMFWxizXTiMQymd6H3Ifat1KS1C5A9 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.875rem;top:2.75rem;left:31.1875rem;overflow:hidden;display:block; }
#SuKU0fbhB3W3nHwe7I0rSqPQf1FAtEnL { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:2.875rem;left:36.8125rem;overflow:hidden;display:block; }
#TfT2xTn5yzVZaVtrKhGoAkSOdxRQ3LpN { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7rem;top:2.9375rem;left:6.8125rem;overflow:hidden;display:block; }
#nzngOkrLSWDLtcmFfKWRHizakTHSLqFQ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.4375rem;top:2.5rem;left:14.4375rem;overflow:hidden;display:block; }
#m0BWK3s6Naupcpx12isonT0TT025PK6V { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.4375rem;top:2.5rem;left:23.1875rem;overflow:hidden;display:block; }
#RFLbxR1XNNXkmpxer63Rof8xz9qdXF7h { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:2.4375rem;left:43.6875rem;overflow:hidden;display:block; }
#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#160735;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; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { background-color: transparent; background-image: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container > .video-iframe-container { display: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container { display: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .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); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { border-width: 0; border-radius: 0; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#y2r05W3STOOTGgugWnHysIKqy4xcBIhu { color:#ffffff;display:block;width:55.25rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:9.6875rem;left:9.875rem;height:17.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { color:#f6cdb2;display:block;width:72.1875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.4375rem;left:1.40625rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETJkp1dWE5QT2oKESaAPzOXKRKlAmOSs { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:35.5625rem;left:41.875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOTQq3nqu58WIRLWfQhNW7aH51GmsNaB { box-sizing:content-box;height:9.0625rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:32.8125rem;left:40.5rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#rsE9ahCUrQyxFnpHPma2TOJ7TX7wlnCV { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"opinion pro";font-size:3.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:34.125rem;left:11.625rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2S39EGtOVBnryN6o2xUwF0erRCkzECM { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#f7dccb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.75rem;left:57.4375rem;display:block; }
#yTUKHq6218an7NhiX7axz9cmkWlQBpF7 { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f7dccb;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.375rem;left:41.875rem;display:block; }
#NvGXAXd0XpScnGsGXvJBcemsfiFq57bp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.125rem;width:9.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:35.1875rem;left:29.5rem; }
#a8Be2PKTlqZT3lJe2u4fiHRZp6n6Zuo0 { background-color:#ffc94b;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:47.125rem;left:28.90625rem;display:block; }
#W1D3bCz3NWEOrw6TwN8emvwIBXbZlG2K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo { 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; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { background-color: transparent; background-image: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container > .video-iframe-container { display: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container { display: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .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); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { border-width: 0; border-radius: 0; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { font-size:0.875rem;font-family:arial;height:60.0625rem;width:75rem;position:relative;display:block; }#Rut96hrS3N4BU8ENNeyziB0Pk3dSEfvX { box-sizing:content-box;height:53.6875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#160735;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:0rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#azN1K5fPqHINIwaLBWTEysNDXBA3dung { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:37.5625rem;width:25rem;top:15.1875rem;left:5.0625rem;overflow:hidden;display:block; }
#zA23eu4fpyH5ZR4GQhuiQd8hFXmOm5k9 { color:#f6cdb2;display:block;width:61.25rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.375rem;left:6.875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w07NKGvv7v69whzRzgfTgvgaxbWgfODk { box-sizing:content-box;height:19.6875rem;width:18.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:15.4375rem;left:32.25rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#ho42ko2Z8quDziOrCgVLy9WzDv2dwfSJ { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:21.75rem;left:33.9375rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WdzekF3QMzv9yqFXZRwLl6548QApTQXX { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:17rem;left:33.8125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w5nR6JJb4UxdBb6qGIynZz8pwcNOWpBF { box-sizing:content-box;height:19.6875rem;width:18.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:15.4375rem;left:51.5625rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#Z3KQWmupgazk5GBL4f9dhWdhzUDnyJGl { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:21.75rem;left:53.4375rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTRHg71gMhC1TNaZTWXkEcZzraVwv4d0 { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:17rem;left:53.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZTpSuk9yfIiuJbmbhqFSeqNVlwqd18Z { box-sizing:content-box;height:16.4375rem;width:18.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:36.375rem;left:32.25rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#UitW5BycETs1gPXa5ImSei9Swby5fnU7 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:41.0625rem;left:34.0625rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WCyi95wQ6qFytwmlp0mDzDSgPnMe2wUN { color:#ffffff;display:block;width:16rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:38.375rem;left:34rem;height:1.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AI0wANtLzQbIidFM5sgp2VIe4WwpoBiA { box-sizing:content-box;height:16.4375rem;width:18.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:36.375rem;left:51.6875rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#Nxq293bV63u9fBbiqe2qCvRqaFGrtP13 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:41.0625rem;left:53.875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s4J5MDamgsrFivRqBJTfMOETXrWMtKxG { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:38.375rem;left:53.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w6egmAxVkXbiyesOi8VouWln0RdiMpIX { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:25rem;width:25rem;top:15.1875rem;left:5.0625rem;overflow:hidden;display:none; }
#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { background-color: transparent; background-image: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container > .video-iframe-container { display: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container { display: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .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); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { border-width: 0; border-radius: 0; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#nrzH6H8wfC6iyKkPaOdRSXQ7mh8EihoF { color:#070707;display:block;width:60.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.1875rem;left:7.3125rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uS6thbIZLWe47qiZngzhbTaxJaGKt817 { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:14.375rem;left:41.4375rem;height:22.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wVBHniFgKDPECMhboxyzSG6WQEQc2g3i { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:25.8125rem;top:10.75rem;left:9.6875rem;overflow:hidden;display:block; }
#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#160735;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; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container { background-color: transparent; background-image: none; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container > .video-iframe-container { display: none; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row > .video-iframe-container { display: none; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .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); }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container { border-width: 0; border-radius: 0; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#XvOOi4TyxQHyqLpKfmLnvB3dpAvwWKMN { color:#ffffff;display:block;width:63.125rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:8.9375rem;left:5.9375rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#w7hQXIUwd8EXhNhrgSOJ3NOmfqzhai1d { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.5625rem;left:29.4375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cbn9tWWvBOyzAAZOpaaoMeuPSxiEk4bl { color:#f6cdb2;display:block;width:65.125rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.75rem;left:4.9375rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHJAbf1PH5BbCB6ZWNNR8bhFGe3H2o0b { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-2),0.2) ;height:27.125rem;width:19.8125rem;top:26.875rem;left:49.5rem;display:block; }
#ysfGl87TVCKRb2CuEQvAZxMPcFZHXgyM { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:29.6875rem;left:53.0625rem;height:;font-style:normal;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:block; }
#aXMvnAPpnGSDGRHT5GizzC9IluQ1fRyh { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:13.8125rem;left:22.5625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#ibs8tMzBdETiu8Ay4NpaT0PqMz0qvXc8 { position:absolute;display:block;z-index:15037;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-2),0.2) ;height:3.5rem;width:34.8125rem;top:13rem;left:20.125rem;display:block; }
#FDiz4T715fumJVtIxqPOkC54tdLRapGa { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #782fca, #000000);background-image: -moz-linear-gradient(42deg, #782fca, #000000);background-image: -ms-linear-gradient(42deg, #782fca, #000000);background-image: -o-linear-gradient(42deg, #782fca, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#782fca', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#782fca', endColorstr='#000000' );";background-image: linear-gradient(42deg, #782fca, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:5.0625rem;width:16.4375rem;top:28.5rem;left:51.25rem;display:block; }
#NW6Te3L1Aa1MUbnFuDU61K8H6lgTSyH4 { color:#000000;display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:34.5rem;left:53.0625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdDV5n7ytv6EhXDxmLX2zJ9iv0aHylfl { color:#000000;display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:34.5rem;left:59.0625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QysBFGgUuyf9e5KLIf7WiG1Fd6WlbULc { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:39.625rem;left:53.375rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#p4kTJTbRJqRouyCT1xvxbusODpE29hmd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:39.5625rem;left:51.5625rem; }
#zb43dmZn0yvygddPKnWTgKPBE5Hbr6DO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:42.25rem;left:51.5625rem; }
#wsh19UTd5dLJ5KcO3pDN4yyxmTBInlss { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:44.375rem;left:51.5625rem; }
#tyvf1JldbaXXq7CUUgcX6DCVCxQo2TnM { background-color:#ffc94b;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:48.5rem;left:51.1875rem;display:block; }
#eSiuqmRNpvf4RWhK5ygFiGB8xTXtwCZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgIaCQmvk8hNmahZgM4BXhoWpDVNlaox { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-2),0.2) ;height:27.125rem;width:19.8125rem;top:26.875rem;left:27.6875rem;display:block; }
#rfTngkt9O3NWEmgz4t1koZ8fiHCzlfSx { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:39.625rem;left:31.5625rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#qgPZ9GXArM2n74SyeiNqKAx1kttQKoCd { background-color:#ffc94b;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:48.5rem;left:29.375rem;display:block; }
#rlZCGO2xvEnfXOz5T8i3C2NtTKVX1uF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xx1TrDsEqCbwrJCGgwJJk4yiZTGpOXsy { color:#000000;display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:34.5rem;left:31.25rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GiVafBewKnP4fBH6KSVtR24bi0T9zXXS { color:#000000;display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:34.5rem;left:37.25rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Prxy9TPF4nPpbyMfHJhS55PqpkUe9cFJ { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #0f7b74, #000000);background-image: -moz-linear-gradient(42deg, #0f7b74, #000000);background-image: -ms-linear-gradient(42deg, #0f7b74, #000000);background-image: -o-linear-gradient(42deg, #0f7b74, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7b74', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f7b74', endColorstr='#000000' );";background-image: linear-gradient(42deg, #0f7b74, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:5.0625rem;width:16.4375rem;top:28.5rem;left:29.4375rem;display:block; }
#F4lOVU6boHnx1SiT0TTBPwZu4vsgZSOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:39.5625rem;left:29.75rem; }
#amCT8s8gOqG6il0RHZkUKMXifELKTMZI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:42.5rem;left:29.75rem; }
#I4OeTx57BryznVNu1MaCze8lW18CBCqR { color:#ffffff;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:29.6875rem;left:31.125rem;height:;font-style:normal;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:block; }
#XoZ7xufIVZHW9MSFBkvheHmJhXbCG4cN { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-primary-2),0.2) ;height:27.125rem;width:19.8125rem;top:26.875rem;left:5.75rem;display:block; }
#a6esGNsz08EicWqNwkiKkz5Nh4v53ISS { background-color:#ffc94b;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:48.5rem;left:7.4375rem;display:block; }
#JHepatzARcbmsEgQB8yliHPckUvlVcJh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeCirQHQzT8o8h4vqFCO1WNKUPkmNs6F { color:#000000;display:block;width:9.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:39.8125rem;left:9.9375rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#xadKBytJGl4sr0pV26PzBoBIuGeymoo4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:39.5625rem;left:8.1875rem; }
#fih6sqKaAazK8mrSv2Q8KtIMbWO92T5h { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:34.5rem;left:10.625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAOFh2S4xSvszT3fsnLbSPnobo1x0UzG { color:#000000;display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:34.5rem;left:14.5rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLZWLUo1yttxeyTM7Ul8CJPEyi9DVWVG { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #0da6ed, #000000);background-image: -moz-linear-gradient(42deg, #0da6ed, #000000);background-image: -ms-linear-gradient(42deg, #0da6ed, #000000);background-image: -o-linear-gradient(42deg, #0da6ed, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0da6ed', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0da6ed', endColorstr='#000000' );";background-image: linear-gradient(42deg, #0da6ed, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:5.0625rem;width:16.4375rem;top:28.5rem;left:7.5rem;display:block; }
#MbtN0kDgzOWVs8ObrSPrreygxEfLVWIT { color:#ffffff;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:29.6875rem;left:9.25rem;height:;font-style:normal;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:block; }
#KzMXR2PbxsPJwFNZ5hgzVx2JMtsyvZdF { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.75rem;left:20.1875rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r7X65wEep41REEKzmu1lU582cA5b3B2e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.5625rem;left:18.125rem; }
#cpsFGQfrKO9SNPFINfZLiGm8q4SyB0b5 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.5625rem;left:16.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,205,178,0.38);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; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { background-color: transparent; background-image: none; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container > .video-iframe-container { display: none; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row > .video-iframe-container { display: none; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .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); }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { border-width: 0; border-radius: 0; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#MATNgwfu8lZxr6IZueskszrChXaW4nha { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:4.9375rem;left:14.59375rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ha7dPhhPQyonZZI5alFTi8yAFlLE71O6 { box-sizing:content-box;height:13.9375rem;width:0.125rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0.17);background-image:none;top:16.9375rem;left:36.5rem;display:block; }
#aOh9W3HJDDnN3izZFobzJ96G9e3wEuTy { color:#000000;display:block;width:23.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:19.4375rem;left:6.1875rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lyBELmDo74k06xzoiKafWxFFiRKcF810 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:16.75rem;left:6.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DusmKu8wdwqKQX81oFs61yTQNSWiHDKn { color:#000000;display:block;width:27.25rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:19.5625rem;left:43.125rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W3F7pqxCaT7B3ZFTVR2EoiqeWXdPf6kB { color:#000000;display:block;width:21.625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:16.875rem;left:43.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#buo6riURCrkQakEX87lCkgPeCZbUt389 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,205,178,0.38);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; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { background-color: transparent; background-image: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container > .video-iframe-container { display: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container { display: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .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); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { border-width: 0; border-radius: 0; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#aHA27avwvOTgtAh2pWTNzdaaTMtRqM2z { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.6875rem;left:5.75rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdblIG4kbays6XUIzfVeALeyhCqJ8KZl { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.875rem;left:29.15625rem;display:block; }
#WxzgpEPgB4w1Fz8ltxEiTKr2QWMH4mxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sv83ROTMzBhmsB4z7EdoM9Sup8ff339r { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3rem;left:5.75rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTo6BK6hwOOC2TrbeqSSwbJm73FJqXQ3 { box-sizing:content-box;height:14.875rem;width:14.375rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3eae512-8fda-4a16-8018-35f204f52cbe/VisuelsMantrasNEW3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.3125rem;left:59.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#VTo6BK6hwOOC2TrbeqSSwbJm73FJqXQ3.adaptive-delivery-prevent-bg, #VTo6BK6hwOOC2TrbeqSSwbJm73FJqXQ3.lazyload, #VTo6BK6hwOOC2TrbeqSSwbJm73FJqXQ3.lazyloading { background-image: none; }
#V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL { box-sizing:content-box;height:15.0625rem;width:14.1875rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83bd8785-1763-471a-93ca-69444c6e9d6b/Mantras.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.375rem;left:59.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL.adaptive-delivery-prevent-bg, #V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL.lazyload, #V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL.lazyloading { background-image: none; }
#VaMaZLDCnniv4cBFG4TwKdX3t2LZ3IOk { box-sizing:content-box;height:14.9375rem;width:14.25rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07b2eb55-af0d-4e1a-8d9b-bd6a0a6e887f/noroot.crop_1021x1219_0,203");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.375rem;left:44.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#VaMaZLDCnniv4cBFG4TwKdX3t2LZ3IOk.adaptive-delivery-prevent-bg, #VaMaZLDCnniv4cBFG4TwKdX3t2LZ3IOk.lazyload, #VaMaZLDCnniv4cBFG4TwKdX3t2LZ3IOk.lazyloading { background-image: none; }
#bpbg7uu5NaTEQoIFugCGfHTun6it7wPV { box-sizing:content-box;height:14.875rem;width:14.375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2e4f52c-d923-492c-ae99-a592b8d92d4a/JPO2025Visuels.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:17.25rem;left:44.051136363636rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }#bpbg7uu5NaTEQoIFugCGfHTun6it7wPV.adaptive-delivery-prevent-bg, #bpbg7uu5NaTEQoIFugCGfHTun6it7wPV.lazyload, #bpbg7uu5NaTEQoIFugCGfHTun6it7wPV.lazyloading { background-image: none; }
#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container { background-color: transparent; background-image: none; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container > .video-iframe-container { display: none; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row > .video-iframe-container { display: none; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .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); }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container { border-width: 0; border-radius: 0; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#FzPX0FeSeE3APiZEOnX4EGhEqlo1oXAh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:5.3125rem;left:6.3125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5id17yGAEfrgKvFWLbRxRWU2wqzTv5R { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:14.6875rem;left:5.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QwtAXovr8eLHaTJtkmacCm1I2iabr340 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:16.3125rem;left:10.875rem;overflow:hidden;display:block; }
#TvIcFsBdWmFmBAodFcTMu9mUwJeeM4xd { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:14.6875rem;left:29rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BbPTAtHLTxNHMNCCaHXkwgOurL3DpRFU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:5.3125rem;left:28.6875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcexJadlX1wsy462POEaSKP5HfnQDZO6 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:16.125rem;left:34.375rem;overflow:hidden;display:block; }
#iZpzX1NSosKe1DxVrTKFuwNF7slQyNhw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:5.375rem;left:53.3125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEfy9gmGd1Dah9KoNBowJpKhSTitAZch { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:14.6875rem;left:52.5rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5i3rELB0NAOSZRXNWqoMLbLr14GFH3p { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:16.1875rem;left:57.875rem;overflow:hidden;display:block; }
#yiqhVSlVFy335wVTmBJyJOrxvHvZZ7SC { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:4.1875rem;left:49.9375rem;display:block; }
#b3XlwQDwDH8hW92HErg8HtOyKAUcfg3g { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fn2y2bPCCbr1chqFlWMoipbWgqHrdlLL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pkWMPbifHpTzSm3tZDGdcAZm2Zeis19G { box-sizing:content-box;height:14.25rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:4.1875rem;left:24.9375rem;display:block; }
#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf { 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; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { background-color: transparent; background-image: none; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container > .video-iframe-container { display: none; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row > .video-iframe-container { display: none; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .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); }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { border-width: 0; border-radius: 0; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#ZXa4TKQ3xwofSPRlcyLdgyqdXRGPHXkI { color:#ffffff;display:block;width:63.5rem;position:absolute;font-family:lora;font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.03125rem;left:5.75rem;height:6.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TOQgNFsNVlzabhOJQqpq69anE6VBa6X3 { box-sizing:content-box;height:9.1875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(327deg, #8b6ad8, #160735);background-image: -moz-linear-gradient(327deg, #8b6ad8, #160735);background-image: -ms-linear-gradient(327deg, #8b6ad8, #160735);background-image: -o-linear-gradient(327deg, #8b6ad8, #160735);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6ad8', endColorstr='#160735' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6ad8', endColorstr='#160735' );";background-image: linear-gradient(327deg, #8b6ad8, #160735);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container { background-color: transparent; background-image: none; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container > .video-iframe-container { display: none; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row > .video-iframe-container { display: none; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .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); }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container { border-width: 0; border-radius: 0; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#h8DuIoR9dENaFJ825MmHH8VI7vkTkITQ { color:#000000;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.25rem;left:39.125rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tRhSfsTR6rpUPmOXb4RqpugEde51Lyoe { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.3125rem;left:39.0625rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3u5ryZ42LLbcUkPHHdbRd3XO9pu6hvh { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.0625rem;width:16.625rem;top:26.875rem;left:1.8125rem;overflow:hidden;display:block; }
#xm9PxAyaWeptZUJptrB6TrddDvTX7gRo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.0625rem 0.1875rem rgba(51,59,76,0.5) ;height:21.4375rem;width:16.375rem;top:4.8125rem;left:1.875rem;overflow:hidden;display:block; }
#wNqT4pkbZs3RKVoloALNDEuAg4RWcRbk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9rem;width:17.0625rem;top:26.875rem;left:19.125rem;overflow:hidden;display:block; }
#BwbbbL9FtniTEmbdx2xPEeKbE9GJ8nBh { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.75rem;width:16.8125rem;top:15.375rem;left:19.125rem;overflow:hidden;display:block; }
#dmH7Az7WkEvx6hHMaTLULXBcfq4mB2dd { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:16.75rem;top:5rem;left:19.1875rem;overflow:hidden;display:block; }
#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row .container { background-color: transparent; background-image: none; }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row .container > .video-iframe-container { display: none; }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row > .video-iframe-container { display: none; }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .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); }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row .container { border-width: 0; border-radius: 0; }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#R5LrN1OmLevilWCtoH6Mny9JtQHG7pbC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:19.90625rem;height:5.8125rem;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;font-style:normal;display:block; }
#xTdumwKs1NQMynPCSMS2l1cGwa8EE7kS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:58.78125rem;height:3.875rem;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;font-style:normal;display:block; }
#xwpkvCcIy7xcydC15FFM6CLfGTl0iedM { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:7.25rem;left:58.78125rem;height:4.125rem;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;font-style:normal;display:block; }
#FoTDaqggXIZ0tX48CskvnJZhHZMnX8W6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.53125rem;height:7.75rem;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;font-style:normal;display:block; }
#OdXu1RTloxILECThZPSAVKXy5mdAk1TI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:40.03125rem;height:4.125rem;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; }
#ZkMF7ug36MebGIRoSeIQzQKM94hOaPli { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.1875rem;height:5.8125rem;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;font-style:normal;display:block; }
#Cx2LfGhQKvWNTi5sFaPZ5OTiTINQX6kC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:-0.0625rem;height:4.125rem;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; }
#fAw2MHPWKDaHXOVilyzydFUNCcuUrlId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:63.5625rem; }
#IguiN1OI6Uoo5UG3hm0hNSc1ZkAGR0DH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:44.75rem; }
#LpsihpKJTCc3of71BnTc0knb7XUiJ97g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5625rem;left:7.25rem; }
#eI0QRElWvZdLVC51bU50DT44rVEzV8xX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.25rem;left:21.28125rem;height:4.125rem;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; }
#WA9rs1chVs4ThHFHtZvGBqIOe9ZJncMI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:26.0625rem; }
#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#160735;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; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { background-color: transparent; background-image: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .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); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:11.75rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:8.25rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { 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:3.1875rem;width:6.5rem;top:2.625rem;left:0.875rem;overflow:hidden;display:block; }
#T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.125rem;left:44.25rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5.125rem;left:56.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:56.0625rem;display:block; }
#dGuoFimiptmLB24bqAbkOwLUUNMAvceL { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:67.3125rem;display:block; }
#t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:67.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#FWqVKTnxbqZyJRhrnxtDcazir044A2AN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:47.1875rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0.875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#b2E99g1g1utIMGXiPP4URHnqKzx6yVLr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.9375rem;left:15.0625rem; }
#b2E99g1g1utIMGXiPP4URHnqKzx6yVLr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { display:block; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { top:41.0625rem;left:13rem;width:28.8125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { top:41.1875rem;left:10.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoB7ELuOq4S7z6T7ET2TqfQrh22MIzpn { top:3.4375rem;left:1.375rem;width:46.375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAX4487rXWaBAtMWxfbTIKUcSKRF3veA { top:30.1875rem;left:12.0625rem;width:32rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibuP9aVQz8JrBQQeNSG1ULRc8LTxSz8r { top:37.6875rem;left:4.875rem;width:42.875rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8UolHCZD41JPNByyTgrwGivitkh7lPK { top:21.5625rem;left:5.15625rem;width:40.9375rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMARCuuQusFIWN2Geq7elohgp71pG7pM { top:29.4375rem;left:7.375rem;width:37.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7oLR0Qg6dATNq7N9a1cGUM4vCDJ5Hx1 { top:28.375rem;left:5.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeB9438B31ksAHgE0sTbDw2pnB8S85aG { width:17.1875rem;height:3.4375rem;top:46.25rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRDW5vhiui0T0iM7GhtnbnmhAHi6FHTV { display:block; }
 }@media only screen and (max-width: 763px) { #shLbFLLtJuzmBQGmlvnDEHLvSqNBASl0 { top:50.375rem;left:13.5rem;width:24.25rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E { display:block; }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx5o34dDfsInK1IA5Qnlokrhf8JbIDMb { top:1.5rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfbp7oqgNU84w9JTN8WPOkKIPmnURlHW { top:1.8125rem;left:37.25rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1gXlStVSGgHkK9qbQb7zoJTIbkDJDN6 { top:1.4375rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QJ2vU0UrWGCFLeS7coIXdr651WhGKC { top:1.875rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phLXi8oNeSV6HNTpuzWxnQHShGBPLmwW { top:2.875rem;left:0rem;width:6.375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HMFWxizXTiMQymd6H3Ifat1KS1C5A9 { top:2.75rem;left:17.5625rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuKU0fbhB3W3nHwe7I0rSqPQf1FAtEnL { top:2.875rem;left:23.1875rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfT2xTn5yzVZaVtrKhGoAkSOdxRQ3LpN { top:2.9375rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzngOkrLSWDLtcmFfKWRHizakTHSLqFQ { top:2.5rem;left:0.8125rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0BWK3s6Naupcpx12isonT0TT025PK6V { top:2.5rem;left:9.5625rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFLbxR1XNNXkmpxer63Rof8xz9qdXF7h { top:2.4375rem;left:30.0625rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { display:block; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2r05W3STOOTGgugWnHysIKqy4xcBIhu { top:9.6875rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { top:3.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETJkp1dWE5QT2oKESaAPzOXKRKlAmOSs { top:35.5625rem;left:27.4375rem;width:20.3125rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTQq3nqu58WIRLWfQhNW7aH51GmsNaB { top:32.8125rem;left:24.6875rem;width:22.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsE9ahCUrQyxFnpHPma2TOJ7TX7wlnCV { top:34.125rem;left:0rem;width:19rem;height:7rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2S39EGtOVBnryN6o2xUwF0erRCkzECM { top:31.75rem;left:43.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUKHq6218an7NhiX7axz9cmkWlQBpF7 { top:41.375rem;left:28.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGXAXd0XpScnGsGXvJBcemsfiFq57bp { top:35.1875rem;left:15.875rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Be2PKTlqZT3lJe2u4fiHRZp6n6Zuo0 { width:17.1875rem;height:3.4375rem;top:47.125rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1D3bCz3NWEOrw6TwN8emvwIBXbZlG2K { display:block; }
 }@media only screen and (max-width: 763px) { #B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo { display:block; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rut96hrS3N4BU8ENNeyziB0Pk3dSEfvX { top:4.6875rem;left:0rem;width:47.75rem;height:53.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azN1K5fPqHINIwaLBWTEysNDXBA3dung { top:15.1875rem;left:0rem;width:25rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA23eu4fpyH5ZR4GQhuiQd8hFXmOm5k9 { top:8.375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07NKGvv7v69whzRzgfTgvgaxbWgfODk { top:15.4375rem;left:18.625rem;width:18.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho42ko2Z8quDziOrCgVLy9WzDv2dwfSJ { top:21.75rem;left:20.3125rem;width:15.6875rem;height:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzekF3QMzv9yqFXZRwLl6548QApTQXX { top:17rem;left:20.1875rem;width:13.4375rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nR6JJb4UxdBb6qGIynZz8pwcNOWpBF { top:15.4375rem;left:29.375rem;width:18.25rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3KQWmupgazk5GBL4f9dhWdhzUDnyJGl { top:21.75rem;left:32.4375rem;width:15.3125rem;height:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTRHg71gMhC1TNaZTWXkEcZzraVwv4d0 { top:17rem;left:32.9375rem;width:14.8125rem;height:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTpSuk9yfIiuJbmbhqFSeqNVlwqd18Z { top:36.375rem;left:18.625rem;width:18.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitW5BycETs1gPXa5ImSei9Swby5fnU7 { top:41.0625rem;left:20.4375rem;width:14.4375rem;height:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCyi95wQ6qFytwmlp0mDzDSgPnMe2wUN { top:38.375rem;left:20.375rem;width:16rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI0wANtLzQbIidFM5sgp2VIe4WwpoBiA { top:36.375rem;left:29.375rem;width:18.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxq293bV63u9fBbiqe2qCvRqaFGrtP13 { top:41.0625rem;left:33.3125rem;width:14.4375rem;height:9.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4J5MDamgsrFivRqBJTfMOETXrWMtKxG { top:38.375rem;left:32.625rem;width:15.125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6egmAxVkXbiyesOi8VouWln0RdiMpIX { top:15.1875rem;left:0rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { display:block; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzH6H8wfC6iyKkPaOdRSXQ7mh8EihoF { top:3.1875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS6thbIZLWe47qiZngzhbTaxJaGKt817 { top:14.375rem;left:18.3125rem;width:29.4375rem;height:24.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVBHniFgKDPECMhboxyzSG6WQEQc2g3i { top:10.75rem;left:0rem;width:25.8125rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js5LHPLfOLVnUJRwlfodCrbPRlI952HC { display:block; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvOOi4TyxQHyqLpKfmLnvB3dpAvwWKMN { top:8.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7hQXIUwd8EXhNhrgSOJ3NOmfqzhai1d { top:15.5625rem;left:15.8125rem;width:15.375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbn9tWWvBOyzAAZOpaaoMeuPSxiEk4bl { top:4.75rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHJAbf1PH5BbCB6ZWNNR8bhFGe3H2o0b { width:19.8125rem;height:27.125rem;top:26.875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysfGl87TVCKRb2CuEQvAZxMPcFZHXgyM { top:29.6875rem;left:35.6875rem;width:12.0625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXMvnAPpnGSDGRHT5GizzC9IluQ1fRyh { top:13.8125rem;left:8.9375rem;width:30rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibs8tMzBdETiu8Ay4NpaT0PqMz0qvXc8 { width:34.8125rem;height:3.5rem;top:13rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDiz4T715fumJVtIxqPOkC54tdLRapGa { width:16.4375rem;height:5.0625rem;top:28.5rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6Te3L1Aa1MUbnFuDU61K8H6lgTSyH4 { top:34.5rem;left:39.4375rem;width:6.5rem;height:3.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdDV5n7ytv6EhXDxmLX2zJ9iv0aHylfl { top:34.5rem;left:41.25rem;width:6.5rem;height:3.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QysBFGgUuyf9e5KLIf7WiG1Fd6WlbULc { top:39.625rem;left:33.6875rem;width:14.0625rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kTJTbRJqRouyCT1xvxbusODpE29hmd { top:39.5625rem;left:37.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb43dmZn0yvygddPKnWTgKPBE5Hbr6DO { top:42.25rem;left:37.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsh19UTd5dLJ5KcO3pDN4yyxmTBInlss { top:44.375rem;left:37.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyvf1JldbaXXq7CUUgcX6DCVCxQo2TnM { width:16.625rem;height:3.4375rem;top:48.5rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSiuqmRNpvf4RWhK5ygFiGB8xTXtwCZQ { display:block; }
 }@media only screen and (max-width: 763px) { #VgIaCQmvk8hNmahZgM4BXhoWpDVNlaox { width:19.8125rem;height:27.125rem;top:26.875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTngkt9O3NWEmgz4t1koZ8fiHCzlfSx { top:39.625rem;left:17.9375rem;width:14.0625rem;height:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgPZ9GXArM2n74SyeiNqKAx1kttQKoCd { width:16.625rem;height:3.4375rem;top:48.5rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlZCGO2xvEnfXOz5T8i3C2NtTKVX1uF8 { display:block; }
 }@media only screen and (max-width: 763px) { #Xx1TrDsEqCbwrJCGgwJJk4yiZTGpOXsy { top:34.5rem;left:17.625rem;width:6.5rem;height:3.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiVafBewKnP4fBH6KSVtR24bi0T9zXXS { top:34.5rem;left:23.625rem;width:6.5rem;height:3.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prxy9TPF4nPpbyMfHJhS55PqpkUe9cFJ { width:16.4375rem;height:5.0625rem;top:28.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4lOVU6boHnx1SiT0TTBPwZu4vsgZSOb { top:39.5625rem;left:16.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amCT8s8gOqG6il0RHZkUKMXifELKTMZI { top:42.5rem;left:16.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4OeTx57BryznVNu1MaCze8lW18CBCqR { top:29.6875rem;left:17.5rem;width:13rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoZ7xufIVZHW9MSFBkvheHmJhXbCG4cN { width:19.8125rem;height:27.125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6esGNsz08EicWqNwkiKkz5Nh4v53ISS { width:16.625rem;height:3.4375rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHepatzARcbmsEgQB8yliHPckUvlVcJh { display:block; }
 }@media only screen and (max-width: 763px) { #MeCirQHQzT8o8h4vqFCO1WNKUPkmNs6F { top:39.8125rem;left:0rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadKBytJGl4sr0pV26PzBoBIuGeymoo4 { top:39.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fih6sqKaAazK8mrSv2Q8KtIMbWO92T5h { top:34.5rem;left:0rem;width:4.4375rem;height:3.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAOFh2S4xSvszT3fsnLbSPnobo1x0UzG { top:34.5rem;left:0.875rem;width:6.5rem;height:3.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLZWLUo1yttxeyTM7Ul8CJPEyi9DVWVG { width:16.4375rem;height:5.0625rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbtN0kDgzOWVs8ObrSPrreygxEfLVWIT { top:29.6875rem;left:0rem;width:13rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzMXR2PbxsPJwFNZ5hgzVx2JMtsyvZdF { top:22.75rem;left:6.5625rem;width:36.6875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7X65wEep41REEKzmu1lU582cA5b3B2e { top:22.5625rem;left:4.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpsFGQfrKO9SNPFINfZLiGm8q4SyB0b5 { top:19.5625rem;left:2.4375rem;width:42.875rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi { display:block; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MATNgwfu8lZxr6IZueskszrChXaW4nha { top:4.9375rem;left:0.96875rem;width:45.8125rem;height:6.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha7dPhhPQyonZZI5alFTi8yAFlLE71O6 { top:16.9375rem;left:22.875rem;width:0.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOh9W3HJDDnN3izZFobzJ96G9e3wEuTy { top:19.4375rem;left:0rem;width:23.5rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyBELmDo74k06xzoiKafWxFFiRKcF810 { top:16.75rem;left:0rem;width:15.125rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DusmKu8wdwqKQX81oFs61yTQNSWiHDKn { top:19.5625rem;left:20.5rem;width:27.25rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3F7pqxCaT7B3ZFTVR2EoiqeWXdPf6kB { top:16.875rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buo6riURCrkQakEX87lCkgPeCZbUt389 { display:block; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHA27avwvOTgtAh2pWTNzdaaTMtRqM2z { top:13.6875rem;left:0rem;width:32.9375rem;height:16.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdblIG4kbays6XUIzfVeALeyhCqJ8KZl { width:16.6875rem;height:3.4375rem;top:35.875rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxzgpEPgB4w1Fz8ltxEiTKr2QWMH4mxp { display:block; }
 }@media only screen and (max-width: 763px) { #sv83ROTMzBhmsB4z7EdoM9Sup8ff339r { top:3rem;left:0rem;width:32.1875rem;height:9.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTo6BK6hwOOC2TrbeqSSwbJm73FJqXQ3 { top:17.3125rem;left:33.375rem;width:14.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL { top:1.375rem;left:33.5625rem;width:14.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaMaZLDCnniv4cBFG4TwKdX3t2LZ3IOk { top:1.375rem;left:30.4375rem;width:14.25rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpbg7uu5NaTEQoIFugCGfHTun6it7wPV { top:17.25rem;left:30.426136363636rem;width:14.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp { display:block; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzPX0FeSeE3APiZEOnX4EGhEqlo1oXAh { width:15.375rem;height:6.75rem;top:5.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5id17yGAEfrgKvFWLbRxRWU2wqzTv5R { width:17rem;height:1.3125rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtAXovr8eLHaTJtkmacCm1I2iabr340 { top:16.3125rem;left:6.3125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvIcFsBdWmFmBAodFcTMu9mUwJeeM4xd { width:17rem;height:1.3125rem;top:14.6875rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPTAtHLTxNHMNCCaHXkwgOurL3DpRFU { width:17.625rem;height:8.4375rem;top:5.3125rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcexJadlX1wsy462POEaSKP5HfnQDZO6 { top:16.125rem;left:20.6875rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZpzX1NSosKe1DxVrTKFuwNF7slQyNhw { width:15.375rem;height:6.75rem;top:5.375rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEfy9gmGd1Dah9KoNBowJpKhSTitAZch { width:17rem;height:1.3125rem;top:14.6875rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5i3rELB0NAOSZRXNWqoMLbLr14GFH3p { top:16.1875rem;left:35.0625rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqhVSlVFy335wVTmBJyJOrxvHvZZ7SC { top:4.1875rem;left:31.625rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3XlwQDwDH8hW92HErg8HtOyKAUcfg3g { display:none; }
 }@media only screen and (max-width: 763px) { #fn2y2bPCCbr1chqFlWMoipbWgqHrdlLL { display:none; }
 }@media only screen and (max-width: 763px) { #pkWMPbifHpTzSm3tZDGdcAZm2Zeis19G { top:4.1875rem;left:15.75rem;width:0.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf { display:block; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXa4TKQ3xwofSPRlcyLdgyqdXRGPHXkI { top:3rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQgNFsNVlzabhOJQqpq69anE6VBa6X3 { top:1.5rem;left:0rem;width:47.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD { display:block; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8DuIoR9dENaFJ825MmHH8VI7vkTkITQ { width:30.25rem;height:2.3125rem;top:5.25rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRhSfsTR6rpUPmOXb4RqpugEde51Lyoe { top:9.3125rem;left:13.625rem;width:34.125rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3u5ryZ42LLbcUkPHHdbRd3XO9pu6hvh { top:26.875rem;left:0rem;width:16.625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm9PxAyaWeptZUJptrB6TrddDvTX7gRo { top:4.8125rem;left:0rem;width:16.375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNqT4pkbZs3RKVoloALNDEuAg4RWcRbk { top:26.875rem;left:5.5rem;width:17.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwbbbL9FtniTEmbdx2xPEeKbE9GJ8nBh { top:15.375rem;left:5.5rem;width:16.8125rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmH7Az7WkEvx6hHMaTLULXBcfq4mB2dd { top:5rem;left:5.5625rem;width:16.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb { display:block; }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5LrN1OmLevilWCtoH6Mny9JtQHG7pbC { top:11.9375rem;left:7.4375rem;width:16.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTdumwKs1NQMynPCSMS2l1cGwa8EE7kS { top:11.9375rem;left:34.0625rem;width:13.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwpkvCcIy7xcydC15FFM6CLfGTl0iedM { top:7.25rem;left:34.0625rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoTDaqggXIZ0tX48CskvnJZhHZMnX8W6 { top:11.9375rem;left:17.4375rem;width:18.6875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdXu1RTloxILECThZPSAVKXy5mdAk1TI { top:7.25rem;left:22.125rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkMF7ug36MebGIRoSeIQzQKM94hOaPli { top:11.9375rem;left:0rem;width:18.375rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx2LfGhQKvWNTi5sFaPZ5OTiTINQX6kC { top:7.25rem;left:0rem;width:18.8125rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAw2MHPWKDaHXOVilyzydFUNCcuUrlId { top:2.4375rem;left:39.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IguiN1OI6Uoo5UG3hm0hNSc1ZkAGR0DH { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpsihpKJTCc3of71BnTc0knb7XUiJ97g { top:2.5625rem;left:3.84375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI0QRElWvZdLVC51bU50DT44rVEzV8xX { top:7.25rem;left:10.1875rem;width:13.6875rem;height:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA9rs1chVs4ThHFHtZvGBqIOe9ZJncMI { top:2.4375rem;left:15.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { top:2.625rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { top:5.125rem;left:30.625rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { top:5.125rem;left:37.5625rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { top:5.75rem;left:42.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { top:5.75rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { top:4.9375rem;left:40.1875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { top:3rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { top:6.4375rem;left:0rem;width:22.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2E99g1g1utIMGXiPP4URHnqKzx6yVLr { top:2.9375rem;left:1.4375rem;width:2.6875rem;height:2.6875rem;display:block; }
#b2E99g1g1utIMGXiPP4URHnqKzx6yVLr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@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) { #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14232e38-4d6d-4e52-938c-8b8d73454824/ChatGPTImage18feb202618_23_07.png");background-position:bottom right !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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.adaptive-delivery-prevent-bg, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyload, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyloading { background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { background-color: transparent; background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,7,53,0.26); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,7,53,0.26); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .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); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { border-width: 0; border-radius: 0; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::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; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { width:17.125rem;height:1.375rem;top:28.25rem;left:2.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { display:flex;width:1.6875rem;height:1.6875rem;top:28.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #RoB7ELuOq4S7z6T7ET2TqfQrh22MIzpn { width:19.875rem;height:8.5rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tAX4487rXWaBAtMWxfbTIKUcSKRF3veA { width:10.8125rem;height:3.25rem;top:19.5625rem;left:7.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;font-family:rubik;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ibuP9aVQz8JrBQQeNSG1ULRc8LTxSz8r { width:20rem;height:1.8125rem;top:26.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #A8UolHCZD41JPNByyTgrwGivitkh7lPK { width:19.4375rem;height:3.75rem;top:12.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:rubik;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qMARCuuQusFIWN2Geq7elohgp71pG7pM { width:16.75rem;height:4.4375rem;top:19.0625rem;left:2.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X7oLR0Qg6dATNq7N9a1cGUM4vCDJ5Hx1 { width:6.3125rem;height:6.3125rem;top:18.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeB9438B31ksAHgE0sTbDw2pnB8S85aG { width:17.1875rem;height:3.4375rem;top:31.375rem;left:1.375rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bRDW5vhiui0T0iM7GhtnbnmhAHi6FHTV { display:block; }
 }@media only screen and (max-width: 763px) { #shLbFLLtJuzmBQGmlvnDEHLvSqNBASl0 { width:20rem;height:1.875rem;top:35.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E { display:block; }#M3CRpOzvzCSgMLtgqZdSFgnF6ypVci6E > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx5o34dDfsInK1IA5Qnlokrhf8JbIDMb { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rfbp7oqgNU84w9JTN8WPOkKIPmnURlHW { width:5.9375rem;height:2.75rem;top:5.8125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1gXlStVSGgHkK9qbQb7zoJTIbkDJDN6 { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7QJ2vU0UrWGCFLeS7coIXdr651WhGKC { width:4.375rem;height:1.9375rem;top:6.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phLXi8oNeSV6HNTpuzWxnQHShGBPLmwW { width:5.25rem;height:1.4375rem;top:2.0625rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9HMFWxizXTiMQymd6H3Ifat1KS1C5A9 { width:3.375rem;height:1.5625rem;top:4.5625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuKU0fbhB3W3nHwe7I0rSqPQf1FAtEnL { width:4.375rem;height:1.3125rem;top:6.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfT2xTn5yzVZaVtrKhGoAkSOdxRQ3LpN { width:4.5rem;height:1.125rem;top:4.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzngOkrLSWDLtcmFfKWRHizakTHSLqFQ { width:5.375rem;height:1.5625rem;top:4.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0BWK3s6Naupcpx12isonT0TT025PK6V { width:3.9375rem;height:1.375rem;top:4.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFLbxR1XNNXkmpxer63Rof8xz9qdXF7h { width:4.625rem;height:1.5625rem;top:6.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { display:block; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2r05W3STOOTGgugWnHysIKqy4xcBIhu { width:20rem;height:35.9375rem;top:10.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { width:20rem;height:7.5rem;top:1.5rem;left:0rem;font-size:1.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETJkp1dWE5QT2oKESaAPzOXKRKlAmOSs { width:20rem;height:3.75rem;top:57.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOTQq3nqu58WIRLWfQhNW7aH51GmsNaB { width:19.875rem;height:6.8125rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsE9ahCUrQyxFnpHPma2TOJ7TX7wlnCV { width:15.625rem;height:4.375rem;top:49.5rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2S39EGtOVBnryN6o2xUwF0erRCkzECM { width:1.9375rem;height:1.9375rem;top:54.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUKHq6218an7NhiX7axz9cmkWlQBpF7 { width:1.1875rem;height:1.1875rem;top:61.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGXAXd0XpScnGsGXvJBcemsfiFq57bp { display:flex;width:9.125rem;height:9.125rem;top:52.875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8Be2PKTlqZT3lJe2u4fiHRZp6n6Zuo0 { width:15.125rem;height:3.4375rem;top:65.125rem;left:2.4375rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #W1D3bCz3NWEOrw6TwN8emvwIBXbZlG2K { display:block; }
 }@media only screen and (max-width: 763px) { #B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo { background-color:#ffffff;background-image:none;display:block; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { background-color: transparent; background-image: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container > .video-iframe-container { display: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container { display: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .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); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { width:20rem;height:96.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rut96hrS3N4BU8ENNeyziB0Pk3dSEfvX { width:20rem;height:91.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azN1K5fPqHINIwaLBWTEysNDXBA3dung { width:11.875rem;height:17.875rem;top:12.875rem;left:1.0625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zA23eu4fpyH5ZR4GQhuiQd8hFXmOm5k9 { width:20rem;height:4.25rem;top:4.1875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;font-family:"work sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w07NKGvv7v69whzRzgfTgvgaxbWgfODk { width:18.375rem;height:17.9375rem;top:31.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho42ko2Z8quDziOrCgVLy9WzDv2dwfSJ { width:17rem;height:11.5rem;top:36.75rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WdzekF3QMzv9yqFXZRwLl6548QApTQXX { width:16.5625rem;height:3rem;top:33.0625rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w5nR6JJb4UxdBb6qGIynZz8pwcNOWpBF { width:18.375rem;height:12.9375rem;top:50.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3KQWmupgazk5GBL4f9dhWdhzUDnyJGl { width:16.625rem;height:7.8125rem;top:54.375rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTRHg71gMhC1TNaZTWXkEcZzraVwv4d0 { width:17.125rem;height:1.8125rem;top:51.875rem;left:2.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZTpSuk9yfIiuJbmbhqFSeqNVlwqd18Z { width:18.3125rem;height:13.3125rem;top:78.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitW5BycETs1gPXa5ImSei9Swby5fnU7 { width:16.25rem;height:7.8125rem;top:82.3125rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCyi95wQ6qFytwmlp0mDzDSgPnMe2wUN { width:16.4375rem;height:1.875rem;top:79.5625rem;left:2.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AI0wANtLzQbIidFM5sgp2VIe4WwpoBiA { width:18.25rem;height:13.25rem;top:64.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxq293bV63u9fBbiqe2qCvRqaFGrtP13 { width:16.5rem;height:7.8125rem;top:68.375rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4J5MDamgsrFivRqBJTfMOETXrWMtKxG { width:15.125rem;height:1.875rem;top:65.6875rem;left:2rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w6egmAxVkXbiyesOi8VouWln0RdiMpIX { width:18.4375rem;height:18.4375rem;top:12.4375rem;left:0.8125rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { display:block; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzH6H8wfC6iyKkPaOdRSXQ7mh8EihoF { width:20rem;height:5.4375rem;top:2rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:"work sans";line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uS6thbIZLWe47qiZngzhbTaxJaGKt817 { width:20rem;height:28.125rem;top:31.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVBHniFgKDPECMhboxyzSG6WQEQc2g3i { width:20rem;height:23.4375rem;top:7.8125rem;left:0rem;overflow:hidden;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Js5LHPLfOLVnUJRwlfodCrbPRlI952HC { background-color:#030538;background-image:none;display:block; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container { background-color: transparent; background-image: none; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container > .video-iframe-container { display: none; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row > .video-iframe-container { display: none; }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .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); }#Js5LHPLfOLVnUJRwlfodCrbPRlI952HC > .row .container { width:20rem;height:108.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvOOi4TyxQHyqLpKfmLnvB3dpAvwWKMN { width:20rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.375rem;line-height:1.2;z-index:15044;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #w7hQXIUwd8EXhNhrgSOJ3NOmfqzhai1d { width:15.375rem;height:2.875rem;top:22.4375rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #cbn9tWWvBOyzAAZOpaaoMeuPSxiEk4bl { width:20rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:1.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHJAbf1PH5BbCB6ZWNNR8bhFGe3H2o0b { width:19.8125rem;height:28rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysfGl87TVCKRb2CuEQvAZxMPcFZHXgyM { width:12.0625rem;height:2.25rem;top:79.625rem;left:4rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aXMvnAPpnGSDGRHT5GizzC9IluQ1fRyh { width:20rem;height:1.25rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibs8tMzBdETiu8Ay4NpaT0PqMz0qvXc8 { width:19.875rem;height:2.625rem;top:12.5rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDiz4T715fumJVtIxqPOkC54tdLRapGa { width:16.4375rem;height:5.0625rem;top:78.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW6Te3L1Aa1MUbnFuDU61K8H6lgTSyH4 { width:6.5rem;height:3.6875rem;top:84.1875rem;left:3.625rem;font-size:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdDV5n7ytv6EhXDxmLX2zJ9iv0aHylfl { width:6.5rem;height:3.6875rem;top:84.1875rem;left:9.875rem;font-size:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QysBFGgUuyf9e5KLIf7WiG1Fd6WlbULc { width:14.0625rem;height:7.875rem;top:88.9375rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kTJTbRJqRouyCT1xvxbusODpE29hmd { display:flex;width:1.5rem;height:1.5rem;top:88.875rem;left:2.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #zb43dmZn0yvygddPKnWTgKPBE5Hbr6DO { display:flex;width:1.5rem;height:1.5rem;top:92.25rem;left:2.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wsh19UTd5dLJ5KcO3pDN4yyxmTBInlss { display:flex;width:1.5rem;height:1.5rem;top:95.375rem;left:2.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #tyvf1JldbaXXq7CUUgcX6DCVCxQo2TnM { width:16.625rem;height:3.4375rem;top:98.4375rem;left:1.6875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eSiuqmRNpvf4RWhK5ygFiGB8xTXtwCZQ { display:block; }
 }@media only screen and (max-width: 763px) { #VgIaCQmvk8hNmahZgM4BXhoWpDVNlaox { width:19.8125rem;height:25rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTngkt9O3NWEmgz4t1koZ8fiHCzlfSx { width:14.0625rem;height:5rem;top:62.0625rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgPZ9GXArM2n74SyeiNqKAx1kttQKoCd { width:16.625rem;height:3.4375rem;top:68.9375rem;left:1.6875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rlZCGO2xvEnfXOz5T8i3C2NtTKVX1uF8 { display:block; }
 }@media only screen and (max-width: 763px) { #Xx1TrDsEqCbwrJCGgwJJk4yiZTGpOXsy { width:6.0625rem;height:3.6875rem;top:57.5625rem;left:3.5625rem;font-size:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GiVafBewKnP4fBH6KSVtR24bi0T9zXXS { width:5.9375rem;height:3.6875rem;top:57.5625rem;left:9.75rem;font-size:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Prxy9TPF4nPpbyMfHJhS55PqpkUe9cFJ { width:16.4375rem;height:5.0625rem;top:51.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4lOVU6boHnx1SiT0TTBPwZu4vsgZSOb { display:flex;width:1.5rem;height:1.5rem;top:62rem;left:2.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #amCT8s8gOqG6il0RHZkUKMXifELKTMZI { display:flex;width:1.5rem;height:1.5rem;top:64.9375rem;left:2.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #I4OeTx57BryznVNu1MaCze8lW18CBCqR { width:13rem;height:2.25rem;top:53.0625rem;left:3.5rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XoZ7xufIVZHW9MSFBkvheHmJhXbCG4cN { width:19.8125rem;height:21.4375rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6esGNsz08EicWqNwkiKkz5Nh4v53ISS { width:16.625rem;height:3.4375rem;top:42.4375rem;left:1.6875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JHepatzARcbmsEgQB8yliHPckUvlVcJh { display:block; }
 }@media only screen and (max-width: 763px) { #MeCirQHQzT8o8h4vqFCO1WNKUPkmNs6F { width:9.5rem;height:1.125rem;top:39.375rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadKBytJGl4sr0pV26PzBoBIuGeymoo4 { display:flex;width:1.5rem;height:1.5rem;top:39.125rem;left:2.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fih6sqKaAazK8mrSv2Q8KtIMbWO92T5h { width:4.75rem;height:3.6875rem;top:34.8125rem;left:5.28125rem;font-size:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bAOFh2S4xSvszT3fsnLbSPnobo1x0UzG { width:6.25rem;height:3.6875rem;top:34.8125rem;left:9.4375rem;font-size:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vLZWLUo1yttxeyTM7Ul8CJPEyi9DVWVG { width:16.4375rem;height:5.0625rem;top:28.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbtN0kDgzOWVs8ObrSPrreygxEfLVWIT { width:13rem;height:2.3125rem;top:30.3125rem;left:3.5rem;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KzMXR2PbxsPJwFNZ5hgzVx2JMtsyvZdF { width:13.1875rem;height:2.5rem;top:21.5625rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #r7X65wEep41REEKzmu1lU582cA5b3B2e { display:flex;width:1.625rem;height:1.625rem;top:21.5625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #cpsFGQfrKO9SNPFINfZLiGm8q4SyB0b5 { width:15.25rem;height:4rem;top:17.0625rem;left:2.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi { display:block; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MATNgwfu8lZxr6IZueskszrChXaW4nha { width:20rem;height:5.8125rem;top:3.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:poppins;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ha7dPhhPQyonZZI5alFTi8yAFlLE71O6 { width:0.125rem;height:13.9375rem;top:16.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOh9W3HJDDnN3izZFobzJ96G9e3wEuTy { width:20rem;height:14.0625rem;top:13.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyBELmDo74k06xzoiKafWxFFiRKcF810 { width:15.125rem;height:1.875rem;top:10.5625rem;left:2.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DusmKu8wdwqKQX81oFs61yTQNSWiHDKn { width:20rem;height:14.0625rem;top:35.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3F7pqxCaT7B3ZFTVR2EoiqeWXdPf6kB { width:20rem;height:3.75rem;top:30.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buo6riURCrkQakEX87lCkgPeCZbUt389 { display:block; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHA27avwvOTgtAh2pWTNzdaaTMtRqM2z { width:20rem;height:25rem;top:31.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdblIG4kbays6XUIzfVeALeyhCqJ8KZl { width:15.75rem;height:3.4375rem;top:60.75rem;left:2.125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WxzgpEPgB4w1Fz8ltxEiTKr2QWMH4mxp { display:block; }
 }@media only screen and (max-width: 763px) { #sv83ROTMzBhmsB4z7EdoM9Sup8ff339r { width:20rem;height:6rem;top:25.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:poppins;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VTo6BK6hwOOC2TrbeqSSwbJm73FJqXQ3 { width:9.5625rem;height:9.75rem;top:12.875rem;left:0.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL { width:9.75rem;height:9.8125rem;top:12.875rem;left:10.125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83bd8785-1763-471a-93ca-69444c6e9d6b/Mantras.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL.adaptive-delivery-prevent-bg, #V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL.lazyload, #V16Ifpr10xUgJn4h3F2PPmBWED3vT1TL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VaMaZLDCnniv4cBFG4TwKdX3t2LZ3IOk { width:9.625rem;height:10.3125rem;top:2.0625rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #bpbg7uu5NaTEQoIFugCGfHTun6it7wPV { width:10rem;height:10.1875rem;top:2.1875rem;left:10.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp { 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; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container { background-color: transparent; background-image: none; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container > .video-iframe-container { display: none; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row > .video-iframe-container { display: none; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .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); }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container { border-width: 0; border-radius: 0; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzLk20q1Uip7wD8mf9Wb2ZvMswUcJTHp > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzPX0FeSeE3APiZEOnX4EGhEqlo1oXAh { width:15.375rem;height:6rem;top:2.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #i5id17yGAEfrgKvFWLbRxRWU2wqzTv5R { width:17rem;height:1.3125rem;top:11.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #QwtAXovr8eLHaTJtkmacCm1I2iabr340 { width:6.25rem;height:1.4375rem;top:12.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvIcFsBdWmFmBAodFcTMu9mUwJeeM4xd { width:17rem;height:1.3125rem;top:27.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #BbPTAtHLTxNHMNCCaHXkwgOurL3DpRFU { width:15.6875rem;height:7.5rem;top:17.9375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #JcexJadlX1wsy462POEaSKP5HfnQDZO6 { width:6.25rem;height:1.4375rem;top:29.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZpzX1NSosKe1DxVrTKFuwNF7slQyNhw { width:15.375rem;height:6rem;top:34.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #FEfy9gmGd1Dah9KoNBowJpKhSTitAZch { width:17rem;height:1.3125rem;top:41.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #U5i3rELB0NAOSZRXNWqoMLbLr14GFH3p { width:6.25rem;height:1.4375rem;top:43.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiqhVSlVFy335wVTmBJyJOrxvHvZZ7SC { width:0.125rem;height:14.25rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3XlwQDwDH8hW92HErg8HtOyKAUcfg3g { top:32.5rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #fn2y2bPCCbr1chqFlWMoipbWgqHrdlLL { top:16.125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #pkWMPbifHpTzSm3tZDGdcAZm2Zeis19G { width:0.125rem;height:14.25rem;top:4.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf { display:block; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXa4TKQ3xwofSPRlcyLdgyqdXRGPHXkI { width:18.125rem;height:8rem;top:4.25rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOQgNFsNVlzabhOJQqpq69anE6VBa6X3 { width:20rem;height:12.3125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD { background-color:#ffffff;background-image:none;display:block; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container { background-color: transparent; background-image: none; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container > .video-iframe-container { display: none; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row > .video-iframe-container { display: none; }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .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); }#qVzGsuN7uzhX5AMMJTnTulNd8TlgNIoD > .row .container { width:20rem;height:136.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8DuIoR9dENaFJ825MmHH8VI7vkTkITQ { width:18.8125rem;height:4.5rem;top:3.9375rem;left:0.125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tRhSfsTR6rpUPmOXb4RqpugEde51Lyoe { width:20rem;height:45.5625rem;top:10.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3u5ryZ42LLbcUkPHHdbRd3XO9pu6hvh { width:20rem;height:11.0625rem;top:84.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm9PxAyaWeptZUJptrB6TrddDvTX7gRo { width:20rem;height:25.8125rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNqT4pkbZs3RKVoloALNDEuAg4RWcRbk { width:20rem;height:10.9375rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwbbbL9FtniTEmbdx2xPEeKbE9GJ8nBh { width:20rem;height:12.875rem;top:109.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dmH7Az7WkEvx6hHMaTLULXBcfq4mB2dd { width:20rem;height:11.8125rem;top:97rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb { display:block; }#Qi62pI9TnEK5iMRDGKoAQKgx4lu9xWXb > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5LrN1OmLevilWCtoH6Mny9JtQHG7pbC { width:9.25rem;height:3.375rem;top:21.3125rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTdumwKs1NQMynPCSMS2l1cGwa8EE7kS { width:8.9375rem;height:2.25rem;top:9.8125rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwpkvCcIy7xcydC15FFM6CLfGTl0iedM { width:8.1875rem;height:2.25rem;top:7.25rem;left:11.4375rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FoTDaqggXIZ0tX48CskvnJZhHZMnX8W6 { width:9.9375rem;height:4.5rem;top:21.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdXu1RTloxILECThZPSAVKXy5mdAk1TI { width:8.6875rem;height:2.25rem;top:18.4375rem;left:0.5625rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZkMF7ug36MebGIRoSeIQzQKM94hOaPli { width:10.5rem;height:3.375rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx2LfGhQKvWNTi5sFaPZ5OTiTINQX6kC { width:10.125rem;height:2.25rem;top:7.3125rem;left:0rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fAw2MHPWKDaHXOVilyzydFUNCcuUrlId { display:flex;width:3.25rem;height:3.25rem;top:3.25rem;left:13.9375rem; }
 }@media only screen and (max-width: 763px) { #IguiN1OI6Uoo5UG3hm0hNSc1ZkAGR0DH { display:flex;width:3.4375rem;height:3.4375rem;top:14.25rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #LpsihpKJTCc3of71BnTc0knb7XUiJ97g { display:flex;width:3.0625rem;height:3.0625rem;top:3.375rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #eI0QRElWvZdLVC51bU50DT44rVEzV8xX { width:7.5rem;height:2.25rem;top:18.4375rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA9rs1chVs4ThHFHtZvGBqIOe9ZJncMI { display:flex;width:3.625rem;height:3.625rem;top:14.125rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:20rem;height:16.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { display:flex;width:2.625rem;height:2.625rem;top:3.5rem;left:11.8125rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { display:flex;width:2.625rem;height:2.625rem;top:3.5rem;left:8.625rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { width:5.5625rem;height:2.6875rem;top:3.5rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { width:6.75rem;height:1.625rem;top:11.8125rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { width:6.375rem;height:1.625rem;top:11.875rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { width:0.125rem;height:1.25rem;top:12.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { width:0.125rem;height:1.25rem;top:12.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { width:4.5625rem;height:0;top:11.875rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { width:18.9375rem;height:1rem;top:10.0625rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { width:18rem;height:1rem;top:7.0625rem;left:1rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2E99g1g1utIMGXiPP4URHnqKzx6yVLr { display:flex;width:2.6875rem;height:2.6875rem;top:3.5rem;left:14.875rem; }
#b2E99g1g1utIMGXiPP4URHnqKzx6yVLr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }