.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:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@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:#411751;background-image:none;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #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); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f0869d;background-color:#411751;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container { background-color: transparent; background-image: none; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container > .video-iframe-container { display: none; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row > .video-iframe-container { display: none; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .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); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container { border-width: 0; border-radius: 0; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#RoETNmN3U9MLVNFAU7WcHsDoLHr1UsGT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#RFq8DWdlO04CCl6Qs8pMsIKEpzctKdaM { z-index:15015;top:1.4375rem;left:47.625rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.625rem rgba(255,255,255,0.75) ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.473625rem;height:2.5996125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tTz3EqVeSBhRyVSD0r86EbJ7Tm9TgcaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8cWUxJ2pkkdDGKbQuHNTeQVp13vp2Ib { position:absolute;display:block;z-index:15010;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.9375rem;width:9.625rem;top:1.25rem;left:61.9375rem;overflow:hidden;display:block; }
#StMRIHR579uVyp0EKnQUlfaBSP7x7I0V { position:absolute;display:block;z-index:15009;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:4.25rem;width:7.1875rem;top:0.3125rem;left:3.40625rem;overflow:hidden;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #411751, #2e0a3f);background-image: -moz-linear-gradient(0deg, #411751, #2e0a3f);background-image: -ms-linear-gradient(0deg, #411751, #2e0a3f);background-image: -o-linear-gradient(0deg, #411751, #2e0a3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );";background-image: linear-gradient(0deg, #411751, #2e0a3f);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; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { color:#2e4392;display:block;width:6.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15289;line-height:1.3;letter-spacing:0;top:9.5805850028994rem;left:55.87095117569rem;height:1.8684875rem;font-style:normal;display:none; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:1.3125rem;width:5.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8edb7', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8edb7', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(255,248,237,0.72), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:4.02734375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:none; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;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:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;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:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#AqMXLDo127qnsbkzfszG4Z2J9FSXwmq4 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-4),0.09) ;box-sizing:border-box;color:#414162;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:2.3125rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:14.937109470367rem;left:45.9375rem;display:block; }
#JgIUMuDl77HEsoGynggcM69bKOC7nzDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0FUPddVlPgCKVUXs75uzHRm9EFeNbm2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e13857, #ff7272);background-image: -moz-linear-gradient(180deg, #e13857, #ff7272);background-image: -ms-linear-gradient(180deg, #e13857, #ff7272);background-image: -o-linear-gradient(180deg, #e13857, #ff7272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13857', endColorstr='#ff7272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13857', endColorstr='#ff7272' );";background-image: linear-gradient(180deg, #e13857, #ff7272);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:18.8125rem;height:9.125rem;text-decoration:none;z-index:15349;text-align:center;text-align-last:center;top:17.249218463897rem;left:45.9375rem;display:block; }
#vmifXxHnHNvHS040p71RofxvNzh0QgkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { color:#f0869d;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15297;line-height:1.2;letter-spacing:0;top:6.0617184638977rem;left:40.811714172363rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bs9A70wLQ6zoGsxoC4ytL9cXxO81iw5U { box-sizing:content-box;height:6.3105625rem;width:6.3105625rem;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:14991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d14', endColorstr='#f0869d19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d14', endColorstr='#f0869d19' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.321873188019rem;left:61.685150146484rem;display:block; }
#EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { color:#f0869d;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15298;line-height:1.2;letter-spacing:0;top:9.2492184638975rem;left:40.875rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { position:absolute;display:block;z-index:15370;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:24.75rem;width:24.75rem;top:2.84375rem;left:10.46875rem;overflow:hidden;display:block; }
#Bxk8hNIU53SiTR5TaTSurPTZVnDTmCEe { box-sizing:content-box;height:7.25rem;width:7.25rem;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:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.6), rgba(240,134,157,0.14));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.6), rgba(240,134,157,0.14));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.6), rgba(240,134,157,0.14));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.6), rgba(240,134,157,0.14));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d99', endColorstr='#f0869d23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d99', endColorstr='#f0869d23' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.6), rgba(240,134,157,0.14));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:5.84375rem;display:block; }
#VptWTa2HauwU9DmkgAzzxHpgyHAyNDJE { box-sizing:content-box;height:1.75rem;width:1.75rem;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:14994;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(240,134,157,0.6), rgba(240,134,157,0.36));background-image: -moz-linear-gradient(70deg, rgba(240,134,157,0.6), rgba(240,134,157,0.36));background-image: -ms-linear-gradient(70deg, rgba(240,134,157,0.6), rgba(240,134,157,0.36));background-image: -o-linear-gradient(70deg, rgba(240,134,157,0.6), rgba(240,134,157,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d99', endColorstr='#f0869d5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d99', endColorstr='#f0869d5b' );";background-image: linear-gradient(70deg, rgba(240,134,157,0.6), rgba(240,134,157,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:8.65625rem;display:block; }
#mmuz7LGhK2U3h2yJfHwXm7pqHmrrg42q { box-sizing:content-box;height:7.25rem;width:7.25rem;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:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:5.84375rem;display:none; }
#TlnFNADX5yTTL3vTy707SWtnvIGLROSs { box-sizing:content-box;height:7.25rem;width:7.25rem;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:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:5.84375rem;display:none; }
#eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { position:absolute;display:block;z-index:14990;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:5rem;width:4.375rem;top:14.843750715256rem;left:8.8750019073488rem;overflow:hidden;display:block; }
#gp0BKPtrHbfBtWhW4aIH27lfIqCz4PEa { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.374625rem;height:3.375rem;text-decoration:none;z-index:15350;text-align:center;text-align-last:center;top:22.259373188019rem;left:51.71875rem;display:block; }
#pnbP6FeIrB8BhBBfpvkwFqv7vDPDfZRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rw4veLqHJGh1AP55NxOroRPN7TpdCPe6 { background-color:rgba(var(--color-primary-2),0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:29.1866875rem;height:4.37460625rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:17.589842319489rem;left:40.748435974121rem;display:block; }
#W1O8V7CSt5rs45ALkwqZgS3uWHh14fWk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e0a3f;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; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { background-color: transparent; background-image: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .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); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { border-width: 0; border-radius: 0; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DPXIANXh6zBltkmcGd8pU2E78ywct8bl { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Pu9yzfHB9ARTL8FUMwgx3VOx28J3O0DT { box-sizing:content-box;height:5.8125rem;width:34.625rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.25), rgba(240,134,157,0.12));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.25), rgba(240,134,157,0.12));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.25), rgba(240,134,157,0.12));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.25), rgba(240,134,157,0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d3f', endColorstr='#f0869d1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d3f', endColorstr='#f0869d1e' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.25), rgba(240,134,157,0.12));background-size:auto !important;top:16.237501144409rem;left:2.5rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;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;border-left:0;border-right:0;border-bottom:0;display:none; }
#rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;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;border-left:0;border-right:0;border-bottom:0;display:none; }
#wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RMrpvg3eizXLLuo2dNay2zlBrlReAktE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qrragQaMPKlCys19VlHEyE6cAoc2m1ke { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qy9HRdlTETygnsOFD1PEcto6mgIRMstI { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Qdhd20hDlNAPOFMi9Sb0pTLOpfNJ5D6G { box-sizing:content-box;height:4.375rem;width:35.125rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-size:auto !important;top:22.56210899353rem;left:2.4996070861816rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#hZRCcpWpbloRkZs581nTkgNEydtISR14 { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JkirEvfxOsKIf5P7blCdFquTfxoOdDXK { box-sizing:content-box;height:4.375rem;width:26.9375rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-size:auto !important;top:27.591793060302rem;left:2.4996070861816rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#fuFgvc0SUqE6oTQ48xEcOu55VfhcgalE { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:23.1875rem;left:7.0000019073488rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DVsWpELbxspGZL33TyCFKKeVKQ73MQSf { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fClm3pM0kyl0Cffr46gZHW7IxG37K82x { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:17.071875572204rem;left:26.941667556762rem;height:4.14323125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#rc6RXE6qtBsSEwgVGxOm4k7ewPTTK25k { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#cETJdoa1MM7UkIBE44CakBmzb13pHqNR { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { color:#d3adc8;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:1.4964847564698rem;left:1.8722648620606rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { color:#29284f;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:12.22265625rem;left:37.20703125rem;height:2.92448125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { color:#29284f;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tt9nb24HqPxG4Mb1LLF8wB0CrTdiFOuy { position:absolute;display:block;z-index:15359;height:2.1875rem;width:6.75rem;top:17.706249237061rem;left:17.217710494995rem;display:block; }
#WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PIiPtL3IghSXDuX4xxCT9ulw8Fp4s1mM { box-sizing:content-box;height:5.8125rem;width:28.374625rem;position:absolute;display:block;z-index:15086;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-size:auto !important;top:32.634372711182rem;left:2.4972648620606rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#STIqhMPqJNhrsx5HRS3iRtvnEGNQlEDh { color:#ffffff;display:block;width:22.8116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:33.998435974121rem;left:6.0257797241211rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { position:absolute;display:block;z-index:15334;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:5.874025rem;width:9.4365rem;top:3.8125rem;left:31.625rem;overflow:hidden;display:none; }
#h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15353;line-height:1.2;letter-spacing:0;top:17.775001525879rem;left:7.1875019073488rem;height:2.84895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DdNgT70S5AD3ZT7NBHC1fT0GTqWXC3K2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15360;opacity:1;top:6.5281239151956rem;left:3.25rem; }
#mQPUdTuRvSMxUgbpdXz1R2qzBuQxbJX4 { box-sizing:content-box;height:33.8741875rem;width:36.9375rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));background-image: -moz-linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));background-image: -ms-linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));background-image: -o-linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5906923a', endColorstr='#d3adc849' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5906923a', endColorstr='#d3adc849' );";background-image: linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));background-size:auto !important;top:7.885546684265rem;left:0rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#JF0Mbek4xJ1dagm2l5XOpfZWqlTi4oc7 { color:#ffffff;display:block;width:69.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15358;line-height:1.3;letter-spacing:0;top:6.7302074432375rem;left:4.4375rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PdJvExE6qJTA8tdTmx3cUKXLWU1p7GgE { color:#f0869d;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15354;line-height:1.3;letter-spacing:0;top:14.016666412354rem;left:14.125001907349rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rZ0ZDOu6vFrtAzuIyu3U3zODqc0dnvGE { box-sizing:content-box;height:7.25rem;width:73.625rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(100,48,86,0.86), #971b79);background-image: -moz-linear-gradient(190deg, rgba(100,48,86,0.86), #971b79);background-image: -ms-linear-gradient(190deg, rgba(100,48,86,0.86), #971b79);background-image: -o-linear-gradient(190deg, rgba(100,48,86,0.86), #971b79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#643056db', endColorstr='#971b79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#643056db', endColorstr='#971b79' );";background-image: linear-gradient(190deg, rgba(100,48,86,0.86), #971b79);background-size:auto !important;top:5.1875rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SstQe0BPVryMcKdE0buUbyTTlryTInHx { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15361;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:17.925001144409rem;left:3.3739604949951rem; }
#aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15362;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:23.500001907349rem;left:3.3427104949951rem; }
#t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15363;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:28.592708587646rem;left:3.2541675567627rem; }
#hbP963K71xlmAH9APkJtvha5CtvxWm5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:34.281251966953rem;left:3.2500019073486rem; }
#UK76mOsZKN6lL4nKK2GdrHay1JpA1e0O { box-sizing:content-box;height:28.625rem;width:36.125rem;position:absolute;display:block;z-index:14977;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));background-image: -moz-linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));background-image: -ms-linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));background-image: -o-linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5906923a', endColorstr='#d3adc849' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5906923a', endColorstr='#d3adc849' );";background-image: linear-gradient(190deg, rgba(89,6,146,0.23), rgba(211,173,200,0.29));background-size:auto !important;top:12.207421302796rem;left:38.06640625rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aaMb7hkMhnes4xfVncsZ5Lpf66UXlJqv { color:#f0869d;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15355;line-height:1.3;letter-spacing:0;top:14.016667366028rem;left:53.090627670288rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HmgdcOL4vzM4yidTLTP0JQC6iyQXTNdS { box-sizing:content-box;height:5.8125rem;width:33.4375rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-size:auto !important;top:16.250000953674rem;left:39.250005722046rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#RBA8OHuzWURqRTbZsgSCPzAW2DUXovPx { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15354;line-height:1.2;letter-spacing:0;top:17.937501370907rem;left:43.312505722046rem;height:2.84895625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UicmTaeapTc1gBTcDZChXRSdsOLUhcwe { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15362;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.5));top:17.937500953674rem;left:40.062505722046rem; }
#EVBTxXn3P315IcXkwv7AeZM70OVOKcOo { position:absolute;display:block;z-index:15360;height:2.1875rem;width:6.75rem;top:17.884372711182rem;left:53.407293319702rem;display:block; }
#VX7BHHLPsRoOCpBXVybl33LmW21WKJnz { color:#ffffff;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:17.134375572204rem;left:62.716672897338rem;height:4.14323125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w3mPdSqbypGa1P8fMdTQrPmE4PTFTgaW { box-sizing:content-box;height:4.375rem;width:34.625rem;position:absolute;display:block;z-index:14980;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-size:auto !important;top:22.659373283386rem;left:39.253120422363rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#XTIWpGHJ209JksrZGe9WhoKXFfRGM9fc { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15374;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.5));top:23.625001907349rem;left:40.187505722046rem; }
#rv2yEzy9K2RcRd8tAcgKgCsCO7DUHb6Z { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:23.291667938233rem;left:43.529165267944rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HebnKAVdR1WkKIwAIDOtsPviCPTDhIJw { box-sizing:content-box;height:4.375rem;width:28.5rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-size:auto !important;top:27.624607086182rem;left:39.31640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#fsB7JatPE92ByNqLsBBcD6hUQIWz9eVE { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.2));top:28.668750762939rem;left:40.187505722046rem; }
#lCam6Kz3uwkrOirwZdNpHKvVRg3oaT6A { box-sizing:content-box;height:5.8125rem;width:28.8125rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d1e', endColorstr='#f0869d3f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.12), rgba(240,134,157,0.25));background-size:auto !important;top:32.562501907349rem;left:39.250005722046rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(85,85,85,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#bG1TqUKqvEs8t226TpxG065op2nX156E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15365;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:34.312501907349rem;left:40.312505722046rem; }
#dCc1w1hdRIf5pmxLlKvZZwmerWVnE8O7 { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:33.925001144409rem;left:43.716665267944rem;height:3.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W8faHNTJWNKywtoMUKOikh76LzWsLiXU { color:#ffffff;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:29.007419586182rem;left:43.778900146484rem;height:1.5434rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQ849rimrf04mHWdaF29WZ9dcNQu3Gfe { 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:14976;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d99', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d99', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.145834207535rem;left:70.716672897338rem;display:block; }
#xTHDD65NMkZA82BicPJTT69rRVnPqt1n { box-sizing:content-box;height:4.81171875rem;width:4.81171875rem;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:14974;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(237,124,189,0.36));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(237,124,189,0.36));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(237,124,189,0.36));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(237,124,189,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ed7cbd5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ed7cbd5b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(237,124,189,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.603513717651rem;left:31.140228271484rem;display:block; }
#qWOHPBNkuot77SZyZbR3wCbHbWgCgcJQ { box-sizing:content-box;height:1.37460625rem;width:1.37460625rem;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:14975;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.15), rgba(237,124,227,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.15), rgba(237,124,227,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.15), rgba(237,124,227,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.15), rgba(237,124,227,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80026', endColorstr='#ed7ce35b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80026', endColorstr='#ed7ce35b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.15), rgba(237,124,227,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.936716079712rem;left:39.248435974121rem;display:block; }
#Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { box-sizing:content-box;height:7.25rem;width:7.25rem;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:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.670829772949rem;left:8.9041652679444rem;display:none; }
#Bk9TEOR5CSpVTGQ4srz2BpTnWP6dAAvw { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#vgslNlKOn31WB74Gkg1t66wlCGbn3mV8 { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#bVsfTifaHcPNr6ezUz53gqbqD0DVBtEi { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#NnivXSCoJWgHCZrPX5EJQK2ylCJkTknp { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#gkh1iEp4wQF3TgLGF6GamRp46oGmoCqw { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#TbcSFIfZd0PCOw5vGTZowEa39qdLDhDS { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#xaywlyehUMn8LTEsSVuelMBFT3dOrJfJ { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#cZBP0zWmcfy5gVvdqxWU21tc1odps3TR { box-sizing:content-box;height:33.875rem;width:35.1875rem;position:absolute;display:block;z-index:14976;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -moz-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -ms-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-image: -o-linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e3a', endColorstr='#06923249' );";background-image: linear-gradient(190deg, rgba(6,146,126,0.23), rgba(6,146,50,0.29));background-size:auto !important;top:7.0625rem;left:0.75rem;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#JmVlxiCRIasD8uxdIsZHz6Rvb3n6BdCg { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#dan75dRe0hnE8fBeCvNSimp6GsLgwmHa { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#UBXLMTmuZ48v1h3JhBDupsWzaKFyVpCa { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15372;background-color:#9ab0a8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.362500190735rem;left:25.941667556762rem;display:block; }
#yvRrpu6AdhNT0LwQBAgvEBktEJe55rvn { box-sizing:content-box;height:3.75rem;width:0.0625rem;position:absolute;display:block;z-index:15373;background-color:#9ab0a8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.504168510437rem;left:61.654172897339rem;display:block; }
#oidbItqgnaq1N7Bq3lDwwNRI2lFwkVHu { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:17.071875572204rem;left:26.941667556762rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eIZgG47vNbh6X8kmmbl6NJUtrpNaiEk7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:8.4583339691163rem;left:30.625001907349rem;display:none; }
#uoo5P8mDq9C235gNMeUJovnx1zzABWIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lp1qzzblGFXOsNDSbzc4RcMNZLOt5hG0 { box-sizing:content-box;height:4.9375rem;width:4.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:14973;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));background-image: -moz-linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));background-image: -ms-linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));background-image: -o-linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d14', endColorstr='#f0869d19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d14', endColorstr='#f0869d19' );";background-image: linear-gradient(180deg, rgba(240,134,157,0.08), rgba(240,134,157,0.1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9964847564698rem;left:23.886325836182rem;display:block; }
#lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { position:absolute;display:block;z-index:15346;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:4.74960625rem;width:4.37460625rem;top:40.000774383545rem;left:46.695701599121rem;overflow:hidden;display:block; }
#SxGl5DdHUpT1ZbJ1VER5XhQnZXaUpAmy { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.225rem;height:2.47460625rem;text-decoration:none;z-index:15303;text-align:center;text-align-last:center;top:8.838671684265rem;left:31.64453125rem;display:block; }
#HEktnXzVhNZkkRH2rlqHXM48GWUnTy3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zDxcBPZXp2GW7nSd5qT48adkPnpiyO9W { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:7.3125rem;height:2.4125rem;text-decoration:none;z-index:15304;text-align:center;text-align-last:center;top:23.602732658386rem;left:28.626560211182rem;display:block; }
#O7kusaoVWaauNkTfglpehiSWfJGFW3pB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SetFGGIt4VLvyw3TbbTk0K0GZ5H4TJNy { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:7.2875rem;height:2.34921875rem;text-decoration:none;z-index:15305;text-align:center;text-align-last:center;top:23.635544896126rem;left:65.661712646488rem;display:block; }
#umWJdEVJHlwwmsZpH5Cy4LLTMi6xnTK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X3fwfMpzn9Mih4bqy7DiRx1nd6OANsTl { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.4375rem;height:2.5rem;text-decoration:none;z-index:15353;text-align:center;text-align-last:center;top:28.601952552796rem;left:11.539844512939rem;display:block; }
#AaTsLkT1JC2aWTKT2dxHtSXeohxL0SQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dwgy4RN0O3AqOwZfM70gAmXBtyTXPT17 { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.8125rem;height:2.1875rem;text-decoration:none;z-index:15354;text-align:center;text-align-last:center;top:35.350388526916rem;left:10.104686737061rem;display:block; }
#TNBbAVnLAWPmHH2wZmS0nP7O5MvxIBdR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVwo8PqPdc3OKEMRB0OtRni3dKM6TBVR { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;box-sizing:border-box;color:#f8ffc3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.375rem;height:2.49960625rem;text-decoration:none;z-index:15354;text-align:center;text-align-last:center;top:28.478123664856rem;left:48.68359375rem;display:block; }
#zeoXywiGfQDGhZToWl5oZ3hIyO42dc7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5wXyZ3pmggJp5LtO5iz4zhwOtUTB6sq { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.625rem;height:2.5rem;text-decoration:none;z-index:15355;text-align:center;text-align-last:center;top:35.110934257508rem;left:47.652732849121rem;display:block; }
#s0VxMd8cgT4JQMtaasITAVh4hJTJ1f9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3sKLA1KNMX5ZV32ZDkXRJpPAHdf8h8e { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BTEFTaMWwsMtK0rR0dyed3rLkpvW1LUi { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iQnn8xEGNOQTtoNoQBCQO38FzzUVTkqE { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#U2Cum52AvISH9oI4VIy1nlCkiJiHWgzw { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.062496185302rem;left:6.8742179870606rem;height:1.5421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NGFwTdsv5xCu6W3GfHTyqyIIaT8qmTpq { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.4375rem;height:2.5rem;text-decoration:none;z-index:15353;text-align:center;text-align-last:center;top:28.601952552796rem;left:11.539844512939rem;display:none; }
#ec3V90JICwdqaqgN6gvFnsNuWblhemlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCK5mFH5egwaWs8BtkJcknzV6sRMLlGV { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.4375rem;height:2.5rem;text-decoration:none;z-index:15353;text-align:center;text-align-last:center;top:28.601952552796rem;left:11.539844512939rem;display:none; }
#Cmc0lwL5BSyNM1hIFf2wfUcFg5EGmFQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P79MMeap8NGsSokTa5iFegSeMtLb8Jbm { background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;box-sizing:border-box;color:#f8ffc3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:9.4375rem;height:2.5rem;text-decoration:none;z-index:15353;text-align:center;text-align-last:center;top:28.601952552796rem;left:11.539844512939rem;display:none; }
#BlaTV2pJAIPxrMApdPxgCtBG5RZfBfUr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #411751, #2e0a3f);background-image: -moz-linear-gradient(360deg, #411751, #2e0a3f);background-image: -ms-linear-gradient(360deg, #411751, #2e0a3f);background-image: -o-linear-gradient(360deg, #411751, #2e0a3f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#411751', endColorstr='#2e0a3f' );";background-image: linear-gradient(360deg, #411751, #2e0a3f);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; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { background-color: transparent; background-image: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .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); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { border-width: 0; border-radius: 0; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UI0x3wFNQtb16HxDSgIs8crNcis43K8w { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TiV3o3mozssCrJNtsEaU098O09nJxzPO { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;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;border-left:0;border-right:0;border-bottom:0;display:none; }
#STO66aBhHf4dUMTVear2dJQGTqZsIiso { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;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;border-left:0;border-right:0;border-bottom:0;display:none; }
#QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mrMggCEFGguktbM54DqPyJxD4gbbze2J { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F2OMcvPiMXChZZpKlr43ebUgleu83hbL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IH0birkrWgsnz2XfXNvTyQFflMFviyHx { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#A41ZU2raAg194rrNh9F8rrWTif32KZBX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { position:absolute;display:block;z-index:15334;border-top:0.3125rem solid #f0869d;border-left:0.3125rem solid #f0869d;border-right:0.3125rem solid #f0869d;border-bottom:0.3125rem solid #f0869d;box-shadow: none;height:13.5rem;width:24.125rem;top:5.6250009536743rem;left:0rem;display:block; }
#NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { color:#d3adc8;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:1rem;left:11.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { position:absolute;display:block;z-index:14999;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:9.4375rem;width:6.25rem;top:14.687500953674rem;left:0rem;overflow:hidden;display:block; }
#GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { position:absolute;display:block;z-index:15325;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.06041875rem;width:6.06041875rem;top:19.656251430511rem;left:68.93958854675rem;overflow:hidden;display:block; }
#iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { position:absolute;display:block;z-index:14998;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:3.4375rem;width:3.5625rem;top:2.2541675567627rem;left:3.404167175293rem;overflow:hidden;display:block; }
#wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { position:absolute;display:block;z-index:15335;border-top:0.3125rem solid #f0869d;border-left:0.3125rem solid #f0869d;border-right:0.3125rem solid #f0869d;border-bottom:0.3125rem solid #f0869d;box-shadow: none;height:13.5rem;width:24.125rem;top:5.625rem;left:25.187501907349rem;display:block; }
#qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { position:absolute;display:block;z-index:14997;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:5.0625rem;width:5.0625rem;top:18.781250953674rem;left:45.352087020874rem;overflow:hidden;display:block; }
#Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0869d, #df64a5);background-image: -moz-linear-gradient(180deg, #f0869d, #df64a5);background-image: -ms-linear-gradient(180deg, #f0869d, #df64a5);background-image: -o-linear-gradient(180deg, #f0869d, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #f0869d, #df64a5);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.625003814698rem;left:5.4375019073486rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { position:absolute;display:block;z-index:15347;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:4.3125rem;width:4rem;top:1.3791675567627rem;left:68.93958854675rem;overflow:hidden;display:block; }
#yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { position:absolute;display:block;z-index:15350;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:4rem;width:3.9375rem;top:20.191668510437rem;left:18.152082443238rem;overflow:hidden;display:block; }
#iIRif7BZzofVq67305pEe4JocJDiNMpX { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { position:absolute;display:block;z-index:15338;border-top:0.3125rem solid #f0869d;border-left:0.3125rem solid #f0869d;border-right:0.3125rem solid #f0869d;border-bottom:0.3125rem solid #f0869d;box-shadow: none;height:13.5rem;width:24.125rem;top:5.6250009536743rem;left:50.375rem;display:block; }
#TafAVDxZeICORH10Xaz7gTH23aKqdwMo { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#A2fzCEv7L345EITxQkyyr406QrgHMJuX { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0869d, #df64a5);background-image: -moz-linear-gradient(180deg, #f0869d, #df64a5);background-image: -ms-linear-gradient(180deg, #f0869d, #df64a5);background-image: -o-linear-gradient(180deg, #f0869d, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #f0869d, #df64a5);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.658335208893rem;left:30.347917556762rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0869d, #df64a5);background-image: -moz-linear-gradient(180deg, #f0869d, #df64a5);background-image: -ms-linear-gradient(180deg, #f0869d, #df64a5);background-image: -o-linear-gradient(180deg, #f0869d, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #f0869d, #df64a5);background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:19.658335208893rem;left:55.443754196167rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { position:absolute;display:block;z-index:15326;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.06041875rem;width:6.06041875rem;top:2.3760423660278rem;left:21.465627670288rem;overflow:hidden;display:block; }
#tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#T970BIHwMRpv0m4C97TOLSavJJlVZL7I { color:#2145a4;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:1rem;left:11.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { color:#d3adc8;display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15295;line-height:1.3;letter-spacing:0;top:29.278123855591rem;left:21.84375rem;height:1.5434rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xG5oCJulckhOLC4hiw9THpyTx4qWoMVl { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.4484375rem;height:2.38671875rem;text-decoration:none;z-index:15305;text-align:center;text-align-last:center;top:20.117576599121rem;left:7.6371078491213rem;display:block; }
#IZstQBRVPoMqFTkFbLAROQgOh8C7QeCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkbftexMV7fnrIEW0zcius33NLyIUgD5 { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.422625rem;height:2.3609375rem;text-decoration:none;z-index:15306;text-align:center;text-align-last:center;top:20.130466461182rem;left:32.7890625rem;display:block; }
#JMHAgSTOF88ouVvdZXvsLTIz3X57HdMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9BsVLsJzNE1zgH6Rc33p8v1dwOMCew8 { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffbe00;border-left:0.125rem solid #ffbe00;border-right:0.125rem solid #ffbe00;border-bottom:0.125rem solid #ffbe00;border-top-left-radius:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: 0rem 0rem 0.5rem #ff5ded ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:mukta;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.396875rem;height:2.33515625rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:20.143358230591rem;left:57.849601745606rem;display:block; }
#Ho1h0b33GxFqyQsbcp62ApbXLHxAQQJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk { position:relative;display:block; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk { background-color: transparent; background-image: none; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container > .video-iframe-container { display: none; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row > .video-iframe-container { display: none; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .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); }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk { border-width: 0; border-radius: 0; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ib0nixO5qQNtSlTIwXJRxbS5PCTRWsai { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.8134765625rem;left:4.55859375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mKnyy1u2fbSvx9TCsfFTaPxIJotVtymQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.880859375rem;left:4.4951171875rem; }
#U7TbNveycgw9CaEaARTh8a8CrSGHyETo { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:6.322265625rem;left:6.9326171875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r9eeSfQ3zv1fqAo4afXS6r4HliHwarTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.3818359375rem;left:4.4951171875rem; }
#naL3XPDOQ9WL9Avco3SyvV4P4fn3Q7Vy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.0107421875rem;left:4.4951171875rem; }
#OgsBPFrHM1D2GETm5HLasDDLCThskyDS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:6.8505859375rem;left:50.017578125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfMsHe2D5nUIMcF4WNtrGweDfuPHGZCV { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #db6402;border-left:0.0625rem solid #db6402;border-right:0.0625rem solid #db6402;border-bottom:0.0625rem solid #db6402;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:#8d004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.75rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:10.880859375rem;left:54.111328125rem;display:block; }
#z6uTL2twW2z0XNILqEuLgEN1rxxK4K6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tl7aECeXR8UpAhzfsDsxBSesXBs5ErJA { box-sizing:content-box;height:11.6875rem;width:28rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:4.509765625rem;left:45.1220703125rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gAqtemxEDXqGOE05Tgvv13TVXruOPx6t { position:absolute;display:block;z-index:15163;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:16rem;width:12.0625rem;top:0rem;left:34.2626953125rem;overflow:hidden;display:block; }
#nTl7v3c75gAtoGwIeEnTq6QJ77RJrC2G { box-sizing:content-box;height:14rem;width:71.625rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(135deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:2.0087890625rem;left:1.6875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container { background-color: transparent; background-image: none; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container > .video-iframe-container { display: none; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row > .video-iframe-container { display: none; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .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); }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container { border-width: 0; border-radius: 0; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#scsDFssxeJMvw0zMEAuCDANTghkVXDFz { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:1.408203125rem;left:6.21484375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sRUeRemnTwg3crKvl1RqkJILgT5kLMt4 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;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:15038;opacity:1;top:1.533203125rem;left:70.0625rem; }
#dBOP20aw1ztoBLdvmoOKHrzGDbbCWg2O { 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:15036;opacity:1;top:14.9375rem;left:58.9375rem;display:none; }
#uKIEbnDnZI9mWEDbWQyzE7CJ0uguGpHE { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.861328125rem;left:9.7119140625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmrRD3OzyT8RoG5AZgl3KluVcRkeaTaZ { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:0.625rem;left:1.775390625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .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); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#ffbf0f;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#ffbf0f;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:11.625rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625001907349rem;left:7.3750019073488rem;height:13.15625rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#ffbf0f;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:6.1875rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#ffbf0f;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:30.562501907349rem;left:6.2499990463257rem;height:1.8rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.687502145768rem;left:7.436460494995rem;height:2.9236125rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.125rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#411751;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; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container { background-color: transparent; background-image: none; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container > .video-iframe-container { display: none; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row > .video-iframe-container { display: none; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .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); }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container { border-width: 0; border-radius: 0; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#RvMHdxwWdgZQg7T7ZcJ7MLP8n5NpHeKD { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#lBSSWs53QaWnNqP1ZNsoTcymTyF9bxal { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:6.1875rem;height:1.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wyt9tpzGWTh5ZfuPWs3St6NkuIHi9RtR { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:0.25rem;left:1.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#ffffff;display:block;width:24.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.4929685592651rem;left:46.439056396484rem;height:1.1378875rem;font-style:normal;display:block; }
#JHrPrdt3K1Qfm8eGCgDD7TCH1KUVur5T { position:relative;display:block; }#JHrPrdt3K1Qfm8eGCgDD7TCH1KUVur5T > .row .container { position:relative;display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f5589;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; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { background-color: transparent; background-image: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { display: none; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .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); }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { border-width: 0; border-radius: 0; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8125rem;display:block; }
#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { background-color: transparent; background-image: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container { display: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row > .video-iframe-container { display: none; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .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); }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { border-width: 0; border-radius: 0; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { box-sizing:content-box;height:7.0625rem;width:17.375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,89,56,0.85), rgba(255,89,56,0.53));background-image: -moz-linear-gradient(180deg, rgba(255,89,56,0.85), rgba(255,89,56,0.53));background-image: -ms-linear-gradient(180deg, rgba(255,89,56,0.85), rgba(255,89,56,0.53));background-image: -o-linear-gradient(180deg, rgba(255,89,56,0.85), rgba(255,89,56,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5938d8', endColorstr='#ff593887' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5938d8', endColorstr='#ff593887' );";background-image: linear-gradient(180deg, rgba(255,89,56,0.85), rgba(255,89,56,0.53));background-size:auto !important;top:1.9375rem;left:57.625003814698rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -o-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-size:contain !important;color:#172279;padding-top:0.316875rem;padding-right:0.30125rem;padding-bottom:0.316875rem;padding-left:0.30125rem;display:block;align-items:center;width:1.8075rem;min-width:1.8075rem;height:1.70125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.2675rem;font-weight:700;line-height:27.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { background-color:;background-image:none;color:#e5eeff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.198125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.410625rem;height:0.67rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.475rem;font-weight:700;line-height:10.72px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:3.203125rem;padding-top:0.395625rem;padding-right:0.43125rem;padding-bottom:0.395625rem;padding-left:0.43125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.14453125rem;left:59.157550811767rem;z-index:15022; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs { width:auto; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
#ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.3125rem;left:59.062503814698rem;height:1.3816375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.39453125rem;left:60.000003814698rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rKMdqXzfxU1nfcuHHcplzNUTJTUet2He { display:block; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoETNmN3U9MLVNFAU7WcHsDoLHr1UsGT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFq8DWdlO04CCl6Qs8pMsIKEpzctKdaM { top:1.4375rem;left:34rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTz3EqVeSBhRyVSD0r86EbJ7Tm9TgcaE { display:block; }
 }@media only screen and (max-width: 763px) { #H8cWUxJ2pkkdDGKbQuHNTeQVp13vp2Ib { top:1.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StMRIHR579uVyp0EKnQUlfaBSP7x7I0V { top:0.3125rem;left:0rem;width:7.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { top:15.5625rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqMXLDo127qnsbkzfszG4Z2J9FSXwmq4 { width:18.8125rem;height:2.3125rem;top:14.875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIUMuDl77HEsoGynggcM69bKOC7nzDU { display:block; }
 }@media only screen and (max-width: 763px) { #P0FUPddVlPgCKVUXs75uzHRm9EFeNbm2 { width:18.8125rem;height:9.125rem;top:17.1875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmifXxHnHNvHS040p71RofxvNzh0QgkE { display:block; }
 }@media only screen and (max-width: 763px) { #fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { top:6rem;left:18rem;width:29.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs9A70wLQ6zoGsxoC4ytL9cXxO81iw5U { top:22.3125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { top:9.1875rem;left:18rem;width:29.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { top:2.8125rem;left:0rem;width:24.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxk8hNIU53SiTR5TaTSurPTZVnDTmCEe { top:1.75rem;left:0rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VptWTa2HauwU9DmkgAzzxHpgyHAyNDJE { top:10.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmuz7LGhK2U3h2yJfHwXm7pqHmrrg42q { top:1.75rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlnFNADX5yTTL3vTy707SWtnvIGLROSs { top:1.75rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { top:14.8125rem;left:0rem;width:4.375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp0BKPtrHbfBtWhW4aIH27lfIqCz4PEa { width:7.3125rem;height:3.375rem;top:22.25rem;left:38.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnbP6FeIrB8BhBBfpvkwFqv7vDPDfZRJ { display:block; }
 }@media only screen and (max-width: 763px) { #Rw4veLqHJGh1AP55NxOroRPN7TpdCPe6 { width:29.125rem;height:4.3125rem;top:17.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1O8V7CSt5rs45ALkwqZgS3uWHh14fWk { display:block; }
 }@media only screen and (max-width: 763px) { #zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { display:block; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPXIANXh6zBltkmcGd8pU2E78ywct8bl { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pu9yzfHB9ARTL8FUMwgx3VOx28J3O0DT { top:16.1875rem;left:0rem;width:34.625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMrpvg3eizXLLuo2dNay2zlBrlReAktE { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrragQaMPKlCys19VlHEyE6cAoc2m1ke { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy9HRdlTETygnsOFD1PEcto6mgIRMstI { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qdhd20hDlNAPOFMi9Sb0pTLOpfNJ5D6G { top:22.5rem;left:0rem;width:35.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZRCcpWpbloRkZs581nTkgNEydtISR14 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkirEvfxOsKIf5P7blCdFquTfxoOdDXK { top:27.5625rem;left:0rem;width:26.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuFgvc0SUqE6oTQ48xEcOu55VfhcgalE { top:23.1875rem;left:0rem;width:19.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVsWpELbxspGZL33TyCFKKeVKQ73MQSf { top:29rem;left:0rem;width:22.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fClm3pM0kyl0Cffr46gZHW7IxG37K82x { top:17.0625rem;left:13.316667556762rem;width:8.9375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc6RXE6qtBsSEwgVGxOm4k7ewPTTK25k { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cETJdoa1MM7UkIBE44CakBmzb13pHqNR { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { top:1.4375rem;left:0rem;width:21.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { display:none; }
 }@media only screen and (max-width: 763px) { #tt9nb24HqPxG4Mb1LLF8wB0CrTdiFOuy { top:17.6875rem;left:3.5927104949951rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PIiPtL3IghSXDuX4xxCT9ulw8Fp4s1mM { top:32.625rem;left:0rem;width:28.3125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIqhMPqJNhrsx5HRS3iRtvnEGNQlEDh { top:33.9375rem;left:0rem;width:22.75rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { top:56.875rem;left:0rem;width:10.625rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { top:3.8125rem;left:18rem;width:9.375rem;height:5.8357425290097rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { top:17.75rem;left:0rem;width:9.5625rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdNgT70S5AD3ZT7NBHC1fT0GTqWXC3K2 { top:6.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQPUdTuRvSMxUgbpdXz1R2qzBuQxbJX4 { top:7.875rem;left:0rem;width:36.9375rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF0Mbek4xJ1dagm2l5XOpfZWqlTi4oc7 { top:6.6875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdJvExE6qJTA8tdTmx3cUKXLWU1p7GgE { top:14rem;left:0.50000190734863rem;width:8.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ0ZDOu6vFrtAzuIyu3U3zODqc0dnvGE { top:5.1875rem;left:0rem;width:47.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SstQe0BPVryMcKdE0buUbyTTlryTInHx { top:17.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { top:23.5rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { top:28.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbP963K71xlmAH9APkJtvha5CtvxWm5c { top:34.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK76mOsZKN6lL4nKK2GdrHay1JpA1e0O { top:12.1875rem;left:10.9375rem;width:36.125rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaMb7hkMhnes4xfVncsZ5Lpf66UXlJqv { top:14rem;left:39.4375rem;width:8.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmgdcOL4vzM4yidTLTP0JQC6iyQXTNdS { top:16.25rem;left:14.3125rem;width:33.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBA8OHuzWURqRTbZsgSCPzAW2DUXovPx { top:17.9375rem;left:29.687505722046rem;width:9.375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UicmTaeapTc1gBTcDZChXRSdsOLUhcwe { top:17.9375rem;left:26.437505722046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVBTxXn3P315IcXkwv7AeZM70OVOKcOo { top:17.875rem;left:39.782293319702rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX7BHHLPsRoOCpBXVybl33LmW21WKJnz { top:17.125rem;left:38.75rem;width:9rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3mPdSqbypGa1P8fMdTQrPmE4PTFTgaW { top:22.625rem;left:13rem;width:34.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIWpGHJ209JksrZGe9WhoKXFfRGM9fc { top:23.625rem;left:26.562505722046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv2yEzy9K2RcRd8tAcgKgCsCO7DUHb6Z { top:23.25rem;left:25rem;width:20.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HebnKAVdR1WkKIwAIDOtsPviCPTDhIJw { top:27.5625rem;left:19.125rem;width:28.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsB7JatPE92ByNqLsBBcD6hUQIWz9eVE { top:28.625rem;left:26.562505722046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCam6Kz3uwkrOirwZdNpHKvVRg3oaT6A { top:32.5625rem;left:18.9375rem;width:28.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG1TqUKqvEs8t226TpxG065op2nX156E { top:34.3125rem;left:26.687505722046rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCc1w1hdRIf5pmxLlKvZZwmerWVnE8O7 { top:33.875rem;left:24.4375rem;width:23.25rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8faHNTJWNKywtoMUKOikh76LzWsLiXU { top:29rem;left:24.75rem;width:23rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ849rimrf04mHWdaF29WZ9dcNQu3Gfe { top:13.125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHDD65NMkZA82BicPJTT69rRVnPqt1n { top:30.5625rem;left:17.515228271484rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWOHPBNkuot77SZyZbR3wCbHbWgCgcJQ { top:38.875rem;left:25.623435974121rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { top:17.25rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bk9TEOR5CSpVTGQ4srz2BpTnWP6dAAvw { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgslNlKOn31WB74Gkg1t66wlCGbn3mV8 { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVsfTifaHcPNr6ezUz53gqbqD0DVBtEi { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnivXSCoJWgHCZrPX5EJQK2ylCJkTknp { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkh1iEp4wQF3TgLGF6GamRp46oGmoCqw { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbcSFIfZd0PCOw5vGTZowEa39qdLDhDS { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaywlyehUMn8LTEsSVuelMBFT3dOrJfJ { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZBP0zWmcfy5gVvdqxWU21tc1odps3TR { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmVlxiCRIasD8uxdIsZHz6Rvb3n6BdCg { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dan75dRe0hnE8fBeCvNSimp6GsLgwmHa { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBXLMTmuZ48v1h3JhBDupsWzaKFyVpCa { top:17.3125rem;left:12.316667556762rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvRrpu6AdhNT0LwQBAgvEBktEJe55rvn { top:17.5rem;left:47.6875rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oidbItqgnaq1N7Bq3lDwwNRI2lFwkVHu { top:30.5625rem;left:0rem;width:17rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIZgG47vNbh6X8kmmbl6NJUtrpNaiEk7 { width:11.25rem;height:2.5rem;top:8.4375rem;left:17.000001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoo5P8mDq9C235gNMeUJovnx1zzABWIB { display:block; }
 }@media only screen and (max-width: 763px) { #lp1qzzblGFXOsNDSbzc4RcMNZLOt5hG0 { top:2.9375rem;left:10.261325836182rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { top:40rem;left:33.070701599121rem;width:4.3125rem;height:4.6821761279944rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxGl5DdHUpT1ZbJ1VER5XhQnZXaUpAmy { width:11.1875rem;height:2.4375rem;top:8.8125rem;left:18.01953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEktnXzVhNZkkRH2rlqHXM48GWUnTy3s { display:block; }
 }@media only screen and (max-width: 763px) { #zDxcBPZXp2GW7nSd5qT48adkPnpiyO9W { width:7.3125rem;height:2.375rem;top:23.5625rem;left:15.001560211182rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kusaoVWaauNkTfglpehiSWfJGFW3pB { display:block; }
 }@media only screen and (max-width: 763px) { #SetFGGIt4VLvyw3TbbTk0K0GZ5H4TJNy { width:7.25rem;height:2.3125rem;top:23.625rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umWJdEVJHlwwmsZpH5Cy4LLTMi6xnTK7 { display:block; }
 }@media only screen and (max-width: 763px) { #X3fwfMpzn9Mih4bqy7DiRx1nd6OANsTl { width:9.4375rem;height:2.5rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaTsLkT1JC2aWTKT2dxHtSXeohxL0SQh { display:block; }
 }@media only screen and (max-width: 763px) { #Dwgy4RN0O3AqOwZfM70gAmXBtyTXPT17 { width:9.8125rem;height:2.1875rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBbAVnLAWPmHH2wZmS0nP7O5MvxIBdR { display:block; }
 }@media only screen and (max-width: 763px) { #hVwo8PqPdc3OKEMRB0OtRni3dKM6TBVR { width:9.375rem;height:2.4375rem;top:28.4375rem;left:35.05859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeoXywiGfQDGhZToWl5oZ3hIyO42dc7K { display:block; }
 }@media only screen and (max-width: 763px) { #O5wXyZ3pmggJp5LtO5iz4zhwOtUTB6sq { width:9.625rem;height:2.5rem;top:35.0625rem;left:34.027732849121rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0VxMd8cgT4JQMtaasITAVh4hJTJ1f9T { display:block; }
 }@media only screen and (max-width: 763px) { #H3sKLA1KNMX5ZV32ZDkXRJpPAHdf8h8e { top:45.5rem;left:0rem;width:10.5rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTEFTaMWwsMtK0rR0dyed3rLkpvW1LUi { top:48.1875rem;left:0rem;width:14.25rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQnn8xEGNOQTtoNoQBCQO38FzzUVTkqE { top:45.5rem;left:0rem;width:10.5rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2Cum52AvISH9oI4VIy1nlCkiJiHWgzw { top:48.1875rem;left:0rem;width:14.25rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGFwTdsv5xCu6W3GfHTyqyIIaT8qmTpq { width:9.4375rem;height:2.5rem;top:28.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec3V90JICwdqaqgN6gvFnsNuWblhemlh { display:block; }
 }@media only screen and (max-width: 763px) { #uCK5mFH5egwaWs8BtkJcknzV6sRMLlGV { width:9.4375rem;height:2.5rem;top:28.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmc0lwL5BSyNM1hIFf2wfUcFg5EGmFQS { display:block; }
 }@media only screen and (max-width: 763px) { #P79MMeap8NGsSokTa5iFegSeMtLb8Jbm { width:9.4375rem;height:2.5rem;top:28.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlaTV2pJAIPxrMApdPxgCtBG5RZfBfUr { display:block; }
 }@media only screen and (max-width: 763px) { #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { top:5.625rem;left:0rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { top:1rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { top:14.6875rem;left:0rem;width:6.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { top:19.625rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { top:2.25rem;left:0rem;width:3.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { top:5.625rem;left:11.562501907349rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { top:18.75rem;left:31.727087020874rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { top:19.625rem;left:0rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { top:1.375rem;left:43.75rem;width:4rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { top:20.1875rem;left:4.5270824432373rem;width:3.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { top:5.625rem;left:23rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { top:19.625rem;left:16.722917556762rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { top:19.625rem;left:33.4375rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { top:2.375rem;left:7.8406276702881rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { display:none; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { top:2rem;left:0rem;width:15.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { top:29.25rem;left:8.21875rem;width:31.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG5oCJulckhOLC4hiw9THpyTx4qWoMVl { width:9.4375rem;height:2.375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZstQBRVPoMqFTkFbLAROQgOh8C7QeCq { display:block; }
 }@media only screen and (max-width: 763px) { #KkbftexMV7fnrIEW0zcius33NLyIUgD5 { width:9.375rem;height:2.3125rem;top:20.125rem;left:19.1640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMHAgSTOF88ouVvdZXvsLTIz3X57HdMD { display:block; }
 }@media only screen and (max-width: 763px) { #U9BsVLsJzNE1zgH6Rc33p8v1dwOMCew8 { width:9.375rem;height:2.3125rem;top:20.125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho1h0b33GxFqyQsbcp62ApbXLHxAQQJM { display:block; }
 }@media only screen and (max-width: 763px) { #XmJlpwst9lApOZ2fe1D722KRFiIdnQsk { display:block; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib0nixO5qQNtSlTIwXJRxbS5PCTRWsai { top:3.8125rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKnyy1u2fbSvx9TCsfFTaPxIJotVtymQ { top:6.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7TbNveycgw9CaEaARTh8a8CrSGHyETo { top:6.3125rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9eeSfQ3zv1fqAo4afXS6r4HliHwarTM { top:9.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naL3XPDOQ9WL9Avco3SyvV4P4fn3Q7Vy { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgsBPFrHM1D2GETm5HLasDDLCThskyDS { top:6.8125rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfMsHe2D5nUIMcF4WNtrGweDfuPHGZCV { width:11.4375rem;height:2.75rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6uTL2twW2z0XNILqEuLgEN1rxxK4K6v { display:block; }
 }@media only screen and (max-width: 763px) { #Tl7aECeXR8UpAhzfsDsxBSesXBs5ErJA { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAqtemxEDXqGOE05Tgvv13TVXruOPx6t { top:0rem;left:20.6376953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTl7v3c75gAtoGwIeEnTq6QJ77RJrC2G { top:2rem;left:0rem;width:47.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly { display:block; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scsDFssxeJMvw0zMEAuCDANTghkVXDFz { top:1.375rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRUeRemnTwg3crKvl1RqkJILgT5kLMt4 { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBOP20aw1ztoBLdvmoOKHrzGDbbCWg2O { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKIEbnDnZI9mWEDbWQyzE7CJ0uguGpHE { top:1.8125rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmrRD3OzyT8RoG5AZgl3KluVcRkeaTaZ { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:2.875rem;left:0rem;width:41.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:11.625rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:14.625rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.1875rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:30.5625rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:32.6875rem;left:0rem;width:43.4375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.125rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl { display:block; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvMHdxwWdgZQg7T7ZcJ7MLP8n5NpHeKD { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBSSWs53QaWnNqP1ZNsoTcymTyF9bxal { top:1.25rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyt9tpzGWTh5ZfuPWs3St6NkuIHi9RtR { top:0.25rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:1.4375rem;left:23.75rem;width:24rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHrPrdt3K1Qfm8eGCgDD7TCH1KUVur5T { display:block; }#JHrPrdt3K1Qfm8eGCgDD7TCH1KUVur5T > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { top:1.9375rem;left:30.375rem;width:17.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.253125rem;padding-bottom:0.29125rem;padding-left:0.253125rem;width:1.518125rem;min-width:2.625rem;height:1.55125rem;font-size:1.155625rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02125rem;height:0.61125rem;font-size:0.4325rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { display:flex;width:12.125rem;height:2.92375rem;top:4.5625rem;left:0rem;padding-top:1.05875rem;padding-right:1.074375rem;padding-bottom:1.05875rem;padding-left:1.074375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
 }@media only screen and (max-width: 763px) { #ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { top:3.3125rem;left:32.875rem;width:14.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { top:0.375rem;left:32.75rem;width:15rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#2e0a3f;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) { #rKMdqXzfxU1nfcuHHcplzNUTJTUet2He { background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f0869d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container { background-color: transparent; background-image: none; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container > .video-iframe-container { display: none; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row > .video-iframe-container { display: none; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .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); }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container { border-width: 0; border-radius: 0; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKMdqXzfxU1nfcuHHcplzNUTJTUet2He > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoETNmN3U9MLVNFAU7WcHsDoLHr1UsGT { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RFq8DWdlO04CCl6Qs8pMsIKEpzctKdaM { top:1.4375rem;left:3.75rem;width:12.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTz3EqVeSBhRyVSD0r86EbJ7Tm9TgcaE { display:block; }
 }@media only screen and (max-width: 763px) { #H8cWUxJ2pkkdDGKbQuHNTeQVp13vp2Ib { width:9.625rem;height:2.9375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #StMRIHR579uVyp0EKnQUlfaBSP7x7I0V { width:4.8125rem;height:2.75rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .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); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:37.125rem;background-color:#2e0a3f;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:4.5rem;height:0.75rem;top:0rem;left:0.34166663885117rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { width:10.375rem;height:4.0625rem;top:0.15625rem;left:9.6241322755812rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { width:3.75rem;height:3.75rem;top:4.9062502384186rem;left:16.250001728535rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { width:19.875rem;height:0;top:16.8125rem;left:0.0625rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15293;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.5625rem #ffffff;color:#224f92;display:none; }
 }@media only screen and (max-width: 763px) { #AqMXLDo127qnsbkzfszG4Z2J9FSXwmq4 { width:16.4375rem;height:2.25rem;top:23.062108039856rem;left:1.6863279938698rem;font-size:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-2),0.15) ;font-family:mukta;color:#414162;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15370;display:block; }
 }@media only screen and (max-width: 763px) { #JgIUMuDl77HEsoGynggcM69bKOC7nzDU { display:block; }
 }@media only screen and (max-width: 763px) { #P0FUPddVlPgCKVUXs75uzHRm9EFeNbm2 { width:16.4375rem;height:8.125rem;top:25.249217033386rem;left:1.6874998211861rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(225,56,56,0.82), #ff7272);background-image: -moz-linear-gradient(180deg, rgba(225,56,56,0.82), #ff7272);background-image: -ms-linear-gradient(180deg, rgba(225,56,56,0.82), #ff7272);background-image: -o-linear-gradient(180deg, rgba(225,56,56,0.82), #ff7272);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13838d1', endColorstr='#ff7272' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13838d1', endColorstr='#ff7272' );";background-image: linear-gradient(180deg, rgba(225,56,56,0.82), #ff7272);background-size:auto !important;font-size:1.0625rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #vmifXxHnHNvHS040p71RofxvNzh0QgkE { display:block; }
 }@media only screen and (max-width: 763px) { #fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { width:20rem;height:1.5rem;top:16.625781059265rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bs9A70wLQ6zoGsxoC4ytL9cXxO81iw5U { width:6.25rem;height:6.25rem;top:22.3125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { width:20rem;height:1.37460625rem;top:18.999999046326rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { width:15.375rem;height:15.375rem;top:0.5625rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxk8hNIU53SiTR5TaTSurPTZVnDTmCEe { width:3.5rem;height:3.5rem;top:1.125rem;left:2.3125000596046rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #VptWTa2HauwU9DmkgAzzxHpgyHAyNDJE { width:1.75rem;height:1.75rem;top:44.65625rem;left:-1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmuz7LGhK2U3h2yJfHwXm7pqHmrrg42q { width:1.4375rem;height:1.4375rem;top:5.5624997615814rem;left:0.19166666269302rem;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TlnFNADX5yTTL3vTy707SWtnvIGLROSs { width:1rem;height:1rem;top:11.062500715256rem;left:16.566667377949rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { width:3.0625rem;height:3.5625rem;top:5.8750004768372rem;left:0.19166666269302rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #gp0BKPtrHbfBtWhW4aIH27lfIqCz4PEa { width:7.3125rem;height:3.375rem;top:29.373045444489rem;left:6.1546872258186rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #pnbP6FeIrB8BhBBfpvkwFqv7vDPDfZRJ { display:block; }
 }@media only screen and (max-width: 763px) { #Rw4veLqHJGh1AP55NxOroRPN7TpdCPe6 { width:9.75rem;height:2.8125rem;top:26.060155391693rem;left:5.1234372258186rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.0625rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #W1O8V7CSt5rs45ALkwqZgS3uWHh14fWk { display:block; }
 }@media only screen and (max-width: 763px) { #zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { display:block; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { background-color: transparent; background-image: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .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); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { width:20rem;height:103.5rem;background-color:#2e0a3f;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPXIANXh6zBltkmcGd8pU2E78ywct8bl { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pu9yzfHB9ARTL8FUMwgx3VOx28J3O0DT { width:18.125rem;height:3.875rem;top:4.8875005245209rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #RMrpvg3eizXLLuo2dNay2zlBrlReAktE { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { width:17.25rem;height:10.75rem;top:76.0625rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #qrragQaMPKlCys19VlHEyE6cAoc2m1ke { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qy9HRdlTETygnsOFD1PEcto6mgIRMstI { width:1.625rem;height:1.625rem;top:29.421876430511rem;left:0.68854171037675rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { width:2.6875rem;height:2.8125rem;top:28.851042270661rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Qdhd20hDlNAPOFMi9Sb0pTLOpfNJ5D6G { width:20rem;height:4.375rem;top:99.812505245206rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #hZRCcpWpbloRkZs581nTkgNEydtISR14 { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JkirEvfxOsKIf5P7blCdFquTfxoOdDXK { width:20rem;height:4.375rem;top:104.84271383286rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #fuFgvc0SUqE6oTQ48xEcOu55VfhcgalE { width:14.125rem;height:4.05rem;top:35.940232276916rem;left:4.3160155415535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DVsWpELbxspGZL33TyCFKKeVKQ73MQSf { width:14.25rem;height:0;top:45.826168060302rem;left:4.5035155415535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #fClm3pM0kyl0Cffr46gZHW7IxG37K82x { width:9.625rem;height:0;top:30.745836257934rem;left:2.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#304e5a;display:none; }
 }@media only screen and (max-width: 763px) { #TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { width:2.6875rem;height:2.8125rem;top:44.229168415069rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { width:1.625rem;height:1.625rem;top:44.84166765213rem;left:0.64895838499069rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { width:17.25rem;height:13.5rem;top:90.125rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { width:17.25rem;height:5.125rem;top:104.125rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14969;display:none; }
 }@media only screen and (max-width: 763px) { #rc6RXE6qtBsSEwgVGxOm4k7ewPTTK25k { width:11.375rem;height:3.125rem;top:19.841668605804rem;left:-2.2187500596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.875rem;z-index:15079;background-color:#df64a5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cETJdoa1MM7UkIBE44CakBmzb13pHqNR { width:1.625rem;height:1.625rem;top:103.81250762939rem;left:8.9104173779488rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { width:19.1875rem;height:1.30546875rem;top:1.3749961853027rem;left:0.43750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#f0869d;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { width:7.9375rem;height:0;top:97.125rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;color:#141436;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { width:13.6875rem;height:0;top:83.809379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.0625rem;z-index:15358;background-color:#f0869d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tt9nb24HqPxG4Mb1LLF8wB0CrTdiFOuy { width:8.625rem;height:4.25rem;top:26.375002145767rem;left:6.6291669011119rem;display:block; }
 }@media only screen and (max-width: 763px) { #WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { width:16.125rem;height:3.25rem;top:30.882293701172rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14991;background-color:#646464;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { width:16.125rem;height:3.25rem;top:35.120834350586rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { width:16.125rem;height:3.25rem;top:39.375003814698rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { width:10.625rem;height:0;top:80.636468887331rem;left:6.3791669011119rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #PIiPtL3IghSXDuX4xxCT9ulw8Fp4s1mM { width:20rem;height:5.8125rem;top:109.81146383286rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #STIqhMPqJNhrsx5HRS3iRtvnEGNQlEDh { width:15.3116875rem;height:2.7rem;top:51.256636500359rem;left:4.6874998211861rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { width:2.6875rem;height:2.8125rem;top:110.1250038147rem;left:1.6958335042rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { width:1.625rem;height:1.625rem;top:103.25rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { width:17.25rem;height:6.5625rem;top:109.6875rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { width:15.3125rem;height:0;top:103.25000762939rem;left:4.6875002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { width:7.375rem;height:4.5rem;top:77.250001430512rem;left:11.000000774861rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { width:17.25rem;height:5.125rem;top:81.75rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14971;background-color:#58a79b;background-image:none;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ByX5Jpxh3BsxTg0Qdrlg6FJaO3Vo6DNq { width:14.3125rem;height:1.423825rem;top:23.885417810641rem;left:4.129166662693rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DdNgT70S5AD3ZT7NBHC1fT0GTqWXC3K2 { display:flex;width:1.5625rem;height:1.5625rem;top:4.921875rem;left:8.9687507748606rem; }
 }@media only screen and (max-width: 763px) { #mQPUdTuRvSMxUgbpdXz1R2qzBuQxbJX4 { width:18.8125rem;height:14.625rem;top:19.841668605804rem;left:1.1250000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14990;background-color:rgba(240,134,157,0.29);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JF0Mbek4xJ1dagm2l5XOpfZWqlTi4oc7 { width:18.1875rem;height:6.16875rem;top:7.1052093505863rem;left:0.87500005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PdJvExE6qJTA8tdTmx3cUKXLWU1p7GgE { width:6.75rem;height:1.423825rem;top:20.754167437553rem;left:1.3437500596046rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rZ0ZDOu6vFrtAzuIyu3U3zODqc0dnvGE { width:20rem;height:13.9375rem;top:4.279167175293rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14990;background-color:rgba(223,100,165,0.72);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SstQe0BPVryMcKdE0buUbyTTlryTInHx { display:flex;width:1.9375rem;height:1.9375rem;top:64.803119659425rem;left:1.6242185235024rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { display:flex;width:1.9375rem;height:1.9375rem;top:76.889842987062rem;left:1.5621092915535rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { display:flex;width:1.9375rem;height:1.9375rem;top:86.823825836181rem;left:1.6242185235024rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #hbP963K71xlmAH9APkJtvha5CtvxWm5c { display:flex;width:1.9375rem;height:1.9375rem;top:92.6269493103rem;left:1.6242185235024rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #UK76mOsZKN6lL4nKK2GdrHay1JpA1e0O { width:20rem;height:28.625rem;top:12.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #aaMb7hkMhnes4xfVncsZ5Lpf66UXlJqv { width:8.3125rem;height:1.648825rem;top:61.428119659424rem;left:0.97265619039537rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HmgdcOL4vzM4yidTLTP0JQC6iyQXTNdS { width:20rem;height:5.8125rem;top:16.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #RBA8OHuzWURqRTbZsgSCPzAW2DUXovPx { width:15.375rem;height:1.423825rem;top:65.060932159425rem;left:4.3160155415535rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UicmTaeapTc1gBTcDZChXRSdsOLUhcwe { display:flex;width:1.75rem;height:1.75rem;top:23.660417556762rem;left:1.6875000596046rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.3)); }
 }@media only screen and (max-width: 763px) { #EVBTxXn3P315IcXkwv7AeZM70OVOKcOo { width:8.625rem;height:4.25rem;top:67.445697784425rem;left:6.8742182850838rem;z-index:15373;display:block; }
 }@media only screen and (max-width: 763px) { #VX7BHHLPsRoOCpBXVybl33LmW21WKJnz { width:15.3125rem;height:2.39765625rem;top:72.489452362062rem;left:2.4058592915535rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w3mPdSqbypGa1P8fMdTQrPmE4PTFTgaW { width:19.875rem;height:4.375rem;top:22.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #XTIWpGHJ209JksrZGe9WhoKXFfRGM9fc { display:flex;width:1.9375rem;height:1.9375rem;top:35.903127670288rem;left:1.629166662693rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.3)); }
 }@media only screen and (max-width: 763px) { #rv2yEzy9K2RcRd8tAcgKgCsCO7DUHb6Z { width:15.5625rem;height:4.05rem;top:76.951946258544rem;left:4.2574217915535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HebnKAVdR1WkKIwAIDOtsPviCPTDhIJw { width:19.875rem;height:4.375rem;top:27.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
 }@media only screen and (max-width: 763px) { #fsB7JatPE92ByNqLsBBcD6hUQIWz9eVE { display:flex;width:1.9375rem;height:1.9375rem;top:45.890628814698rem;left:1.6875000596046rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.2)); }
 }@media only screen and (max-width: 763px) { #lCam6Kz3uwkrOirwZdNpHKvVRg3oaT6A { width:20rem;height:5.8125rem;top:32.5625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bG1TqUKqvEs8t226TpxG065op2nX156E { display:flex;width:1.9375rem;height:1.9375rem;top:51.257295608521rem;left:1.6875000596046rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #dCc1w1hdRIf5pmxLlKvZZwmerWVnE8O7 { width:13.75rem;height:2.7rem;top:92.444133758544rem;left:4.5972655415535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W8faHNTJWNKywtoMUKOikh76LzWsLiXU { width:10.5625rem;height:0;top:85.004171371463rem;left:4.6562502980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #eQ849rimrf04mHWdaF29WZ9dcNQu3Gfe { width:1.9375rem;height:1.9375rem;top:84.770837783812rem;left:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTHDD65NMkZA82BicPJTT69rRVnPqt1n { width:4.8125rem;height:4.8125rem;top:109.21771383286rem;left:15.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWOHPBNkuot77SZyZbR3wCbHbWgCgcJQ { width:1.375rem;height:1.375rem;top:115.62500524521rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { width:3.25rem;height:3.25rem;top:89.062507152556rem;left:5.5000002980232rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80047', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.28), rgba(172,237,124,0.36));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Bk9TEOR5CSpVTGQ4srz2BpTnWP6dAAvw { width:18.8125rem;height:10.25rem;top:34.641668319702rem;left:1.1250000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14991;background-color:rgba(240,134,157,0.29);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vgslNlKOn31WB74Gkg1t66wlCGbn3mV8 { width:18.8125rem;height:5.1875rem;top:45.140628814698rem;left:1.1875000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));background-image: -moz-linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));background-image: -ms-linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));background-image: -o-linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d3a', endColorstr='#f0869d49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d3a', endColorstr='#f0869d49' );";background-image: linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bVsfTifaHcPNr6ezUz53gqbqD0DVBtEi { width:18.8125rem;height:6.5625rem;top:50.615623474121rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));background-image: -moz-linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));background-image: -ms-linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));background-image: -o-linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d3a', endColorstr='#f0869d49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d3a', endColorstr='#f0869d49' );";background-image: linear-gradient(186deg, rgba(240,134,157,0.23), rgba(240,134,157,0.29));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NnivXSCoJWgHCZrPX5EJQK2ylCJkTknp { width:18.8125rem;height:14.625rem;top:60.691013336182rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14991;background-color:rgba(240,134,157,0.29);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gkh1iEp4wQF3TgLGF6GamRp46oGmoCqw { width:11.25rem;height:3.125rem;top:60.689838409424rem;left:-1.3746092915535rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.875rem;z-index:15080;background-color:#df64a5;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TbcSFIfZd0PCOw5vGTZowEa39qdLDhDS { width:18.8125rem;height:9.8125rem;top:75.627727508544rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14992;background-color:rgba(240,134,157,0.29);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xaywlyehUMn8LTEsSVuelMBFT3dOrJfJ { width:18.8125rem;height:5.1875rem;top:85.699993133544rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14993;background-color:rgba(240,134,157,0.29);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cZBP0zWmcfy5gVvdqxWU21tc1odps3TR { width:18.8125rem;height:8.1875rem;top:91.190227508544rem;left:1.1871092915535rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14994;background-color:rgba(240,134,157,0.29);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JmVlxiCRIasD8uxdIsZHz6Rvb3n6BdCg { width:12.375rem;height:4.0625rem;top:25.686460018158rem;left:4.0354169011116rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15080;background-color:rgba(240,134,157,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dan75dRe0hnE8fBeCvNSimp6GsLgwmHa { width:12.375rem;height:4.0625rem;top:66.867961883544rem;left:4.3746092915535rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:15372;background-color:rgba(240,134,157,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UBXLMTmuZ48v1h3JhBDupsWzaKFyVpCa { width:0.0625rem;height:3.75rem;top:97.878132343294rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvRrpu6AdhNT0LwQBAgvEBktEJe55rvn { width:0.0625rem;height:1.875rem;top:31.883335590362rem;left:2.3791669011116rem;display:none; }
 }@media only screen and (max-width: 763px) { #oidbItqgnaq1N7Bq3lDwwNRI2lFwkVHu { width:12.9375rem;height:2.39765625rem;top:31.684376239777rem;left:3.1958335042rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#ffffff;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #eIZgG47vNbh6X8kmmbl6NJUtrpNaiEk7 { width:9rem;height:2.4984375rem;top:80.353118896488rem;left:9.6398428082469rem;font-size:1.0625rem;z-index:15173;display:none; }
 }@media only screen and (max-width: 763px) { #uoo5P8mDq9C235gNMeUJovnx1zzABWIB { display:block; }
 }@media only screen and (max-width: 763px) { #lp1qzzblGFXOsNDSbzc4RcMNZLOt5hG0 { width:4.9375rem;height:4.9375rem;top:2.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { width:1.81171875rem;height:1.93710625rem;top:17.978902816773rem;left:16.702732861042rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxGl5DdHUpT1ZbJ1VER5XhQnZXaUpAmy { width:11.1616875rem;height:2.4125rem;top:14.300393104553rem;left:4.5035155415535rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #HEktnXzVhNZkkRH2rlqHXM48GWUnTy3s { display:block; }
 }@media only screen and (max-width: 763px) { #zDxcBPZXp2GW7nSd5qT48adkPnpiyO9W { width:9.412125rem;height:2.34921875rem;top:81.601169586181rem;left:9.0761716961863rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #O7kusaoVWaauNkTfglpehiSWfJGFW3pB { display:block; }
 }@media only screen and (max-width: 763px) { #SetFGGIt4VLvyw3TbbTk0K0GZ5H4TJNy { width:9.375rem;height:2.28710625rem;top:41.498826980591rem;left:9.3914058804513rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #umWJdEVJHlwwmsZpH5Cy4LLTMi6xnTK7 { display:block; }
 }@media only screen and (max-width: 763px) { #X3fwfMpzn9Mih4bqy7DiRx1nd6OANsTl { width:9.437125rem;height:1.9375rem;top:47.733592987061rem;left:3.9402340054512rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.375rem;color:#f8ffc3;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:block; }
 }@media only screen and (max-width: 763px) { #AaTsLkT1JC2aWTKT2dxHtSXeohxL0SQh { display:block; }
 }@media only screen and (max-width: 763px) { #Dwgy4RN0O3AqOwZfM70gAmXBtyTXPT17 { width:15.9375rem;height:2.18671875rem;top:98.125774383544rem;left:2.0296874642372rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #TNBbAVnLAWPmHH2wZmS0nP7O5MvxIBdR { display:block; }
 }@media only screen and (max-width: 763px) { #hVwo8PqPdc3OKEMRB0OtRni3dKM6TBVR { width:9.375rem;height:2.4375rem;top:28.4375rem;left:5.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #zeoXywiGfQDGhZToWl5oZ3hIyO42dc7K { display:block; }
 }@media only screen and (max-width: 763px) { #O5wXyZ3pmggJp5LtO5iz4zhwOtUTB6sq { width:9.625rem;height:2.5rem;top:35.0625rem;left:5.1875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:2.4375rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #s0VxMd8cgT4JQMtaasITAVh4hJTJ1f9T { display:block; }
 }@media only screen and (max-width: 763px) { #H3sKLA1KNMX5ZV32ZDkXRJpPAHdf8h8e { width:4.75rem;height:1.35rem;top:45.883589744568rem;left:4.3160155415535rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #BTEFTaMWwsMtK0rR0dyed3rLkpvW1LUi { width:5.6875rem;height:1.35rem;top:48.013278961182rem;left:13.828514873981rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #iQnn8xEGNOQTtoNoQBCQO38FzzUVTkqE { width:4.75rem;height:1.35rem;top:86.599994659425rem;left:4.5246089100838rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #U2Cum52AvISH9oI4VIy1nlCkiJiHWgzw { width:5.6875rem;height:1.35rem;top:88.474216461181rem;left:13.211327373981rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #NGFwTdsv5xCu6W3GfHTyqyIIaT8qmTpq { width:8.8125rem;height:1.875rem;top:88.137493133544rem;left:3.8429682850837rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.375rem;color:#f8ffc3;z-index:15373;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:block; }
 }@media only screen and (max-width: 763px) { #ec3V90JICwdqaqgN6gvFnsNuWblhemlh { display:block; }
 }@media only screen and (max-width: 763px) { #uCK5mFH5egwaWs8BtkJcknzV6sRMLlGV { width:8.8125rem;height:1.875rem;top:95.513275146488rem;left:4.3160155415535rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.375rem;color:#f8ffc3;z-index:15374;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:block; }
 }@media only screen and (max-width: 763px) { #Cmc0lwL5BSyNM1hIFf2wfUcFg5EGmFQS { display:block; }
 }@media only screen and (max-width: 763px) { #P79MMeap8NGsSokTa5iFegSeMtLb8Jbm { width:9.437125rem;height:1.93710625rem;top:54.315231323243rem;left:3.8160155415535rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(0,0,0,0);background-image:none;font-size:1.375rem;color:#f8ffc3;z-index:15373;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:block; }
 }@media only screen and (max-width: 763px) { #BlaTV2pJAIPxrMApdPxgCtBG5RZfBfUr { display:block; }
 }@media only screen and (max-width: 763px) { #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { background-color: transparent; background-image: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row > .video-iframe-container { display: none; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .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); }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { width:20rem;height:54.375rem;background-color:#2e0a3f;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { height:9.75rem;width:17.4375rem;top:7.0304718017575rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { width:19.8125rem;height:0;top:1.30078125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { width:6.875rem;height:10.25rem;top:57.10417175293rem;left:6.5625rem;z-index:15322;display:none; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { width:3.1875rem;height:3.1875rem;top:3.909375667572rem;left:16.812501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { width:3.125rem;height:3.125rem;top:5.1242218017578rem;left:12.406250536442rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { height:9.75rem;width:17.4375rem;top:21.53125rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { width:2rem;height:2rem;top:18.129165649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { width:10.75rem;height:5.625rem;top:107.47917175293rem;left:7.6242198944094rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { width:2.5rem;height:2.6875rem;top:31.814586162567rem;left:17.500001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { width:2.0625rem;height:2.125rem;top:27.37500333786rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { width:10.8125rem;height:3.6875rem;top:16.35546875rem;left:4.5625000596046rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { width:10.8125rem;height:4.3125rem;top:30.674999237061rem;left:4.5937498211861rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15007;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { height:9.75rem;width:17.4375rem;top:35.625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { width:10.8125rem;height:4.125rem;top:45.112495422363rem;left:4.5304682850838rem;box-shadow: none;background-color:#df64a5;background-image:none;z-index:15010;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { width:6rem;height:6rem;top:49.675010681153rem;left:6.9375002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { top:0.875rem;left:1.0625rem;width:17.5rem;height:0.125rem;z-index:15359;background-color:#f0869d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { width:19.5625rem;height:1.30546875rem;top:2.0625rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15295;text-align:center;text-align-last:center;color:#f0869d;display:block; }
 }@media only screen and (max-width: 763px) { #bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { width:20rem;height:0.99960625rem;top:51.502086639404rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xG5oCJulckhOLC4hiw9THpyTx4qWoMVl { width:9.412125rem;height:2.34921875rem;top:17.378910064698rem;left:5.2804682850838rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #IZstQBRVPoMqFTkFbLAROQgOh8C7QeCq { display:block; }
 }@media only screen and (max-width: 763px) { #KkbftexMV7fnrIEW0zcius33NLyIUgD5 { width:9.35rem;height:2.28710625rem;top:31.879685521126rem;left:5.3109372258186rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #JMHAgSTOF88ouVvdZXvsLTIz3X57HdMD { display:block; }
 }@media only screen and (max-width: 763px) { #U9BsVLsJzNE1zgH6Rc33p8v1dwOMCew8 { width:9.35rem;height:2.28710625rem;top:46.212885975838rem;left:5.3121092915535rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #Ho1h0b33GxFqyQsbcp62ApbXLHxAQQJM { display:block; }
 }@media only screen and (max-width: 763px) { #XmJlpwst9lApOZ2fe1D722KRFiIdnQsk { background-color:#411751;background-image:none;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; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container { background-color: transparent; background-image: none; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container > .video-iframe-container { display: none; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row > .video-iframe-container { display: none; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .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); }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container { border-width: 0; border-radius: 0; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmJlpwst9lApOZ2fe1D722KRFiIdnQsk > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib0nixO5qQNtSlTIwXJRxbS5PCTRWsai { width:13.8125rem;height:1.3501rem;top:1.4622402191162rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mKnyy1u2fbSvx9TCsfFTaPxIJotVtymQ { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #U7TbNveycgw9CaEaARTh8a8CrSGHyETo { width:16.749125rem;height:5.5125rem;top:3.0221357345581rem;left:2.6223959922791rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
 }@media only screen and (max-width: 763px) { #r9eeSfQ3zv1fqAo4afXS6r4HliHwarTM { display:flex;width:0.99935rem;height:0.99935rem;top:5.2122402191162rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #naL3XPDOQ9WL9Avco3SyvV4P4fn3Q7Vy { display:flex;width:0.99935rem;height:0.99935rem;top:7.0247402191163rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #OgsBPFrHM1D2GETm5HLasDDLCThskyDS { width:10.1875rem;height:3.673825rem;top:11.833333969116rem;left:9.078125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OfMsHe2D5nUIMcF4WNtrGweDfuPHGZCV { width:5.865625rem;height:1.36458125rem;top:15.8359375rem;left:8.9401044845581rem;font-size:0.875rem;color:#ffffff;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;background-color:#e69f1d;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #z6uTL2twW2z0XNILqEuLgEN1rxxK4K6v { display:block; }
 }@media only screen and (max-width: 763px) { #Tl7aECeXR8UpAhzfsDsxBSesXBs5ErJA { width:20rem;height:7.0625rem;top:10.962240219116rem;left:-0.061197876930237rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gAqtemxEDXqGOE05Tgvv13TVXruOPx6t { width:7.3125rem;height:9.625rem;top:8.5221366882325rem;left:0.875rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nTl7v3c75gAtoGwIeEnTq6QJ77RJrC2G { width:20rem;height:17.5rem;top:0.31211090087891rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -moz-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -ms-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-image: -o-linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869db2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f0869db2' );";background-image: linear-gradient(135deg, rgba(0,0,0,0), rgba(240,134,157,0.7));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#411751;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container { background-color: transparent; background-image: none; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container > .video-iframe-container { display: none; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row > .video-iframe-container { display: none; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .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); }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container { border-width: 0; border-radius: 0; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaLowvIbHiX9pKm61DKCd4HNG3Lx1oly > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scsDFssxeJMvw0zMEAuCDANTghkVXDFz { width:4.5625rem;height:1.780075rem;top:1.2395820617676rem;left:0.18750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #sRUeRemnTwg3crKvl1RqkJILgT5kLMt4 { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #dBOP20aw1ztoBLdvmoOKHrzGDbbCWg2O { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKIEbnDnZI9mWEDbWQyzE7CJ0uguGpHE { width:10.6875rem;height:1.59375rem;top:1.2968788146973rem;left:3.995834171772rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OmrRD3OzyT8RoG5AZgl3KluVcRkeaTaZ { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { background-color:#411751;background-image:none;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; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .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); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:0.99960625rem;top:1.6848945617676rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.44921875rem;top:3.2330741882324rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.25rem;height:2.39765625rem;top:12.375rem;left:1.123046875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:18.875rem;height:18.369125rem;top:15.495834350586rem;left:1.1229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.198825rem;top:7rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:1.198825rem;top:35.571884155274rem;left:1.1562500596046rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.8984375rem;top:37.493759155274rem;left:1.1250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:17.5rem;height:1.1378875rem;top:8.6845703125rem;left:1.140625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl { background-color:#411751;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; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container { background-color: transparent; background-image: none; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container > .video-iframe-container { display: none; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row > .video-iframe-container { display: none; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .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); }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container { border-width: 0; border-radius: 0; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhPaBnnfeOV1lq8MPDwNFMMzEwLSgyUl > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvMHdxwWdgZQg7T7ZcJ7MLP8n5NpHeKD { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #lBSSWs53QaWnNqP1ZNsoTcymTyF9bxal { width:6.25rem;height:0;top:20.6669921875rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #Wyt9tpzGWTh5ZfuPWs3St6NkuIHi9RtR { width:19.875rem;height:3.5625rem;top:19.515622998047rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:17.625rem;height:1.95rem;top:1.4953136444092rem;left:1.1859374642372rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JHrPrdt3K1Qfm8eGCgDD7TCH1KUVur5T { display:block; }#JHrPrdt3K1Qfm8eGCgDD7TCH1KUVur5T > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8109375rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LcMae3VX9LkEhXvM6LbgyNhPnUCUqdSq > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsgQVqW9o11osBK0h6J6lAuE9Z6lwFTD { width:14.375rem;height:1.5625rem;top:0.125rem;left:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-number { padding-top:0.2075rem;padding-right:0.223125rem;padding-bottom:0.2075rem;padding-left:0.223125rem;width:1.34125rem;min-width:1.34125rem;height:1.109375rem;font-size:0.82875rem;line-height:17.75px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-image: -o-linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffb2', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, rgba(255,255,255,0.7), #ffffff);background-size:contain !important; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.12875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.790625rem;height:0.868125rem;font-size:0.310625rem;line-height:13.89px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw { display:flex;width:11.1875rem;height:2.52125rem;top:1.328125rem;left:6.8580732345581rem;padding-top:0.59rem;padding-right:0.726875rem;padding-bottom:0.59rem;padding-left:0.726875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15156;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #pF0xd93Vg151MlfQV2R7UNd5LUEc7kl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #fitwbdA8FUQreiPgbD6OL0od2ErK4TEs {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SlcElJWJZKqDk9BqmyHxfTmGsTzwPzkg {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #SwyJbunRXmFDkm6u2K5HD0FEWbBMioWH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #eEkbD2Z32CTEwQGCO4fDU9gfdB0Rkr8d {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #f2lRHJHRFA6ZSKuxb2ERO0M9VNZOkT2E {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #wgCXrLLeUBcmcstwq0gW98kSCnwpISfx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #tkqc66TGhvOo4VEMpBNoJ7J7MrtOy6WO {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #dy1kNuNH3sH6KSisPqZwGBKsgZFVF5v2 {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #RHJelD8Xxpl3D4DWmSDwo2ASHgbsHnoA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #AIttS1EPFn5RsJBu1qroNtC1mTFlOdIJ {  }
 }@media only screen and (max-width: 763px) { #W20OqVf3lmZxMlMnx2mQfAKs1bxlT7aw #Hdi4BVBdPns1HnNqQaXTUWy3kNMhAhan {  }
 }@media only screen and (max-width: 763px) { #ciXPEyT0pz1opp284hxtqMPlkJ88o1RG { width:5.0625rem;height:2.7rem;top:1.578125rem;left:1.81640625rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15157;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q8mEHW3miUIJgRzBuWqM4posGoSQFDAt { width:19.625rem;height:4rem;top:1rem;left:0.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,89,56,0.79), rgba(255,89,56,0.57));background-image: -moz-linear-gradient(180deg, rgba(255,89,56,0.79), rgba(255,89,56,0.57));background-image: -ms-linear-gradient(180deg, rgba(255,89,56,0.79), rgba(255,89,56,0.57));background-image: -o-linear-gradient(180deg, rgba(255,89,56,0.79), rgba(255,89,56,0.57));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5938c9', endColorstr='#ff593891' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5938c9', endColorstr='#ff593891' );";background-image: linear-gradient(180deg, rgba(255,89,56,0.79), rgba(255,89,56,0.57));background-size:auto !important;z-index:15030;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }