.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); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F { 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; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container { background-color: transparent; background-image: none; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container > .video-iframe-container { display: none; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row > .video-iframe-container { display: none; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .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); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container { border-width: 0; border-radius: 0; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#rcSTfy9xOG2LVI5WwkhomeWplzS0hT91 { 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; }
#CNVkSTXeUhzhh6aIU4PfmGzUUDXROVw8 { 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; }
#y4VZCfocyPUEEglvdaegPCsWDGtL3Fwd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NoJxeoWSOLFc5feotOiFaKTF8mTxdXlM { 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; }
#kBRVWsocBaAWrrFlSFwJTdDnalEdrpop { 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; }
#fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { color:#f0869d;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:block; }
#EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { color:#f0869d;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15298;line-height:1.2;letter-spacing:0;top:6.9375rem;left:39.6240234375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { position:absolute;display:block;z-index:15370;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:4.03125rem;left:11.220312476158rem;overflow:hidden;display:block; }
#qFeGhf0os3G8evUtZ12uhJhO0DNsaOxh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,69,128,0.94), #f49568);background-image: -moz-linear-gradient(180deg, rgba(255,69,128,0.94), #f49568);background-image: -ms-linear-gradient(180deg, rgba(255,69,128,0.94), #f49568);background-image: -o-linear-gradient(180deg, rgba(255,69,128,0.94), #f49568);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4580ef', endColorstr='#f49568' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4580ef', endColorstr='#f49568' );";background-image: linear-gradient(180deg, rgba(255,69,128,0.94), #f49568);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:#45056a;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.2;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.37456875rem;text-decoration:none;z-index:15351;text-align:center;text-align-last:center;top:22.315540313721rem;left:51.278211593628rem;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:2.4424915313721rem;left:30.921224594116rem;overflow:hidden;display:block; }
#wOPqBrEJG7brqxSUnUbO0Zptu9QmXwhi { box-sizing:content-box;height:9.375rem;width:9.375rem;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,141,93,0.12), #ff799e);background-image: -moz-linear-gradient(180deg, rgba(255,141,93,0.12), #ff799e);background-image: -ms-linear-gradient(180deg, rgba(255,141,93,0.12), #ff799e);background-image: -o-linear-gradient(180deg, rgba(255,141,93,0.12), #ff799e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d5d1e', endColorstr='#ff799e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d5d1e', endColorstr='#ff799e' );";background-image: linear-gradient(180deg, rgba(255,141,93,0.12), #ff799e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:30.3115234375rem;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; }
#qkoVzr63A8WSQhW7pW09CCP0UwevzIOw { color:#182399;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15298;line-height:1.2;letter-spacing:0;top:6.9375rem;left:39.6240234375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZXeKK404wIiV3135r8mn82BWCU8p2SZz { box-sizing:content-box;height:2.93728125rem;width:2.93728125rem;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), #ff799e);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ff799e);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ff799e);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ff799e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff799e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff799e' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ff799e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.631077289581rem;left:32.164712905884rem;display:block; }
#L3dCofrQVUTBMuP8a9e6KkvP8AhOd8bv { 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(255,192,165,0.05), #ff799e);background-image: -moz-linear-gradient(180deg, rgba(255,192,165,0.05), #ff799e);background-image: -ms-linear-gradient(180deg, rgba(255,192,165,0.05), #ff799e);background-image: -o-linear-gradient(180deg, rgba(255,192,165,0.05), #ff799e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc0a50c', endColorstr='#ff799e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc0a50c', endColorstr='#ff799e' );";background-image: linear-gradient(180deg, rgba(255,192,165,0.05), #ff799e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.373483601837rem;left:6.2326406872559rem;display:block; }
#zoKxh4FgwJR9OLsTPdBgFecA2qIopqBE { box-sizing:content-box;height:5.875rem;width:5.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:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,192,165,0.09), #ff799e);background-image: -moz-linear-gradient(180deg, rgba(255,192,165,0.09), #ff799e);background-image: -ms-linear-gradient(180deg, rgba(255,192,165,0.09), #ff799e);background-image: -o-linear-gradient(180deg, rgba(255,192,165,0.09), #ff799e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc0a516', endColorstr='#ff799e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc0a516', endColorstr='#ff799e' );";background-image: linear-gradient(180deg, rgba(255,192,165,0.09), #ff799e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6983513832092rem;left:11.040582656861rem;display:block; }
#kUrE9caNGBHxKizJztDBvNDlz1dFrr3C { 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:9.6875rem;width:9.561625rem;top:19.159071445465rem;left:3.0403652191162rem;overflow:hidden;display:block; }
#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e0a3f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { background-color: transparent; background-image: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { border-width: 0; border-radius: 0; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DPXIANXh6zBltkmcGd8pU2E78ywct8bl { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RMrpvg3eizXLLuo2dNay2zlBrlReAktE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qrragQaMPKlCys19VlHEyE6cAoc2m1ke { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qy9HRdlTETygnsOFD1PEcto6mgIRMstI { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#hZRCcpWpbloRkZs581nTkgNEydtISR14 { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#cETJdoa1MM7UkIBE44CakBmzb13pHqNR { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { color:#f0869d;display:block;width:18.0625rem;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:2.3093757629394rem;left:26.906250357628rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { color:#29284f;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:12.22265625rem;left:37.20703125rem;height:2.92448125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { color:#29284f;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:30.4375rem;left:29.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { box-sizing:content-box;height:3.25rem;width:14.6875rem;position:absolute;display:block;z-index:14987;background-color:#fffff3;background-image:none;top:17.25rem;left:12.81640625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,0.08) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid #ffc100;border-left:0.125rem solid #ffc100;border-right:0.125rem solid #ffc100;border-bottom:0.125rem solid #ffc100;display:none; }
#JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.373046875rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:#ffffff;background-image:none;top:4.6232643127441rem;left:5.3750009536743rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { color:#3a101b;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:29.812501192093rem;left:15.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { position:absolute;display:block;z-index:15334;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.874025rem;width:9.4365rem;top:3.8125rem;left:31.625rem;overflow:hidden;display:none; }
#h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#SstQe0BPVryMcKdE0buUbyTTlryTInHx { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15361;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:7.5625rem;left:7.5625rem; }
#aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37286875rem;width:2.37286875rem;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:14.1875rem;left:13.25rem; }
#t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15363;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:30.4375rem;left:15.9375rem; }
#hbP963K71xlmAH9APkJtvha5CtvxWm5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15364;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:36.9375rem;left:19.8125rem; }
#Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { box-sizing:content-box;height:7.25rem;width:7.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -moz-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -ms-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-image: -o-linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc80099', endColorstr='#aced7c5b' );";background-image: linear-gradient(180deg, rgba(255,200,0,0.6), rgba(172,237,124,0.36));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.670829772949rem;left:8.9041652679444rem;display:none; }
#aQgbV3woLmxN1yCwe60aTTLCCzdupQ7u { 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; }
#AMqAUnPZTWk5dMbEc1clsUsxDEOpxOhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcHbwmcLKG9ZxSVUoXLnDS2eLFfKfXe6 { color:#f0869d;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:14.0625rem;left:35.6875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vz3WqdwLZZkbsp2GMgd1audcpFGMboMO { box-sizing:content-box;height:4.375rem;width:43.0625rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #be0046, #fd6333);background-image: -moz-linear-gradient(90deg, #be0046, #fd6333);background-image: -ms-linear-gradient(90deg, #be0046, #fd6333);background-image: -o-linear-gradient(90deg, #be0046, #fd6333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333' );";background-image: linear-gradient(90deg, #be0046, #fd6333);background-size:auto !important;top:6.5625rem;left:6.6243495941163rem;box-shadow: none;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; }
#rg8izBd0RoUcFiufiivZ5ZrGd2uIAVzD { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;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; }
#oHOXxpiylbJ7Rh1S2lrftLr6aNTkQVHF { box-sizing:content-box;height:2.5rem;width:0.125rem;position:absolute;display:block;z-index:15379;background-color:#f0869d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:34.5625rem;display:block; }
#Ay3O9NqGqgNuLm2ub5nci9WFV7z6HwD8 { box-sizing:content-box;height:4.375rem;width:37.875rem;position:absolute;display:block;z-index:15103;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -moz-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -ms-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -o-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333e5' );";background-image: linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-size:auto !important;top:29.4375rem;left:14.875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(255,100,100,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; }
#ZicH3EZoUVBR85DtQdeTvZBqRqHOxPCU { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:30.8125rem;left:18.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ki3tvKUeiPgmdVTRSN3y8fdhJC9c2ISR { box-sizing:content-box;height:4.375rem;width:16.6875rem;position:absolute;display:block;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -moz-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -ms-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -o-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333e5' );";background-image: linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-size:auto !important;top:35.9375rem;left:18.5rem;box-shadow: none;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; }
#ApHB6bh4hEJL48bTCLI9xGI3siSoXBse { color:#ffffff;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:37.4375rem;left:22.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Awp6U183dymHNUkFsqSULPX57aqL7tph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56015625rem;width:2.56015625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15371;opacity:1;top:36.875rem;left:15.625rem; }
#whwoovdWnx3qEDulugarC6VpQDnWdhsd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56015625rem;width:2.56015625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15370;opacity:1;top:30.3125rem;left:11.9375rem; }
#h0XMAoXHoeV26XTI4U8z1PxSUUinkTEp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.55895rem;width:2.55895rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15369;opacity:1;top:14.093750476837rem;left:7.4701707512138rem; }
#BUieavU87aIKL28gGmh6I8NeSvSgQv05 { 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; }
#eT6atEoinT4crNEEoPUq0QCWrI7za7Ih { 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:9.1832008361819rem;left:2.0035133361816rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hq41DdmcattzulTgPJLJ0x4r2N9w6S9d { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#NqDEgqKDl7obHSlQawxnIB6XUrXsCObC { 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; }
#VaxJIi8WQy85KcIWRUExSJdDT2iwc15e { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#Zef4lrWHAg9R0D6rxs24HNhL3Xlo1bix { 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:9.1832008361819rem;left:2.0035133361816rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RQEAZ3sQcFsTeEpoDiOloezPUSzzUi8u { 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; }
#ZtLAS4iawfedxM2TQfVtDThnFZa3ZysS { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#oWGxcTgeg2ykoX2Q4gc3PcqQQ0bS6U4k { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;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; }
#utoIrzT2rGGpEa0UO1Vg9OIoNyheWxa4 { 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:9.1832008361819rem;left:2.0035133361816rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UPAS7xZeMWH3x4V8RqVveScJqG2u5NcT { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#yVUW1g51dvi8zIC0rWPp2IraWeEhQObo { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;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; }
#DMB6fdNCPZznSD63ubNNh0DZVHauZooc { 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:9.1832008361819rem;left:2.0035133361816rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#xgIHirtoXImBNmTFp82I9bKKHyTQ8Nla { 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; }
#IMyATNfOVeeTzAbiNm9Ggaww87odhMWn { color:#f0869d;display:block;width:7.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:29.3125rem;left:57.1875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#STpZuLdhw7RRhfuShrg6IcdakcPFHAi0 { box-sizing:content-box;height:4.375rem;width:11.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #be0046, #fd6333);background-image: -moz-linear-gradient(90deg, #be0046, #fd6333);background-image: -ms-linear-gradient(90deg, #be0046, #fd6333);background-image: -o-linear-gradient(90deg, #be0046, #fd6333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333' );";background-image: linear-gradient(90deg, #be0046, #fd6333);background-size:auto !important;top:13.1875rem;left:11.9375rem;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:block; }
#uHcmxu1NdA3n8a2EvngshiE5Jb9ZIGnT { box-sizing:content-box;height:4.375rem;width:18.9375rem;position:absolute;display:block;z-index:15004;background-color:#fd6333;background-image:none;top:13.1875rem;left:11.9375rem;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:block; }
#iWOScZCu1v0zzfsyJn2pR7bx52uLk2DK { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15127;line-height:1.1;letter-spacing:0;top:14rem;left:16.5625rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dehsaIPkh8O7GoX5KThnNIur5yUBF7Mp { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15306;text-align:center;text-align-last:center;top:7.525390625rem;left:51.5244140625rem;display:block; }
#NzcX3nviA9nEAdP9O09TVC2czT2QOQIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#azpnb5NQybitcZawQGcCwb9J5G42S7fH { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15307;text-align:center;text-align-last:center;top:31.5rem;left:55.1875rem;display:block; }
#bNVh4PcBgXx2UISvJosmWELc09h5MyT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8LiXcSTe4VFE7iaDKiPfbbRn7NVXkOc { color:#f0869d;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:13.1875rem;left:47.9375rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Sg7zek0auZSGgU9pThqeP3WMPUyfuuu3 { box-sizing:content-box;height:8.375rem;width:53.375rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c80042, #ff703f);background-image: -moz-linear-gradient(90deg, #c80042, #ff703f);background-image: -ms-linear-gradient(90deg, #c80042, #ff703f);background-image: -o-linear-gradient(90deg, #c80042, #ff703f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80042', endColorstr='#ff703f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80042', endColorstr='#ff703f' );";background-image: linear-gradient(90deg, #c80042, #ff703f);background-size:auto !important;top:18.9375rem;left:7.4375rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SUZwJbIBAa7GOXH8hhwFmAoB471i9CNl { box-sizing:content-box;height:6.5rem;width:9.4375rem;position:absolute;display:block;z-index:15027;background-color:rgba(255,255,243,0.63);background-image:none;top:19.625rem;left:8.1875rem;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:block; }
#HpaUIOK3dVBT20zVlxuT6MFo2r8TOHWS { color:#45056a;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:20.875rem;left:10.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pp4nKn6xbbn6VVRAHFCqns8lvO9Uz7T6 { position:absolute;display:block;z-index:15397;height:2.1875rem;width:6.7480625rem;top:22.75rem;left:9.4375rem;display:block; }
#h6RoptIFK3vkC8yTd6empGdBFUZdQxLp { box-sizing:content-box;height:6.375rem;width:13.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(255,255,243,0.63);background-image:none;top:19.8125rem;left:19.125rem;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:block; }
#Avkxku8KpILEarhLnSgyszv8iPGpvvM2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14985;opacity:1;top:15.5625rem;left:22.9375rem; }
#ipwkUm0vBh22AcuhPiEU3lfTBmHTEoB5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14986;opacity:1;top:14.5625rem;left:25.0625rem; }
#ViQNCX7w1TSDm2Od7uHNBlunk559Eewo { position:absolute;display:block;z-index:15398;height:2.1875rem;width:6.7480625rem;top:22.75rem;left:22.3125rem;display:block; }
#xHndvHLoJhV5k9tLdRXyz94CU8T2QMn5 { color:#45056a;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:20.8125rem;left:22.6875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZN3NSQUv8NZPuQbPsPLB1uWGP4y0QnoG { box-sizing:content-box;height:6.375rem;width:12.0625rem;position:absolute;display:block;z-index:15030;background-color:#fffff3;background-image:none;top:19.8125rem;left:34.125rem;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:block; }
#XXVgbDanfhQw506gA8t28eDerg8mXnHH { color:#45056a;display:block;width:6.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:20.75rem;left:36.5625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E1t9Q3Z6i4T9TU3vCsZfW47Cp29WyMWq { position:absolute;display:block;z-index:15399;height:2.1875rem;width:6.7480625rem;top:22.75rem;left:36.75rem;display:block; }
#SZCMytEuUMPdhS1UWecVcl8LHFVp6DgE { box-sizing:content-box;height:6.375rem;width:11.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(255,255,243,0.63);background-image:none;top:19.8125rem;left:47.9375rem;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:block; }
#k3EKibWSD89scFh4BbnCWGgxMcm4gTy5 { position:absolute;display:block;z-index:15400;height:2.1875rem;width:6.7480625rem;top:22.75rem;left:49.625rem;display:block; }
#SwJiqIQWm2vGNTse6q7TXAAhLqaTSvRk { color:#45056a;display:block;width:6.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:20.8125rem;left:50.375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bxiuSdIe5S6metPJvCy5756HmItbJ3Kb { box-sizing:content-box;height:4.375rem;width:37.1875rem;position:absolute;display:block;z-index:15109;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -moz-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -ms-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -o-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333e5' );";background-image: linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-size:auto !important;top:41.8125rem;left:21.1875rem;box-shadow: none;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; }
#CdzpIs0LnbSzPiplAFT40LmwPHLv0RQw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56015625rem;width:2.56015625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15375;opacity:1;top:42.75rem;left:18.3125rem; }
#XbIg0vApzOmPyN6NHMKRp2Pa03hCKv6A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15368;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:42.8125rem;left:22.5rem; }
#GVl0CQynoczEpT8ChkhI5FBeQlpKLXLy { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15136;line-height:1.3;letter-spacing:0;top:43.3125rem;left:25.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xVEbic4yqcWKrubywHconyhndGZ5mtT6 { box-sizing:content-box;height:4.375rem;width:25.8125rem;position:absolute;display:block;z-index:15113;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -moz-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -ms-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-image: -o-linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0046', endColorstr='#fd6333e5' );";background-image: linear-gradient(90deg, #be0046, rgba(253,99,51,0.9));background-size:auto !important;top:47.75rem;left:23.6875rem;box-shadow: none;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; }
#Qv5ofIPHyHkzg9B0eX3cvAkCkveRENgw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56015625rem;width:2.56015625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15379;opacity:1;top:48.6875rem;left:20.8125rem; }
#k3GWzFEeBQxcqQX7hCDhVUvpAGd6dSvX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15372;opacity:1;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));top:48.75rem;left:25rem; }
#TBFBJyURn8liDfMBd3rAoTgCdrbZOiFy { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:49.25rem;left:27.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oHOgTJoZJqKO1ryXuOSn6ATD6SRDk4GK { 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; }
#HCMyhrhMO4SHfwIyzKlKw8SSCabxDSzv { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#ZIbM5rI9uT2Bgb2oEBkAeKMnSgf9pU10 { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;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; }
#iM6AR6naNOXzLSdT6sEXCwhWtntRbTaZ { 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:9.1832008361819rem;left:2.0035133361816rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#I8GkdCvfU3Vw8o6KB2GM6Pw9bC1mAxEH { 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; }
#kIDZ6M1KWqICRIgZkpR58z6sbmHQ7Q2U { 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.25rem 0.25rem 0.375rem rgba(79,67,42,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; }
#sImM5w2i6LppQTzQoefqPzLiWpbcC3r6 { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15376;line-height:1.5;letter-spacing:0;top:7.874351501465rem;left:10.3125rem;height:1.875rem;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; }
#tvIrNk2yXKKRbnx0HTGwbrdXrnyvGTyN { 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:9.1832008361819rem;left:2.0035133361816rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#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:33.4375rem;width:75rem;position:relative;display:block; }#FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UI0x3wFNQtb16HxDSgIs8crNcis43K8w { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TiV3o3mozssCrJNtsEaU098O09nJxzPO { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#STO66aBhHf4dUMTVear2dJQGTqZsIiso { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mrMggCEFGguktbM54DqPyJxD4gbbze2J { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F2OMcvPiMXChZZpKlr43ebUgleu83hbL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IH0birkrWgsnz2XfXNvTyQFflMFviyHx { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#A41ZU2raAg194rrNh9F8rrWTif32KZBX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { color:#29284f;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15107;line-height:1.1;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.0234375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { color:#29284f;display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:9.916015625rem;left:11.6845703125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { position:absolute;display:block;z-index:15334;border-top:0.3125rem solid #ec5084;border-left:0.3125rem solid #ec5084;border-right:0.3125rem solid #ec5084;border-bottom:0.3125rem solid #ec5084;box-shadow: none;height:13.5rem;width:24.125rem;top:5.6250009536743rem;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:1rem;left:11.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:6.25rem;top:14.687500953674rem;left:0rem;overflow:hidden;display:block; }
#GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06041875rem;width:6.06041875rem;top:19.656251430511rem;left:68.93958854675rem;overflow:hidden;display:block; }
#iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5625rem;top:2.2541675567627rem;left:3.404167175293rem;overflow:hidden;display:block; }
#wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { position:absolute;display:block;z-index:15335;border-top:0.3125rem solid #ec5084;border-left:0.3125rem solid #ec5084;border-right:0.3125rem solid #ec5084;border-bottom:0.3125rem solid #ec5084;box-shadow: none;height:13.5rem;width:24.125rem;top:5.625rem;left:25.187501907349rem;display:block; }
#qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:18.781250953674rem;left:45.352087020874rem;overflow:hidden;display:block; }
#Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { box-sizing:content-box;height:3.625rem;width:14.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(180deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(180deg, #ec5084, #ffa07b);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:block; }
#vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { position:absolute;display:block;z-index:15347;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4rem;top:1.3791675567627rem;left:68.93958854675rem;overflow:hidden;display:block; }
#yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { position:absolute;display:block;z-index:15350;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.9375rem;top:20.191668510437rem;left:18.152082443238rem;overflow:hidden;display:block; }
#iIRif7BZzofVq67305pEe4JocJDiNMpX { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { box-sizing:content-box;height:15.125rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9d257c, #df64a5);background-image: -moz-linear-gradient(180deg, #9d257c, #df64a5);background-image: -ms-linear-gradient(180deg, #9d257c, #df64a5);background-image: -o-linear-gradient(180deg, #9d257c, #df64a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d257c', endColorstr='#df64a5' );";background-image: linear-gradient(180deg, #9d257c, #df64a5);background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:9.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { position:absolute;display:block;z-index:15338;border-top:0.3125rem solid #ec5084;border-left:0.3125rem solid #ec5084;border-right:0.3125rem solid #ec5084;border-bottom:0.3125rem solid #ec5084;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, #ec5084, #ffa07b);background-image: -moz-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(180deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(180deg, #ec5084, #ffa07b);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, #ec5084, #ffa07b);background-image: -moz-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(180deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(180deg, #ec5084, #ffa07b);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.311875rem;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:28.341473579407rem;left:21.842447280884rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0fshDmUgkIIzGIU5O1A9VBOl7wJ3Cpw { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15308;text-align:center;text-align-last:center;top:20.150390625rem;left:57.150390625rem;display:block; }
#Zzf4zWH7s7xA3ryZPZsqVeVwhLSs75Rq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3ZTMorhX9FA8E4aQLhIZFl7bliOcP46 { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15308;text-align:center;text-align-last:center;top:20.150390625rem;left:31.900390625rem;display:block; }
#O3azZpwi1DBslAg6mVLL5AJob5nvrSSL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PrVHNdZSRpEZklPuefZbNS2MMwq5bCst { 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.19825rem;height:2.44824375rem;text-decoration:none;z-index:15308;text-align:center;text-align-last:center;top:20.087890625rem;left:6.775390625rem;display:block; }
#uvqR26tMwzBQyPsMMATKmuIhS1sNDVpv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s { position:relative;display:block; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s { background-color: transparent; background-image: none; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row .container > .video-iframe-container { display: none; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row > .video-iframe-container { display: none; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .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); }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s { border-width: 0; border-radius: 0; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .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; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .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; }#LMqLki2hICkzWLGbQfTKvOZ1Z7KNlue7 { 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; }
#kXsTLLW2Do033A9M7McgTND2kJ1FkpHG { 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; }
#cLSD3UsVXnSreVfqktMtSmCILiZ851qK { 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; }
#f3o1gVFqWdff1WxHAyNT6K4Fy1rokOMt { 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; }
#GokcouKEMP5QrXnVJIh5CqxQdKSo6yTm { 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; }
#io5arJaUHZ5mFsmAeH8gN4U7mRDg2QUK { 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; }
#F2KpxU2wQXqEoNsrT0yKnSwLeJ28FLkn { 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; }
#HCZ7QZMLxkL03WG3vi6wgVMlRJEyFuTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMlptdV0XVilF1XAKPoM8FZTnh3X55fT { 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; }
#bGah4fdCLWIhZAm7ndEXXafHQHOqyTgF { 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; }
#yII0yocC5xoVz4F6tHlyJmQZLIPOnZn0 { 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; }
#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX { 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; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container { background-color: transparent; background-image: none; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container > .video-iframe-container { display: none; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row > .video-iframe-container { display: none; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .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); }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container { border-width: 0; border-radius: 0; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#GRZzhTHGDbvHaI0UV0ydbSTE5lG4rFLv { 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; }
#AnbSkcyBZPu3IetP2v4BIqyaTFHzHhIt { 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; }
#ihHQkGl77JCJWbMkSBiKDfONnPG0QUIC { 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; }
#JCo6ExA80P2N1koUcoW3emHX1FMkRCHQ { 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; }
#HHkFvBiwVkLpPik7MobbKayRWR4g0TiX { 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; }
#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO { 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; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container { background-color: transparent; background-image: none; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container > .video-iframe-container { display: none; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row > .video-iframe-container { display: none; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .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); }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container { border-width: 0; border-radius: 0; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#JEpzckAc7Vm2ukmJSSVHgpBPfaFNPruK { 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; }
#vXkJrPHxWeSHOB0ETA4XFTzfhe26utgb { 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; }
#oqqhLwz2DzwNbVslNBIXbMp0G6Vufa4B { 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; }
#XyBQxbdxTlaHCOJ9nHmfJRL7tp8N05Th { 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; }
#ETnzHRrK5y5qgfefAztlJMJbDl8eN6a7 { 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; }
#Wbdf1d5VKLhzCgwmvnfm5XRISRShkiaB { 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; }
#rhcXBCMzc657vgGuOzttUxSDR4XDxyPT { 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; }
#UZA3Qg60NtcSCs1n1MrXXNT0cqsDUZVb { 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.125rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#AuyWETklsVvCo5DsEPIKmqcupBgvZSZS { 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.25rem;left:7.4375rem;height:2.925rem;font-style:normal;display:block; }
#QLlAUmgka4WfFkKAO4FKH1GyT4ECNGCa { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3125rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#g1NQI9RbIP0SerVnapqAu5cf0VVhybTK { 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; }
#HQq7SdFFD9gSRJgsQJd38m3DWSfuMvT9 { 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.750001192093rem;left:7.56093788147rem;height:2.925rem;font-style:normal;display:block; }
#OaCgHsTvyyV34RBTA0gOInlyvRCRQS5J { 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.125001192093rem;left:7.49843788147rem;height:2.925rem;font-style:normal;display:block; }
#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi { 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; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container { background-color: transparent; background-image: none; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container > .video-iframe-container { display: none; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row > .video-iframe-container { display: none; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .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); }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container { border-width: 0; border-radius: 0; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#dwCZyOoo1qANmg9HbhTeT3hDPMXEK9pR { 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; }
#ZC3HoJv8tZsbvch240UKLfw0TA2aVtx2 { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:6.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZsqtdpdKXozMehdsHxEK5aqunIQiVshI { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -moz-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -ms-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-image: -o-linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0869d19', endColorstr='#f0869d7f' );";background-image: linear-gradient(90deg, rgba(240,134,157,0.1), rgba(240,134,157,0.5));background-size:auto !important;top:0.25rem;left:1.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0.0625rem solid #f0869d;border-left:0.0625rem solid #f0869d;border-right:0.0625rem solid #f0869d;border-bottom:0.0625rem solid #f0869d;display:block; }
#yPfi73UDD4IJhphPKewqpMMuuG9rfzIe { 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:1.1375rem;font-style:normal;display:block; }
#dtJHODWTgUT3srVJoMyuzxPsbtH3BQ7a { 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; }
#rUr4IFW2MMtDiuQfNKv1yDrLq0uCrCqZ { position:relative;display:block; }#rUr4IFW2MMtDiuQfNKv1yDrLq0uCrCqZ > .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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F { display:block; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSTfy9xOG2LVI5WwkhomeWplzS0hT91 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNVkSTXeUhzhh6aIU4PfmGzUUDXROVw8 { top:1.4375rem;left:34rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4VZCfocyPUEEglvdaegPCsWDGtL3Fwd { display:block; }
 }@media only screen and (max-width: 763px) { #NoJxeoWSOLFc5feotOiFaKTF8mTxdXlM { top:1.25rem;left:38.125rem;width:9.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBRVWsocBaAWrrFlSFwJTdDnalEdrpop { 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) { #fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { top:10.25rem;left:18.0625rem;width:29.6875rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { top:6.875rem;left:15.375rem;width:32.375rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { top:4rem;left:0rem;width:23.4375rem;height:23.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.3125rem;left:37.653211593628rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEkzmCp4q5QgIhJ4x33tuPzTT7u6kI7B { display:block; }
 }@media only screen and (max-width: 763px) { #H0urZKzcdwnoKiNdVfXGFEX9gmw7HTAh { top:2.4375rem;left:17.296224594116rem;width:3.625rem;height:3.686871854505rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOPqBrEJG7brqxSUnUbO0Zptu9QmXwhi { top:7.8125rem;left:16.6865234375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { top:17.875rem;left:0rem;width:12.375rem;height:2.9375rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkoVzr63A8WSQhW7pW09CCP0UwevzIOw { top:22rem;left:0rem;width:20rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXeKK404wIiV3135r8mn82BWCU8p2SZz { top:24.625rem;left:18.539712905884rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3dCofrQVUTBMuP8a9e6KkvP8AhOd8bv { top:13.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoKxh4FgwJR9OLsTPdBgFecA2qIopqBE { top:4.6875rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUrE9caNGBHxKizJztDBvNDlz1dFrr3C { top:19.125rem;left:0rem;width:9.5rem;height:9.6250637313218rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { display:block; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPXIANXh6zBltkmcGd8pU2E78ywct8bl { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMrpvg3eizXLLuo2dNay2zlBrlReAktE { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrragQaMPKlCys19VlHEyE6cAoc2m1ke { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy9HRdlTETygnsOFD1PEcto6mgIRMstI { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZRCcpWpbloRkZs581nTkgNEydtISR14 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cETJdoa1MM7UkIBE44CakBmzb13pHqNR { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { top:2.25rem;left:13.281250357628rem;width:18.0625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { top:38.0625rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { top:65.6875rem;left:0rem;width:14.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { display:none; }
 }@media only screen and (max-width: 763px) { #WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { top:17.25rem;left:0rem;width:14.6875rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { top:49.4375rem;left:0rem;width:10.625rem;height:2.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { top:56.875rem;left:0rem;width:10.625rem;height:4rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { top:3.8125rem;left:18rem;width:9.375rem;height:5.8357425290097rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SstQe0BPVryMcKdE0buUbyTTlryTInHx { top:7.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { top:14.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { top:30.4375rem;left:2.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbP963K71xlmAH9APkJtvha5CtvxWm5c { top:36.9375rem;left:6.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { top:17.25rem;left:0rem;width:7.25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQgbV3woLmxN1yCwe60aTTLCCzdupQ7u { width:7.3125rem;height:3.375rem;top:12.5rem;left:4.3996086120606rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqAUnPZTWk5dMbEc1clsUsxDEOpxOhU { display:block; }
 }@media only screen and (max-width: 763px) { #WcHbwmcLKG9ZxSVUoXLnDS2eLFfKfXe6 { top:14.0625rem;left:22.0625rem;width:12.8125rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz3WqdwLZZkbsp2GMgd1audcpFGMboMO { top:6.5625rem;left:0rem;width:43.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg8izBd0RoUcFiufiivZ5ZrGd2uIAVzD { top:7.8125rem;left:0rem;width:38.125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHOXxpiylbJ7Rh1S2lrftLr6aNTkQVHF { top:14.0625rem;left:20.9375rem;width:0.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay3O9NqGqgNuLm2ub5nci9WFV7z6HwD8 { top:29.4375rem;left:1.25rem;width:37.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZicH3EZoUVBR85DtQdeTvZBqRqHOxPCU { top:30.8125rem;left:5.3125rem;width:32.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki3tvKUeiPgmdVTRSN3y8fdhJC9c2ISR { top:35.9375rem;left:4.875rem;width:16.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApHB6bh4hEJL48bTCLI9xGI3siSoXBse { top:37.4375rem;left:9.125rem;width:11rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awp6U183dymHNUkFsqSULPX57aqL7tph { top:36.875rem;left:2rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whwoovdWnx3qEDulugarC6VpQDnWdhsd { top:30.3125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0XMAoXHoeV26XTI4U8z1PxSUUinkTEp { top:14.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUieavU87aIKL28gGmh6I8NeSvSgQv05 { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eT6atEoinT4crNEEoPUq0QCWrI7za7Ih { top:9.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hq41DdmcattzulTgPJLJ0x4r2N9w6S9d { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqDEgqKDl7obHSlQawxnIB6XUrXsCObC { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaxJIi8WQy85KcIWRUExSJdDT2iwc15e { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zef4lrWHAg9R0D6rxs24HNhL3Xlo1bix { top:9.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQEAZ3sQcFsTeEpoDiOloezPUSzzUi8u { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtLAS4iawfedxM2TQfVtDThnFZa3ZysS { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWGxcTgeg2ykoX2Q4gc3PcqQQ0bS6U4k { top:64.25rem;left:0rem;width:13.8125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #utoIrzT2rGGpEa0UO1Vg9OIoNyheWxa4 { top:9.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPAS7xZeMWH3x4V8RqVveScJqG2u5NcT { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVUW1g51dvi8zIC0rWPp2IraWeEhQObo { top:70.625rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMB6fdNCPZznSD63ubNNh0DZVHauZooc { top:9.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgIHirtoXImBNmTFp82I9bKKHyTQ8Nla { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMyATNfOVeeTzAbiNm9Ggaww87odhMWn { top:29.3125rem;left:40.5625rem;width:7.1875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STpZuLdhw7RRhfuShrg6IcdakcPFHAi0 { top:13.1875rem;left:0rem;width:11.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHcmxu1NdA3n8a2EvngshiE5Jb9ZIGnT { top:13.1875rem;left:0rem;width:18.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWOScZCu1v0zzfsyJn2pR7bx52uLk2DK { top:14rem;left:2.9375rem;width:12.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dehsaIPkh8O7GoX5KThnNIur5yUBF7Mp { width:11.1875rem;height:2.4375rem;top:7.5rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzcX3nviA9nEAdP9O09TVC2czT2QOQIO { display:block; }
 }@media only screen and (max-width: 763px) { #azpnb5NQybitcZawQGcCwb9J5G42S7fH { width:11.125rem;height:2.375rem;top:31.5rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNVh4PcBgXx2UISvJosmWELc09h5MyT0 { display:block; }
 }@media only screen and (max-width: 763px) { #r8LiXcSTe4VFE7iaDKiPfbbRn7NVXkOc { top:79.375rem;left:0rem;width:7.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sg7zek0auZSGgU9pThqeP3WMPUyfuuu3 { top:18.9375rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZwJbIBAa7GOXH8hhwFmAoB471i9CNl { top:19.625rem;left:0rem;width:9.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpaUIOK3dVBT20zVlxuT6MFo2r8TOHWS { top:20.875rem;left:0rem;width:5.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4nKn6xbbn6VVRAHFCqns8lvO9Uz7T6 { top:22.75rem;left:0rem;width:6.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6RoptIFK3vkC8yTd6empGdBFUZdQxLp { top:19.8125rem;left:5.5rem;width:13.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avkxku8KpILEarhLnSgyszv8iPGpvvM2 { top:15.5625rem;left:9.3125rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipwkUm0vBh22AcuhPiEU3lfTBmHTEoB5 { top:14.5625rem;left:11.4375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQNCX7w1TSDm2Od7uHNBlunk559Eewo { top:22.75rem;left:8.6875rem;width:6.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHndvHLoJhV5k9tLdRXyz94CU8T2QMn5 { top:20.8125rem;left:9.0625rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN3NSQUv8NZPuQbPsPLB1uWGP4y0QnoG { top:19.8125rem;left:20.5rem;width:12.0625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXVgbDanfhQw506gA8t28eDerg8mXnHH { top:20.75rem;left:22.9375rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1t9Q3Z6i4T9TU3vCsZfW47Cp29WyMWq { top:22.75rem;left:23.125rem;width:6.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZCMytEuUMPdhS1UWecVcl8LHFVp6DgE { top:19.8125rem;left:34.3125rem;width:11.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3EKibWSD89scFh4BbnCWGgxMcm4gTy5 { top:22.75rem;left:36rem;width:6.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwJiqIQWm2vGNTse6q7TXAAhLqaTSvRk { top:20.8125rem;left:36.75rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxiuSdIe5S6metPJvCy5756HmItbJ3Kb { top:41.8125rem;left:7.5625rem;width:37.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzpIs0LnbSzPiplAFT40LmwPHLv0RQw { top:42.75rem;left:4.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbIg0vApzOmPyN6NHMKRp2Pa03hCKv6A { top:42.8125rem;left:8.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVl0CQynoczEpT8ChkhI5FBeQlpKLXLy { top:43.3125rem;left:11.8125rem;width:31.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVEbic4yqcWKrubywHconyhndGZ5mtT6 { top:47.75rem;left:10.0625rem;width:25.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv5ofIPHyHkzg9B0eX3cvAkCkveRENgw { top:48.6875rem;left:7.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GWzFEeBQxcqQX7hCDhVUvpAGd6dSvX { top:48.75rem;left:11.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFBJyURn8liDfMBd3rAoTgCdrbZOiFy { top:49.25rem;left:14.3125rem;width:19.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHOgTJoZJqKO1ryXuOSn6ATD6SRDk4GK { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCMyhrhMO4SHfwIyzKlKw8SSCabxDSzv { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIbM5rI9uT2Bgb2oEBkAeKMnSgf9pU10 { top:78.625rem;left:0rem;width:13.8125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iM6AR6naNOXzLSdT6sEXCwhWtntRbTaZ { top:9.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8GkdCvfU3Vw8o6KB2GM6Pw9bC1mAxEH { top:3.5rem;left:0rem;width:8.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIDZ6M1KWqICRIgZkpR58z6sbmHQ7Q2U { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sImM5w2i6LppQTzQoefqPzLiWpbcC3r6 { top:87.0625rem;left:0rem;width:13.8125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvIrNk2yXKKRbnx0HTGwbrdXrnyvGTyN { top:9.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe { display:block; }#J1Z1iTQSqv0pSFTOBkkdhpR1qO0DTtOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { top:9.6875rem;left:0rem;width:4.5625rem;height:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { top:44.75rem;left:0rem;width:15.375rem;height:4.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { top:11.0625rem;left:0rem;width:6.5625rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { top:5.625rem;left:0rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { top:0.9375rem;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:1.375rem;left:43.75rem;width:4rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { top:20.1875rem;left:4.5270824432373rem;width:3.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { top:5.625rem;left:23rem;width:24.125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { top:5.1875rem;left:0rem;width:26.0625rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { top:19.625rem;left:16.722917556762rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { top:19.625rem;left:33.4375rem;width:14.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { top:2.375rem;left:7.8406276702881rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { display:none; }
 }@media only screen and (max-width: 763px) { #T970BIHwMRpv0m4C97TOLSavJJlVZL7I { top:2rem;left:0rem;width:15.25rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkRK8E4ugi4Ob2phsFPUVR5MC1dBgQyW { top:28.3125rem;left:8.2163639068606rem;width:31.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0fshDmUgkIIzGIU5O1A9VBOl7wJ3Cpw { width:11.1875rem;height:2.4375rem;top:20.125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzf4zWH7s7xA3ryZPZsqVeVwhLSs75Rq { display:block; }
 }@media only screen and (max-width: 763px) { #x3ZTMorhX9FA8E4aQLhIZFl7bliOcP46 { width:11.1875rem;height:2.4375rem;top:20.125rem;left:18.275390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3azZpwi1DBslAg6mVLL5AJob5nvrSSL { display:block; }
 }@media only screen and (max-width: 763px) { #PrVHNdZSRpEZklPuefZbNS2MMwq5bCst { width:11.1875rem;height:2.4375rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvqR26tMwzBQyPsMMATKmuIhS1sNDVpv { display:block; }
 }@media only screen and (max-width: 763px) { #JixmqLat53MhTg6MvUkEGSB2hlzqdz2s { display:block; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMqLki2hICkzWLGbQfTKvOZ1Z7KNlue7 { top:3.8125rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXsTLLW2Do033A9M7McgTND2kJ1FkpHG { top:6.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSD3UsVXnSreVfqktMtSmCILiZ851qK { top:6.3125rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3o1gVFqWdff1WxHAyNT6K4Fy1rokOMt { top:9.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GokcouKEMP5QrXnVJIh5CqxQdKSo6yTm { top:12rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #io5arJaUHZ5mFsmAeH8gN4U7mRDg2QUK { 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) { #F2KpxU2wQXqEoNsrT0yKnSwLeJ28FLkn { width:11.4375rem;height:2.75rem;top:10.875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCZ7QZMLxkL03WG3vi6wgVMlRJEyFuTo { display:block; }
 }@media only screen and (max-width: 763px) { #tMlptdV0XVilF1XAKPoM8FZTnh3X55fT { top:4.5rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGah4fdCLWIhZAm7ndEXXafHQHOqyTgF { top:0rem;left:20.6376953125rem;width:12.0625rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #yII0yocC5xoVz4F6tHlyJmQZLIPOnZn0 { top:2rem;left:0rem;width:47.625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX { display:block; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRZzhTHGDbvHaI0UV0ydbSTE5lG4rFLv { top:1.375rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnbSkcyBZPu3IetP2v4BIqyaTFHzHhIt { top:1.5rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihHQkGl77JCJWbMkSBiKDfONnPG0QUIC { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCo6ExA80P2N1koUcoW3emHX1FMkRCHQ { top:1.8125rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHkFvBiwVkLpPik7MobbKayRWR4g0TiX { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO { display:block; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEpzckAc7Vm2ukmJSSVHgpBPfaFNPruK { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkJrPHxWeSHOB0ETA4XFTzfhe26utgb { top:2.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqqhLwz2DzwNbVslNBIXbMp0G6Vufa4B { top:12.1875rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyBQxbdxTlaHCOJ9nHmfJRL7tp8N05Th { top:14.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETnzHRrK5y5qgfefAztlJMJbDl8eN6a7 { top:6.375rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbdf1d5VKLhzCgwmvnfm5XRISRShkiaB { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhcXBCMzc657vgGuOzttUxSDR4XDxyPT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZA3Qg60NtcSCs1n1MrXXNT0cqsDUZVb { top:30.125rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuyWETklsVvCo5DsEPIKmqcupBgvZSZS { top:32.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLlAUmgka4WfFkKAO4FKH1GyT4ECNGCa { top:8.3125rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1NQI9RbIP0SerVnapqAu5cf0VVhybTK { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQq7SdFFD9gSRJgsQJd38m3DWSfuMvT9 { top:19.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaCgHsTvyyV34RBTA0gOInlyvRCRQS5J { top:25.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi { display:block; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwCZyOoo1qANmg9HbhTeT3hDPMXEK9pR { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC3HoJv8tZsbvch240UKLfw0TA2aVtx2 { top:1.25rem;left:0rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsqtdpdKXozMehdsHxEK5aqunIQiVshI { top:0.25rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPfi73UDD4IJhphPKewqpMMuuG9rfzIe { top:1.4375rem;left:23.625rem;width:24.125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtJHODWTgUT3srVJoMyuzxPsbtH3BQ7a { top:0.625rem;left:0rem;width:47.625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUr4IFW2MMtDiuQfNKv1yDrLq0uCrCqZ { display:block; }#rUr4IFW2MMtDiuQfNKv1yDrLq0uCrCqZ > .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) { body { position:relative;background-color:#411751;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) { #ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F { 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; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container { background-color: transparent; background-image: none; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container > .video-iframe-container { display: none; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row > .video-iframe-container { display: none; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .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); }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container { border-width: 0; border-radius: 0; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwRVZv1dIlKvpi60QliduOc4GCbV9A7F > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSTfy9xOG2LVI5WwkhomeWplzS0hT91 { 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) { #CNVkSTXeUhzhh6aIU4PfmGzUUDXROVw8 { top:1.4375rem;left:3.75rem;width:12.4375rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4VZCfocyPUEEglvdaegPCsWDGtL3Fwd { display:block; }
 }@media only screen and (max-width: 763px) { #NoJxeoWSOLFc5feotOiFaKTF8mTxdXlM { width:9.625rem;height:2.9375rem;top:1.25rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBRVWsocBaAWrrFlSFwJTdDnalEdrpop { width:4.8125rem;height:2.75rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:37.5rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:4.5rem;height:0.75rem;top:0rem;left:0.34166663885117rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
 }@media only screen and (max-width: 763px) { #A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { width:10.375rem;height:4.0625rem;top:0.15625rem;left:9.6241322755812rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { width:3.75rem;height:3.75rem;top:4.9062502384186rem;left:16.250001728535rem;z-index:14981;display:none; }
 }@media only screen and (max-width: 763px) { #pqCrgT3x36H78IQLAkIV8zCKUcoFhckD { width:19.875rem;height:0;top:16.8125rem;left:0.0625rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15293;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.5625rem #ffffff;color:#224f92;display:none; }
 }@media only screen and (max-width: 763px) { #fRzv2LxxaHuorvzg7hdcJvkgIxcLLakn { width:12.4359375rem;height:0;top:16.625rem;left:3rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #EitxMf4zPWFuZwtBcQk4cPgDdq1guTva { width:20rem;height:0;top:22rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #OpZnTChbVbEJlPSQrfTZHepKBdgK9dd5 { width:14.8125rem;height:14.8125rem;top:1.6362848281861rem;left:2.9991322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFeGhf0os3G8evUtZ12uhJhO0DNsaOxh { width:18.75rem;height:9.125rem;top:26.625rem;left:0.625rem;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, #ec5084, #ffa07b);background-image: -moz-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(180deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(180deg, #ec5084, #ffa07b);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:18.75rem;height:2.25rem;top:24.5rem;left:0.625rem;font-size:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-secondary-2),0.15) ;font-family:mukta;color:#414162;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15370;display:block; }
 }@media only screen and (max-width: 763px) { #I4i0so34GPWNfZ7BRwzPzTet9E1aixdx { display:block; }
 }@media only screen and (max-width: 763px) { #Ke2vy2Vg8uXELH3GQQBGdOkPFl4Nit51 { width:13.875rem;height:4.3125rem;top:26.625rem;left:3rem;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:block; }
 }@media only screen and (max-width: 763px) { #WZ6AuxWRAtsimKvksohMCMWuSZB0MbGb { display:block; }
 }@media only screen and (max-width: 763px) { #USWnUuba3HScqeHxBT1ZJe8onJqgfZO7 { width:7.3125rem;height:3.375rem;top:31.125rem;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: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:block; }
 }@media only screen and (max-width: 763px) { #wOPqBrEJG7brqxSUnUbO0Zptu9QmXwhi { width:9.375rem;height:9.375rem;top:5.923828125rem;left:3.7500001192093rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #zeopUVh6aI5ovTQQFWxgz60msaOm1n6X { width:12.4359375rem;height:3rem;top:17.9375rem;left:3.7820315361023rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;z-index:15298;color:#f0869d;display:block; }
 }@media only screen and (max-width: 763px) { #qkoVzr63A8WSQhW7pW09CCP0UwevzIOw { width:20rem;height:1.375rem;top:22.0625rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1;z-index:15299;color:#f0869d;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeKK404wIiV3135r8mn82BWCU8p2SZz { width:2.87435rem;height:2.87435rem;top:3.1174046993256rem;left:2.3122830986977rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #L3dCofrQVUTBMuP8a9e6KkvP8AhOd8bv { width:1.875rem;height:1.875rem;top:5.9234373569489rem;left:16.875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #zoKxh4FgwJR9OLsTPdBgFecA2qIopqBE { width:5.87456875rem;height:5.87456875rem;top:10.566406488419rem;left:13.125000298023rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #kUrE9caNGBHxKizJztDBvNDlz1dFrr3C { width:5.56206875rem;height:5.625rem;top:12.999132394791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { display:block; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u { background-color: transparent; background-image: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row > .video-iframe-container { display: none; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdElGfbRbGL41kTcFMH0FlFoXwnqCL8u > .row .container { width:20rem;height:100.1875rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEf05XIwdI4FE8hCfH38TyO2fRpDhMHU { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ihFnetQCehp7D9pqxwB9bRPZVbQTT5b0 { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #x6tIQy3C3VrhHtw8uCNotgSG6OlGfJNW { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #MOdLnlpS0OeRy3p8CANSd2vWyZwJWAMe { width:4.375rem;height:4.375rem;top:91.75rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPXIANXh6zBltkmcGd8pU2E78ywct8bl { width:4.375rem;height:4.375rem;top:92.3125rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXAbT7GUMJJwychyaJw1tSD8RLQeF646 { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wGIV5saaL4ixkDgbEvT6dT7b0ltdNlbZ { width:4.375rem;height:4.375rem;top:91.625rem;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) { #dqozBpbBWM3MLwmA3uU7RPHcU2DRwqOV { 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) { #rf8ilfJX5AuO65mRd4TmdtHT4Uv2lMp3 { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #m5BeZ1aMt2T0UXX1t0PTkketfESuBceS { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4xu9AIZ6r6b2i5uXErKRFWLTaXFuB0e { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #wJ2SgEN90QimmQhLW7McQWwRfRGwyreU { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cRUp67hOZpMWPmbkN81x1fH5kx4MbRQ9 { width:7.3125rem;height:0;top:58.402346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m98rnZ4JXQ67lb30ae6wnBnrKQw07VTQ { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #upmtz6RIEm65N82k5AF3shK2GTCiU5RQ { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #OcADO0h6LNTD536zfBT5O4pnqDwM7TeX { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #FJyzhF5TpZAX2XEdC1zScXB0Qr68kenv { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #RMrpvg3eizXLLuo2dNay2zlBrlReAktE { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #IgHKN3O7putMhsEFdTUqVZ15Er65Mz3y { width:14rem;height:0;top: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) { #oVMvGxGFaEXExXyLGXAZ7igZlMDhpQe7 { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TG0IaaNbRxv9TOAJRAaLGT05y3J8FiwC { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #T933kMfroi9Fhg9b6E6cLFiA1Cq7nDcJ { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TdaDFa79wsb2fdChmqLlMTHCy5wFHr80 { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TG6QEqGlaoKLOnhUlWUJ5LkqGp9gVHN5 { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ttQXAZmNpmO3c0cqbb6NXCKvD9dFmOOM { width:17.25rem;height:10.75rem;top:87.6875rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14970;display:none; }
 }@media only screen and (max-width: 763px) { #GQJMmTWBOUklpQMXuZTwuUoOSA8y8sOq { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #bcKQFLgN9THN7ul1PVDuqvXBnIW2AcQh { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #qrragQaMPKlCys19VlHEyE6cAoc2m1ke { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #EzuFhG3MmmNDgdeUTEed1QSI0S6HqoTn { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #m9plRuzTDPhWNTMycvLs5DOEeLrbSHzO { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rh53xf023TZdTEDiLyHEJ5a1zwqUzB8d { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #fruZF0RQBI9QrmTvfNs2Kv27T6HXhOlw { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qy9HRdlTETygnsOFD1PEcto6mgIRMstI { width:1.625rem;height:1.625rem;top:29.421876430511rem;left:0.68854171037675rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15108;display:none; }
 }@media only screen and (max-width: 763px) { #VBC3kOOkORaQDhpWZfxIieKBgLaG0kyC { width:2.6875rem;height:2.8125rem;top:28.851042270661rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hZRCcpWpbloRkZs581nTkgNEydtISR14 { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TctNE9rUefROBqUM8TD2Cx7H6dRmUntU { width:2.6875rem;height:2.8125rem;top:44.229168415069rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TlnZW6KAmSAREkM60JFvHhV4XokTTIIA { width:1.625rem;height:1.625rem;top:44.84166765213rem;left:0.64895838499069rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #ynfCTzd1qXWpw4CD7gD6Nf3Bcrll9GvR { width:17.25rem;height:13.5rem;top:101.75rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #TTr5yXlkT6AU7LGFbQCIkeJDc0TismiP { width:17.25rem;height:5.125rem;top:115.75rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14969;display:none; }
 }@media only screen and (max-width: 763px) { #cETJdoa1MM7UkIBE44CakBmzb13pHqNR { width:1.625rem;height:1.625rem;top:115.43750762939rem;left:8.9104173779488rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #zh71MRAz6ghJ6URA5BkyPpeT75mqNPml { width:19.1875rem;height:1.30625rem;top:1.3749961853027rem;left:0.43750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#f0869d;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o8uLGyLA7cdFpe3CcEGy3Aqh6Mlf4SIk { width:7.9375rem;height:0;top:108.75rem;left:2.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;color:#141436;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #l9nH5qwLAu7LtXKlAtrQXwgGHy1uFFWp { width:13.6875rem;height:0;top:95.434379577638rem;left:3.0000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15116;display:none; }
 }@media only screen and (max-width: 763px) { #mPDLagMHreSOBlcerKkPI5kFHnsdWJTS { top:0.3729133605957rem;left:1.2500000596046rem;width:17.5rem;height:0.125rem;z-index:15358;background-color:rgba(69,5,106,0.68);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WARRNBbCAQ04NgoA5C3n5BmvS3P9Howt { width:16.125rem;height:3.25rem;top:30.882293701172rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14991;background-color:#646464;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ShaAvTkXenboDkqQdTshFMDGFs0J7tZ4 { width:16.125rem;height:3.25rem;top:35.120834350586rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #X6cKMKVk7zJznzADJfmFWgKqotHBUbM1 { width:16.125rem;height:3.25rem;top:39.375003814698rem;left:2.2114585042rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #JcwvMLfzuTxw7ADu5PzEul2JW7Tb9g4R { width:10.625rem;height:0;top:92.261468887331rem;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) { #qSfvxN4lXZyMvT8veKvOtASL8KASgoGy { width:2.6875rem;height:2.8125rem;top:121.7500038147rem;left:1.6958335042rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #06927e, #f6a66d);background-image: -moz-linear-gradient(90deg, #06927e, #f6a66d);background-image: -ms-linear-gradient(90deg, #06927e, #f6a66d);background-image: -o-linear-gradient(90deg, #06927e, #f6a66d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06927e', endColorstr='#f6a66d' );";background-image: linear-gradient(90deg, #06927e, #f6a66d);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #HESrHgbLz6GHix3Tyy5GIghnOmd83LyC { width:1.625rem;height:1.625rem;top:114.875rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #UlQ3VHEWVC1Dpm7eeJzWSgbonLZDVrH8 { width:17.25rem;height:6.5625rem;top:121.3125rem;left:1.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14971;display:none; }
 }@media only screen and (max-width: 763px) { #Mc7SrFoDlb2ITExB9TIoCsVLuMmyBlzD { width:15.3125rem;height:0;top:114.87500762939rem;left:4.6875002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#304e5a;line-height:1.2;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #w1qVHqEEmOFcWxeWd6O6JN0kegF3aVvT { width:7.375rem;height:4.5rem;top:88.875001430512rem;left:11.000000774861rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #h4GMEG7H33oB8JL2AytWMfe1BHUt1v08 { width:17.25rem;height:5.125rem;top:93.375rem;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) { #SstQe0BPVryMcKdE0buUbyTTlryTInHx { display:flex;width:1.375rem;height:1.375rem;top:4.220832824707rem;left:0.50000005960464rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #aJNazEaJvUATuUyvl6Lek58W6vNKXRHN { display:flex;width:1.4375rem;height:1.4375rem;top:13.625rem;left:0.5rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2));z-index:15383; }
 }@media only screen and (max-width: 763px) { #t1ybh8Gc83TcyqZW7QsDM20c1QaVTebv { display:flex;width:1.4997625rem;height:1.4997625rem;top:60.1875rem;left:0.4375rem;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) { #hbP963K71xlmAH9APkJtvha5CtvxWm5c { display:flex;width:1.5rem;height:1.5rem;top:68.4375rem;left:0.4375rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #Fduye8xxI2i5p8EZ7szcqbMsSmuVlx0S { width:3.25rem;height:3.25rem;top:100.68750715256rem;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) { #aQgbV3woLmxN1yCwe60aTTLCCzdupQ7u { width:7.3125rem;height:3.375rem;top:109.50191879344rem;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) { #AMqAUnPZTWk5dMbEc1clsUsxDEOpxOhU { display:block; }
 }@media only screen and (max-width: 763px) { #WcHbwmcLKG9ZxSVUoXLnDS2eLFfKfXe6 { width:12.8125rem;height:2.55rem;top:20.375rem;left:3.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#f0869d;display:block; }
 }@media only screen and (max-width: 763px) { #vz3WqdwLZZkbsp2GMgd1audcpFGMboMO { width:20rem;height:4.375rem;top:6.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) { #rg8izBd0RoUcFiufiivZ5ZrGd2uIAVzD { width:13.8744375rem;height:3.9rem;top:6.0625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#45056a;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oHOXxpiylbJ7Rh1S2lrftLr6aNTkQVHF { width:0.125rem;height:2.5rem;top:14.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ay3O9NqGqgNuLm2ub5nci9WFV7z6HwD8 { width:20rem;height:4.375rem;top:29.4375rem;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) { #ZicH3EZoUVBR85DtQdeTvZBqRqHOxPCU { width:20rem;height:auto;top:30.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#141436;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Ki3tvKUeiPgmdVTRSN3y8fdhJC9c2ISR { width:16.6875rem;height:4.375rem;top:35.9375rem;left:1.625rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApHB6bh4hEJL48bTCLI9xGI3siSoXBse { width:11rem;height:auto;top:37.4375rem;left:4.5rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Awp6U183dymHNUkFsqSULPX57aqL7tph { display:flex;width:2.5rem;height:2.5rem;top:36.875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #whwoovdWnx3qEDulugarC6VpQDnWdhsd { display:flex;width:2.5rem;height:2.5rem;top:30.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0XMAoXHoeV26XTI4U8z1PxSUUinkTEp { display:flex;width:2.5rem;height:2.5rem;top:14.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUieavU87aIKL28gGmh6I8NeSvSgQv05 { width:2.68663125rem;height:2.8125rem;top:3.5625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(90deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(90deg, #ec5084, #ffa07b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eT6atEoinT4crNEEoPUq0QCWrI7za7Ih { width:1.625rem;height:1.625rem;top:6.0625rem;left:5.5rem;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:15111;display:block; }
 }@media only screen and (max-width: 763px) { #hq41DdmcattzulTgPJLJ0x4r2N9w6S9d { width:17.75rem;height:6.625rem;top:4.8125rem;left:1.125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #NqDEgqKDl7obHSlQawxnIB6XUrXsCObC { width:2.68663125rem;height:2.8125rem;top:12.9375rem;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:15090;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(90deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(90deg, #ec5084, #ffa07b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VaxJIi8WQy85KcIWRUExSJdDT2iwc15e { width:17.75rem;height:5.3125rem;top:14.1875rem;left:1.125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #Zef4lrWHAg9R0D6rxs24HNhL3Xlo1bix { width:1.625rem;height:1.625rem;top:15.4375rem;left:5.5rem;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:15117;display:block; }
 }@media only screen and (max-width: 763px) { #RQEAZ3sQcFsTeEpoDiOloezPUSzzUi8u { width:2.68663125rem;height:2.8125rem;top:59.5625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(90deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(90deg, #ec5084, #ffa07b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLAS4iawfedxM2TQfVtDThnFZa3ZysS { width:17.7495625rem;height:5.99935rem;top:60.75rem;left:0.5rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #oWGxcTgeg2ykoX2Q4gc3PcqQQ0bS6U4k { width:13.8736875rem;height:2.7625rem;top:62.375rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#45056a;line-height:1.3;z-index:15382;display:block; }
 }@media only screen and (max-width: 763px) { #utoIrzT2rGGpEa0UO1Vg9OIoNyheWxa4 { width:1.625rem;height:1.625rem;top:62.0625rem;left:5.5rem;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:15117;display:block; }
 }@media only screen and (max-width: 763px) { #UPAS7xZeMWH3x4V8RqVveScJqG2u5NcT { width:17.4375rem;height:5.75rem;top:69.062503099444rem;left:1.1249999403954rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #yVUW1g51dvi8zIC0rWPp2IraWeEhQObo { width:13.87425rem;height:1.38125rem;top:71.246874809262rem;left:3.0625000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#45056a;line-height:1.3;z-index:15387;display:block; }
 }@media only screen and (max-width: 763px) { #DMB6fdNCPZznSD63ubNNh0DZVHauZooc { width:1.625rem;height:1.625rem;top:70.3125rem;left:5.5rem;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:15122;display:block; }
 }@media only screen and (max-width: 763px) { #xgIHirtoXImBNmTFp82I9bKKHyTQ8Nla { width:2.68663125rem;height:2.8125rem;top:67.8125rem;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:15095;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(90deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(90deg, #ec5084, #ffa07b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IMyATNfOVeeTzAbiNm9Ggaww87odhMWn { width:9.749rem;height:1.275rem;top:72.1875rem;left:8.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;color:#45056a;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #STpZuLdhw7RRhfuShrg6IcdakcPFHAi0 { width:11.625rem;height:4.375rem;top:13.1875rem;left:4.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHcmxu1NdA3n8a2EvngshiE5Jb9ZIGnT { width:18.9375rem;height:4.375rem;top:13.1875rem;left:0.5rem;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) { #iWOScZCu1v0zzfsyJn2pR7bx52uLk2DK { width:12.4375rem;height:2.4rem;top:15.75rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;color:#45056a;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dehsaIPkh8O7GoX5KThnNIur5yUBF7Mp { width:11.1875rem;height:2.4375rem;top:81.0458984375rem;left:4.40625rem;font-size:1rem;z-index:15171;display:none; }
 }@media only screen and (max-width: 763px) { #NzcX3nviA9nEAdP9O09TVC2czT2QOQIO { display:block; }
 }@media only screen and (max-width: 763px) { #azpnb5NQybitcZawQGcCwb9J5G42S7fH { width:11.1875rem;height:2.4375rem;top:95.1875rem;left:4.4375rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #bNVh4PcBgXx2UISvJosmWELc09h5MyT0 { display:block; }
 }@media only screen and (max-width: 763px) { #r8LiXcSTe4VFE7iaDKiPfbbRn7NVXkOc { width:7.4375rem;height:1.275rem;top:93.0625rem;left:6.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.2;color:#f0869d;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #Sg7zek0auZSGgU9pThqeP3WMPUyfuuu3 { width:20rem;height:8.375rem;top:18.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) { #SUZwJbIBAa7GOXH8hhwFmAoB471i9CNl { width:14.125rem;height:6.5rem;top:24.8125rem;left:2.8125rem;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:14970;display:block; }
 }@media only screen and (max-width: 763px) { #HpaUIOK3dVBT20zVlxuT6MFo2r8TOHWS { width:5.1875rem;height:1.1375rem;top:25.875rem;left:7.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#45056a;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pp4nKn6xbbn6VVRAHFCqns8lvO9Uz7T6 { width:6.6875rem;height:2.1875rem;top:28.5rem;left:6.875rem;z-index:15385;display:block; }
 }@media only screen and (max-width: 763px) { #h6RoptIFK3vkC8yTd6empGdBFUZdQxLp { width:13.8125rem;height:6.375rem;top:33.680470466614rem;left:2.9937499165535rem;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:14970;display:block; }
 }@media only screen and (max-width: 763px) { #Avkxku8KpILEarhLnSgyszv8iPGpvvM2 { display:flex;width:6.5rem;height:6.5rem;top:15.5625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipwkUm0vBh22AcuhPiEU3lfTBmHTEoB5 { display:flex;width:6.0625rem;height:6.0625rem;top:14.5625rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViQNCX7w1TSDm2Od7uHNBlunk559Eewo { width:6.6875rem;height:2.1875rem;top:36.625rem;left:6.5rem;z-index:15385;display:block; }
 }@media only screen and (max-width: 763px) { #xHndvHLoJhV5k9tLdRXyz94CU8T2QMn5 { width:6.125rem;height:1.1375rem;top:34.5625rem;left:7.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#45056a;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZN3NSQUv8NZPuQbPsPLB1uWGP4y0QnoG { width:13.6875rem;height:6.375rem;top:42.174221038818rem;left:3.0562499165535rem;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:14970;display:block; }
 }@media only screen and (max-width: 763px) { #XXVgbDanfhQw506gA8t28eDerg8mXnHH { width:6.875rem;height:1.3rem;top:42.9375rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;color:#45056a;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E1t9Q3Z6i4T9TU3vCsZfW47Cp29WyMWq { width:6.6875rem;height:2.1875rem;top:44.9375rem;left:6.5rem;z-index:15385;display:block; }
 }@media only screen and (max-width: 763px) { #SZCMytEuUMPdhS1UWecVcl8LHFVp6DgE { width:14.125rem;height:6.375rem;top:51rem;left:3rem;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:14970;display:block; }
 }@media only screen and (max-width: 763px) { #k3EKibWSD89scFh4BbnCWGgxMcm4gTy5 { width:6.6875rem;height:2.1875rem;top:54.3125rem;left:6.625rem;z-index:15385;display:block; }
 }@media only screen and (max-width: 763px) { #SwJiqIQWm2vGNTse6q7TXAAhLqaTSvRk { width:6.875rem;height:1.3rem;top:52.125rem;left:6.5625rem;font-size:1rem;text-align:left;text-align-last:left;color:#45056a;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bxiuSdIe5S6metPJvCy5756HmItbJ3Kb { width:20rem;height:4.375rem;top:41.8125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdzpIs0LnbSzPiplAFT40LmwPHLv0RQw { display:flex;width:2.5rem;height:2.5rem;top:42.75rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XbIg0vApzOmPyN6NHMKRp2Pa03hCKv6A { display:flex;width:1.625rem;height:1.625rem;top:76.40625rem;left:0.31171876192093rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #GVl0CQynoczEpT8ChkhI5FBeQlpKLXLy { width:20rem;height:auto;top:43.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #xVEbic4yqcWKrubywHconyhndGZ5mtT6 { width:20rem;height:4.375rem;top:47.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qv5ofIPHyHkzg9B0eX3cvAkCkveRENgw { display:flex;width:2.5rem;height:2.5rem;top:48.6875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3GWzFEeBQxcqQX7hCDhVUvpAGd6dSvX { display:flex;width:1.6875rem;height:1.6875rem;top:84.8125rem;left:0.31171876192093rem;font-size:1.3125rem;filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(34,74,58,0.2)); }
 }@media only screen and (max-width: 763px) { #TBFBJyURn8liDfMBd3rAoTgCdrbZOiFy { width:19.875rem;height:auto;top:49.25rem;left:0.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#172279;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #oHOgTJoZJqKO1ryXuOSn6ATD6SRDk4GK { width:2.68663125rem;height:2.8125rem;top:75.8125rem;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:15100;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(90deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(90deg, #ec5084, #ffa07b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HCMyhrhMO4SHfwIyzKlKw8SSCabxDSzv { width:17.75rem;height:5.75rem;top:77.0625rem;left:1.125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZIbM5rI9uT2Bgb2oEBkAeKMnSgf9pU10 { width:13.87425rem;height:2.7625rem;top:78.625rem;left:3.0625000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#45056a;line-height:1.3;z-index:15392;display:block; }
 }@media only screen and (max-width: 763px) { #iM6AR6naNOXzLSdT6sEXCwhWtntRbTaZ { width:1.625rem;height:1.625rem;top:78.3125rem;left:5.5rem;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:15127;display:block; }
 }@media only screen and (max-width: 763px) { #I8GkdCvfU3Vw8o6KB2GM6Pw9bC1mAxEH { width:2.68663125rem;height:2.8125rem;top:84.25rem;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:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(90deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(90deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(90deg, #ec5084, #ffa07b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kIDZ6M1KWqICRIgZkpR58z6sbmHQ7Q2U { width:17.75rem;height:5.75rem;top:85.5rem;left:1.125rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0.25rem 0.25rem 0.375rem rgba(79,67,42,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #sImM5w2i6LppQTzQoefqPzLiWpbcC3r6 { width:13.87425rem;height:2.7625rem;top:87.0625rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#45056a;line-height:1.3;z-index:15397;display:block; }
 }@media only screen and (max-width: 763px) { #tvIrNk2yXKKRbnx0HTGwbrdXrnyvGTyN { width:1.625rem;height:1.625rem;top:86.75rem;left:5.5rem;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:15132;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.8125rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwGSccbSpFRz11bCNyk1fMVbbl6VgVXe { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #OhzGMVSgUvq4FEiH9tCI0HDU6MZCCEJU { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #QpZFMpweGqxNqNGbSBc7MTw5c9oggUvA { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #JX97eGvyDKamypHIRGfNTT7o77WJgOE2 { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UI0x3wFNQtb16HxDSgIs8crNcis43K8w { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiV3o3mozssCrJNtsEaU098O09nJxzPO { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cV6lOJ3qxXf9rZT1ptMdpiUQfJRQ1msX { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NemnozVBZCdZTdbHwvhFsPbmAUsZOyaW { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #STO66aBhHf4dUMTVear2dJQGTqZsIiso { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z8Ub94cBUuwZdXlq4iL16W9BfObkSApm { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnrerun2IC2TMdK56LqiRebQZxfxQCBQ { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QGBq8subT1CKcfbKJbTNnq3TAG8Vr6p3 { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JknqnEaTag2DZCK58ne0lTUyWIhh1dLG { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xd1BWfTLkH5EkAUGMaWapbImZ9LVe93U { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #cgP0hVcQKmcmqRGbFUcHtZ7xqWcM6ks8 { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #ILIFUAn9POGXbcFZlWE1ikC817rlHqIn { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #mrMggCEFGguktbM54DqPyJxD4gbbze2J { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #F2OMcvPiMXChZZpKlr43ebUgleu83hbL { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #IH0birkrWgsnz2XfXNvTyQFflMFviyHx { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #A41ZU2raAg194rrNh9F8rrWTif32KZBX { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #lkNQ4H7Kik8gcSz8rJWGdiPqkMXao62a { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
 }@media only screen and (max-width: 763px) { #qxwqMdGxl0IhWZ09lohUTUT7K19rxPgG { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yv4EZUBRpmyBeO5EwLLGvnpc5Dkwz17k { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ewaw54wpBPa8OZQC3B9XkJAGD81gVsUt { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Csgvi4EDRUszUVyyvdZEUMdTrzS0DAd3 { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #c6JtnTw4qmXFqnOg02WcCxk6cI0Tx9qD { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
 }@media only screen and (max-width: 763px) { #K9zZMio9KiaDsWkTxiDHHLEKrOevZr2s { display:flex;width:2.25rem;height:2.25rem;top:24.625rem;left:5.875rem;z-index:15334;display:none; }
 }@media only screen and (max-width: 763px) { #vilMXT3ZriF8DxfTF2Ci4MSDehgc6OIh { display:flex;width:2.25rem;height:2.25rem;top:36.6875rem;left:9.625rem;z-index:15335;display:none; }
 }@media only screen and (max-width: 763px) { #BVk06a1LDpGRaR1Jlvy0sgBvOMTwuJld { width:6.5625rem;height:0;top:9.577392578125rem;left:12.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15105;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QiEnsKuEIOK0fvRdh75tOm9Gghu2suK9 { width:19.25rem;height:9.9375rem;top:35rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #OBtiQLWf4nJ2pbsUtQxl9ZaKJbUbSa5w { width:15.4358125rem;height:0;top:46.842041015625rem;left:2.281494140625rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1;z-index:15109;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MXpRlgDRdST1oB1GhyHOBUcznpfSwaR4 { width:6.5625rem;height:0;top:11.094970703125rem;left:3.0615234375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.3;z-index:15106;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TfEXaPpclB2B42PJ0QEKzyLEcxtieeAi { height:9.75rem;width:17.4375rem;top:7.0304718017575rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlR0Sn2xt0RSBXl4OKl94yAOmckQfEs3 { width:19.8125rem;height:0;top:1.30078125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #SKlqpx2ychqfbXTyN37wrZ4qGTn3RUAh { width:6.875rem;height:10.25rem;top:57.10417175293rem;left:6.5625rem;z-index:15322;display:none; }
 }@media only screen and (max-width: 763px) { #GAheskT5R0nB2NqldyXkX1y4vrd6cpsa { width:3.1875rem;height:3.1875rem;top:3.909375667572rem;left:16.812501728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2ZOyM7wvSsyy9ucxAqVoPlEiUO4zUz { width:3.125rem;height:3.125rem;top:5.1242218017578rem;left:12.406250536442rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #wcgsBbxS1iPE43SWnM3tXtWnrgOWBMGn { height:9.75rem;width:17.4375rem;top:21.53125rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIefn2FccHyxreBCDLbgPL7OLMOkFfaZ { width:2rem;height:2rem;top:18.129165649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trrzpm1sRTTUdyFWCtVKWTrxugWBOCcp { width:10.75rem;height:5.625rem;top:107.47917175293rem;left:7.6242198944094rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lrTCJDsW3VJhMyunyFUF7oql85rKX1uX { width:1.8125rem;height:1.9375rem;top:17.188542842865rem;left:15.566667377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpg0a4DE2GMG1Qn9CaqIorNun8dtUmNM { width:2.5rem;height:2.6875rem;top:31.814586162567rem;left:17.500001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6GbiogdEvTpKgGvmiBTSgO1l4yeHBs { width:2.0625rem;height:2.125rem;top:27.37500333786rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #iIRif7BZzofVq67305pEe4JocJDiNMpX { width:10.8125rem;height:3.6875rem;top:16.35546875rem;left:4.5625000596046rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(180deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(180deg, #ec5084, #ffa07b);background-size:auto !important;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCTmRWJCgPaalg55t2ugsr3tZOMToqZQ { width:10.8125rem;height:3.6875rem;top:30.675003051757rem;left:4.5937502980232rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(180deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(180deg, #ec5084, #ffa07b);background-size:auto !important;z-index:15007;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ19JabNT12HrnJbhzQTOGplZgvif8ZK { height:9.75rem;width:17.4375rem;top:35.625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TafAVDxZeICORH10Xaz7gTH23aKqdwMo { width:10.8125rem;height:3.6875rem;top:44.737510681153rem;left:4.5312502980232rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -moz-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -ms-linear-gradient(180deg, #ec5084, #ffa07b);background-image: -o-linear-gradient(180deg, #ec5084, #ffa07b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5084', endColorstr='#ffa07b' );";background-image: linear-gradient(180deg, #ec5084, #ffa07b);background-size:auto !important;z-index:15010;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fzCEv7L345EITxQkyyr406QrgHMJuX { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Q2zkI7FxTMpZhHedT1FXW69Tc9qFmrqP { width:14.3125rem;height:3.625rem;top:19.625rem;left:2.8125rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #NFxL6xCaDHFagkBsWGWFZnDDltZEAbHx { width:6rem;height:6rem;top:49.675010681153rem;left:6.9375002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdJwbQZW0ydeavTx4TyXxiovMLr5yO7H { top:0.93641281127931rem;left:1.2500000596046rem;width:17.5rem;height:0.124783125rem;z-index:15359;background-color:rgba(69,5,106,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:1rem;top:51.2509765625rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #s0fshDmUgkIIzGIU5O1A9VBOl7wJ3Cpw { width:11.1875rem;height:2.4375rem;top:46.59765625rem;left:4.40625rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #Zzf4zWH7s7xA3ryZPZsqVeVwhLSs75Rq { display:block; }
 }@media only screen and (max-width: 763px) { #x3ZTMorhX9FA8E4aQLhIZFl7bliOcP46 { width:11.1875rem;height:2.4375rem;top:32.376953125rem;left:4.3125rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #O3azZpwi1DBslAg6mVLL5AJob5nvrSSL { display:block; }
 }@media only screen and (max-width: 763px) { #PrVHNdZSRpEZklPuefZbNS2MMwq5bCst { width:11.1875rem;height:2.4375rem;top:17.91015625rem;left:4.40625rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #uvqR26tMwzBQyPsMMATKmuIhS1sNDVpv { display:block; }
 }@media only screen and (max-width: 763px) { #JixmqLat53MhTg6MvUkEGSB2hlzqdz2s { 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; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row .container { background-color: transparent; background-image: none; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row .container > .video-iframe-container { display: none; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row > .video-iframe-container { display: none; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .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); }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row .container { border-width: 0; border-radius: 0; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JixmqLat53MhTg6MvUkEGSB2hlzqdz2s > .row .container { width:20rem;height:18.146881103516rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMqLki2hICkzWLGbQfTKvOZ1Z7KNlue7 { 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) { #kXsTLLW2Do033A9M7McgTND2kJ1FkpHG { display:flex;width:0.99935rem;height:0.99935rem;top:3.3997402191162rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #cLSD3UsVXnSreVfqktMtSmCILiZ851qK { 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) { #f3o1gVFqWdff1WxHAyNT6K4Fy1rokOMt { 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) { #GokcouKEMP5QrXnVJIh5CqxQdKSo6yTm { 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) { #io5arJaUHZ5mFsmAeH8gN4U7mRDg2QUK { 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) { #F2KpxU2wQXqEoNsrT0yKnSwLeJ28FLkn { 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) { #HCZ7QZMLxkL03WG3vi6wgVMlRJEyFuTo { display:block; }
 }@media only screen and (max-width: 763px) { #tMlptdV0XVilF1XAKPoM8FZTnh3X55fT { 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) { #bGah4fdCLWIhZAm7ndEXXafHQHOqyTgF { 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) { #yII0yocC5xoVz4F6tHlyJmQZLIPOnZn0 { 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) { #kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX { 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; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container { background-color: transparent; background-image: none; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container > .video-iframe-container { display: none; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row > .video-iframe-container { display: none; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .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); }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container { border-width: 0; border-radius: 0; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVfTGdxH3bwA6wrtD5bTmoeaQU6FBTgX > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRZzhTHGDbvHaI0UV0ydbSTE5lG4rFLv { 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) { #AnbSkcyBZPu3IetP2v4BIqyaTFHzHhIt { display:flex;width:2rem;height:2rem;top:1.189453125rem;left:17.0595703125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #ihHQkGl77JCJWbMkSBiKDfONnPG0QUIC { 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) { #JCo6ExA80P2N1koUcoW3emHX1FMkRCHQ { 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) { #HHkFvBiwVkLpPik7MobbKayRWR4g0TiX { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO { 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; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container { background-color: transparent; background-image: none; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container > .video-iframe-container { display: none; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row > .video-iframe-container { display: none; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .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); }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container { border-width: 0; border-radius: 0; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxRt014L4Uhiz0cL7VxNV49wPLVAIDLO > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEpzckAc7Vm2ukmJSSVHgpBPfaFNPruK { width:18.5rem;height:1.0004875rem;top:1.6848945617676rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.0;display:block; }
 }@media only screen and (max-width: 763px) { #vXkJrPHxWeSHOB0ETA4XFTzfhe26utgb { width:17.3125rem;height:2.45rem;top:3.2330741882324rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oqqhLwz2DzwNbVslNBIXbMp0G6Vufa4B { width:18.25rem;height:2.4rem;top:12.0625rem;left:1.1226561665535rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XyBQxbdxTlaHCOJ9nHmfJRL7tp8N05Th { width:17.8125rem;height:6.125rem;top:15.182292938233rem;left:1.1848958730698rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ETnzHRrK5y5qgfefAztlJMJbDl8eN6a7 { width:18.375rem;height:1.2rem;top:7.1871185302738rem;left:1.1249999403954rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffbf0f;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wbdf1d5VKLhzCgwmvnfm5XRISRShkiaB { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhcXBCMzc657vgGuOzttUxSDR4XDxyPT { 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) { #UZA3Qg60NtcSCs1n1MrXXNT0cqsDUZVb { width:17.6875rem;height:1.2rem;top:22.447265625rem;left:1.1249999403954rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AuyWETklsVvCo5DsEPIKmqcupBgvZSZS { width:17.75rem;height:4.9rem;top:24.181259155274rem;left:1.1249999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QLlAUmgka4WfFkKAO4FKH1GyT4ECNGCa { width:17.5rem;height:2.275rem;top:8.87109375rem;left:1.1402342915535rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g1NQI9RbIP0SerVnapqAu5cf0VVhybTK { 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) { #HQq7SdFFD9gSRJgsQJd38m3DWSfuMvT9 { width:20rem;height:4.9rem;top:30.331251525879rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OaCgHsTvyyV34RBTA0gOInlyvRCRQS5J { width:20rem;height:4.9rem;top:36.481251525879rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi { 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; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container { background-color: transparent; background-image: none; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container > .video-iframe-container { display: none; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row > .video-iframe-container { display: none; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .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); }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container { border-width: 0; border-radius: 0; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bv4yx1pm8yx1QiDWuMXViQRZu68JeeIi > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwCZyOoo1qANmg9HbhTeT3hDPMXEK9pR { 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) { #ZC3HoJv8tZsbvch240UKLfw0TA2aVtx2 { 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) { #ZsqtdpdKXozMehdsHxEK5aqunIQiVshI { width:19.875rem;height:3.5625rem;top:19.515622998047rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPfi73UDD4IJhphPKewqpMMuuG9rfzIe { 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) { #dtJHODWTgUT3srVJoMyuzxPsbtH3BQ7a { width:19.875rem;height:3.3125rem;top:0.76249885559081rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #rUr4IFW2MMtDiuQfNKv1yDrLq0uCrCqZ { display:block; }#rUr4IFW2MMtDiuQfNKv1yDrLq0uCrCqZ > .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.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }