.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
: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:#2e0a3f;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); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N { 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; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container { background-color: transparent; background-image: none; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container > .video-iframe-container { display: none; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row > .video-iframe-container { display: none; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .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); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container { border-width: 0; border-radius: 0; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#RqEC4miXZokGfCNTycRv2BCP9ahqmtIn { 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; }
#lFCHrJMITdreLNq6H6Okzu5MfWAkhFi4 { 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; }
#PrqriTTD6IcHtILUSfLptsT7s0VTGR4F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KysTucmtGHKO9Nz7zskiq0cPLoqMb3DU { 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; }
#ABeimpiU50Rh5wwsREEeeOJhOCKg9QqO { 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; }
#EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { color:#f0869d;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15298;line-height:1.1;letter-spacing:0;top:6.9371085166931rem;left:39.623435974121rem;height:5.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:8.499375rem;width:8.499375rem;top:21.811522483826rem;left:5.4052734375rem;overflow:hidden;display:none; }
#qFeGhf0os3G8evUtZ12uhJhO0DNsaOxh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9833, #c10b9e);background-image: -moz-linear-gradient(180deg, #ff9833, #c10b9e);background-image: -ms-linear-gradient(180deg, #ff9833, #c10b9e);background-image: -o-linear-gradient(180deg, #ff9833, #c10b9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9833', endColorstr='#c10b9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9833', endColorstr='#c10b9e' );";background-image: linear-gradient(180deg, #ff9833, #c10b9e);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.5rem;text-decoration:none;z-index:15350;text-align:center;text-align-last:center;top:17.125001430511rem;left:46.437505722046rem;display:block; }
#C2rDTHVZcGd66sODMTaWgcxb1zBaxvSP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { 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:#676787;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.812125rem;height:2.31210625rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:14.875001430511rem;left:46.437505722046rem;display:block; }
#I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ke2vy2Vg8uXELH3GQQBGdOkPFl4Nit51 { 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.5625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:13.875rem;height:4.37460625rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:17.437501430511rem;left:48.687505722046rem;display:block; }
#WZ6AuxWRAtsimKvksohMCMWuSZB0MbGb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { 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:9.124375rem;height:3.3748375rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:22.165526390076rem;left:51.280111312866rem;display:block; }
#GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0urZKzcdwnoKiNdVfXGFEX9gmw7HTAh { position:absolute;display:block;z-index:15371;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.75rem;width:3.68706875rem;top:18.130426168442rem;left:5.9114608764649rem;overflow:hidden;display:none; }
#kZm5CeusnH4NTEqO7c4CyXi2M8PrbX3d { box-sizing:content-box;height:4.18663125rem;width:4.18663125rem;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:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf4d8baf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf4d8baf' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0234375rem;left:6.3732643127444rem;display:block; }
#zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { color:#182399;display:block;width:29.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15297;line-height:1.2;letter-spacing:0;top:10.27734375rem;left:40.96875rem;height:2.175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#exmAqxLP903gJrc715fqm5NVpqHfkAoF { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:14989;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(191,77,139,0.81), rgba(172,172,255,0.07));background-image: -moz-linear-gradient(180deg, rgba(191,77,139,0.81), rgba(172,172,255,0.07));background-image: -ms-linear-gradient(180deg, rgba(191,77,139,0.81), rgba(172,172,255,0.07));background-image: -o-linear-gradient(180deg, rgba(191,77,139,0.81), rgba(172,172,255,0.07));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4d8bce', endColorstr='#acacff11' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4d8bce', endColorstr='#acacff11' );";background-image: linear-gradient(180deg, rgba(191,77,139,0.81), rgba(172,172,255,0.07));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.01796913147rem;left:63.173439025881rem;display:block; }
#ArTdlaUkXuGU58CQWZH2T4HOanWVmivV { color:#182399;display:block;width:29.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15297;line-height:1.2;letter-spacing:0;top:10.27734375rem;left:40.96875rem;height:2.175rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zZcT8UDJqnFw4gEIUGNNc7MTWlTo7Oc0 { position:absolute;display:block;z-index:15372;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.375rem;top:3.6554689407349rem;left:12.727344512939rem;overflow:hidden;display:block; }
#A0mpmBoc1EhnUSGNoTftILNgl4pM8iAq { box-sizing:content-box;height:25.625rem;width:25.625rem;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:14996;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(255,203,137,0.97), #d72b86);background-image: -moz-linear-gradient(178deg, rgba(255,203,137,0.97), #d72b86);background-image: -ms-linear-gradient(178deg, rgba(255,203,137,0.97), #d72b86);background-image: -o-linear-gradient(178deg, rgba(255,203,137,0.97), #d72b86);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb89f7', endColorstr='#d72b86' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb89f7', endColorstr='#d72b86' );";background-image: linear-gradient(178deg, rgba(255,203,137,0.97), #d72b86);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0289063453674rem;left:12.102344512939rem;display:block; }
#hPSkHoKv6wo6WVO8TTyLRPwT3cwhJNgb { box-sizing:content-box;height:1.125rem;width:1.125rem;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:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf4d8baf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf4d8baf' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.811632156372rem;left:67.249130249025rem;display:block; }
#GA9dZCg146taJw5fyRlo1AzbQ5yIEkOX { box-sizing:content-box;height:1.875rem;width:1.875rem;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:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf4d8baf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf4d8baf' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(191,77,139,0.69));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.805555343628rem;left:36.5625rem;display:block; }
#Uymk2gqDRVN4XtJVRclEdHWXyyQQMEvz { box-sizing:content-box;height:3.4375rem;width:3.4375rem;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:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(191,77,139,0.69), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(191,77,139,0.69), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(191,77,139,0.69), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(191,77,139,0.69), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4d8baf', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4d8baf', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(191,77,139,0.69), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5546875rem;left:37.383682250976rem;display:block; }
#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ { 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; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { background-color: transparent; background-image: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container > .video-iframe-container { display: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container { display: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .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); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { border-width: 0; border-radius: 0; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { font-size:0.875rem;font-family:arial;height:84.625rem;width:75rem;position:relative;display:block; }#BKrM5EJ0gOKro2GmzBVaBohfqQT3DFTU { 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; }
#NksOdviugCUWFrBKbDfEyziXX4DMX1uZ { 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; }
#kBkN52X5ExZaPQhFfWe3xs6nBJHXcl1r { 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; }
#SCEdJsgpwtc0JVsR1cw4F0dwTDw2DB3d { 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; }
#TtPlhNVKDuNokPNMCVfE9srpgSRnuGsD { 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; }
#n4GAw3uIypt4AdBCW7coTJhRHtfLghaV { 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; }
#tV7SzcB7VSVSWxXUBOrVrlsVaTRRrsRq { 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; }
#ig0OF11k4ENuAEeao0fQ2Vlb88avU0bv { 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; }
#r7saLbN6kcmKXdeNyuxcbH8rqkGQ1g2e { 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; }
#txKK3enyzEcBdzeaFysrwWADptQieb97 { 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; }
#T6olndfviTJl1EsT3s4AL8Isgf83rn7g { 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; }
#Mt0AQfSNWhX31AZDauSwBhApWAqgpOrQ { 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; }
#Htgx5bJizFMU6oWM3SCxTTboe58Qqabg { 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; }
#PFJ2f6EAwAqb4hEByTlmeAuRU9e1HzDp { 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; }
#AqsaWt90vsQnKbWFBaPLnaygeW44noZD { 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; }
#O0PtQm7rxyerVqLgaWpJbLoU0VTpnEW2 { 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; }
#FvrETa45O4T3aBmOSp0lvV5CBeSpJ3s1 { 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; }
#JRyAU2T3CkwwtNnz40iqrvQ0y10q1xfR { 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; }
#TMHv6u8Vm0zE4xp9lbgWGQn2ne1RdcqI { 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; }
#vWS2u1ierK9aBda9KmcXQRtIDRnXacJH { 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; }
#Mkfwag9rEG1FllMOhdovlVmnzaL22VhI { 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; }
#d0r42zGNfaW5sBoJRKPI4z1sKTTofiHU { 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; }
#XZGzdHvZOwJ9IEJ5kVEdfRIfs54SFca8 { 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; }
#JbgXP9T3MIr556OHtTNA7gdJfTWx8KvO { 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; }
#OhmP47yuIVhoMqvO0lqayy93pqkNZtRT { 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; }
#HdbFWRDEgbqIL7P20ZdNicuA7JwFtovA { 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; }
#sw1JUZ6HOddZ5A16k4NGp8trrBIMbTqC { 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; }
#MtkaL6JPi7NPhx8xdBRlK2QNqAEMoZdJ { 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; }
#HSmgOb5pxAdSbnRg1rlTsvbDSlyg9t6R { 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; }
#CuQVs7xvfi4H0sXQ4hsqHcmp3SlEvoDI { 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; }
#tRQJr6ffHvawMGBq7iet4eaGWXhcsThq { 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; }
#UGmBss6bZbLQo7PtzZKzrtIkPq9ZBzG2 { 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; }
#beQicqko8Onsh63D11qzCV1Rs8du1efT { 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; }
#n6fmonxmEO31ny6JpnTyvPtiTQywd2EG { 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; }
#ufrvRF1BSOnWegqT37cGPTTCScUGTfCO { box-sizing:content-box;height:6.3125rem;width:23.8125rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -moz-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -ms-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -o-linear-gradient(90deg, #ea7a0d, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a0d', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a0d', endColorstr='#7b2fd6' );";background-image: linear-gradient(90deg, #ea7a0d, #7b2fd6);background-size:auto !important;top:15.738715648651rem;left:1.4878473281861rem;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;display:block; }
#PVyuygky9RTSKK3PM3gNwgXTrdDBK4B9 { 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; }
#stalyP3tP2tlC51pn4vI1dOlrHitixDJ { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -moz-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -ms-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -o-linear-gradient(90deg, #ea7a0d, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a0d', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a0d', endColorstr='#7b2fd6' );";background-image: linear-gradient(90deg, #ea7a0d, #7b2fd6);background-size:auto !important;top:24.28125rem;left:1.4878473281861rem;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;display:block; }
#DhKnKXee3b80LM55xHIi0XI1wnabIDfb { color:#ffffff;display:block;width:9.5625rem;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:17.3515625rem;left:5.9678821563721rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nyTeZ53eE9cHCaNJHVS2NiekhndGKEuW { 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; }
#x59TrsB1udfaaraTtOvpSbg5TuNwcddb { 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; }
#loG8MiIDBvhT06uiiO0pW8yDU3rEypBs { 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; }
#nhgWF0LJzJ8i7PFZtmCvB8rlKKopUXw8 { 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; }
#cb94u83BS1NpQRFhMwzqtNnp4XdXFvTW { 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; }
#fTH5FbWTcHb1LkCv83TeSAybqSzC96q4 { 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; }
#Wv9wQpKtR8STVvft9DbrNDiuAMWmL2Na { color:#f0869d;display:block;width:18.125rem;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.8706598281861rem;left:30.644096374512rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oFmgt2u7nMQgQc26otqhTMsLIqgDp3Xb { 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; }
#TBTCTDJvhdWJlyMUsD9scKQvm2xEiuSz { 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; }
#ptb0MX5sIk6zLbuZVusRq5v7pbuTdcc5 { 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; }
#VElKA1vlhk1cRxpAHtFwgBmMDTVWJB4h { position:absolute;display:block;z-index:15359;height:2.1875rem;width:6.75rem;top:17.801215171814rem;left:16.399305343628rem;display:block; }
#BiRiwk0geu9n0G0uNBvQpGqKMDK5feEA { 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; }
#b1XzG4oZemkVKitLhqO7ExgQyNQXvIKf { 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; }
#yKaXCVeC3x5q6SuJgqh4UrLAuPQr1d9T { 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; }
#qOCclAcVGWV6fldvwoJWrTpJpWDWk1Cq { 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; }
#CaTz7NFrW7Cq2fRRevIaB79XBZTwqxBI { color:#ffffff;display:block;width:20.4375rem;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:25.112847328186rem;left:7.9253482818606rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKQzkhGIvzNMPENbhSP2H1hzip8tuqxw { 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; }
#WcJ6iVOm43rtimS9Pyt036AoXx02iVhJ { 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; }
#DcbRANMgLqVMznn4eGMwn9itAcfDfbS0 { 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; }
#sC0ohcPULaLB9fTIk6ShTzuUVx0VZa8e { 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; }
#T93FBnS3HfElxcUU3bs5cDaPaiPf0cQZ { 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; }
#fv844qkHzKis0qwBbzWtWABsFTsVP9Kn { 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; }
#ECzZDKnRhgsQTZyef7NoTnwOtXQVbi7s { 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:1.8550348281861rem;left:26.940105438233rem; }
#BuUFzoMOiQ25NnS98O33Wbvw29TRsve0 { color:#2e0a3f;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:12.283854246139rem;left:14.78125rem;height:1.7875rem;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; }
#GKa7QSE7RNgL24xB3M7r1NS7SbWJrMFe { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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; }
#FsJWZmarHlympANVcVhnMiZPLVvgZNp9 { 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.707465291023rem;left:40.8125rem; }
#T93SJ7t0nW6JkztyZFOi85u2KXwTC0Q6 { 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; }
#lt2tFtEpi6ecD9ypXzdf9ETDNJIcTmqT { 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; }
#nSU8sDVq0klfPsDukAc6t5O07ZqribDT { 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; }
#C3x7Qlge1n5Vqi07le2qk1IyVxGpI4zC { 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; }
#BA2XpFom69UIq1cQS8xnJqd8WkXu6A9L { 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:15352;text-align:center;text-align-last:center;top:12.501560211182rem;left:18.024608612061rem;display:none; }
#LTzk6b6KGuXRtTEpqQsI0gz6bmTMTOno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eaifZnVulVbVOVtC4fpX0326g11MzzJk { 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(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:32.159722328186rem;left:13.019098281861rem;display:block; }
#eSyAo67pxxDqJyW63ncoGGrTioUDqUNQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caepiQ18r9WRWpG3AHBoEg9pK10CgoC3 { 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:10.25rem;height:2.5rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:28.497653603554rem;left:11.448436737061rem;display:none; }
#MulGZ6xdGts63TUWO6kOBgTtiH58h4eB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MtP0PBSJZbD5oU9eDs6QMK99fkHOOXbS { color:#ffffff;display:block;width:53.0625rem;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.7300758361819rem;left:8.25rem;height:1.7859375rem;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:none; }
#b9zRLeMDuFDGIKEmObdB8P8aOlJmTUM2 { box-sizing:content-box;height:36rem;width:36.6875rem;position:absolute;display:block;z-index:14978;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #ffecd8, #ffffff);background-image: -moz-linear-gradient(190deg, #ffecd8, #ffffff);background-image: -ms-linear-gradient(190deg, #ffecd8, #ffffff);background-image: -o-linear-gradient(190deg, #ffecd8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecd8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecd8', endColorstr='#ffffff' );";background-image: linear-gradient(190deg, #ffecd8, #ffffff);background-size:auto !important;top:8.7187501192094rem;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; }
#hJNZaVFtJAnN2U0DOMTOphEaXrcvvNtD { color:#2e0a3f;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:16.822916984558rem;left:26.0859375rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tAAGsRZZHxTWK6GAQ2RDJ7EWGDI9SR0F { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -moz-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -ms-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -o-linear-gradient(90deg, #ea7a0d, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a0d', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a0d', endColorstr='#7b2fd6' );";background-image: linear-gradient(90deg, #ea7a0d, #7b2fd6);background-size:auto !important;top:31.034722328186rem;left:1.4878473281861rem;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;display:block; }
#qEBlV6ZJNs5xWSyxMecVQXrpNe3u1UDk { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -moz-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -ms-linear-gradient(90deg, #ea7a0d, #7b2fd6);background-image: -o-linear-gradient(90deg, #ea7a0d, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a0d', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7a0d', endColorstr='#7b2fd6' );";background-image: linear-gradient(90deg, #ea7a0d, #7b2fd6);background-size:auto !important;top:37.696181416511rem;left:1.4878473281861rem;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;display:block; }
#q5eKqCiSukbw3sDAiox0cnmoW6E7f57k { color:#ffffff;display:block;width:24.8125rem;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:38.527777791023rem;left:6.53125rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSlVhmZ9dPAc6kapvk295A9VtiaLxZw3 { box-sizing:content-box;height:35.4375rem;width:36.6875rem;position:absolute;display:block;z-index:14975;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #ffecd8, #ffffff);background-image: -moz-linear-gradient(190deg, #ffecd8, #ffffff);background-image: -ms-linear-gradient(190deg, #ffecd8, #ffffff);background-image: -o-linear-gradient(190deg, #ffecd8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecd8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecd8', endColorstr='#ffffff' );";background-image: linear-gradient(190deg, #ffecd8, #ffffff);background-size:auto !important;top:9.3437501192094rem;left:38.3125rem;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; }
#FqfuzAbQXwDuTKhkmRLHR2TIIrl8NnFA { color:#541899;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:16.822655677796rem;left:64.362503051756rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hH6vA2TFqOP6n7kFnMdsFrmbgyJXzCJV { box-sizing:content-box;height:6.3125rem;width:23.8125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -moz-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -ms-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -o-linear-gradient(90deg, #7b2fd6, #ea7a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );";background-image: linear-gradient(90deg, #7b2fd6, #ea7a0d);background-size:auto !important;top:15.738715648651rem;left:39.800346374512rem;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;display:block; }
#AgTPs0KWSP7XDB7eZgLDitNPrgwJT2so { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15100;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -moz-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -ms-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -o-linear-gradient(90deg, #7b2fd6, #ea7a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );";background-image: linear-gradient(90deg, #7b2fd6, #ea7a0d);background-size:auto !important;top:24.281251072884rem;left:40rem;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;display:block; }
#Ie9qDUzxu9JJue0fdXGU8Bzreu9SMhHh { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:25.112847447396rem;left:46.4375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JNCiSqJNw3saVCg8qpU6upSmzH7MBMhF { position:absolute;display:block;z-index:15379;height:2.1875rem;width:6.75rem;top:17.950520992279rem;left:54.711807250976rem;display:block; }
#X4iS0zkL8BOszTst1ZfcMNlwygwKPOpa { color:#2e0a3f;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15374;line-height:1.3;letter-spacing:0;top:12.908854722977rem;left:53.09375rem;height:1.7875rem;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; }
#xWNTm4gARuyTJtv6S4cJmq4A4MgAIxps { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15101;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -moz-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -ms-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -o-linear-gradient(90deg, #7b2fd6, #ea7a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );";background-image: linear-gradient(90deg, #7b2fd6, #ea7a0d);background-size:auto !important;top:31.034722447396rem;left:40rem;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;display:block; }
#N6AywuhkRT0klWqcb6XkqcQg1Tv8oRER { 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(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:block; }
#dtXaOOBnpLBFhuhiGpsS1hBsgmhw8VCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#laiwJzVq5eNs0kZzJVQvBckPuWdAnuBP { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:17.351562023163rem;left:44.0859375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ks58TiPGQ44KWaQhWCokpX9N5usPpoTN { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15102;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -moz-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -ms-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -o-linear-gradient(90deg, #7b2fd6, #ea7a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );";background-image: linear-gradient(90deg, #7b2fd6, #ea7a0d);background-size:auto !important;top:37.696181297303rem;left:40rem;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;display:block; }
#so8RDyzvW7vN2CgmVTTebi0F8qyHN8OF { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2m4d4VCfxTGiTZZdn9bfyCDL7stmxG6 { 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:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem; }
#CRyC7T9G9E0zyuN1VEhJ7IX2LqTKmVaT { color:#ffffff;display:block;width:5.5625rem;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:32.638020515442rem;left:5.9678821563721rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxgzU60SmhCknT2bnGPBLtHCJnag7FJz { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:32.638020515442rem;left:24.346355438233rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MxgNzV6ckWTInJ7GyoiNenhTlAqW3SDJ { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:32.638020515442rem;left:44.625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTTNckwC4FV3Eh4uq4X5rFP3T3yTTcFv { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:32.638020634651rem;left:62.737846374513rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZgi7z73tXwpCBX6yM4cuROMBZS6P2P1 { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15354;line-height:1.2;letter-spacing:0;top:6.1536459922791rem;left:8.5277786254881rem;height:3rem;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; }
#qQ7Ws5Ck1Zx4i633pWWJ4KEk2PIERPot { 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:25.468751072884rem;left:40.8125rem; }
#oO0ixEtW34Jh4Lw0G9VPll7voFZxM2V5 { 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:38.986979484558rem;left:40.8125rem; }
#VJ79bTZQ4mNmaqbNyE38G5xGtemdzHsX { 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:17.707465291023rem;left:2.5rem; }
#cVib3rwMVFlvrLvbOBLpViGkLNGgw74A { 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(34,74,58,0.2));top:25.468751072884rem;left:2.5rem; }
#q2o9SyaidTQx43lgbWTZifO310VpfF2q { 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:15384;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:2.5rem; }
#IQlV5OU6y6NkGkonNDRKLhWq3EiIR8ei { 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:15366;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:38.883681416511rem;left:2.5rem; }
#LoD2hMz4lI6duutUpccpuRlRrJTLPFp6 { box-sizing:content-box;height:35.4375rem;width:36.6875rem;position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(255,236,216,0.99), #ffffff);background-image: -moz-linear-gradient(190deg, rgba(255,236,216,0.99), #ffffff);background-image: -ms-linear-gradient(190deg, rgba(255,236,216,0.99), #ffffff);background-image: -o-linear-gradient(190deg, rgba(255,236,216,0.99), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecd8fc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffecd8fc', endColorstr='#ffffff' );";background-image: linear-gradient(190deg, rgba(255,236,216,0.99), #ffffff);background-size:auto !important;top:46.25rem;left:19.1875rem;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; }
#PE1E4sEb7eNCewxPyPUGthrLxslsPZyT { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15120;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -moz-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -ms-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -o-linear-gradient(90deg, #7b2fd6, #ea7a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );";background-image: linear-gradient(90deg, #7b2fd6, #ea7a0d);background-size:auto !important;top:74.5625rem;left:20.875rem;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;display:block; }
#tqXMkRIJFENEEpTMPTKCLDS7CNtsDcrA { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:75.4375rem;left:25.125rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D8P1H2ymSoiEteqVKTuQ7rZOTc3b9LTP { 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:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:75.875rem;left:21.6875rem; }
#xwAw8cKfTXlRl8rKxR1hBfTgvPqi0Nqp { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15119;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -moz-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -ms-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -o-linear-gradient(90deg, #7b2fd6, #ea7a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );";background-image: linear-gradient(90deg, #7b2fd6, #ea7a0d);background-size:auto !important;top:67.9375rem;left:20.875rem;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;display:block; }
#eFbfPkk1nePpn37v0a08cLkAW1OLGGTz { 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(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15390;text-align:center;text-align-last:center;top:69.0625rem;left:32.375rem;display:block; }
#Jma6pRdRTb2VuGTqHgfXwin5FTUC270T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGS7XTtxhdvXrgSD1r39bq8oqJP9UWmR { 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:15401;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:69.125rem;left:21.6875rem; }
#Z3fO5CN1U2nlf569Wu1oHRXZsqbWJTfK { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:69.5rem;left:25.5rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uBPg70pUTIvRTNXmq9n9WgKwGShl1zcZ { box-sizing:content-box;height:4.75rem;width:33.3125rem;position:absolute;display:block;z-index:15118;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -moz-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -ms-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -o-linear-gradient(90deg, #7b2fd6, #ea7a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );";background-image: linear-gradient(90deg, #7b2fd6, #ea7a0d);background-size:auto !important;top:61.1875rem;left:20.875rem;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;display:block; }
#LqdueDexVQiNT8IzIywOQCk101vC2y7f { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:62rem;left:27.3125rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kePXnTyRN2S3u0F0KL5aOr32RFKlxeAz { 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:15381;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:62.375rem;left:21.6875rem; }
#Sl24he4vx7uTPwxeek8gKX0Q3503rh3v { box-sizing:content-box;height:6.3125rem;width:23.8125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -moz-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -ms-linear-gradient(90deg, #7b2fd6, #ea7a0d);background-image: -o-linear-gradient(90deg, #7b2fd6, #ea7a0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#ea7a0d' );";background-image: linear-gradient(90deg, #7b2fd6, #ea7a0d);background-size:auto !important;top:52.625rem;left:20.625rem;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;display:block; }
#Xkf8ACg7GZHgiP9FUkntOAHH8wXtNxC2 { 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:15379;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:54.5625rem;left:21.6875rem; }
#QMOUPaMabzUgod0IqWDFZAZAgUvTyeMl { position:absolute;display:block;z-index:15397;height:2.1875rem;width:6.75rem;top:54.8125rem;left:35.5625rem;display:block; }
#SQrM1TuV5KQk67my9DUo8pLSLg107fME { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:54.25rem;left:24.9375rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PXIlbVITCnmk5yfB9oP69Ps6hvft8PPy { color:#ffffff;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:69.5rem;left:43.5625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xmmu5SZSRTEU3dQTLbR3hROLCq9NFpWp { color:#2e0a3f;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15126;line-height:1.3;letter-spacing:0;top:53.8125rem;left:45rem;height:4.14375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v6WbagSsU4fXoFqRiBkchZ0NVbaII9wF { color:#2e0a3f;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15392;line-height:1.3;letter-spacing:0;top:49.8125rem;left:33.9375rem;height:1.7875rem;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; }
#fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#GlczEUfp9wi47cIu0dM7gaImckNncbEl { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#GJlTIDiKvaO8MVvgfJPfPpvMX2ouN6Bm { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#REy1Uma6g708WZ4mlzALFtLIm2pTQyki { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#K4ySi30vf86fn3nyIXroSqQ1gzCtb0S2 { 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; }
#WDaAM15FdpRagifW4ZZVuMcIBeh34yEd { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#kdhAaUSwJZqxLiSqx4bcJhxdl5pHaV9P { color:#541899;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:12.283854246139rem;left:14.78125rem;height:1.7875rem;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:none; }
#ghnJLzT2g63IONuaFrOLQJqBNGzEK5zt { color:#ffffff;display:block;width:9.5625rem;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:17.3515625rem;left:5.9678821563721rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Aiuv6CJMaNPMHMMXL0LlZsarFMPph0gs { 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; }
#D4K4qEmegOk39A1FKF2fWC3vnsbSI4GR { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#TPJkIH1uGwwN34AiNLXQcQ8kTn2iz89U { 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(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#UeOS4TMPoNkWcoKtlmQE11Ipsr0HWAKK { color:#ffffff;display:block;width:20.4375rem;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:25.112847328186rem;left:7.9253482818606rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rAVlK4MLkuexa8CXWucCfmS9wtlDC6Nl { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#KpIeIUZE2fXFpVF3lNmxh40ADL3eKekS { 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:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#SLOO8wVRpsNAresWN28kpVmsB6gUHS7T { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:32.638020515442rem;left:44.625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TxI2UsB2tzFez9tc2PC7IZKWqdO5FFGe { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:32.638020515442rem;left:24.346355438233rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nqIQNhShImJ8V7nmCFIDGzM5dwU5xIJg { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#wuK6Er4To7M7WUBscPZfoirgasqKMat4 { 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:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:75.875rem;left:21.6875rem;display:none; }
#gZxsGO6l17IU7trQDLTeFMZyg6z16boL { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S8HVp2PvXsPgQChmPg630b7Gw0S8TR66 { 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; }
#PD6NqAm3aa8ziH7VBRXeRpmwhImd9hGn { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#zpNoXIOt2PXSC51JWmXo18IlVlq3yiAA { color:#541899;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:12.283854246139rem;left:14.78125rem;height:1.7875rem;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:none; }
#pzeVdS2RhloDtVtdAAVmlC7NM7VymZ1D { color:#ffffff;display:block;width:9.5625rem;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:17.3515625rem;left:5.9678821563721rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K0c83VMtauprIdJWaH6fx1TqpCvDS5Hg { 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; }
#qFM3yIHcqhfrtRBSLoqLka4XqmqVWtuc { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#b3BC2JuJXFUT218Vyh3Z467NxcVfTIIu { 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(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#V71TNQCXbWmHUNLKrc2TAS88uiaKcio9 { color:#ffffff;display:block;width:20.4375rem;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:25.112847328186rem;left:7.9253482818606rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Zm0KIuNUbkRxxyc56CqczZaQFQDiv1bS { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#Xl1cK3CiMbAWLg37OFOE6akeKV1MxTEP { 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:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#TKR8BKh0fSFrmhBXTuLWToTUc8Lukq7T { 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(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#oi44BHxCdQxGKlca1TqGqfTtSdiLhvFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzzOXwXIQmVF61fxJbiolVzikHznVDld { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:32.638020515442rem;left:44.625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ITJ78vT34Gqmx6F8LsaoNWHNAEo5FsNN { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:32.638020515442rem;left:24.346355438233rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#B0L4mf8OTE1ipplMCtTAPwZFJp9az0st { box-sizing:content-box;height:4.9375rem;width:75rem;position:absolute;display:block;z-index:14979;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -moz-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -ms-linear-gradient(190deg, #f5a860, #7b2fd6);background-image: -o-linear-gradient(190deg, #f5a860, #7b2fd6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a860', endColorstr='#7b2fd6' );";background-image: linear-gradient(190deg, #f5a860, #7b2fd6);background-size:auto !important;top:5.1874997615814rem;left:0rem;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:none; }
#f9RQWOC5hRS6bNv718vXTgnTnclTRT1g { 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:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:75.875rem;left:21.6875rem;display:none; }
#guwJywxyhTdvRoX7qgLMKIrsKToKr8Ef { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15134;line-height:1.3;letter-spacing:0;top:38.571181297303rem;left:44.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#adz0d4H4gpT4BR6xEVMq7F9RxTpIvp0l { 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(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#SvmRPITKtXHBtBcAR7NINURnKJu3kqey { 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:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:32.222222447396rem;left:40.8125rem;display:none; }
#pxPvkebrtoNn2elewxrXVo6vH4bWqM6N { 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:15383;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:75.875rem;left:21.6875rem;display:none; }
#GfbCXB3e1JseTiGZRdsb2EeLLUqePqUn { 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(34,74,58,0.2));top:25.468751072884rem;left:2.5rem;display:none; }
#JtT4AnnpmwNyfx7DUBUpTfOaU5eaxPTz { 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(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#iJvvIvxr3mb8huGWZwvi9VcRcqFaOSw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lp8x1dzQTvwiMctGFFlWmeh73uo6mxHK { 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(254,210,163,0.44) ;box-sizing:border-box;color:#fffad0;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15372;text-align:center;text-align-last:center;top:32.159722447396rem;left:51.53125rem;display:none; }
#S2Qxim8HgfUftGA8H7zZ7pIzUTvMkqu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wu1vrzyiOogCsIJ0wecdJQypoxqu3i62 { 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.1226875rem;height:2.37265625rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:6.4304676055906rem;left:56.5rem;display:block; }
#T8ZcVzbyIhamuoWv48lwDabDxlpBQAPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XxygvoNv2sCMh7gmUtuMMxt4EVO7wsGs { 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.1226875rem;height:2.37265625rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:6.4304676055906rem;left:56.5rem;display:none; }
#GuqLdC3bZIlvotoZiaPy4PkeT7EsoSuG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LpnryCon8fpOUOJVULzgrwIH7mkELMnH { 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.1226875rem;height:2.37265625rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:6.4304676055906rem;left:56.5rem;display:none; }
#RnBEOaT2T49hTi7CdqB0BiH7VJlZRlSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4UVO20SIZ3GghXFsD4N9qPic3IB5rTf { 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.13475rem;height:2.38525625rem;text-decoration:none;z-index:15306;text-align:center;text-align-last:center;top:7.5234375rem;left:52.330078125rem;display:none; }
#cNfxeLznTFSV6k3nNycpIsgFBeL21OQS { 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:#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; }#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:31.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 #7b2fd6;border-left:0.3125rem solid #7b2fd6;border-right:0.3125rem solid #7b2fd6;border-bottom:0.3125rem solid #7b2fd6;box-shadow: none;height:13.5rem;width:24.1241875rem;top:5.630859375rem;left:0rem;display:block; }
#NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { color:#f0869d;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:1.1241340637207rem;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:none; }
#wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { position:absolute;display:block;z-index:15335;border-top:0.3125rem solid #7b2fd6;border-left:0.3125rem solid #7b2fd6;border-right:0.3125rem solid #7b2fd6;border-bottom:0.3125rem solid #7b2fd6;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:none; }
#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, #7b2fd6, #f5a860);background-image: -moz-linear-gradient(180deg, #7b2fd6, #f5a860);background-image: -ms-linear-gradient(180deg, #7b2fd6, #f5a860);background-image: -o-linear-gradient(180deg, #7b2fd6, #f5a860);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860' );";background-image: linear-gradient(180deg, #7b2fd6, #f5a860);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; }
#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.75rem;width:4.375rem;top:3.0312509536743rem;left:45.945837020874rem;overflow:hidden;display:none; }
#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:3.99960625rem;top:2.3753905296326rem;left:51.519134521484rem;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:3.99960625rem;width:3.9375rem;top:20.199608325958rem;left:20.860546112061rem;overflow:hidden;display:none; }
#AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { position:absolute;display:block;z-index:15338;border-top:0.3125rem solid #7b2fd6;border-left:0.3125rem solid #7b2fd6;border-right:0.3125rem solid #7b2fd6;border-bottom:0.3125rem solid #7b2fd6;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, #7b2fd6, #f5a860);background-image: -moz-linear-gradient(180deg, #7b2fd6, #f5a860);background-image: -ms-linear-gradient(180deg, #7b2fd6, #f5a860);background-image: -o-linear-gradient(180deg, #7b2fd6, #f5a860);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860' );";background-image: linear-gradient(180deg, #7b2fd6, #f5a860);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, #7b2fd6, #f5a860);background-image: -moz-linear-gradient(180deg, #7b2fd6, #f5a860);background-image: -ms-linear-gradient(180deg, #7b2fd6, #f5a860);background-image: -o-linear-gradient(180deg, #7b2fd6, #f5a860);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860' );";background-image: linear-gradient(180deg, #7b2fd6, #f5a860);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:#f0869d;display:block;width:31.3116875rem;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:27.591407060623rem;left:21.842969894409rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FTqnx06aNBV2H2qOkCMFSTUl1FkWIWzH { 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.571875rem;height:1.8234375rem;text-decoration:none;z-index:15310;text-align:center;text-align-last:center;top:20.48828125rem;left:31.676563262939rem;display:block; }
#pMfgTnJ9eSkp9VHtUHSVXHUlfWwywvf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vv5VTiVuFZtxK6lzhrIz8brP2UrLH4hp { 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.571875rem;height:1.8234375rem;text-decoration:none;z-index:15311;text-align:center;text-align-last:center;top:20.488282442093rem;left:6.770312309265rem;display:block; }
#awuo8zVD5VpdFsvTSQDRrcDORAJJGKts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1o6ZHZp9iGD5ZGIimC5BFTTZ3oraxn7 { 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.496875rem;height:1.7484375rem;text-decoration:none;z-index:15312;text-align:center;text-align-last:center;top:20.525780916214rem;left:56.951564788818rem;display:block; }
#BW0P4rnAKRevD0QSAHmZVkBDoBIrcZnd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCAgx2q2VlbP01Qp4h3LGKUUfkdR3t4S { 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; }
#BVHcCqeZT73aZfPvDcmrsHA0l5o8Inhp { 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; }
#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N { position:relative;display:block; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N { background-color: transparent; background-image: none; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container > .video-iframe-container { display: none; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row > .video-iframe-container { display: none; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .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); }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N { border-width: 0; border-radius: 0; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .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; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e0a3f;background-image:none;font-size:0.875rem;font-family:arial;height:16.375rem;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; }#n9Rxbf9I6IUa0cRMlScUunBQZxyCpzBH { 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; }
#faiSTO1Khix24ZPaeZcEVRCDJpN7a6fy { 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; }
#IEcplTg29zBsHxpHE7sEEHxgLRQHFRUF { 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; }
#FC1VhXPQOIbZ3FCtRbpZtOV3sbp4Dm3T { 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; }
#uKhGoz04nMtKequnKiwxl1y6AgSqtzzK { 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; }
#ZfJ7TgazASdZQHuIhySZWATAf1Z2Aho2 { 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; }
#eCt0Sst3VFSBEgLHSTHxVbMzdU4HWqrc { 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; }
#wk1fEvW8B9WG1r3mfOsGcBH1MLD9scnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGTt1P8Uf80To47UJre5Mo3M8zARayRb { 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; }
#onVbv7FTm4ZzS6d7TPHEifBDmA8x7ZFz { 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; }
#zzZJoOvHQ9bXTvenrL2BTPCShDHIVXGz { 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; }
#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF { 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; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container { background-color: transparent; background-image: none; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container > .video-iframe-container { display: none; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row > .video-iframe-container { display: none; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .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); }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container { border-width: 0; border-radius: 0; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Kq1kexyUqtaxVP3TKAdCTeyzSdghTTHm { 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; }
#Z1LAhbuZzXnDxVTcnQMvWkngiUkksTzK { 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; }
#MFUCym9vqKn5neqTA0vQ6M294UWRMwSR { 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; }
#Hq2KgUhclSvuzLNHUVQvInTQsHkdkqD1 { 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; }
#SZnKJ7xHtF3TteVbLSdW7EpNFR3UzzTp { 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; }
#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk { 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; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container { background-color: transparent; background-image: none; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container > .video-iframe-container { display: none; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row > .video-iframe-container { display: none; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .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); }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container { border-width: 0; border-radius: 0; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#cmbxfFsKXXJIIohWSHTu8V7Hg5CTdRBT { 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; }
#RmzW8A4H7mmcKZqLnhmH3qZZuPx3Alrw { color:#ffffff;display:block;width:54.0625rem;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.4991321563719rem;height:1.4625rem;font-style:normal;display:block; }
#WFnPpETlAR8T5cdiI7Sc2RASk6oDQzPa { 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:12.1875rem;left:6.375rem;height:1.8rem;font-style:normal;display:block; }
#fwISsbvCnOmnC8posJ2HetKphvCCb2GS { color:#ffffff;display:block;width:53.9375rem;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.5625rem;left:7.5rem;height:2.925rem;font-style:normal;display:block; }
#vbMm3JBdP6Va7Zl0MvyGsZFyfatKGHPx { 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.375rem;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; }
#l06RsrTWH7A5zaDBaWhVIk3Mz0lH3TX8 { 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; }
#OBDdWCUuRspHyGVS1SPAVqo0JlkA0rEz { 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; }
#IZO9xQKoJ9MgR7DbFBo7TmRWFl0sezFA { 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.625rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#K412kBzD41sWxhVKvJBTeq4RvTpw6R8T { color:#ffffff;display:block;width:57.5rem;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.75rem;left:7.4375rem;height:2.925rem;font-style:normal;display:block; }
#PvUmdUTs0DxRGIDNUsz8M90KNNP4ZTf9 { color:#ffffff;display:block;width:26rem;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.5rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#JqC76cTdqoG3NHTVdThK2vJA5tLNrLk2 { 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; }
#PyCzgRl2defyne8tCqXszlWDCf3mizhk { color:#ffffff;display:block;width:53.9375rem;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:19.693750753999rem;left:7.56093788147rem;height:2.925rem;font-style:normal;display:block; }
#N4vI18yhn6092aJPILGT1rFvX8MA3gVM { color:#ffffff;display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.256250753999rem;left:7.56093788147rem;height:2.925rem;font-style:normal;display:block; }
#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi { 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; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container { background-color: transparent; background-image: none; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container > .video-iframe-container { display: none; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row > .video-iframe-container { display: none; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .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); }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container { border-width: 0; border-radius: 0; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Tn7I7WpvWlSNEEaDbJGF5agpJVUIpU8Q { 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; }
#twdZWfaEk3shTL2nMzvhTKr45z8OMT2m { 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.8304691314698rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#byRf2nAZAfPr3LGTWotxM31waMdfZDXw { box-sizing:content-box;height:4.6875rem;width:71.5rem;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; }
#WGbVJ9fc2ry0mOq3TwdVV5qz9rg1PzVz { color:#ffffff;display:block;width:24.1875rem;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.4923651218414rem;left:46.188207626343rem;height:2.275rem;font-style:normal;display:block; }
#pgOqSzmdZG0xmncqLCTikHG0TTo6rILa { 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:none; }
#EZATfKEA3z2bhah2JwftTAV9SlErkX8G { position:relative;display:block; }#EZATfKEA3z2bhah2JwftTAV9SlErkX8G > .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; }
#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { background-color: transparent; background-image: none; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container > .video-iframe-container { display: none; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row > .video-iframe-container { display: none; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .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); }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { border-width: 0; border-radius: 0; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .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; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .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; }#HhvpUGiO3bJFu4X6NMtQQsUO7Owk6ra3 { 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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa { 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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #fRElkbpOKqQ5UeIgN7B4ViJcXLFmIUvI { display:flex;position:relative;top:0rem;left:0rem; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #RdTKfzwDuZ9pHWiBSfMtrBcoxbeaBFOA { width:auto; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #DD8W8zp4LCQ77ql54chWtDWVqTH2P1hh {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #h9UmTtvENGVEx75kbnbroxkmhl4BuJTi { display:flex;position:relative;top:0rem;left:0rem; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #sV8hgIkK2OFZ4LlxymQUuMKL7PmTFdKt {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #lZXmPSWR9ktAisqIrgzVS1nTBuqwo8tB {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #JNvslAKvKdNwUTU6bVhUMIPxXp66CLQw { display:flex;position:relative;top:0rem;left:0rem; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZJ4FMJS70u3zUPVwAf8v5U9weHbvdWpr {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #e2D3LySbQgIQSOQFuTZCDIATvvDa41tD {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #qh7JGRagOLh3V4B8WcK4RXQnlCBA5KpG { display:flex;position:relative;top:0rem;left:0rem; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #iAv1uwoQK7gZOpFKG4O3UVxO7ZJ5CLFK {  }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZeRLvDRkb9tVECR1TOOtOLy9IJdMzzWM {  }
#TRZlTHWQGERUhdDltuxcImh7VLpFmXUc { 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.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fm6kLpQKmPWXUd7foGmA8nUdTcdoD0EH { 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) { #NafBw1RwMNuAhNrGcVoygmG840rAGN7N { display:block; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqEC4miXZokGfCNTycRv2BCP9ahqmtIn { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFCHrJMITdreLNq6H6Okzu5MfWAkhFi4 { top:1.4375rem;left:34rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrqriTTD6IcHtILUSfLptsT7s0VTGR4F { display:block; }
 }@media only screen and (max-width: 763px) { #KysTucmtGHKO9Nz7zskiq0cPLoqMb3DU { top:1.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABeimpiU50Rh5wwsREEeeOJhOCKg9QqO { 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) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { top:6.875rem;left:15.3125rem;width:32.4375rem;height:5.0625rem;font-size:2.3125rem;display:block; }
 }@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:21.75rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFeGhf0os3G8evUtZ12uhJhO0DNsaOxh { width:18.75rem;height:9.4375rem;top:17.125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2rDTHVZcGd66sODMTaWgcxb1zBaxvSP { display:block; }
 }@media only screen and (max-width: 763px) { #Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { width:18.75rem;height:2.25rem;top:14.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block; }
 }@media only screen and (max-width: 763px) { #Ke2vy2Vg8uXELH3GQQBGdOkPFl4Nit51 { width:13.875rem;height:4.3125rem;top:17.4375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ6AuxWRAtsimKvksohMCMWuSZB0MbGb { display:block; }
 }@media only screen and (max-width: 763px) { #USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { width:9.0625rem;height:3.3125rem;top:22.125rem;left:37.655111312866rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block; }
 }@media only screen and (max-width: 763px) { #H0urZKzcdwnoKiNdVfXGFEX9gmw7HTAh { top:18.125rem;left:0rem;width:3.625rem;height:3.686871854505rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZm5CeusnH4NTEqO7c4CyXi2M8PrbX3d { top:12rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { top:26.8125rem;left:0rem;width:19.1875rem;height:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #exmAqxLP903gJrc715fqm5NVpqHfkAoF { top:25rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTdlaUkXuGU58CQWZH2T4HOanWVmivV { top:22.25rem;left:0rem;width:19.1875rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZcT8UDJqnFw4gEIUGNNc7MTWlTo7Oc0 { top:3.625rem;left:0rem;width:24.375rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0mpmBoc1EhnUSGNoTftILNgl4pM8iAq { top:2rem;left:0rem;width:25.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPSkHoKv6wo6WVO8TTyLRPwT3cwhJNgb { top:21.75rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA9dZCg146taJw5fyRlo1AzbQ5yIEkOX { top:24.75rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uymk2gqDRVN4XtJVRclEdHWXyyQQMEvz { top:3.5rem;left:23.758682250976rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ { display:block; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKrM5EJ0gOKro2GmzBVaBohfqQT3DFTU { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NksOdviugCUWFrBKbDfEyziXX4DMX1uZ { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBkN52X5ExZaPQhFfWe3xs6nBJHXcl1r { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCEdJsgpwtc0JVsR1cw4F0dwTDw2DB3d { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtPlhNVKDuNokPNMCVfE9srpgSRnuGsD { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4GAw3uIypt4AdBCW7coTJhRHtfLghaV { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tV7SzcB7VSVSWxXUBOrVrlsVaTRRrsRq { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ig0OF11k4ENuAEeao0fQ2Vlb88avU0bv { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7saLbN6kcmKXdeNyuxcbH8rqkGQ1g2e { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #txKK3enyzEcBdzeaFysrwWADptQieb97 { 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) { #T6olndfviTJl1EsT3s4AL8Isgf83rn7g { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0AQfSNWhX31AZDauSwBhApWAqgpOrQ { 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) { #Htgx5bJizFMU6oWM3SCxTTboe58Qqabg { 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) { #PFJ2f6EAwAqb4hEByTlmeAuRU9e1HzDp { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqsaWt90vsQnKbWFBaPLnaygeW44noZD { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0PtQm7rxyerVqLgaWpJbLoU0VTpnEW2 { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvrETa45O4T3aBmOSp0lvV5CBeSpJ3s1 { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRyAU2T3CkwwtNnz40iqrvQ0y10q1xfR { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMHv6u8Vm0zE4xp9lbgWGQn2ne1RdcqI { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWS2u1ierK9aBda9KmcXQRtIDRnXacJH { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkfwag9rEG1FllMOhdovlVmnzaL22VhI { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0r42zGNfaW5sBoJRKPI4z1sKTTofiHU { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZGzdHvZOwJ9IEJ5kVEdfRIfs54SFca8 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbgXP9T3MIr556OHtTNA7gdJfTWx8KvO { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhmP47yuIVhoMqvO0lqayy93pqkNZtRT { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdbFWRDEgbqIL7P20ZdNicuA7JwFtovA { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw1JUZ6HOddZ5A16k4NGp8trrBIMbTqC { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtkaL6JPi7NPhx8xdBRlK2QNqAEMoZdJ { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSmgOb5pxAdSbnRg1rlTsvbDSlyg9t6R { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuQVs7xvfi4H0sXQ4hsqHcmp3SlEvoDI { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRQJr6ffHvawMGBq7iet4eaGWXhcsThq { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGmBss6bZbLQo7PtzZKzrtIkPq9ZBzG2 { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #beQicqko8Onsh63D11qzCV1Rs8du1efT { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6fmonxmEO31ny6JpnTyvPtiTQywd2EG { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufrvRF1BSOnWegqT37cGPTTCScUGTfCO { top:15.6875rem;left:0rem;width:23.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVyuygky9RTSKK3PM3gNwgXTrdDBK4B9 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #stalyP3tP2tlC51pn4vI1dOlrHitixDJ { top:24.25rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhKnKXee3b80LM55xHIi0XI1wnabIDfb { top:17.3125rem;left:0rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTeZ53eE9cHCaNJHVS2NiekhndGKEuW { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x59TrsB1udfaaraTtOvpSbg5TuNwcddb { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #loG8MiIDBvhT06uiiO0pW8yDU3rEypBs { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhgWF0LJzJ8i7PFZtmCvB8rlKKopUXw8 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cb94u83BS1NpQRFhMwzqtNnp4XdXFvTW { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTH5FbWTcHb1LkCv83TeSAybqSzC96q4 { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wv9wQpKtR8STVvft9DbrNDiuAMWmL2Na { top:1.8125rem;left:17.019096374512rem;width:18.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFmgt2u7nMQgQc26otqhTMsLIqgDp3Xb { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBTCTDJvhdWJlyMUsD9scKQvm2xEiuSz { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptb0MX5sIk6zLbuZVusRq5v7pbuTdcc5 { display:none; }
 }@media only screen and (max-width: 763px) { #VElKA1vlhk1cRxpAHtFwgBmMDTVWJB4h { top:17.75rem;left:2.7743053436279rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiRiwk0geu9n0G0uNBvQpGqKMDK5feEA { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1XzG4oZemkVKitLhqO7ExgQyNQXvIKf { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKaXCVeC3x5q6SuJgqh4UrLAuPQr1d9T { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOCclAcVGWV6fldvwoJWrTpJpWDWk1Cq { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaTz7NFrW7Cq2fRRevIaB79XBZTwqxBI { top:25.0625rem;left:0rem;width:20.4375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKQzkhGIvzNMPENbhSP2H1hzip8tuqxw { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcJ6iVOm43rtimS9Pyt036AoXx02iVhJ { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcbRANMgLqVMznn4eGMwn9itAcfDfbS0 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sC0ohcPULaLB9fTIk6ShTzuUVx0VZa8e { top:56.875rem;left:0rem;width:10.625rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T93FBnS3HfElxcUU3bs5cDaPaiPf0cQZ { top:3.8125rem;left:18rem;width:9.375rem;height:5.8357425290097rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv844qkHzKis0qwBbzWtWABsFTsVP9Kn { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECzZDKnRhgsQTZyef7NoTnwOtXQVbi7s { top:1.8125rem;left:13.315105438233rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuUFzoMOiQ25NnS98O33Wbvw29TRsve0 { top:12.25rem;left:1.15625rem;width:8.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKa7QSE7RNgL24xB3M7r1NS7SbWJrMFe { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsJWZmarHlympANVcVhnMiZPLVvgZNp9 { top:17.6875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93SJ7t0nW6JkztyZFOi85u2KXwTC0Q6 { top:17.25rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lt2tFtEpi6ecD9ypXzdf9ETDNJIcTmqT { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSU8sDVq0klfPsDukAc6t5O07ZqribDT { top:7.0625rem;left:0rem;width:35.1875rem;height:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3x7Qlge1n5Vqi07le2qk1IyVxGpI4zC { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA2XpFom69UIq1cQS8xnJqd8WkXu6A9L { width:7.3125rem;height:3.375rem;top:12.5rem;left:4.3996086120606rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTzk6b6KGuXRtTEpqQsI0gz6bmTMTOno { display:block; }
 }@media only screen and (max-width: 763px) { #eaifZnVulVbVOVtC4fpX0326g11MzzJk { width:10.25rem;height:2.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSyAo67pxxDqJyW63ncoGGrTioUDqUNQ { display:block; }
 }@media only screen and (max-width: 763px) { #caepiQ18r9WRWpG3AHBoEg9pK10CgoC3 { width:10.25rem;height:2.5rem;top:28.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MulGZ6xdGts63TUWO6kOBgTtiH58h4eB { display:block; }
 }@media only screen and (max-width: 763px) { #MtP0PBSJZbD5oU9eDs6QMK99fkHOOXbS { top:8.125rem;left:0rem;width:18.5625rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9zRLeMDuFDGIKEmObdB8P8aOlJmTUM2 { top:8.6875rem;left:0rem;width:36.6875rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJNZaVFtJAnN2U0DOMTOphEaXrcvvNtD { top:16.8125rem;left:12.4609375rem;width:9rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAAGsRZZHxTWK6GAQ2RDJ7EWGDI9SR0F { top:31rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEBlV6ZJNs5xWSyxMecVQXrpNe3u1UDk { top:37.6875rem;left:0rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5eKqCiSukbw3sDAiox0cnmoW6E7f57k { top:38.5rem;left:0rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSlVhmZ9dPAc6kapvk295A9VtiaLxZw3 { top:9.3125rem;left:11.0625rem;width:36.6875rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqfuzAbQXwDuTKhkmRLHR2TIIrl8NnFA { top:16.8125rem;left:38.75rem;width:9rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH6vA2TFqOP6n7kFnMdsFrmbgyJXzCJV { top:15.6875rem;left:23.9375rem;width:23.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgTPs0KWSP7XDB7eZgLDitNPrgwJT2so { top:24.25rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie9qDUzxu9JJue0fdXGU8Bzreu9SMhHh { top:25.0625rem;left:27.3125rem;width:20.4375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNCiSqJNw3saVCg8qpU6upSmzH7MBMhF { top:17.9375rem;left:41rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4iS0zkL8BOszTst1ZfcMNlwygwKPOpa { top:12.875rem;left:39.4375rem;width:8.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWNTm4gARuyTJtv6S4cJmq4A4MgAIxps { top:31rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6AywuhkRT0klWqcb6XkqcQg1Tv8oRER { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtXaOOBnpLBFhuhiGpsS1hBsgmhw8VCd { display:block; }
 }@media only screen and (max-width: 763px) { #laiwJzVq5eNs0kZzJVQvBckPuWdAnuBP { top:17.3125rem;left:30.4609375rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks58TiPGQ44KWaQhWCokpX9N5usPpoTN { top:37.6875rem;left:14.4375rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #so8RDyzvW7vN2CgmVTTebi0F8qyHN8OF { top:38.5625rem;left:22.9375rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2m4d4VCfxTGiTZZdn9bfyCDL7stmxG6 { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRyC7T9G9E0zyuN1VEhJ7IX2LqTKmVaT { top:32.625rem;left:0rem;width:5.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxgzU60SmhCknT2bnGPBLtHCJnag7FJz { top:32.625rem;left:10.721355438233rem;width:7.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxgNzV6ckWTInJ7GyoiNenhTlAqW3SDJ { top:32.625rem;left:31rem;width:6.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTTNckwC4FV3Eh4uq4X5rFP3T3yTTcFv { top:32.625rem;left:40rem;width:7.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZgi7z73tXwpCBX6yM4cuROMBZS6P2P1 { top:6.125rem;left:0rem;width:44.5rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ7Ws5Ck1Zx4i633pWWJ4KEk2PIERPot { top:25.4375rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO0ixEtW34Jh4Lw0G9VPll7voFZxM2V5 { top:38.9375rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ79bTZQ4mNmaqbNyE38G5xGtemdzHsX { top:17.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVib3rwMVFlvrLvbOBLpViGkLNGgw74A { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2o9SyaidTQx43lgbWTZifO310VpfF2q { top:32.1875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQlV5OU6y6NkGkonNDRKLhWq3EiIR8ei { top:38.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoD2hMz4lI6duutUpccpuRlRrJTLPFp6 { top:46.25rem;left:5.5625rem;width:36.6875rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE1E4sEb7eNCewxPyPUGthrLxslsPZyT { top:74.5625rem;left:7.25rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqXMkRIJFENEEpTMPTKCLDS7CNtsDcrA { top:75.4375rem;left:11.5rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8P1H2ymSoiEteqVKTuQ7rZOTc3b9LTP { top:75.875rem;left:8.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwAw8cKfTXlRl8rKxR1hBfTgvPqi0Nqp { top:67.9375rem;left:7.25rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFbfPkk1nePpn37v0a08cLkAW1OLGGTz { width:10.25rem;height:2.5rem;top:69.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jma6pRdRTb2VuGTqHgfXwin5FTUC270T { display:block; }
 }@media only screen and (max-width: 763px) { #aGS7XTtxhdvXrgSD1r39bq8oqJP9UWmR { top:69.125rem;left:8.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3fO5CN1U2nlf569Wu1oHRXZsqbWJTfK { top:69.5rem;left:11.875rem;width:6.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBPg70pUTIvRTNXmq9n9WgKwGShl1zcZ { top:61.1875rem;left:7.25rem;width:33.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqdueDexVQiNT8IzIywOQCk101vC2y7f { top:62rem;left:13.6875rem;width:20.4375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kePXnTyRN2S3u0F0KL5aOr32RFKlxeAz { top:62.375rem;left:8.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl24he4vx7uTPwxeek8gKX0Q3503rh3v { top:52.625rem;left:7rem;width:23.8125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xkf8ACg7GZHgiP9FUkntOAHH8wXtNxC2 { top:54.5625rem;left:8.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMOUPaMabzUgod0IqWDFZAZAgUvTyeMl { top:54.8125rem;left:21.9375rem;width:6.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrM1TuV5KQk67my9DUo8pLSLg107fME { top:54.25rem;left:11.3125rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXIlbVITCnmk5yfB9oP69Ps6hvft8PPy { top:69.5rem;left:29.9375rem;width:7.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmmu5SZSRTEU3dQTLbR3hROLCq9NFpWp { top:53.8125rem;left:31.375rem;width:9rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WbagSsU4fXoFqRiBkchZ0NVbaII9wF { top:49.8125rem;left:20.3125rem;width:8.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlczEUfp9wi47cIu0dM7gaImckNncbEl { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJlTIDiKvaO8MVvgfJPfPpvMX2ouN6Bm { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #REy1Uma6g708WZ4mlzALFtLIm2pTQyki { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4ySi30vf86fn3nyIXroSqQ1gzCtb0S2 { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDaAM15FdpRagifW4ZZVuMcIBeh34yEd { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdhAaUSwJZqxLiSqx4bcJhxdl5pHaV9P { top:64.8125rem;left:0rem;width:6.75rem;height:1.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghnJLzT2g63IONuaFrOLQJqBNGzEK5zt { top:17.3125rem;left:0rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aiuv6CJMaNPMHMMXL0LlZsarFMPph0gs { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4K4qEmegOk39A1FKF2fWC3vnsbSI4GR { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPJkIH1uGwwN34AiNLXQcQ8kTn2iz89U { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UeOS4TMPoNkWcoKtlmQE11Ipsr0HWAKK { top:79.625rem;left:0rem;width:14.3125rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAVlK4MLkuexa8CXWucCfmS9wtlDC6Nl { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpIeIUZE2fXFpVF3lNmxh40ADL3eKekS { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLOO8wVRpsNAresWN28kpVmsB6gUHS7T { top:32.625rem;left:31rem;width:6.375rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxI2UsB2tzFez9tc2PC7IZKWqdO5FFGe { top:32.625rem;left:10.721355438233rem;width:7.25rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqIQNhShImJ8V7nmCFIDGzM5dwU5xIJg { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuK6Er4To7M7WUBscPZfoirgasqKMat4 { top:75.875rem;left:8.0625rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZxsGO6l17IU7trQDLTeFMZyg6z16boL { top:38.5625rem;left:22.9375rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8HVp2PvXsPgQChmPg630b7Gw0S8TR66 { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PD6NqAm3aa8ziH7VBRXeRpmwhImd9hGn { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpNoXIOt2PXSC51JWmXo18IlVlq3yiAA { top:107.4375rem;left:0rem;width:6.75rem;height:4.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzeVdS2RhloDtVtdAAVmlC7NM7VymZ1D { top:17.3125rem;left:0rem;width:9.5625rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0c83VMtauprIdJWaH6fx1TqpCvDS5Hg { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFM3yIHcqhfrtRBSLoqLka4XqmqVWtuc { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3BC2JuJXFUT218Vyh3Z467NxcVfTIIu { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V71TNQCXbWmHUNLKrc2TAS88uiaKcio9 { top:123.125rem;left:0rem;width:14.3125rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zm0KIuNUbkRxxyc56CqczZaQFQDiv1bS { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xl1cK3CiMbAWLg37OFOE6akeKV1MxTEP { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKR8BKh0fSFrmhBXTuLWToTUc8Lukq7T { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oi44BHxCdQxGKlca1TqGqfTtSdiLhvFF { display:block; }
 }@media only screen and (max-width: 763px) { #yzzOXwXIQmVF61fxJbiolVzikHznVDld { top:32.625rem;left:31rem;width:6.375rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITJ78vT34Gqmx6F8LsaoNWHNAEo5FsNN { top:32.625rem;left:10.721355438233rem;width:7.25rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0L4mf8OTE1ipplMCtTAPwZFJp9az0st { top:5.125rem;left:0rem;width:47.75rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f9RQWOC5hRS6bNv718vXTgnTnclTRT1g { top:75.875rem;left:8.0625rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #guwJywxyhTdvRoX7qgLMKIrsKToKr8Ef { top:38.5625rem;left:22.9375rem;width:24.8125rem;height:3.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #adz0d4H4gpT4BR6xEVMq7F9RxTpIvp0l { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvmRPITKtXHBtBcAR7NINURnKJu3kqey { top:32.1875rem;left:27.1875rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxPvkebrtoNn2elewxrXVo6vH4bWqM6N { top:75.875rem;left:8.0625rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfbCXB3e1JseTiGZRdsb2EeLLUqePqUn { top:25.4375rem;left:0rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtT4AnnpmwNyfx7DUBUpTfOaU5eaxPTz { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJvvIvxr3mb8huGWZwvi9VcRcqFaOSw9 { display:block; }
 }@media only screen and (max-width: 763px) { #Lp8x1dzQTvwiMctGFFlWmeh73uo6mxHK { width:10.25rem;height:2.5rem;top:32.125rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2Qxim8HgfUftGA8H7zZ7pIzUTvMkqu7 { display:block; }
 }@media only screen and (max-width: 763px) { #wu1vrzyiOogCsIJ0wecdJQypoxqu3i62 { width:11.0625rem;height:2.3125rem;top:6.375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ZcVzbyIhamuoWv48lwDabDxlpBQAPl { display:block; }
 }@media only screen and (max-width: 763px) { #XxygvoNv2sCMh7gmUtuMMxt4EVO7wsGs { width:11.0625rem;height:2.3125rem;top:6.375rem;left:36.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuqLdC3bZIlvotoZiaPy4PkeT7EsoSuG { display:block; }
 }@media only screen and (max-width: 763px) { #LpnryCon8fpOUOJVULzgrwIH7mkELMnH { width:11.0625rem;height:2.3125rem;top:6.375rem;left:36.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnBEOaT2T49hTi7CdqB0BiH7VJlZRlSA { display:block; }
 }@media only screen and (max-width: 763px) { #n4UVO20SIZ3GghXFsD4N9qPic3IB5rTf { width:11.125rem;height:2.375rem;top:7.5rem;left:36.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNfxeLznTFSV6k3nNycpIsgFBeL21OQS { 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.0625rem;height:13.465479407338rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { top:1.0625rem;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) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { top:3rem;left:32.320837020874rem;width:4.375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { top:2.375rem;left:37.894134521484rem;width:3.9375rem;height:4.2455351073621rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { top:20.1875rem;left:7.2355461120606rem;width:3.9375rem;height:3.99960625rem;display:block; }
 }@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:27.5625rem;left:8.2179698944094rem;width:31.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTqnx06aNBV2H2qOkCMFSTUl1FkWIWzH { width:11.5625rem;height:1.8125rem;top:20.4375rem;left:18.051563262939rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMfgTnJ9eSkp9VHtUHSVXHUlfWwywvf2 { display:block; }
 }@media only screen and (max-width: 763px) { #Vv5VTiVuFZtxK6lzhrIz8brP2UrLH4hp { width:11.5625rem;height:1.8125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awuo8zVD5VpdFsvTSQDRrcDORAJJGKts { display:block; }
 }@media only screen and (max-width: 763px) { #i1o6ZHZp9iGD5ZGIimC5BFTTZ3oraxn7 { width:11.4375rem;height:1.6875rem;top:20.5rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW0P4rnAKRevD0QSAHmZVkBDoBIrcZnd { display:block; }
 }@media only screen and (max-width: 763px) { #mCAgx2q2VlbP01Qp4h3LGKUUfkdR3t4S { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVHcCqeZT73aZfPvDcmrsHA0l5o8Inhp { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N { display:block; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9Rxbf9I6IUa0cRMlScUunBQZxyCpzBH { top:3.8125rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #faiSTO1Khix24ZPaeZcEVRCDJpN7a6fy { top:6.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcplTg29zBsHxpHE7sEEHxgLRQHFRUF { top:6.3125rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC1VhXPQOIbZ3FCtRbpZtOV3sbp4Dm3T { top:9.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKhGoz04nMtKequnKiwxl1y6AgSqtzzK { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfJ7TgazASdZQHuIhySZWATAf1Z2Aho2 { 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) { #eCt0Sst3VFSBEgLHSTHxVbMzdU4HWqrc { width:11.4375rem;height:2.75rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk1fEvW8B9WG1r3mfOsGcBH1MLD9scnc { display:block; }
 }@media only screen and (max-width: 763px) { #GGTt1P8Uf80To47UJre5Mo3M8zARayRb { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onVbv7FTm4ZzS6d7TPHEifBDmA8x7ZFz { top:0rem;left:20.6376953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzZJoOvHQ9bXTvenrL2BTPCShDHIVXGz { top:2rem;left:0rem;width:47.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF { display:block; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq1kexyUqtaxVP3TKAdCTeyzSdghTTHm { top:1.375rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1LAhbuZzXnDxVTcnQMvWkngiUkksTzK { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFUCym9vqKn5neqTA0vQ6M294UWRMwSR { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq2KgUhclSvuzLNHUVQvInTQsHkdkqD1 { top:1.8125rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZnKJ7xHtF3TteVbLSdW7EpNFR3UzzTp { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk { display:block; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmbxfFsKXXJIIohWSHTu8V7Hg5CTdRBT { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmzW8A4H7mmcKZqLnhmH3qZZuPx3Alrw { top:2.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFnPpETlAR8T5cdiI7Sc2RASk6oDQzPa { top:12.1875rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwISsbvCnOmnC8posJ2HetKphvCCb2GS { top:14.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbMm3JBdP6Va7Zl0MvyGsZFyfatKGHPx { top:6.375rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06RsrTWH7A5zaDBaWhVIk3Mz0lH3TX8 { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBDdWCUuRspHyGVS1SPAVqo0JlkA0rEz { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZO9xQKoJ9MgR7DbFBo7TmRWFl0sezFA { top:30.625rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K412kBzD41sWxhVKvJBTeq4RvTpw6R8T { top:32.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvUmdUTs0DxRGIDNUsz8M90KNNP4ZTf9 { top:8.5rem;left:0rem;width:26rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqC76cTdqoG3NHTVdThK2vJA5tLNrLk2 { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyCzgRl2defyne8tCqXszlWDCf3mizhk { top:19.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4vI18yhn6092aJPILGT1rFvX8MA3gVM { top:25.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi { display:block; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn7I7WpvWlSNEEaDbJGF5agpJVUIpU8Q { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #twdZWfaEk3shTL2nMzvhTKr45z8OMT2m { top:1.8125rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRf2nAZAfPr3LGTWotxM31waMdfZDXw { top:0.25rem;left:0rem;width:47.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGbVJ9fc2ry0mOq3TwdVV5qz9rg1PzVz { top:1.4375rem;left:23.5625rem;width:24.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgOqSzmdZG0xmncqLCTikHG0TTo6rILa { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZATfKEA3z2bhah2JwftTAV9SlErkX8G { display:block; }#EZATfKEA3z2bhah2JwftTAV9SlErkX8G > .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) { #Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { display:block; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhvpUGiO3bJFu4X6NMtQQsUO7Owk6ra3 { top:1.9375rem;left:30.375rem;width:17.375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa { 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) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #fRElkbpOKqQ5UeIgN7B4ViJcXLFmIUvI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #RdTKfzwDuZ9pHWiBSfMtrBcoxbeaBFOA {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #DD8W8zp4LCQ77ql54chWtDWVqTH2P1hh {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #h9UmTtvENGVEx75kbnbroxkmhl4BuJTi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #sV8hgIkK2OFZ4LlxymQUuMKL7PmTFdKt {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #lZXmPSWR9ktAisqIrgzVS1nTBuqwo8tB {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #JNvslAKvKdNwUTU6bVhUMIPxXp66CLQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZJ4FMJS70u3zUPVwAf8v5U9weHbvdWpr {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #e2D3LySbQgIQSOQFuTZCDIATvvDa41tD {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #qh7JGRagOLh3V4B8WcK4RXQnlCBA5KpG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #iAv1uwoQK7gZOpFKG4O3UVxO7ZJ5CLFK {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZeRLvDRkb9tVECR1TOOtOLy9IJdMzzWM {  }
 }@media only screen and (max-width: 763px) { #TRZlTHWQGERUhdDltuxcImh7VLpFmXUc { 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) { #Fm6kLpQKmPWXUd7foGmA8nUdTcdoD0EH { 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) { #NafBw1RwMNuAhNrGcVoygmG840rAGN7N { 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; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container { background-color: transparent; background-image: none; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container > .video-iframe-container { display: none; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row > .video-iframe-container { display: none; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .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); }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container { border-width: 0; border-radius: 0; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NafBw1RwMNuAhNrGcVoygmG840rAGN7N > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqEC4miXZokGfCNTycRv2BCP9ahqmtIn { 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) { #lFCHrJMITdreLNq6H6Okzu5MfWAkhFi4 { top:1.4375rem;left:3.75rem;width:12.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrqriTTD6IcHtILUSfLptsT7s0VTGR4F { display:block; }
 }@media only screen and (max-width: 763px) { #KysTucmtGHKO9Nz7zskiq0cPLoqMb3DU { width:9.625rem;height:2.9375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABeimpiU50Rh5wwsREEeeOJhOCKg9QqO { 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:45.25rem;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:40.5625rem;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:39.200001716614rem;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:27.739061117173rem;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:90.973960876462rem;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:38.5rem;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:20.5rem;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) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { width:20rem;height:0;top:25.6875rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #TlnFNADX5yTTL3vTy707SWtnvIGLROSs { width:1rem;height:1rem;top:11.937500476837rem;left:17.815623104572rem;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) { #eeu5034690rwKHs1Tvg9AV6KR2x3zI8S { width:3.9998375rem;height:3.9998375rem;top:18.050131320953rem;left:0.62434899806976rem;z-index:14980;display:none; }
 }@media only screen and (max-width: 763px) { #qFeGhf0os3G8evUtZ12uhJhO0DNsaOxh { width:16.375rem;height:6.75rem;top:37rem;left:1.8125000596046rem;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, #ff9833, #c10b9e);background-image: -moz-linear-gradient(180deg, #ff9833, #c10b9e);background-image: -ms-linear-gradient(180deg, #ff9833, #c10b9e);background-image: -o-linear-gradient(180deg, #ff9833, #c10b9e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9833', endColorstr='#c10b9e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9833', endColorstr='#c10b9e' );";background-image: linear-gradient(180deg, #ff9833, #c10b9e);background-size:auto !important;font-size:1.0625rem;color:#ffffff;z-index:15372;display:block; }
 }@media only screen and (max-width: 763px) { #C2rDTHVZcGd66sODMTaWgcxb1zBaxvSP { display:block; }
 }@media only screen and (max-width: 763px) { #Mie6o7Cqw73btwrEaJIqCFT5NncWSBHt { width:16.375rem;height:2.25rem;top:34.75rem;left:1.875rem;font-size:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-2),0.15) ;font-family:mukta;color:#676787;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) { #I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block; }
 }@media only screen and (max-width: 763px) { #Ke2vy2Vg8uXELH3GQQBGdOkPFl4Nit51 { width:18.625rem;height:4.3125rem;top:30.312498569489rem;left:0.74999982118606rem;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.1875rem;color:#ffffff;z-index:15372;display:none; }
 }@media only screen and (max-width: 763px) { #WZ6AuxWRAtsimKvksohMCMWuSZB0MbGb { display:block; }
 }@media only screen and (max-width: 763px) { #USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { width:7.3125rem;height:2.8125rem;top:39.875rem;left:6.4375rem;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) { #GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block; }
 }@media only screen and (max-width: 763px) { #H0urZKzcdwnoKiNdVfXGFEX9gmw7HTAh { width:3.75rem;height:3.875rem;top:0.93750002980231rem;left:15.593533813953rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZm5CeusnH4NTEqO7c4CyXi2M8PrbX3d { width:2.6875rem;height:2.6875rem;top:22.645313262939rem;left:16.500781977177rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { width:19.2484375rem;height:6rem;top:27.039844512939rem;left:0.37499994039536rem;font-size:2rem;font-weight:700;font-style:normal;line-height:1;z-index:15298;color:#f0869d;display:block; }
 }@media only screen and (max-width: 763px) { #exmAqxLP903gJrc715fqm5NVpqHfkAoF { width:3.875rem;height:3.875rem;top:2.0281252861023rem;left:1.8125000596046rem;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(172,172,255,0.07), rgba(191,77,139,0.66));background-image: -moz-linear-gradient(180deg, rgba(172,172,255,0.07), rgba(191,77,139,0.66));background-image: -ms-linear-gradient(180deg, rgba(172,172,255,0.07), rgba(191,77,139,0.66));background-image: -o-linear-gradient(180deg, rgba(172,172,255,0.07), rgba(191,77,139,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacff11', endColorstr='#bf4d8ba8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacff11', endColorstr='#bf4d8ba8' );";background-image: linear-gradient(180deg, rgba(172,172,255,0.07), rgba(191,77,139,0.66));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ArTdlaUkXuGU58CQWZH2T4HOanWVmivV { width:19.249125rem;height:1.125rem;top:37.875rem;left:0.4375rem;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;z-index:15373;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zZcT8UDJqnFw4gEIUGNNc7MTWlTo7Oc0 { width:19.375rem;height:19.75rem;top:4.6328125rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0mpmBoc1EhnUSGNoTftILNgl4pM8iAq { width:20rem;height:20.75rem;top:3.0703125rem;left:0rem;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ffcb89, rgba(215,43,134,0.67));background-image: -moz-linear-gradient(178deg, #ffcb89, rgba(215,43,134,0.67));background-image: -ms-linear-gradient(178deg, #ffcb89, rgba(215,43,134,0.67));background-image: -o-linear-gradient(178deg, #ffcb89, rgba(215,43,134,0.67));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb89', endColorstr='#d72b86aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb89', endColorstr='#d72b86aa' );";background-image: linear-gradient(178deg, #ffcb89, rgba(215,43,134,0.67));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hPSkHoKv6wo6WVO8TTyLRPwT3cwhJNgb { width:1.125rem;height:1.125rem;top:22.645625114441rem;left:1.9368749856949rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #GA9dZCg146taJw5fyRlo1AzbQ5yIEkOX { width:1.875rem;height:1.875rem;top:39.374374389649rem;left:14.624374508857rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Uymk2gqDRVN4XtJVRclEdHWXyyQQMEvz { width:2rem;height:2rem;top:1.3898437023163rem;left:15.363281214237rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ { display:block; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ { background-color: transparent; background-image: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container > .video-iframe-container { display: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row > .video-iframe-container { display: none; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .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); }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .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; }#uE3d2umfCAn9yWwS6L0u1Fbp5ZnT5aLQ > .row .container { width:20rem;height:149.4375rem;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) { #BKrM5EJ0gOKro2GmzBVaBohfqQT3DFTU { 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) { #NksOdviugCUWFrBKbDfEyziXX4DMX1uZ { 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) { #kBkN52X5ExZaPQhFfWe3xs6nBJHXcl1r { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #SCEdJsgpwtc0JVsR1cw4F0dwTDw2DB3d { width:4.375rem;height:4.375rem;top:87.25rem;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) { #TtPlhNVKDuNokPNMCVfE9srpgSRnuGsD { width:4.375rem;height:4.375rem;top:87.8125rem;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) { #n4GAw3uIypt4AdBCW7coTJhRHtfLghaV { 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) { #tV7SzcB7VSVSWxXUBOrVrlsVaTRRrsRq { width:4.375rem;height:4.375rem;top:87.125rem;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) { #ig0OF11k4ENuAEeao0fQ2Vlb88avU0bv { width:11.6875rem;height:3.1875rem;top:70.625rem;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) { #r7saLbN6kcmKXdeNyuxcbH8rqkGQ1g2e { 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) { #txKK3enyzEcBdzeaFysrwWADptQieb97 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6olndfviTJl1EsT3s4AL8Isgf83rn7g { 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) { #Mt0AQfSNWhX31AZDauSwBhApWAqgpOrQ { 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) { #Htgx5bJizFMU6oWM3SCxTTboe58Qqabg { width:7.3125rem;height:0;top:58.402346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFJ2f6EAwAqb4hEByTlmeAuRU9e1HzDp { 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) { #AqsaWt90vsQnKbWFBaPLnaygeW44noZD { 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) { #O0PtQm7rxyerVqLgaWpJbLoU0VTpnEW2 { 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) { #FvrETa45O4T3aBmOSp0lvV5CBeSpJ3s1 { 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) { #JRyAU2T3CkwwtNnz40iqrvQ0y10q1xfR { 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) { #TMHv6u8Vm0zE4xp9lbgWGQn2ne1RdcqI { width:14rem;height:0;top:68.125rem;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) { #vWS2u1ierK9aBda9KmcXQRtIDRnXacJH { 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) { #Mkfwag9rEG1FllMOhdovlVmnzaL22VhI { 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) { #d0r42zGNfaW5sBoJRKPI4z1sKTTofiHU { 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) { #XZGzdHvZOwJ9IEJ5kVEdfRIfs54SFca8 { 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) { #JbgXP9T3MIr556OHtTNA7gdJfTWx8KvO { 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) { #OhmP47yuIVhoMqvO0lqayy93pqkNZtRT { width:17.25rem;height:10.75rem;top:83.1875rem;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) { #HdbFWRDEgbqIL7P20ZdNicuA7JwFtovA { 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) { #sw1JUZ6HOddZ5A16k4NGp8trrBIMbTqC { 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) { #MtkaL6JPi7NPhx8xdBRlK2QNqAEMoZdJ { 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) { #HSmgOb5pxAdSbnRg1rlTsvbDSlyg9t6R { 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) { #CuQVs7xvfi4H0sXQ4hsqHcmp3SlEvoDI { 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) { #tRQJr6ffHvawMGBq7iet4eaGWXhcsThq { 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) { #UGmBss6bZbLQo7PtzZKzrtIkPq9ZBzG2 { 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) { #beQicqko8Onsh63D11qzCV1Rs8du1efT { 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) { #n6fmonxmEO31ny6JpnTyvPtiTQywd2EG { 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) { #ufrvRF1BSOnWegqT37cGPTTCScUGTfCO { width:20rem;height:4.375rem;top:106.93750524521rem;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) { #PVyuygky9RTSKK3PM3gNwgXTrdDBK4B9 { 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) { #stalyP3tP2tlC51pn4vI1dOlrHitixDJ { width:20rem;height:4.375rem;top:111.96771383286rem;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) { #DhKnKXee3b80LM55xHIi0XI1wnabIDfb { width:14.125rem;height:1.35rem;top:23.981249332428rem;left:3.9993749856949rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nyTeZ53eE9cHCaNJHVS2NiekhndGKEuW { 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) { #x59TrsB1udfaaraTtOvpSbg5TuNwcddb { 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) { #loG8MiIDBvhT06uiiO0pW8yDU3rEypBs { width:17.25rem;height:13.5rem;top:97.25rem;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) { #nhgWF0LJzJ8i7PFZtmCvB8rlKKopUXw8 { width:17.25rem;height:5.125rem;top:111.25rem;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) { #cb94u83BS1NpQRFhMwzqtNnp4XdXFvTW { width:11.375rem;height:3.125rem;top:19.8125rem;left:-2.6875rem;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:#c10b9e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fTH5FbWTcHb1LkCv83TeSAybqSzC96q4 { width:1.625rem;height:1.625rem;top:110.93750762939rem;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) { #Wv9wQpKtR8STVvft9DbrNDiuAMWmL2Na { width:13.625rem;height:1.30625rem;top:3.6862506866455rem;left:3.1875001192093rem;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) { #oFmgt2u7nMQgQc26otqhTMsLIqgDp3Xb { width:7.9375rem;height:0;top:104.25rem;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) { #TBTCTDJvhdWJlyMUsD9scKQvm2xEiuSz { width:13.6875rem;height:0;top:90.934379577638rem;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) { #ptb0MX5sIk6zLbuZVusRq5v7pbuTdcc5 { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:rgba(240,134,157,0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VElKA1vlhk1cRxpAHtFwgBmMDTVWJB4h { width:8.625rem;height:2.75rem;top:27.5rem;left:5.6868749856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiRiwk0geu9n0G0uNBvQpGqKMDK5feEA { 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) { #b1XzG4oZemkVKitLhqO7ExgQyNQXvIKf { 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) { #yKaXCVeC3x5q6SuJgqh4UrLAuPQr1d9T { 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) { #qOCclAcVGWV6fldvwoJWrTpJpWDWk1Cq { width:10.625rem;height:0;top:87.761468887331rem;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) { #CaTz7NFrW7Cq2fRRevIaB79XBZTwqxBI { width:14.3734375rem;height:4.05rem;top:35.733594894409rem;left:3.8750000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QKQzkhGIvzNMPENbhSP2H1hzip8tuqxw { width:2.6875rem;height:2.8125rem;top:117.2500038147rem;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) { #WcJ6iVOm43rtimS9Pyt036AoXx02iVhJ { width:1.625rem;height:1.625rem;top:110.375rem;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) { #DcbRANMgLqVMznn4eGMwn9itAcfDfbS0 { width:17.25rem;height:6.5625rem;top:116.8125rem;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) { #sC0ohcPULaLB9fTIk6ShTzuUVx0VZa8e { width:15.3125rem;height:0;top:110.37500762939rem;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) { #T93FBnS3HfElxcUU3bs5cDaPaiPf0cQZ { width:7.375rem;height:4.5rem;top:84.375001430512rem;left:11.000000774861rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #fv844qkHzKis0qwBbzWtWABsFTsVP9Kn { width:17.25rem;height:5.125rem;top:88.875rem;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) { #ECzZDKnRhgsQTZyef7NoTnwOtXQVbi7s { display:flex;width:1.5625rem;height:1.5625rem;top:1.3068752288818rem;left:9.2187501192094rem; }
 }@media only screen and (max-width: 763px) { #BuUFzoMOiQ25NnS98O33Wbvw29TRsve0 { width:6.75rem;height:1.425rem;top:20.6875rem;left:0.625rem;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) { #GKa7QSE7RNgL24xB3M7r1NS7SbWJrMFe { width:20rem;height:7.625rem;top:6.2476558685303rem;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:transparent;background-image: -webkit-linear-gradient(215deg, #ff9433, #8d0072);background-image: -moz-linear-gradient(215deg, #ff9433, #8d0072);background-image: -ms-linear-gradient(215deg, #ff9433, #8d0072);background-image: -o-linear-gradient(215deg, #ff9433, #8d0072);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9433', endColorstr='#8d0072' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9433', endColorstr='#8d0072' );";background-image: linear-gradient(215deg, #ff9433, #8d0072);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FsJWZmarHlympANVcVhnMiZPLVvgZNp9 { display:flex;width:1.9375rem;height:1.9375rem;top:93.625rem;left:1.375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #T93SJ7t0nW6JkztyZFOi85u2KXwTC0Q6 { width:3.25rem;height:3.25rem;top:96.187507152556rem;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) { #lt2tFtEpi6ecD9ypXzdf9ETDNJIcTmqT { width:18.8125rem;height:5.1875rem;top:88.074995517731rem;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(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nSU8sDVq0klfPsDukAc6t5O07ZqribDT { width:18.8125rem;height:8.6875rem;top:93.565229892731rem;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:transparent;background-image: -webkit-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -moz-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -ms-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-image: -o-linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06923249', endColorstr='#06927e3a' );";background-image: linear-gradient(15deg, rgba(6,146,50,0.29), rgba(6,146,126,0.23));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #C3x7Qlge1n5Vqi07le2qk1IyVxGpI4zC { width:12.375rem;height:5.0625rem;top:26.34375rem;left:3.8125001192093rem;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(193,11,158,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BA2XpFom69UIq1cQS8xnJqd8WkXu6A9L { width:7.3125rem;height:3.375rem;top:105.00191879344rem;left:6.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) { #LTzk6b6KGuXRtTEpqQsI0gz6bmTMTOno { display:block; }
 }@media only screen and (max-width: 763px) { #eaifZnVulVbVOVtC4fpX0326g11MzzJk { width:10rem;height:2.4375rem;top:77.3125rem;left:8.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:1.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #eSyAo67pxxDqJyW63ncoGGrTioUDqUNQ { display:block; }
 }@media only screen and (max-width: 763px) { #caepiQ18r9WRWpG3AHBoEg9pK10CgoC3 { width:9.999625rem;height:2.4375rem;top:98.269133090975rem;left:8.8886716961863rem;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.5625rem;color:#d81f1f;z-index:15374;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #MulGZ6xdGts63TUWO6kOBgTtiH58h4eB { display:block; }
 }@media only screen and (max-width: 763px) { #MtP0PBSJZbD5oU9eDs6QMK99fkHOOXbS { width:18.6234375rem;height:4.63125rem;top:7.7421855926512rem;left:0.68828123807906rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;z-index:15359;display:block; }
 }@media only screen and (max-width: 763px) { #b9zRLeMDuFDGIKEmObdB8P8aOlJmTUM2 { width:20rem;height:36rem;top:8.6875rem;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) { #hJNZaVFtJAnN2U0DOMTOphEaXrcvvNtD { width:9rem;height:0;top:73.3125rem;left:0.25rem;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) { #tAAGsRZZHxTWK6GAQ2RDJ7EWGDI9SR0F { width:20rem;height:4.75rem;top:31rem;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) { #qEBlV6ZJNs5xWSyxMecVQXrpNe3u1UDk { width:20rem;height:4.75rem;top:37.6875rem;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) { #q5eKqCiSukbw3sDAiox0cnmoW6E7f57k { width:20rem;height:0;top:76.5rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #rSlVhmZ9dPAc6kapvk295A9VtiaLxZw3 { width:20rem;height:35.4375rem;top:9.3125rem;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) { #FqfuzAbQXwDuTKhkmRLHR2TIIrl8NnFA { width:9rem;height:0;top:64.625rem;left:0.25rem;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) { #hH6vA2TFqOP6n7kFnMdsFrmbgyJXzCJV { width:20rem;height:6.3125rem;top:15.6875rem;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) { #AgTPs0KWSP7XDB7eZgLDitNPrgwJT2so { width:20rem;height:4.75rem;top:24.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) { #Ie9qDUzxu9JJue0fdXGU8Bzreu9SMhHh { width:12.75rem;height:0;top:64.375rem;left:7.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #JNCiSqJNw3saVCg8qpU6upSmzH7MBMhF { width:7.5625rem;height:2.3125rem;top:71.874999046325rem;left:6.2181249856949rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4iS0zkL8BOszTst1ZfcMNlwygwKPOpa { width:8.3125rem;height:0;top:68.1875rem;left:4.3125rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #xWNTm4gARuyTJtv6S4cJmq4A4MgAIxps { width:20rem;height:4.75rem;top:31rem;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) { #N6AywuhkRT0klWqcb6XkqcQg1Tv8oRER { width:10.25rem;height:2.5rem;top:45.664999008179rem;left:4.8743749856949rem;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.5625rem;color:#ff9833;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,152,51,0.29) ;display:none; }
 }@media only screen and (max-width: 763px) { #dtXaOOBnpLBFhuhiGpsS1hBsgmhw8VCd { display:block; }
 }@media only screen and (max-width: 763px) { #laiwJzVq5eNs0kZzJVQvBckPuWdAnuBP { width:9.5625rem;height:0;top:65.5rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ks58TiPGQ44KWaQhWCokpX9N5usPpoTN { width:20rem;height:4.75rem;top:37.6875rem;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) { #so8RDyzvW7vN2CgmVTTebi0F8qyHN8OF { width:13.5625rem;height:4.05rem;top:55.264373779297rem;left:4.2806249856949rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S2m4d4VCfxTGiTZZdn9bfyCDL7stmxG6 { display:flex;width:1.8125rem;height:1.8125rem;top:43.062499046326rem;left:0.852499961853rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #CRyC7T9G9E0zyuN1VEhJ7IX2LqTKmVaT { width:5.5625rem;height:0;top:66.4375rem;left:7.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #wxgzU60SmhCknT2bnGPBLtHCJnag7FJz { width:5.875rem;height:1.35rem;top:49.227499008179rem;left:7.061874985695rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MxgNzV6ckWTInJ7GyoiNenhTlAqW3SDJ { width:3.75rem;height:1.35rem;top:43.564998626709rem;left:8.1250001192094rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dTTNckwC4FV3Eh4uq4X5rFP3T3yTTcFv { width:7.75rem;height:0;top:68.625rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #aZgi7z73tXwpCBX6yM4cuROMBZS6P2P1 { width:20rem;height:0;top:103.50260925293rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #qQ7Ws5Ck1Zx4i633pWWJ4KEk2PIERPot { display:flex;width:2.375rem;height:2.375rem;top:67.5625rem;left:9.0625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #oO0ixEtW34Jh4Lw0G9VPll7voFZxM2V5 { display:flex;width:2.375rem;height:2.375rem;top:72.75rem;left:9.0625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #VJ79bTZQ4mNmaqbNyE38G5xGtemdzHsX { display:flex;width:1.8125rem;height:1.8125rem;top:23.75rem;left:0.98187498569487rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #cVib3rwMVFlvrLvbOBLpViGkLNGgw74A { display:flex;width:2rem;height:2rem;top:35.562500953674rem;left:0.852499961853rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #q2o9SyaidTQx43lgbWTZifO310VpfF2q { display:flex;width:2.375rem;height:2.375rem;top:69.6875rem;left:12.4375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #IQlV5OU6y6NkGkonNDRKLhWq3EiIR8ei { display:flex;width:2.375rem;height:2.375rem;top:72.6875rem;left:9.0625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #LoD2hMz4lI6duutUpccpuRlRrJTLPFp6 { width:20rem;height:35.4375rem;top:46.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) { #PE1E4sEb7eNCewxPyPUGthrLxslsPZyT { width:20rem;height:4.75rem;top:74.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) { #tqXMkRIJFENEEpTMPTKCLDS7CNtsDcrA { width:20rem;height:0;top:91.6875rem;left:-0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #D8P1H2ymSoiEteqVKTuQ7rZOTc3b9LTP { display:flex;width:1.875rem;height:1.875rem;top:54.186874389649rem;left:0.852499961853rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #xwAw8cKfTXlRl8rKxR1hBfTgvPqi0Nqp { width:20rem;height:4.75rem;top:67.9375rem;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) { #eFbfPkk1nePpn37v0a08cLkAW1OLGGTz { width:10.25rem;height:2.5rem;top:95.5rem;left:4.6875rem;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.5625rem;color:#d81f1f;z-index:15372;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,184,0,0.44) ;display:none; }
 }@media only screen and (max-width: 763px) { #Jma6pRdRTb2VuGTqHgfXwin5FTUC270T { display:block; }
 }@media only screen and (max-width: 763px) { #aGS7XTtxhdvXrgSD1r39bq8oqJP9UWmR { display:flex;width:2.375rem;height:2.375rem;top:95.5625rem;left:8.625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #Z3fO5CN1U2nlf569Wu1oHRXZsqbWJTfK { width:6.375rem;height:0;top:95.9375rem;left:6.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #uBPg70pUTIvRTNXmq9n9WgKwGShl1zcZ { width:20rem;height:4.75rem;top:61.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) { #LqdueDexVQiNT8IzIywOQCk101vC2y7f { width:20rem;height:0;top:88.4375rem;left:-0.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #kePXnTyRN2S3u0F0KL5aOr32RFKlxeAz { display:flex;width:2.375rem;height:2.375rem;top:88.8125rem;left:8.625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #Sl24he4vx7uTPwxeek8gKX0Q3503rh3v { width:20rem;height:6.3125rem;top:52.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) { #Xkf8ACg7GZHgiP9FUkntOAHH8wXtNxC2 { display:flex;width:2.375rem;height:2.375rem;top:81rem;left:8.625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));display:none; }
 }@media only screen and (max-width: 763px) { #QMOUPaMabzUgod0IqWDFZAZAgUvTyeMl { width:7.4375rem;height:2.4375rem;top:114.4375rem;left:6.280624985695rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQrM1TuV5KQk67my9DUo8pLSLg107fME { width:9.5625rem;height:0;top:80.6875rem;left:4.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #PXIlbVITCnmk5yfB9oP69Ps6hvft8PPy { width:7.75rem;height:0;top:95.9375rem;left:5.875rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Xmmu5SZSRTEU3dQTLbR3hROLCq9NFpWp { width:9rem;height:0;top:80.25rem;left:5.25rem;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) { #v6WbagSsU4fXoFqRiBkchZ0NVbaII9wF { width:8.3125rem;height:0;top:76.25rem;left:5.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #fWT4Tp1qlS8hL61W6fMCZqNFoy47kPec { width:20rem;height:13.75rem;top:19.8125rem;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:14991;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GlczEUfp9wi47cIu0dM7gaImckNncbEl { width:20rem;height:6.3125rem;top:34.602500915528rem;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:14992;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GJlTIDiKvaO8MVvgfJPfPpvMX2ouN6Bm { width:20rem;height:9.625rem;top:42.102500915528rem;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:14993;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #REy1Uma6g708WZ4mlzALFtLIm2pTQyki { width:20rem;height:8.625rem;top:52.976873397827rem;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:14994;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K4ySi30vf86fn3nyIXroSqQ1gzCtb0S2 { width:11.375rem;height:3.125rem;top:63.9375rem;left:-2.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.875rem;z-index:15085;background-color:#c10b9e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WDaAM15FdpRagifW4ZZVuMcIBeh34yEd { width:20rem;height:13.75rem;top:63.9375rem;left:0.0625rem;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:14997;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kdhAaUSwJZqxLiSqx4bcJhxdl5pHaV9P { width:6.75rem;height:1.425rem;top:64.8125rem;left:0.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15360;display:block; }
 }@media only screen and (max-width: 763px) { #ghnJLzT2g63IONuaFrOLQJqBNGzEK5zt { width:14.125rem;height:1.35rem;top:68.125rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #Aiuv6CJMaNPMHMMXL0LlZsarFMPph0gs { width:12.375rem;height:5.0625rem;top:70.5rem;left:3.875rem;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:15086;background-color:rgba(193,11,158,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D4K4qEmegOk39A1FKF2fWC3vnsbSI4GR { width:20rem;height:6.3125rem;top:78.5rem;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:14995;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TPJkIH1uGwwN34AiNLXQcQ8kTn2iz89U { display:flex;width:2rem;height:2rem;top:79.4375rem;left:0.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15367; }
 }@media only screen and (max-width: 763px) { #UeOS4TMPoNkWcoKtlmQE11Ipsr0HWAKK { width:14.3734375rem;height:2.7rem;top:80.306247711181rem;left:3.8750000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15116;display:block; }
 }@media only screen and (max-width: 763px) { #rAVlK4MLkuexa8CXWucCfmS9wtlDC6Nl { width:20rem;height:9.625rem;top:85.75rem;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:14998;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KpIeIUZE2fXFpVF3lNmxh40ADL3eKekS { display:flex;width:1.8125rem;height:1.8125rem;top:86.6875rem;left:0.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15388; }
 }@media only screen and (max-width: 763px) { #SLOO8wVRpsNAresWN28kpVmsB6gUHS7T { width:3.75rem;height:1.35rem;top:87.1875rem;left:8.125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #TxI2UsB2tzFez9tc2PC7IZKWqdO5FFGe { width:5.875rem;height:1.35rem;top:92.875rem;left:7.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #nqIQNhShImJ8V7nmCFIDGzM5dwU5xIJg { width:20rem;height:8.625rem;top:96.5625rem;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:14997;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wuK6Er4To7M7WUBscPZfoirgasqKMat4 { display:flex;width:1.875rem;height:1.875rem;top:97.8125rem;left:0.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15386; }
 }@media only screen and (max-width: 763px) { #gZxsGO6l17IU7trQDLTeFMZyg6z16boL { width:13.5625rem;height:4.05rem;top:98.875rem;left:4.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #S8HVp2PvXsPgQChmPg630b7Gw0S8TR66 { width:11.375rem;height:3.125rem;top:106.5625rem;left:-2.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.875rem;z-index:15091;background-color:#c10b9e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PD6NqAm3aa8ziH7VBRXeRpmwhImd9hGn { width:20rem;height:13.75rem;top:106.5625rem;left:0.0625rem;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:15003;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zpNoXIOt2PXSC51JWmXo18IlVlq3yiAA { width:6.75rem;height:1.425rem;top:107.4375rem;left:0.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.2;z-index:15366;display:block; }
 }@media only screen and (max-width: 763px) { #pzeVdS2RhloDtVtdAAVmlC7NM7VymZ1D { width:14.125rem;height:1.35rem;top:110.75rem;left:4.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #K0c83VMtauprIdJWaH6fx1TqpCvDS5Hg { width:12.375rem;height:5.0625rem;top:113.125rem;left:3.875rem;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:15092;background-color:rgba(193,11,158,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qFM3yIHcqhfrtRBSLoqLka4XqmqVWtuc { width:20rem;height:6.3125rem;top:121.3125rem;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:14998;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b3BC2JuJXFUT218Vyh3Z467NxcVfTIIu { display:flex;width:2rem;height:2rem;top:122.31250953674rem;left:0.625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15370; }
 }@media only screen and (max-width: 763px) { #V71TNQCXbWmHUNLKrc2TAS88uiaKcio9 { width:14.75rem;height:2.7rem;top:123.125rem;left:3.8750001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0KIuNUbkRxxyc56CqczZaQFQDiv1bS { width:20rem;height:9.625rem;top:128.625rem;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:15003;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Xl1cK3CiMbAWLg37OFOE6akeKV1MxTEP { display:flex;width:1.8125rem;height:1.8125rem;top:129.5625rem;left:0.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15393; }
 }@media only screen and (max-width: 763px) { #TKR8BKh0fSFrmhBXTuLWToTUc8Lukq7T { width:10.25rem;height:2.5rem;top:132.1875rem;left:4.875rem;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.5625rem;color:#ff5938;z-index:15382;box-shadow: 0.0625rem 0.0625rem 0.1875rem #c78072 ;border-top:0.0625rem solid #ff5938;border-left:0.0625rem solid #ff5938;border-right:0.0625rem solid #ff5938;border-bottom:0.0625rem solid #ff5938;display:block; }
 }@media only screen and (max-width: 763px) { #oi44BHxCdQxGKlca1TqGqfTtSdiLhvFF { display:block; }
 }@media only screen and (max-width: 763px) { #yzzOXwXIQmVF61fxJbiolVzikHznVDld { width:3.75rem;height:1.35rem;top:130.0625rem;left:8.125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #ITJ78vT34Gqmx6F8LsaoNWHNAEo5FsNN { width:5.875rem;height:1.35rem;top:135.75rem;left:7.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #B0L4mf8OTE1ipplMCtTAPwZFJp9az0st { width:20rem;height:8.625rem;top:139.4375rem;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:15000;background-color:#ffecd8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #f9RQWOC5hRS6bNv718vXTgnTnclTRT1g { display:flex;width:1.875rem;height:1.875rem;top:140.6875rem;left:0.875rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15389; }
 }@media only screen and (max-width: 763px) { #guwJywxyhTdvRoX7qgLMKIrsKToKr8Ef { width:13.5625rem;height:4.05rem;top:141.75rem;left:4.25rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#541899;line-height:1.2;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #adz0d4H4gpT4BR6xEVMq7F9RxTpIvp0l { display:flex;width:2rem;height:2rem;top:35.733593821526rem;left:0.62421876192093rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15368; }
 }@media only screen and (max-width: 763px) { #SvmRPITKtXHBtBcAR7NINURnKJu3kqey { display:flex;width:1.8125rem;height:1.8125rem;top:43.333594322204rem;left:0.62421876192093rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15389; }
 }@media only screen and (max-width: 763px) { #pxPvkebrtoNn2elewxrXVo6vH4bWqM6N { display:flex;width:1.875rem;height:1.875rem;top:54.125rem;left:0.62421876192093rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15387; }
 }@media only screen and (max-width: 763px) { #GfbCXB3e1JseTiGZRdsb2EeLLUqePqUn { display:flex;width:1.9375rem;height:1.9375rem;top:110.74948692322rem;left:0.625rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15371; }
 }@media only screen and (max-width: 763px) { #JtT4AnnpmwNyfx7DUBUpTfOaU5eaxPTz { width:10.15rem;height:2.4rem;top:89.3125rem;left:4.8750000596046rem;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.5625rem;color:#ff5938;z-index:15383;box-shadow: 0.0625rem 0.0625rem 0.1875rem #c78072 ;border-top:0.0625rem solid #ff5938;border-left:0.0625rem solid #ff5938;border-right:0.0625rem solid #ff5938;border-bottom:0.0625rem solid #ff5938;display:block; }
 }@media only screen and (max-width: 763px) { #iJvvIvxr3mb8huGWZwvi9VcRcqFaOSw9 { display:block; }
 }@media only screen and (max-width: 763px) { #Lp8x1dzQTvwiMctGFFlWmeh73uo6mxHK { width:10.05rem;height:2.3rem;top:45.71484375rem;left:4.9250002503395rem;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.5625rem;color:#ff5938;z-index:15384;box-shadow: 0.0625rem 0.0625rem 0.1875rem #c78072 ;border-top:0.0625rem solid #ff5938;border-left:0.0625rem solid #ff5938;border-right:0.0625rem solid #ff5938;border-bottom:0.0625rem solid #ff5938;display:block; }
 }@media only screen and (max-width: 763px) { #S2Qxim8HgfUftGA8H7zZ7pIzUTvMkqu7 { display:block; }
 }@media only screen and (max-width: 763px) { #wu1vrzyiOogCsIJ0wecdJQypoxqu3i62 { width:11.0625rem;height:2.3125rem;top:6.375rem;left:4.4375rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #T8ZcVzbyIhamuoWv48lwDabDxlpBQAPl { display:block; }
 }@media only screen and (max-width: 763px) { #XxygvoNv2sCMh7gmUtuMMxt4EVO7wsGs { width:11.0625rem;height:2.3125rem;top:1.9500007629394rem;left:8.5374999642375rem;font-size:1rem;z-index:15172;display:none; }
 }@media only screen and (max-width: 763px) { #GuqLdC3bZIlvotoZiaPy4PkeT7EsoSuG { display:block; }
 }@media only screen and (max-width: 763px) { #LpnryCon8fpOUOJVULzgrwIH7mkELMnH { width:4.125rem;height:4.125rem;top:14.512498855591rem;left:6.9749999642375rem;font-size:1rem;z-index:15173;display:none; }
 }@media only screen and (max-width: 763px) { #RnBEOaT2T49hTi7CdqB0BiH7VJlZRlSA { display:block; }
 }@media only screen and (max-width: 763px) { #n4UVO20SIZ3GghXFsD4N9qPic3IB5rTf { width:11.0241875rem;height:2.27421875rem;top:15.510938644409rem;left:4.4492188096046rem;font-size:1rem;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #cNfxeLznTFSV6k3nNycpIsgFBeL21OQS { 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.625rem;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:5.8125rem;left:1.3125rem;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:none; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { height:9.75rem;width:17.4375rem;top:20.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { width:2rem;height:2rem;top:18.129165649414rem;left:0rem;display:none; }
 }@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) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { width:1.81171875rem;height:1.93710625rem;top:17.380075454712rem;left:15.529686748981rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { width:2.5rem;height:2.6875rem;top:31.375rem;left:16.5rem;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:none; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { height:9.75rem;width:17.4375rem;top:36.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { width:12.6875rem;height:3.75rem;top:46.125rem;left:3.375rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -moz-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -ms-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -o-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860b2' );";background-image: linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-size:auto !important;z-index:15010;border-top-left-radius:0rem;border-top-right-radius:0rem;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.81093978881838rem;left:0rem;width:20rem;height:0.0625rem;z-index:15359;background-color:rgba(240,134,157,0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { width:19.5625rem;height:1.30625rem;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.9375rem;top:51.562490463257rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FTqnx06aNBV2H2qOkCMFSTUl1FkWIWzH { width:11.475rem;height:1.725rem;top:31.693751335144rem;left:4.0062499642372rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #pMfgTnJ9eSkp9VHtUHSVXHUlfWwywvf2 { display:block; }
 }@media only screen and (max-width: 763px) { #Vv5VTiVuFZtxK6lzhrIz8brP2UrLH4hp { width:11.4125rem;height:1.6625rem;top:16.812500476837rem;left:4.4187498688698rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #awuo8zVD5VpdFsvTSQDRrcDORAJJGKts { display:block; }
 }@media only screen and (max-width: 763px) { #i1o6ZHZp9iGD5ZGIimC5BFTTZ3oraxn7 { width:11.1875rem;height:1.6875rem;top:47.231251001358rem;left:4.1374998688698rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #BW0P4rnAKRevD0QSAHmZVkBDoBIrcZnd { display:block; }
 }@media only screen and (max-width: 763px) { #mCAgx2q2VlbP01Qp4h3LGKUUfkdR3t4S { width:12.6875rem;height:3.9375rem;top:30.3125rem;left:3.3750000596046rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -moz-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -ms-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -o-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860b2' );";background-image: linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-size:auto !important;z-index:15011;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVHcCqeZT73aZfPvDcmrsHA0l5o8Inhp { width:12.6875rem;height:4.1875rem;top:15.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -moz-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -ms-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-image: -o-linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2fd6', endColorstr='#f5a860b2' );";background-image: linear-gradient(180deg, #7b2fd6, rgba(245,168,96,0.7));background-size:auto !important;z-index:15012;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N { 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; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container { background-color: transparent; background-image: none; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container > .video-iframe-container { display: none; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row > .video-iframe-container { display: none; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .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); }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container { border-width: 0; border-radius: 0; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iLgfdFpnyxJNmhfZwcciR9l1FhucKz9N > .row .container { width:20rem;height:18.146865844727rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9Rxbf9I6IUa0cRMlScUunBQZxyCpzBH { width:13.8125rem;height:1.35rem;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) { #faiSTO1Khix24ZPaeZcEVRCDJpN7a6fy { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #IEcplTg29zBsHxpHE7sEEHxgLRQHFRUF { 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) { #FC1VhXPQOIbZ3FCtRbpZtOV3sbp4Dm3T { 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) { #uKhGoz04nMtKequnKiwxl1y6AgSqtzzK { 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) { #ZfJ7TgazASdZQHuIhySZWATAf1Z2Aho2 { width:10.1875rem;height:3.675rem;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) { #eCt0Sst3VFSBEgLHSTHxVbMzdU4HWqrc { 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) { #wk1fEvW8B9WG1r3mfOsGcBH1MLD9scnc { display:block; }
 }@media only screen and (max-width: 763px) { #GGTt1P8Uf80To47UJre5Mo3M8zARayRb { 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) { #onVbv7FTm4ZzS6d7TPHEifBDmA8x7ZFz { 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) { #zzZJoOvHQ9bXTvenrL2BTPCShDHIVXGz { 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) { #nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF { 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; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container { background-color: transparent; background-image: none; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container > .video-iframe-container { display: none; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row > .video-iframe-container { display: none; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .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); }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container { border-width: 0; border-radius: 0; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nx2Mb8sRLFwETwn1NgOJnETSdfoJKgUF > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq1kexyUqtaxVP3TKAdCTeyzSdghTTHm { width:4.5625rem;height:1.78125rem;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) { #Z1LAhbuZzXnDxVTcnQMvWkngiUkksTzK { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #MFUCym9vqKn5neqTA0vQ6M294UWRMwSR { 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) { #Hq2KgUhclSvuzLNHUVQvInTQsHkdkqD1 { 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) { #SZnKJ7xHtF3TteVbLSdW7EpNFR3UzzTp { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk { 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; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container { background-color: transparent; background-image: none; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container > .video-iframe-container { display: none; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row > .video-iframe-container { display: none; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .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); }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container { border-width: 0; border-radius: 0; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ihnxt4FIMKHeQ7Gl7a1vrJiXAPJvPqEk > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmbxfFsKXXJIIohWSHTu8V7Hg5CTdRBT { width:18.5rem;height:1rem;top:2.12109375rem;left:0.74921876192094rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffbf0f;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #RmzW8A4H7mmcKZqLnhmH3qZZuPx3Alrw { width:17.875rem;height:2.45rem;top:4.23046875rem;left:1.0617187619209rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WFnPpETlAR8T5cdiI7Sc2RASk6oDQzPa { width:18.25rem;height:2.4rem;top:14.3125rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fwISsbvCnOmnC8posJ2HetKphvCCb2GS { width:18.6875rem;height:6.125rem;top:18.6875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vbMm3JBdP6Va7Zl0MvyGsZFyfatKGHPx { width:18.375rem;height:1.2rem;top:8.311718940735rem;left:0.81171876192094rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffbf0f;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l06RsrTWH7A5zaDBaWhVIk3Mz0lH3TX8 { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBDdWCUuRspHyGVS1SPAVqo0JlkA0rEz { 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) { #IZO9xQKoJ9MgR7DbFBo7TmRWFl0sezFA { width:17.6875rem;height:1.2rem;top:38.3125rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K412kBzD41sWxhVKvJBTeq4RvTpw6R8T { width:17.75rem;height:4.9rem;top:40.875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PvUmdUTs0DxRGIDNUsz8M90KNNP4ZTf9 { width:17.5rem;height:2.275rem;top:10.432813286781rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JqC76cTdqoG3NHTVdThK2vJA5tLNrLk2 { 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) { #PyCzgRl2defyne8tCqXszlWDCf3mizhk { width:20rem;height:4.9rem;top:25.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N4vI18yhn6092aJPILGT1rFvX8MA3gVM { width:20rem;height:4.9rem;top:32rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi { 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; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container { background-color: transparent; background-image: none; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container > .video-iframe-container { display: none; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row > .video-iframe-container { display: none; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .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); }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container { border-width: 0; border-radius: 0; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vudg3mo4U0lkapVfPn2ysX8LE2hrKzHi > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn7I7WpvWlSNEEaDbJGF5agpJVUIpU8Q { 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) { #twdZWfaEk3shTL2nMzvhTKr45z8OMT2m { 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) { #byRf2nAZAfPr3LGTWotxM31waMdfZDXw { width:19.875rem;height:3.5625rem;top:19.515622998047rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGbVJ9fc2ry0mOq3TwdVV5qz9rg1PzVz { 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) { #pgOqSzmdZG0xmncqLCTikHG0TTo6rILa { width:20.0625rem;height:3.1875rem;top:0.82499885559081rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EZATfKEA3z2bhah2JwftTAV9SlErkX8G { display:block; }#EZATfKEA3z2bhah2JwftTAV9SlErkX8G > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD { display:block; }#hXrMlG1xTzL1GlX5x8xu4ow6G1uzRKTD > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHBT2WT1zNmN5D82Cx8Gu4GAvbP6bmi0 { width:14.0625rem;height:0.8125rem;top:0.31170654296875rem;left:2.9367185235024rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Tx3bEiHmhR7CdOETysyPTUhaGfZZKEOg > .row .container { width:20rem;height:5.02921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhvpUGiO3bJFu4X6NMtQQsUO7Owk6ra3 { 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) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa .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; }
#eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa { 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) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #fRElkbpOKqQ5UeIgN7B4ViJcXLFmIUvI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #RdTKfzwDuZ9pHWiBSfMtrBcoxbeaBFOA {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #DD8W8zp4LCQ77ql54chWtDWVqTH2P1hh {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #h9UmTtvENGVEx75kbnbroxkmhl4BuJTi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #sV8hgIkK2OFZ4LlxymQUuMKL7PmTFdKt {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #lZXmPSWR9ktAisqIrgzVS1nTBuqwo8tB {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #JNvslAKvKdNwUTU6bVhUMIPxXp66CLQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZJ4FMJS70u3zUPVwAf8v5U9weHbvdWpr {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #e2D3LySbQgIQSOQFuTZCDIATvvDa41tD {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #qh7JGRagOLh3V4B8WcK4RXQnlCBA5KpG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #iAv1uwoQK7gZOpFKG4O3UVxO7ZJ5CLFK {  }
 }@media only screen and (max-width: 763px) { #eh18oSg8N0CcWf0CMmSTQiB0wQGgawUa #ZeRLvDRkb9tVECR1TOOtOLy9IJdMzzWM {  }
 }@media only screen and (max-width: 763px) { #TRZlTHWQGERUhdDltuxcImh7VLpFmXUc { 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) { #Fm6kLpQKmPWXUd7foGmA8nUdTcdoD0EH { 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; }
 }