.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:52,97,197;--color-primary-1:31,128,209;--color-primary-2:53,91,162;--color-primary-3:33,69,164;--color-primary-4:8,93,169;--color-secondary-0:255,95,181;--color-secondary-1:237,85,167;--color-secondary-2:255,58,128;--color-secondary-3:206,21,90;--color-secondary-4:178,48,118;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { 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; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.62500005960463rem;left:4.1875rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { 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.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);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;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(1deg, #eafff8, #f6f6ff);background-image: -moz-linear-gradient(1deg, #eafff8, #f6f6ff);background-image: -ms-linear-gradient(1deg, #eafff8, #f6f6ff);background-image: -o-linear-gradient(1deg, #eafff8, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafff8', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafff8', endColorstr='#f6f6ff' );";background-image: linear-gradient(1deg, #eafff8, #f6f6ff);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:21.75rem;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; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { color:rgba(23,34,121,0.84);display:block;width:27.9375rem;position:absolute;font-family:"mukta extrabold";font-size:2rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:7.4281249046325rem;left:42.00417137146rem;height:0;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; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { box-sizing:content-box;height:18.125rem;width:18.125rem;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:15098;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ffff', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#95ffff', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(160deg, #95ffff, rgba(var(--color-secondary-0),1));background-size:auto !important;top:2.125rem;left:13.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { position:absolute;display:block;z-index:15312;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.25rem;top:2.4906234741211rem;left:4.060417175293rem;overflow:hidden;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:8.9375rem;width:6.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:3.53125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:block; }
#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; }
#ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { box-sizing:content-box;height:1.4375rem;width:6.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e8f199', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e8f199', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(226,232,241,0.6), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:3.4718742370606rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { position:absolute;display:block;z-index:15317;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:19.0625rem;width:23.5625rem;top:1.78125rem;left:11.093751907349rem;overflow:hidden;display:block; }
#CMk9VEEukZWcUcJChR0vM6wHGscrMDi3 { color:rgba(23,34,121,0.84);display:block;width:27.9375rem;position:absolute;font-family:"mukta extrabold";font-size:1.8125rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:5.0625rem;left:44rem;height:6.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBsaVE8URrgnusEdL8o7Rxcfzv7Ud3Xq { 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.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:#363b64;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2rem;text-decoration:none;z-index:15352;text-align:center;text-align-last:center;top:12.875rem;left:50.625rem;display:block; }
#Fis4SNHG5iBDtelWD2GI0qkHBrDuIKwd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H525PBnZlDVOuK4SNIgBc88I038oRso7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -moz-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -ms-linear-gradient(180deg, #ffb300, #ffdc00);background-image: -o-linear-gradient(180deg, #ffb300, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffdc00' );";background-image: linear-gradient(180deg, #ffb300, #ffdc00);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:4.25rem;text-decoration:none;z-index:15350;text-align:center;text-align-last:center;top:14.8125rem;left:50.625rem;display:block; }
#Av75b1AlvnQqT6nI8btaHMwTuP1L8Aeq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQOT82KcrfqZ3hM4XBstmSMaF5Uxg9wx { position:absolute;display:block;z-index:14998;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:2.625rem;width:3rem;top:3.6145834922791rem;left:27.653127670288rem;overflow:hidden;display:block; }
#Epas3fDmGr11QN6yozGhAqS3o6Ww0qzB { position:absolute;display:block;z-index:15319;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:2.75rem;width:3.1875rem;top:11.250000953674rem;left:10.254167556762rem;overflow:hidden;display:block; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f6f6ff, #eafff8);background-image: -moz-linear-gradient(360deg, #f6f6ff, #eafff8);background-image: -ms-linear-gradient(360deg, #f6f6ff, #eafff8);background-image: -o-linear-gradient(360deg, #f6f6ff, #eafff8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ff', endColorstr='#eafff8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ff', endColorstr='#eafff8' );";background-image: linear-gradient(360deg, #f6f6ff, #eafff8);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; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { border-width: 0; border-radius: 0; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { font-size:0.875rem;font-family:arial;height:93rem;width:75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { 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; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { 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; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { 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; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { 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; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { 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; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { color:#433c93;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; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { 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; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { box-sizing:content-box;height:5.6875rem;width:10rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #30a6c1, #74dfc3);background-image: -moz-linear-gradient(90deg, #30a6c1, #74dfc3);background-image: -ms-linear-gradient(90deg, #30a6c1, #74dfc3);background-image: -o-linear-gradient(90deg, #30a6c1, #74dfc3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a6c1', endColorstr='#74dfc3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a6c1', endColorstr='#74dfc3' );";background-image: linear-gradient(90deg, #30a6c1, #74dfc3);background-size:auto !important;top:5.90625rem;left:3.0625rem;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; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { box-sizing:content-box;height:5.6875rem;width:5.8125rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74dfc3', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#74dfc3', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.9062480926514rem;left:12.937501907349rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { box-sizing:content-box;height:5.6875rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(70deg, 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(70deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.90625rem;left:15.6875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { box-sizing:content-box;height:2.0625rem;width:2.0625rem;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:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.5937480926512rem;left:4.3718757629394rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { color:#2e7d7f;display:block;width:0.8125rem;position:absolute;font-family:"mukta extrabold";font-size:1.5625rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:7.6562480926512rem;left:5.0010414123535rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15122;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #30a6c1;top:8.1123046875rem;left:7.8779296875rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4cFtOnM83FTDDrlDQHTImezH2K73HkT { color:#172279;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.5009765625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { box-sizing:content-box;height:5.6875rem;width:17rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #30a6c1, #74dfc3);background-image: -moz-linear-gradient(90deg, #30a6c1, #74dfc3);background-image: -ms-linear-gradient(90deg, #30a6c1, #74dfc3);background-image: -o-linear-gradient(90deg, #30a6c1, #74dfc3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a6c1', endColorstr='#74dfc3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a6c1', endColorstr='#74dfc3' );";background-image: linear-gradient(90deg, #30a6c1, #74dfc3);background-size:auto !important;top:13.059373855591rem;left:8.8125019073488rem;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; }
#IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { box-sizing:content-box;height:5.6875rem;width:39.75rem;position:absolute;display:block;z-index:15005;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:13.059375524521rem;left:24.504167556762rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:3.75rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:3.75rem;display:block; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { box-sizing:content-box;height:2.0625rem;width:2.0625rem;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:15111;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.935415267944rem;left:10.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { color:#2e7d7f;display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.5625rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:14.997915267944rem;left:10.250001907349rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { color:#172279;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15127;line-height:1.3;letter-spacing:0;top:14.628125905991rem;left:22.375001907349rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { box-sizing:content-box;height:5.6875rem;width:5.25rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#74dfc3', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#74dfc3', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #74dfc3, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:13.064584732056rem;left:25.375001907349rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, 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(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { 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; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { 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; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { 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; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { 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; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { 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; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { color:#546297;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; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { 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; }
#hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15335;opacity:1;top:9.5625rem;left:46.875rem; }
#tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:12.343750715256rem;left:5.4416675567627rem; }
#dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { color:#172279;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:11.563369750976rem;left:29.562500953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { 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; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { 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; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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;border-left:0;border-right:0;border-bottom:0;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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;border-left:0;border-right:0;border-bottom:0;display:none; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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;border-left:0;border-right:0;border-bottom:0;display:none; }
#vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { color:#172279;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:11.563369750976rem;left:29.562500953674rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;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;border-left:0;border-right:0;border-bottom:0;display:none; }
#FbD5kt8WVo0FATEpOeFTfEyQaBTLXqpb { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15123;line-height:1.;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(67,104,88,0.46);top:14.050000905991rem;left:13.218751907349rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpmkdqJOGHqBFgRa2eezXLorky39am2z { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15338;opacity:1;top:20.463543653488rem;left:15.687501907349rem; }
#lW0ImP2UBab3zHB9kSH6VkU0SnI41E6V { box-sizing:content-box;height:14.125rem;width:23.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(0deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(0deg, #ffffff, #ffffff);background-image: -o-linear-gradient(0deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(0deg, #ffffff, #ffffff);background-size:auto !important;top:19.811459064484rem;left:14.720834732056rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #ff71d1;border-left:0.3125rem solid #ff71d1;border-right:0.3125rem solid #ff71d1;border-bottom:0.3125rem solid #ff71d1;display:block; }
#Mr8gCUdBtfeyhS2hd4VzEy75POkmhssA { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:20.463541030884rem;left:20.000001907349rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JhIJteu1Acw0JNSpyL5uvomh08xTKTIg { color:#561a15;display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:22.567709922791rem;left:21.441667556762rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EqyAF8pkuQDsOL42o9FKNnS15oHJNBfK { color:#561a15;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:26.750000476837rem;left:17.312501907349rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iV11FzV5QCZazJDZgNQuZRLpMyZrst6f { color:#561a15;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:30.875002384186rem;left:17.250001907349rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4BCb9dwuB1DbKFJhBFRrW5rdZskSRMa { color:#561a15;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:22.367709159851rem;left:27.066667556762rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZFvAwnTofqxWBN0mlsKgBXSvDkAF7X7 { box-sizing:content-box;color:#5d92ff;font-size:3.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15337;opacity:1;top:20.750000715256rem;left:42.906255722046rem; }
#XbNVH764DdARgoUZAHSyQqC3SzXkCSNa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:26.887501478195rem;left:14.754167556762rem; }
#AvsVddLrKDNnm9ApglrHSF9ol3bNGPwo { box-sizing:content-box;height:5.4375rem;width:23.625rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(193deg, #ffe6f6, #ff71d1);background-image: -moz-linear-gradient(193deg, #ffe6f6, #ff71d1);background-image: -ms-linear-gradient(193deg, #ffe6f6, #ff71d1);background-image: -o-linear-gradient(193deg, #ffe6f6, #ff71d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6f6', endColorstr='#ff71d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6f6', endColorstr='#ff71d1' );";background-image: linear-gradient(193deg, #ffe6f6, #ff71d1);background-size:auto !important;top:19.812500715256rem;left:14.752084732056rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ITp09yUqKPbk1puH2sUmyUPNintFpzrC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:30.950001478195rem;left:14.754167556762rem; }
#M99QbWJG658bP9u5Cs7co3rqmf8yrqtR { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, #ffffff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, #ffffff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:22.187500715256rem;left:41.375001907349rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #2fd7ff;border-left:0.3125rem solid #2fd7ff;border-right:0.3125rem solid #2fd7ff;border-bottom:0.3125rem solid #2fd7ff;display:block; }
#SpkqNZMHV7Rnpq0izd3AZ7hCgmB3HIcf { box-sizing:content-box;height:5.5rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(186deg, #d0ebff, #2fd7ff);background-image: -moz-linear-gradient(186deg, #d0ebff, #2fd7ff);background-image: -ms-linear-gradient(186deg, #d0ebff, #2fd7ff);background-image: -o-linear-gradient(186deg, #d0ebff, #2fd7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ebff', endColorstr='#2fd7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ebff', endColorstr='#2fd7ff' );";background-image: linear-gradient(186deg, #d0ebff, #2fd7ff);background-size:auto !important;top:19.812500715256rem;left:41.375001907349rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sIF1Z4RQg1NQ8Breb7AUlDFs3Gs9Tq9u { color:#3d3a56;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15129;line-height:1.3;letter-spacing:0;top:20.737501859665rem;left:47.500005722046rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATTFkDXaKBKSxU0FUDmxM8t9mqdZt1Od { color:#3d3a56;display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:22.875000715256rem;left:47.437505722046rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OL7kqc6xBUTDu5KALIvzBAUThxERz8fc { color:#3d3a56;display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15130;line-height:1.3;letter-spacing:0;top:22.500000953674rem;left:52.437505722046rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSGKE8OATg7s2bQxI0zK3gTRTVBpgsno { color:#3d3a56;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15131;line-height:1.3;letter-spacing:0;top:27.062500715256rem;left:43.281255722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JMgShNs0VoV10m4kIWOtQI05InWsHR02 { color:#3d3a56;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:30.937500715256rem;left:43.531255722046rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JKwpL4s1sAlZpODWbuGWJ66dFTGSUM5r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:27.125000715256rem;left:41.406251907349rem; }
#A3uawUmMJ1UuRLDGKorVCAXQ0mDdeTfX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15342;opacity:1;top:31.012501478195rem;left:41.437501907349rem; }
#CcDyiuyqlXb6kLZWgmyK7elQOiImIqSb { color:#172279;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.4970703125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { color:#172279;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:37.043752193451rem;left:30.191667556762rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(229,212,200,0.3), #2fd7ff);background-image: -moz-linear-gradient(180deg, rgba(229,212,200,0.3), #2fd7ff);background-image: -ms-linear-gradient(180deg, rgba(229,212,200,0.3), #2fd7ff);background-image: -o-linear-gradient(180deg, rgba(229,212,200,0.3), #2fd7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#2fd7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c84c', endColorstr='#2fd7ff' );";background-image: linear-gradient(180deg, rgba(229,212,200,0.3), #2fd7ff);background-size:auto !important;top:41.312502384186rem;left:57.500005722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#BAusxKsxMNPhKt6wuQHyv7JDZ7Ga69mP { position:absolute;display:block;z-index:15216;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:2.0625rem;width:8.375rem;top:43.0625rem;left:57.000005722046rem;overflow:hidden;display:block; }
#zgIBfUw5ERPtZZZBRn5nGW4Xy6TxhQ6T { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:46.500002861023rem;left:58.187505722046rem;display:block; }
#bFBiNSGdrPAhGWAsvLJ5rFkTZ7yqdrOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15292;background-color:#dfb947;background-image:none;top:49.375002861023rem;left:41.375005722046rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:49.500001907349rem;left:42.625005722046rem;height:1.4625rem;font-style:normal;display:block; }
#gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.625rem;top:51.125003814698rem;left:42.000005722046rem;overflow:hidden;display:block; }
#TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #2fd7ff, rgba(229,212,200,0.3));background-image: -moz-linear-gradient(18deg, #2fd7ff, rgba(229,212,200,0.3));background-image: -ms-linear-gradient(18deg, #2fd7ff, rgba(229,212,200,0.3));background-image: -o-linear-gradient(18deg, #2fd7ff, rgba(229,212,200,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c84c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c84c' );";background-image: linear-gradient(18deg, #2fd7ff, rgba(229,212,200,0.3));background-size:auto !important;top:50.312501907349rem;left:40.312505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:55.562503814698rem;left:40.937505722046rem;display:block; }
#gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fiO6AlRbe72XOmN0D92DCFrT8x3RgTMK { color:#561a15;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:37.350000143051rem;left:3.4968757629394rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { position:absolute;display:block;z-index:15221;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:2.6875rem;width:6.6875rem;top:43.187501907349rem;left:49.625005722046rem;overflow:hidden;display:block; }
#HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(215,215,248,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(215,215,248,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(215,215,248,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(215,215,248,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#d7d7f835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#d7d7f835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(215,215,248,0.21));background-size:auto !important;top:41.312502384186rem;left:48.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#d9Ad297a99GzuOGOzfZTrwAoPtrSLbWH { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15293;background-color:#dfb947;background-image:none;top:40.750002384186rem;left:50.375005722046rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:block; }
#WZzufLb7VphTLITpRpFObytcBGHLDWsw { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:40.937502384186rem;left:51.625005722046rem;height:1.4625rem;font-style:normal;display:block; }
#T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15296;text-align:center;text-align-last:center;top:46.562502861023rem;left:49.750005722046rem;display:block; }
#X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -moz-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -ms-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -o-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );";background-image: linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-size:auto !important;top:41.125rem;left:18.25rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#VwT0DTK4QpkLEDxHvGDxSRdEDTPPyN1d { position:absolute;display:block;z-index:15223;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:2.75rem;width:7.6875rem;top:42.812498092651rem;left:18.625001907349rem;overflow:hidden;display:block; }
#EymyaMXIgMWa83sgsepl0EV3UzpR0gG1 { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:46.312502861023rem;left:19.129167556762rem;display:block; }
#TrBa8PczXfMiba5RptalBImA8oo5tNKU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTmN9vVV23M2oN1mkMEZcgpesPFI8Kxa { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.75rem;top:50.000003814698rem;left:10.312501907349rem;overflow:hidden;display:block; }
#eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -moz-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -ms-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -o-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );";background-image: linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-size:auto !important;top:49.750002861023rem;left:9.7500019073488rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#PCZTbNgCmiT8bv8d985vII98w0zBygco { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:54.750001907349rem;left:10.500001907349rem;display:block; }
#nTr439ErXmEfRuwWoM2T1Bn4Ub2wX1Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psp7AGq7FdS32qpHpe4K6uGI9lBlueoI { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));background-size:auto !important;top:41.3125rem;left:40.3125rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.125rem;top:41.6875rem;left:39.3125rem;overflow:hidden;display:block; }
#vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:46.4375rem;left:41rem;display:block; }
#dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:6.75rem;top:49.437502861023rem;left:18.691667556762rem;overflow:hidden;display:block; }
#IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15294;text-align:center;text-align-last:center;top:54.750001907349rem;left:19.062501907349rem;display:block; }
#SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOo9SlUdJ0c4gGgbn6zHrkZ5QG4UTK5v { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc335' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));background-size:auto !important;top:49.712502479553rem;left:18.250001907349rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#pk2Fxe5mbkCZhruimmNWXCwP63IuBOmT { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#G6s6Q7TMsUDg4kvmJf1x0tdSLPsFn3sZ { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:46.375rem;left:10.375rem;display:block; }
#D0GlyDq0vAIHMhmGEgVRu8nKCV7SG4I0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKxHwZd5rWvBAxCPyLdBCM9KbT5y0Aa1 { position:absolute;display:block;z-index:15228;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5.75rem;top:41.504168987274rem;left:11.191667556762rem;overflow:hidden;display:block; }
#XiBpciecy2tdCknQp2O7n3KEzPv5bun1 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#ffe09d35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#ffe09d35' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(255,224,157,0.21));background-size:auto !important;top:66.687505722044rem;left:49.125005722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#S0oCDTytfRBkbLDqltdKrFxm5iuHdMEO { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:71.875005722044rem;left:49.937505722046rem;display:block; }
#DzvfqmvbNpFUEJfAaNoo3wvTWh00bPiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gr2gmIgrfTitCeG0pKmoUoIUR2wRg6lG { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.8125rem;top:67.250005722044rem;left:48.437505722046rem;overflow:hidden;display:block; }
#TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.625rem;top:58.937503814698rem;left:19.312501907349rem;overflow:hidden;display:block; }
#rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15297;text-align:center;text-align-last:center;top:63.1875038147rem;left:19.125001907349rem;display:block; }
#IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHc4OAWFtwqbQmHyhk7I6RuK3ACUT8xD { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc335' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc335' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.21));background-size:auto !important;top:58.125003814698rem;left:18.375001907349rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#KTvMFy22JILPMBPUkVBfTwUHHUC3di82 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:21.375rem;left:4rem;display:none; }
#QJGqOO9gwWT7guTynRBWfZPQJ8ZNEy5X { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:18rem;left:4.8125rem;display:none; }
#U6GZMTZlS1ziiAF4Fd7o9wx7cDhKqOSm { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -moz-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -ms-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -o-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );";background-image: linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-size:auto !important;top:41.125rem;left:26.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#pJeNbJhC2pJWDhk7HZeHTS38uOh3ScnH { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -moz-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -ms-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -o-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );";background-image: linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-size:auto !important;top:58.187503814698rem;left:27.000001907349rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#CwD0Mk8Rzyv6GVSQwv3OpibUTZI7iZ0m { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -moz-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -ms-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -o-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );";background-image: linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-size:auto !important;top:58.125003814698rem;left:9.8125019073488rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#P6D2G3WSQfGZNx6PThJV7zshshNSLZqc { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -moz-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -ms-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -o-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );";background-image: linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-size:auto !important;top:49.837502479553rem;left:26.666669845581rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#r0UG6wkJMOPKQFqM6lFHPHCFThG9e6Cw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15340;opacity:1;top:34.032294034958rem;left:24.504167556762rem; }
#yMiTh6JI0hQJNLTKwzTWKRFKQfGsXuw8 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:50.5rem;left:49.125rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#SV8X5UEEKiTXLUb4PAiWZae9fgCsaJbD { position:absolute;display:block;z-index:15215;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:2.8125rem;width:7.375rem;top:59.150005340576rem;left:10.129167556762rem;overflow:hidden;display:block; }
#qFVTgw3qIIn29HbUotZSAlKLmqtDT0fl { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7rem;top:50.656251430511rem;left:49.44167137146rem;overflow:hidden;display:block; }
#BcdE9dUoVDgGHgHws9v8K4bd2BiP4R5F { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:50.25rem;left:58rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#VZcvHnDHyUKKbos3ItmoIvc02fUSHlNh { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d4c8', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #e5d4c8, rgba(229,212,200,0.21));background-size:auto !important;top:56.500001907349rem;left:22.812501907349rem;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.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:none; }
#itt7mwrZZiFZTP6rVZTDTTZRMQiNd3N1 { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.875rem;top:59.356252670288rem;left:41.94167137146rem;overflow:hidden;display:block; }
#sLMwgIIfLVoFBW3pPswvqtRIvfR42zdV { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:40.562502384186rem;left:27.254167556762rem;overflow:hidden;display:block; }
#uUBV0sAGyTNAzPt2RZOq9cDEGxL1wHBM { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.1875rem;top:51.125rem;left:57.5rem;overflow:hidden;display:block; }
#DT3472NkzyTka336FWJVuTRwsiugpQ2N { color:#172279;display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:90.18750834465rem;left:6.5625019073488rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { color:#172279;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:88.125000715256rem;left:6.5625019073488rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15315;opacity:1;top:88.125000715256rem;left:3.3125rem; }
#FdQ0Fso0ed1RtZC8cZaGX3Md4Ka6WCw8 { color:#172279;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:78.087512969969rem;left:9.0000019073488rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlnytJm37y4r5wi4uZTOUqtFqXdzxptT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15339;opacity:1;top:18.745834112168rem;left:37.812501907349rem;display:none; }
#q0EFrFgsvCUJvQt555TMG7H8ssXhy4JT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15341;opacity:1;top:34.032294034958rem;left:51.500005722046rem; }
#dyvJTsfeiOq4hNzhqvmiefJmk6ltLEd8 { box-sizing:content-box;height:1.875rem;width:5.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.4);background-image:none;top:22.217709541321rem;left:27.004167556762rem;box-shadow: 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; }
#DDS6kGP4KM1PBAh7Wo59OnUeU9LJ2wMf { box-sizing:content-box;height:1.875rem;width:3.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.4);background-image:none;top:22.470835447311rem;left:52.466665267944rem;box-shadow: 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; }
#E1DUNKKIu75Pn5D02kQBiG4d9NU9V2Pb { position:absolute;display:block;z-index:15228;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:6.125rem;top:58.968755722046rem;left:28.066667556762rem;overflow:hidden;display:block; }
#OE371LVtSQlezFZOgHqCygbNfHvpIJzL { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -moz-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -ms-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-image: -o-linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc34c', endColorstr='#ff71d1' );";background-image: linear-gradient(180deg, rgba(255,255,195,0.3), #ff71d1);background-size:auto !important;top:66.487501144406rem;left:18.375001907349rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:block; }
#yu5Sf3JsqZoox9Tx9MNi0UeZlJD4ZfBH { position:absolute;display:block;z-index:15217;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:4rem;width:6.75rem;top:67.068754196169rem;left:19.125001907349rem;overflow:hidden;display:block; }
#SioaiTbcwsL8G3nMf8BygmQ8iTukCa5o { position:absolute;display:block;z-index:15218;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.375rem;top:49.625002861023rem;left:27.129167556762rem;overflow:hidden;display:block; }
#e94AKWghXwszku2pon2fBVroq9hDZhdJ { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:46.133337020874rem;left:27.404169082642rem;display:block; }
#psZqOISaxD1a0ydspy9NyEpunDVhdUKl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGZqDMVV3IV3T9u3LbQMTTuiss3NGTa9 { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15295;text-align:center;text-align-last:center;top:54.883337020874rem;left:27.403127670288rem;display:block; }
#V5gAFxCzoK1SVoEJWJIiHCBOQTrXVcVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lgl1QSJOp5Zq0tEtStT8sovbaORr6E6I { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:63.1875038147rem;left:10.500001907349rem;display:block; }
#KXoTfqNmH7wdSKuM1f9l8l2FFIFxNBZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udosMJQ87CthTrhrlkDKs1cP1DZDl1n2 { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:63.195837020875rem;left:27.778127670288rem;display:block; }
#MdaQrm6yRToUiDh3OZiLM360rNDIJfrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2WHx0EwmtwtHDT2OkRowEWFaHT7WGSy { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2.125rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:71.491666793825rem;left:19.129167556762rem;display:block; }
#ivwILkzFhBIxfNvikr2RpHZlmLPlebP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wmlg2GFh7yqUXl9bsVBpZQAT0ff0yPT3 { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15302;text-align:center;text-align-last:center;top:55.625rem;left:49.9375rem;display:block; }
#o4Tz6Vk22qy0lD2B4bf3k2MGgxxcSUkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfAbz3oVxw4wuIkrs2F7OleFK8r7irpV { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15298;text-align:center;text-align-last:center;top:55.5625rem;left:58.75rem;display:block; }
#VEQQ4zfS18yPrAx9omO2OpIUe4TxcX9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgJrLUdS2b6CPIUHMM5BE6c422Km20kB { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.6875rem;left:40.3125rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#qi4yhCCrEyZAfwmnlr4SZcCSMzfP0VEy { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15299;text-align:center;text-align-last:center;top:63.875rem;left:41.125rem;display:block; }
#URhoQJhraazXHpmQl0BM8Kg5qrVAkSTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HI03ML3bdVFK9daIiplh6XSvnxhRhM0f { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.6875rem;left:49.125rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#g0JnBkC0fsTIKUetEPgP1vxT2In5dHfu { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:63.8125rem;left:49.9375rem;display:block; }
#SW50sQ0cfAh3AF5kDAHfNZIWh8bboSw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4s5AMHHLF44czeu5X7ppmOZe7xgUBSu { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.3125rem;top:59.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#rhr5nb2sqNT0i5XSNX93WpXRV4B5E9Bo { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#s5AQqch22XLHily7qrssyt4H9OOimHG9 { position:absolute;display:block;z-index:15230;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:5.5rem;top:59.004169464111rem;left:59.287504196167rem;overflow:hidden;display:block; }
#mcaKqw1UGNkTWvQ8nshT2JXKEJnSbWEu { 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:6.0625rem;border-top-right-radius:6.0625rem;border-bottom-left-radius:6.0625rem;border-bottom-right-radius:6.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:6.75rem;height:2rem;text-decoration:none;z-index:15301;text-align:center;text-align-last:center;top:63.7500038147rem;left:58.716672897339rem;display:block; }
#T2tqTQOaDlePHRrzpy43aBIFLXs0cJXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1IIFtAJDxWKCdKq2EilHzfog34FgEFF { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#pnVyTBwyzOphgT5ZghRDsvosHxf7SPhl { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#frCkoOGdR4A0qkRKmgGQswUdcUPBPaof { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#lDdzgSTM3DeIhMLFaWQxoI8Hs5srGNRU { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#cLD7SeJZUnEqX6Xo2pnU1Oi3ml4t7P9C { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#OKOskI0aqIEdVMq6738xMvQRQlzPWw96 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#JHEqaUaRgREpydXyf3ySlXUaaS6HbZII { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#fIsWZm0gVtDxMadVfvQ38UCgrw7nPlPd { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#CCginexNcWErQvnpBZdqXROBWZ6g6V8d { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#OUXafKiQbCxsubWZWXTN5fcmTvL8oHt3 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -moz-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -ms-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-image: -o-linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fd7ff', endColorstr='#e5d4c835' );";background-image: linear-gradient(360deg, #2fd7ff, rgba(229,212,200,0.21));background-size:auto !important;top:58.675003051757rem;left:57.937505722046rem;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.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#n380DcuE7JW7O8cN52Rw1iXedlfybWdG { box-sizing:content-box;height:1.625rem;width:6.0625rem;position:absolute;display:block;z-index:15293;background-color:#dfb947;background-image:none;top:40.750002384186rem;left:50.375005722046rem;border-top:0rem solid rgba(220,118,18,0.4);border-left:0rem solid rgba(220,118,18,0.4);border-right:0.1875rem solid rgba(220,118,18,0.4);border-bottom:0.25rem solid rgba(220,118,18,0.4);border-top-left-radius:1.25rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(220,118,18,0.35) ;display:none; }
#S4oWEZmpaJocT3mwnZd0LVUOfg3wkKJZ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:40.937502384186rem;left:51.625005722046rem;height:1.4625rem;font-style:normal;display:none; }
#IyxzWRebBC712WOHO1bBvZ8WLiounl20 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#Q0glK5elzP8EaO4l56TVC7l0P6ihwGMt { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#zvIXCdwTuRnWOROy316UOi8ttAVlTbMD { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#Py5vxP3NbIHBemqWCiNmGUdXAt4ZmHLP { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#PgUHnN6miJnqh4lJLdWGvH1CUaHEdTnp { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#n1vlkSTfmlP7eaXwTWnXbGrMqwcraPio { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#SgBKodvKdMhCPqfaNvGvp4kFxTtQIDGL { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#zr3Um041xSOwDh3Vz4MCuGNS2PJzUtdF { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#uHTr1urr21xn4ri1Ovhb6TDzobgeyNE5 { box-sizing:content-box;height:7.25rem;width:7.8125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -moz-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -ms-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-image: -o-linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff71d1', endColorstr='#ffffc34c' );";background-image: linear-gradient(360deg, #ff71d1, rgba(255,255,195,0.3));background-size:auto !important;top:41.1875rem;left:9.6875rem;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.25rem solid #ffccee;border-left:0.25rem solid #ffccee;border-right:0.25rem solid #ffccee;border-bottom:0.25rem solid #ffccee;display:none; }
#bA6R8y0oBQ9dTx8UGoRM2g3MbpSHrl78 { position:absolute;display:block;z-index:15319;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.25rem;width:4.25rem;top:11.250000953674rem;left:10.254167556762rem;overflow:hidden;display:none; }
#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { background-color: transparent; background-image: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .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); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { border-width: 0; border-radius: 0; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#czO5k8AC0buk2fKDmLB8XGPLOtk5RUpJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6500001623535rem;left:3.810417175293rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tWUbaxv8ChrGkKPTPpTyCBKzTJ1wy2bI { 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:7.63333375rem;left:3.685417175293rem; }
#MvCSmwJq54Sq0ODTfOM8uTofRo6bSr1k { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:2.3;letter-spacing:0;top:7.3937516882325rem;left:5.8937511444092rem;height:7.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngUhXgAWldOTsTuAmbJCRmHVFiiumrmz { 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:10.301043100586rem;left:3.685417175293rem; }
#hlTQtuDkPlCBLWhqT3JwBcPLUyJnhcJa { 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:13.110418863526rem;left:3.560417175293rem; }
#boCUcruQTbkW43CgMs94o1h6fBT0MZXK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:8.1375013067625rem;left:51.392713546753rem;height:2.7002rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kb4rSmvTD22AblsU6pb2Np74yKNkZThK { background-color:#e69f1d;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: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.5625rem;height:2.4375rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:12.356253214111rem;left:55.893751144409rem;display:block; }
#DSwBeoiRVFN4JqT9mTa3QFfHFWesXUE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rwDWZo9R0bt06zpJSz209Te9hxFKN64o { box-sizing:content-box;height:13rem;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.3947921469116rem;left:45.312505722046rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Woa0CtX1C0PoFlXNpEc2WNl1VHp30dtz { 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:17.125rem;width:12.9375rem;top:0rem;left:35.330385445935rem;overflow:hidden;display:block; }
#SzZeVN3WGtriuZAewEW3SVyLieXl6ODw { box-sizing:content-box;height:15.4375rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-size:auto !important;top:1.7697921469116rem;left:0rem;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;display:block; }
#ox2VrbzS7SQQdEIBUp1HIx8ekHDP2uis { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#Ob43ZLQaRPa13N27HFgqDi8FuyZHeTfA { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .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); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { box-sizing:content-box;height:15.8125rem;width:46.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-3),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-3),0.7));background-size:auto !important;top:0.1875rem;left:0.25rem;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;display:block; }
#ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { position:absolute;display:block;z-index:15045;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:2.75rem;width:10.1875rem;top:9.3083333969119rem;left:60.937505722046rem;overflow:hidden;display:block; }
#mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { position:absolute;display:block;z-index:15044;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:2.74956875rem;width:8.686rem;top:12.638543128968rem;left:61.687505722046rem;overflow:hidden;display:block; }
#VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { position:absolute;display:block;z-index:15149;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:10.8125rem;width:12.9375rem;top:3.8291673660278rem;left:46.687505722046rem;overflow:hidden;display:block; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.685546875rem;left:3.8125rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { box-sizing:content-box;height:7.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15021;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:8.2322931289675rem;left:48.438543319702rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { box-sizing:content-box;height:15.8125rem;width:27.3125rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),0.7), #444ea4);background-size:auto !important;top:0.140625rem;left:47.625005722046rem;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;display:block; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:3.0479173660278rem;left:59.942708969116rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { box-sizing:content-box;height:4.6875rem;width:8.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:15060;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.06979125rem;left:39.372892741147rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.adaptive-delivery-prevent-bg, #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.lazyload, #moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz.lazyloading { background-image: none; }
#B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.2489585876465rem;left:4.6875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.9658203125rem;left:3.6845703125rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.770834922791rem;left:19.879167556762rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#zRtJ7uuEPpAed6wz7x7n9ggPWb86pxq5 { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#E980wQbdf07CLNWyeazqPr2623FFxslu { box-sizing:content-box;height:12.5rem;width:12.5rem;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; }
#WLatcFfr7WQX81virhQzzOBJOKITQGu9 { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:4.1479034423828rem;left:3.7760410308838rem;height:1.3501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:9.1826171875rem;left:3.6875rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:12.6826171875rem;left:5.125rem; }
#fGvK1scL5pra0XHs2lONqdZChxBrPGUC { position:absolute;display:block;z-index:15166;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:13.625rem;width:8rem;top:2.3166666030884rem;left:50.659376144409rem;overflow:hidden;display:block; }
#Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.5864591598511rem;left:3.7770843505859rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { box-sizing:content-box;height:5.99935rem;width:7.0605625rem;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:15060;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/24b4af47-e183-4cc9-a421-22d43b4f4cae/winto_logo_podstawowe_walor_CMYK6.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.875rem;left:33.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.adaptive-delivery-prevent-bg, #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.lazyload, #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic.lazyloading { background-image: none; }
#XPTfTUUzdTDdI4luatB995XtNrObyD6T { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:mukta;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:3.5864591598511rem;left:3.7770843505859rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KWGm3Tx7hvXSTCsw5aSXvqclgEbHhpvJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:16.75rem;display:none; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -moz-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -ms-linear-gradient(180deg, #e6fcff, #f6f9ff);background-image: -o-linear-gradient(180deg, #e6fcff, #f6f9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fcff', endColorstr='#f6f9ff' );";background-image: linear-gradient(180deg, #e6fcff, #f6f9ff);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; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { background-color: transparent; background-image: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .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); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { border-width: 0; border-radius: 0; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { color:#31315b;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.34375rem;left:6.2156257629394rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { 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.46875rem;left:70.062505722044rem; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { 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; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { color:#31315b;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.796875rem;left:9.71249961853rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.56041717529297rem;left:1.7760410308838rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { color:#31315b;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:0.875rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { color:#053b67;display:block;width:37.5625rem;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.7500038146973rem;left:7.5000019073488rem;height:1.4625rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:11.687503814698rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#053b67;display:block;width:48.375rem;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:13.750003814698rem;left:7.4375019073488rem;height:1.4625rem;font-style:normal;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { color:#31315b;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.125rem;left:6.25rem;height:1.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.736328125rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.625rem;width:75rem;top:21.7802734375rem;left:0rem;display:none; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#053b67;display:block;width:27.4375rem;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.0625038146975rem;left:7.5000019073488rem;height:1.4625rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#HTfyJoiV9TMaT0o02IMVxm0tTvD59wTw { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:28.937503814698rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#HB4fUct76a7GWT6JbflgltVlX8p9PzIZ { color:#053b67;display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:31.187503814698rem;left:7.4375019073488rem;height:2.925rem;font-style:normal;display:block; }
#B6D9ZHJIncuQDdAHcbMFMyQI8eZB744X { color:#053b67;display:block;width:48.375rem;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:15.237501621246rem;left:7.4375019073488rem;height:1.4625rem;font-style:normal;display:block; }
#cdMhFu03NwT8IbHCxPBT1phiFGQz0Viq { color:#053b67;display:block;width:55.625rem;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:16.737501621246rem;left:7.4375019073488rem;height:2.925rem;font-style:normal;display:block; }
#N0RmxDaTwm1GgTHzoXRoCxHJ8CIWtcoW { color:#053b67;display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.175003528595rem;left:7.4375019073488rem;height:1.4625rem;font-style:normal;display:block; }
#Ff2sdJhwTGUsTzRNth79xvItppqsBeun { color:#053b67;display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.675003528595rem;left:7.4375019073488rem;height:1.4625rem;font-style:normal;display:block; }
#AiAyWPFDtR64xcz9TNSAsqlTZBHA7tV5 { color:#053b67;display:block;width:48.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.299999713897rem;left:7.5000019073488rem;height:2.925rem;font-style:normal;display:block; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;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; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .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); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { color:#31315b;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { color:#31315b;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6864471435547rem;left:4.3114585876465rem;height:3.675rem;font-style:normal;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { 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; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:14.75rem;top:1.84375rem;left:22.066667556762rem;overflow:hidden;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { box-sizing:content-box;height:10rem;width:34.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.74894714355469rem;left:1.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.3114471435547rem;left:16.748960494995rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6125030517578rem;left:16.964582443238rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:8.1875rem;width:34.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.560791015625rem;left:38.873291015625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { color:#31315b;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:4.7791676521301rem;left:40.87917137146rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFMFPzgAFF0wdJbqNExnyAT0MUEexyBc { color:#31315b;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.140625rem;left:48.498262405396rem;height:2.275rem;font-style:normal;display:block; }
#Ou8iDEMm2ihNdilZP9fIOQgUEh5KJfPI { position:relative;display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #Ou8iDEMm2ihNdilZP9fIOQgUEh5KJfPI > .row .container { position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { 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; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .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); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { 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; }
#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { background-color: transparent; background-image: none; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container > .video-iframe-container { display: none; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row > .video-iframe-container { display: none; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .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); }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { border-width: 0; border-radius: 0; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RIEkCoWh0R63XUIvUGc08adGn6EbNHT3 { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MEov9DvMRaJzMpVo2avmnUMmF5bKZZFW { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15162;line-height:1;letter-spacing:0;top:1.5625rem;left:58.0625rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ahmh5vlCbzthlnW7K6FGBokOE6qOVogK { color:#d05042;display:block;width:13.0625rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:700;z-index:15163;line-height:1;letter-spacing:0;top:2.46875rem;left:37.9375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#szfFtEiIM28nOWrxQARw5FQTWm4anaul { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:mukta;font-size:1.375rem;font-weight:300;z-index:15167;line-height:1.3;letter-spacing:0;top:7.2113761901856rem;left:49.469619750976rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aQgBqFQI5fveoX0KD5B5D9EhJckpoutX { box-sizing:content-box;height:6.4375rem;width:15rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);background-image: -moz-linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);background-image: -ms-linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);background-image: -o-linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3680b2', endColorstr='#2e3680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3680b2', endColorstr='#2e3680' );";background-image: linear-gradient(180deg, rgba(46,54,128,0.7), #2e3680);background-size:auto !important;top:1.2458305358887rem;left:60rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -moz-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -ms-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-image: -o-linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4ab2', endColorstr='#7f9decb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4ab2', endColorstr='#7f9decb2' );";background-image: linear-gradient(0deg, rgba(6,12,74,0.7), rgba(127,157,236,0.7));background-size:contain !important;color:#e5eeff;padding-top:0.311875rem;padding-right:0.30125rem;padding-bottom:0.311875rem;padding-left:0.30125rem;display:block;align-items:center;width:1.806875rem;min-width:1.806875rem;height:1.67rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.245625rem;font-weight:700;line-height:26.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-text.counter-label { background-color:;background-image:none;color:#e5eeff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.410625rem;height:0.65875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.466875rem;font-weight:700;line-height:10.54px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.625rem;height:3.1475rem;padding-top:0.38875rem;padding-right:0.430625rem;padding-bottom:0.38875rem;padding-left:0.430625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.4385414123535rem;left:60.263547897339rem;z-index:15027; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #fpswXaDdcSnugCoorm29Wr1L6IrH1e5X { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #d0e93gJmFT8U3C7HEKMXP0uv6RJyny7i { width:auto; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #Xpyr9pmFeZQhnrFXnCUZs5noNHxDFy0D {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #xMMRNAI7gK7ZbpBRaCLMOipNdu4HVhAf { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #ZFXcALaolZ3WBTClDb89hw6Ffsfw2i2i {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #icJ1dve4DpXp8kLSs3UsUa9TtdgKPvIv {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #v0ZXuaGeuzWz3G2PL1gIUDhhmdtvepDR { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #HckLdbXwNWAJeFrympgGha0L5nNagQhE {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #k0uPT3OrloBQWJvbldMmlFGK1loHz5QT {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #eLdwhRWMx0txRZpbThqRQuTPbZF0C3dn { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #eknGZTavs89OCMegX85caWc6SnozpWd0 {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #Ipv46SCEgggBQy3lCwtTxG9ndNkvq6TX {  }
#c7JiPlIAOxmHLsZ7POK2PgPZBnXcTpAM { color:#e5eeff;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:2.1239585876465rem;left:60.812505722046rem;height:1.38125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LE2lAxiiqwSuuWAqRqcVBx1zpwzh4JDm { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:60.000005722046rem;display:block; }
#hudVT96WNcd6b3SKiXswL256z4qUE2xT { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e3680b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.7));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.39453125rem;left:60.000003814698rem;display:none; }
body { position:relative;display:block; }
#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { top:7.375rem;left:19.8125rem;width:27.9375rem;height:4.75rem;font-size:2rem;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { top:2.125rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { top:2.4375rem;left:0rem;width:5.25rem;height:5.3125rem;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.3125rem;height:8.9375rem;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.125rem;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
#ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { top:0rem;left:0rem;width:6.375rem;height:1.4375rem;display:block; }
#l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { top:1.75rem;left:0rem;width:23.5625rem;height:19.0625rem;display:block; }
#CMk9VEEukZWcUcJChR0vM6wHGscrMDi3 { top:5.0625rem;left:19.8125rem;width:27.9375rem;height:6.5rem;font-size:1.25rem;display:block; }
#eBsaVE8URrgnusEdL8o7Rxcfzv7Ud3Xq { width:14.6875rem;height:2rem;top:12.875rem;left:33.0625rem;display:block; }
#Fis4SNHG5iBDtelWD2GI0qkHBrDuIKwd { display:block; }
#H525PBnZlDVOuK4SNIgBc88I038oRso7 { width:14.6875rem;height:4.25rem;top:14.8125rem;left:33.0625rem;display:block; }
#Av75b1AlvnQqT6nI8btaHMwTuP1L8Aeq { display:block; }
#fQOT82KcrfqZ3hM4XBstmSMaF5Uxg9wx { top:3.5625rem;left:14.028127670288rem;width:3rem;height:2.625rem;display:block; }
#Epas3fDmGr11QN6yozGhAqS3o6Ww0qzB { top:11.25rem;left:0rem;width:3.1875rem;height:2.75rem;display:block; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:47.75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { top:5.875rem;left:0rem;width:10rem;height:5.6875rem;display:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { top:5.875rem;left:0rem;width:5.8125rem;height:5.6875rem;display:block; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { top:5.875rem;left:2.0625rem;width:18.4375rem;height:5.6875rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { top:7.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { top:7.625rem;left:0rem;width:0.8125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
#dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { top:8.0625rem;left:0rem;width:7.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
#f4cFtOnM83FTDDrlDQHTImezH2K73HkT { top:8.3125rem;left:1.8759765625rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { top:13rem;left:0rem;width:17rem;height:5.6875rem;display:block; }
#IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { top:13rem;left:5.9375rem;width:39.75rem;height:5.6875rem;display:block; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { top:14.875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { top:14.9375rem;left:0rem;width:1.75rem;height:2rem;font-size:1.5625rem;display:block; }
#FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { top:14.625rem;left:8.7500019073488rem;width:38.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { top:13.0625rem;left:11.750001907349rem;width:5.25rem;height:5.6875rem;display:block; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:21.75rem;left:0rem;width:14.8125rem;height:1.3125rem;font-size:1.125rem;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { top:34.0625rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
#hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { top:9.5625rem;left:33.25rem;width:1.5rem;height:1.5rem;display:block; }
#tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { top:12.3125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
#dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { top:7rem;left:0rem;width:15.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { top:24.4375rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { top:37.75rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { top:11.375rem;left:0rem;width:7.3125rem;height:1.4375rem;font-size:1.125rem;display:none; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#FbD5kt8WVo0FATEpOeFTfEyQaBTLXqpb { top:14rem;left:0rem;width:7.1875rem;height:4.125rem;font-size:1.375rem;display:block; }
#vpmkdqJOGHqBFgRa2eezXLorky39am2z { top:20.4375rem;left:2.0625019073486rem;width:3.625rem;height:3.625rem;display:block; }
#lW0ImP2UBab3zHB9kSH6VkU0SnI41E6V { top:19.75rem;left:1.0958347320557rem;width:23.125rem;height:14.125rem;display:block; }
#Mr8gCUdBtfeyhS2hd4VzEy75POkmhssA { top:20.4375rem;left:6.3750019073488rem;width:11.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
#JhIJteu1Acw0JNSpyL5uvomh08xTKTIg { top:22.5625rem;left:7.8166675567625rem;width:4.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
#EqyAF8pkuQDsOL42o9FKNnS15oHJNBfK { top:26.75rem;left:3.6875019073486rem;width:20.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
#iV11FzV5QCZazJDZgNQuZRLpMyZrst6f { top:30.875rem;left:3.6250019073486rem;width:11.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
#T4BCb9dwuB1DbKFJhBFRrW5rdZskSRMa { top:22.3125rem;left:13.441667556762rem;width:5.6875rem;height:1.75rem;font-size:1.1875rem;display:block; }
#cZFvAwnTofqxWBN0mlsKgBXSvDkAF7X7 { top:20.75rem;left:29.281255722046rem;width:3.4375rem;height:3.4375rem;display:block; }
#XbNVH764DdARgoUZAHSyQqC3SzXkCSNa { top:26.875rem;left:1.1291675567627rem;width:1.1875rem;height:1.1875rem;display:block; }
#AvsVddLrKDNnm9ApglrHSF9ol3bNGPwo { top:19.8125rem;left:1.1270847320557rem;width:23.625rem;height:5.4375rem;display:block; }
#ITp09yUqKPbk1puH2sUmyUPNintFpzrC { top:30.9375rem;left:1.1291675567627rem;width:1.1875rem;height:1.1875rem;display:block; }
#M99QbWJG658bP9u5Cs7co3rqmf8yrqtR { top:22.1875rem;left:24rem;width:23.125rem;height:11.875rem;display:block; }
#SpkqNZMHV7Rnpq0izd3AZ7hCgmB3HIcf { top:19.8125rem;left:23.9375rem;width:23.6875rem;height:5.5rem;display:block; }
#sIF1Z4RQg1NQ8Breb7AUlDFs3Gs9Tq9u { top:20.6875rem;left:33.875005722046rem;width:12.9375rem;height:1.75rem;font-size:1.1875rem;display:block; }
#ATTFkDXaKBKSxU0FUDmxM8t9mqdZt1Od { top:22.875rem;left:33.812505722046rem;width:5.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#OL7kqc6xBUTDu5KALIvzBAUThxERz8fc { top:22.5rem;left:38.812505722046rem;width:3.9375rem;height:1.9375rem;font-size:1.1875rem;display:block; }
#ZSGKE8OATg7s2bQxI0zK3gTRTVBpgsno { top:27.0625rem;left:29.0625rem;width:18.6875rem;height:3.0625rem;font-size:1.125rem;display:block; }
#JMgShNs0VoV10m4kIWOtQI05InWsHR02 { top:30.9375rem;left:29.906255722046rem;width:11.25rem;height:1.5rem;font-size:1.125rem;display:block; }
#JKwpL4s1sAlZpODWbuGWJ66dFTGSUM5r { top:27.125rem;left:27.781251907349rem;width:1.1875rem;height:1.1875rem;display:block; }
#A3uawUmMJ1UuRLDGKorVCAXQ0mDdeTfX { top:31rem;left:27.812501907349rem;width:1.1875rem;height:1.1875rem;display:block; }
#CcDyiuyqlXb6kLZWgmyK7elQOiImIqSb { top:2.125rem;left:0rem;width:21.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { top:37rem;left:16.566667556762rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
#l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { top:41.3125rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
#BAusxKsxMNPhKt6wuQHyv7JDZ7Ga69mP { top:43.0625rem;left:39.375rem;width:8.375rem;height:2.0625rem;display:block; }
#zgIBfUw5ERPtZZZBRn5nGW4Xy6TxhQ6T { width:6.75rem;height:2rem;top:46.5rem;left:41rem;display:block; }
#bFBiNSGdrPAhGWAsvLJ5rFkTZ7yqdrOJ { display:block; }
#yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { top:49.375rem;left:27.750005722046rem;width:6.0625rem;height:1.625rem;display:block; }
#GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { top:49.5rem;left:29.000005722046rem;width:3.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { top:51.125rem;left:28.375005722046rem;width:9.6875rem;height:7.3194444444444rem;display:block; }
#TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { top:50.3125rem;left:26.687505722046rem;width:7.8125rem;height:7.25rem;display:block; }
#G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { width:6.75rem;height:2rem;top:55.5625rem;left:27.312505722046rem;display:block; }
#gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block; }
#fiO6AlRbe72XOmN0D92DCFrT8x3RgTMK { top:37.3125rem;left:0rem;width:10.9375rem;height:1.375rem;font-size:1.1875rem;display:block; }
#zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { top:43.1875rem;left:36.000005722046rem;width:6.6875rem;height:2.6875rem;display:block; }
#HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { top:41.3125rem;left:35.312505722046rem;width:7.8125rem;height:7.25rem;display:block; }
#d9Ad297a99GzuOGOzfZTrwAoPtrSLbWH { top:40.75rem;left:36.750005722046rem;width:6.0625rem;height:1.625rem;display:block; }
#WZzufLb7VphTLITpRpFObytcBGHLDWsw { top:40.9375rem;left:38.000005722046rem;width:3.8125rem;height:1.4375rem;font-size:0.8125rem;display:block; }
#T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { width:6.75rem;height:2.125rem;top:46.5625rem;left:36.125005722046rem;display:block; }
#X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block; }
#HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { top:41.125rem;left:4.625rem;width:7.8125rem;height:7.25rem;display:block; }
#VwT0DTK4QpkLEDxHvGDxSRdEDTPPyN1d { top:42.75rem;left:5.0000019073486rem;width:7.6875rem;height:2.75rem;display:block; }
#EymyaMXIgMWa83sgsepl0EV3UzpR0gG1 { width:6.75rem;height:2.125rem;top:46.3125rem;left:5.5041675567627rem;display:block; }
#TrBa8PczXfMiba5RptalBImA8oo5tNKU { display:block; }
#pTmN9vVV23M2oN1mkMEZcgpesPFI8Kxa { top:50rem;left:0rem;width:10.3125rem;height:6.9704861111111rem;display:block; }
#eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { top:49.75rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
#PCZTbNgCmiT8bv8d985vII98w0zBygco { width:6.75rem;height:2.125rem;top:54.75rem;left:0rem;display:block; }
#nTr439ErXmEfRuwWoM2T1Bn4Ub2wX1Dh { display:block; }
#psp7AGq7FdS32qpHpe4K6uGI9lBlueoI { top:41.3125rem;left:26.6875rem;width:7.8125rem;height:7.25rem;display:block; }
#ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { top:41.6875rem;left:25.6875rem;width:10.125rem;height:4.5625rem;display:block; }
#vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { width:6.75rem;height:2rem;top:46.4375rem;left:27.375rem;display:block; }
#dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block; }
#WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { top:49.4375rem;left:5.0666675567627rem;width:6.75rem;height:5.5rem;display:block; }
#IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { width:6.75rem;height:2.125rem;top:54.75rem;left:5.4375019073486rem;display:block; }
#SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block; }
#vOo9SlUdJ0c4gGgbn6zHrkZ5QG4UTK5v { top:49.6875rem;left:4.6250019073486rem;width:7.8125rem;height:7.25rem;display:block; }
#pk2Fxe5mbkCZhruimmNWXCwP63IuBOmT { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
#G6s6Q7TMsUDg4kvmJf1x0tdSLPsFn3sZ { width:6.75rem;height:2rem;top:46.375rem;left:0rem;display:block; }
#D0GlyDq0vAIHMhmGEgVRu8nKCV7SG4I0 { display:block; }
#VKxHwZd5rWvBAxCPyLdBCM9KbT5y0Aa1 { top:41.5rem;left:0rem;width:5.75rem;height:4.625rem;display:block; }
#XiBpciecy2tdCknQp2O7n3KEzPv5bun1 { top:66.6875rem;left:35.500005722046rem;width:7.8125rem;height:7.25rem;display:block; }
#S0oCDTytfRBkbLDqltdKrFxm5iuHdMEO { width:6.75rem;height:2rem;top:71.875rem;left:36.312505722046rem;display:block; }
#DzvfqmvbNpFUEJfAaNoo3wvTWh00bPiH { display:block; }
#gr2gmIgrfTitCeG0pKmoUoIUR2wRg6lG { top:67.25rem;left:34.812505722046rem;width:9.8125rem;height:4.375rem;display:block; }
#TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { top:58.9375rem;left:5.6875019073486rem;width:8.5625rem;height:4.8466981132075rem;display:block; }
#rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { width:6.75rem;height:2.125rem;top:63.1875rem;left:5.5000019073486rem;display:block; }
#IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block; }
#QHc4OAWFtwqbQmHyhk7I6RuK3ACUT8xD { top:58.125rem;left:4.7500019073486rem;width:7.8125rem;height:7.25rem;display:block; }
#KTvMFy22JILPMBPUkVBfTwUHHUC3di82 { top:21.375rem;left:0rem;width:15.1875rem;height:5.8125rem;font-size:1.125rem;display:none; }
#QJGqOO9gwWT7guTynRBWfZPQJ8ZNEy5X { top:18rem;left:0rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:none; }
#U6GZMTZlS1ziiAF4Fd7o9wx7cDhKqOSm { top:41.125rem;left:13.0625rem;width:7.8125rem;height:7.25rem;display:block; }
#pJeNbJhC2pJWDhk7HZeHTS38uOh3ScnH { top:58.1875rem;left:13.375001907349rem;width:7.8125rem;height:7.25rem;display:block; }
#CwD0Mk8Rzyv6GVSQwv3OpibUTZI7iZ0m { top:58.125rem;left:0rem;width:7.8125rem;height:7.25rem;display:block; }
#P6D2G3WSQfGZNx6PThJV7zshshNSLZqc { top:49.8125rem;left:13.041669845581rem;width:7.8125rem;height:7.25rem;display:block; }
#r0UG6wkJMOPKQFqM6lFHPHCFThG9e6Cw { top:34rem;left:10.879167556762rem;width:2.5rem;height:2.5rem;display:block; }
#yMiTh6JI0hQJNLTKwzTWKRFKQfGsXuw8 { top:50.5rem;left:35.5rem;width:7.8125rem;height:7.25rem;display:block; }
#SV8X5UEEKiTXLUb4PAiWZae9fgCsaJbD { top:59.125rem;left:0rem;width:7.375rem;height:2.8125rem;display:block; }
#qFVTgw3qIIn29HbUotZSAlKLmqtDT0fl { top:50.625rem;left:35.81667137146rem;width:7rem;height:5.1875rem;display:block; }
#BcdE9dUoVDgGHgHws9v8K4bd2BiP4R5F { top:50.25rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
#VZcvHnDHyUKKbos3ItmoIvc02fUSHlNh { top:56.5rem;left:9.1875019073488rem;width:7.8125rem;height:7.25rem;display:none; }
#itt7mwrZZiFZTP6rVZTDTTZRMQiNd3N1 { top:59.3125rem;left:28.31667137146rem;width:4.875rem;height:4.25rem;display:block; }
#sLMwgIIfLVoFBW3pPswvqtRIvfR42zdV { top:40.5625rem;left:13.629167556762rem;width:6.875rem;height:6.875rem;display:block; }
#uUBV0sAGyTNAzPt2RZOq9cDEGxL1wHBM { top:51.125rem;left:38.5625rem;width:9.1875rem;height:4.25rem;display:block; }
#DT3472NkzyTka336FWJVuTRwsiugpQ2N { top:90.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
#xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { top:88.125rem;left:0rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:block; }
#QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { top:88.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
#FdQ0Fso0ed1RtZC8cZaGX3Md4Ka6WCw8 { top:78.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
#tlnytJm37y4r5wi4uZTOUqtFqXdzxptT { top:18.6875rem;left:24.187501907349rem;width:3.4375rem;height:3.4375rem;display:block; }
#q0EFrFgsvCUJvQt555TMG7H8ssXhy4JT { top:34rem;left:37.875005722046rem;width:2.5rem;height:2.5rem;display:block; }
#dyvJTsfeiOq4hNzhqvmiefJmk6ltLEd8 { top:22.1875rem;left:13.379167556762rem;width:5.875rem;height:1.875rem;display:block; }
#DDS6kGP4KM1PBAh7Wo59OnUeU9LJ2wMf { top:22.4375rem;left:38.841665267944rem;width:3.8125rem;height:1.875rem;display:block; }
#E1DUNKKIu75Pn5D02kQBiG4d9NU9V2Pb { top:58.9375rem;left:14.441667556762rem;width:8.125rem;height:4.8915816326531rem;display:block; }
#OE371LVtSQlezFZOgHqCygbNfHvpIJzL { top:66.4375rem;left:4.7500019073486rem;width:7.8125rem;height:7.25rem;display:block; }
#yu5Sf3JsqZoox9Tx9MNi0UeZlJD4ZfBH { top:67.0625rem;left:5.5000019073486rem;width:6.75rem;height:4rem;display:block; }
#SioaiTbcwsL8G3nMf8BygmQ8iTukCa5o { top:49.625rem;left:13.504167556762rem;width:6.375rem;height:5.375rem;display:block; }
#e94AKWghXwszku2pon2fBVroq9hDZhdJ { width:6.75rem;height:2.125rem;top:46.125rem;left:13.779169082642rem;display:block; }
#psZqOISaxD1a0ydspy9NyEpunDVhdUKl { display:block; }
#FGZqDMVV3IV3T9u3LbQMTTuiss3NGTa9 { width:6.75rem;height:2.125rem;top:54.875rem;left:13.778127670288rem;display:block; }
#V5gAFxCzoK1SVoEJWJIiHCBOQTrXVcVl { display:block; }
#Lgl1QSJOp5Zq0tEtStT8sovbaORr6E6I { width:6.75rem;height:2.125rem;top:63.1875rem;left:0rem;display:block; }
#KXoTfqNmH7wdSKuM1f9l8l2FFIFxNBZO { display:block; }
#udosMJQ87CthTrhrlkDKs1cP1DZDl1n2 { width:6.75rem;height:2.125rem;top:63.1875rem;left:14.153127670288rem;display:block; }
#MdaQrm6yRToUiDh3OZiLM360rNDIJfrN { display:block; }
#f2WHx0EwmtwtHDT2OkRowEWFaHT7WGSy { width:6.75rem;height:2.125rem;top:71.4375rem;left:5.5041675567627rem;display:block; }
#ivwILkzFhBIxfNvikr2RpHZlmLPlebP2 { display:block; }
#Wmlg2GFh7yqUXl9bsVBpZQAT0ff0yPT3 { width:6.75rem;height:2rem;top:55.625rem;left:36.3125rem;display:block; }
#o4Tz6Vk22qy0lD2B4bf3k2MGgxxcSUkr { display:block; }
#pfAbz3oVxw4wuIkrs2F7OleFK8r7irpV { width:6.75rem;height:2rem;top:55.5625rem;left:41rem;display:block; }
#VEQQ4zfS18yPrAx9omO2OpIUe4TxcX9K { display:block; }
#lgJrLUdS2b6CPIUHMM5BE6c422Km20kB { top:58.6875rem;left:26.6875rem;width:7.8125rem;height:7.25rem;display:block; }
#qi4yhCCrEyZAfwmnlr4SZcCSMzfP0VEy { width:6.75rem;height:2rem;top:63.875rem;left:27.5rem;display:block; }
#URhoQJhraazXHpmQl0BM8Kg5qrVAkSTH { display:block; }
#HI03ML3bdVFK9daIiplh6XSvnxhRhM0f { top:58.6875rem;left:35.5rem;width:7.8125rem;height:7.25rem;display:block; }
#g0JnBkC0fsTIKUetEPgP1vxT2In5dHfu { width:6.75rem;height:2rem;top:63.8125rem;left:36.3125rem;display:block; }
#SW50sQ0cfAh3AF5kDAHfNZIWh8bboSw4 { display:block; }
#R4s5AMHHLF44czeu5X7ppmOZe7xgUBSu { top:59.1875rem;left:34.8125rem;width:9.3125rem;height:4.1875rem;display:block; }
#rhr5nb2sqNT0i5XSNX93WpXRV4B5E9Bo { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:block; }
#s5AQqch22XLHily7qrssyt4H9OOimHG9 { top:59rem;left:42.25rem;width:5.5rem;height:4.75rem;display:block; }
#mcaKqw1UGNkTWvQ8nshT2JXKEJnSbWEu { width:6.75rem;height:2rem;top:63.75rem;left:41rem;display:block; }
#T2tqTQOaDlePHRrzpy43aBIFLXs0cJXJ { display:block; }
#N1IIFtAJDxWKCdKq2EilHzfog34FgEFF { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#pnVyTBwyzOphgT5ZghRDsvosHxf7SPhl { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#frCkoOGdR4A0qkRKmgGQswUdcUPBPaof { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#lDdzgSTM3DeIhMLFaWQxoI8Hs5srGNRU { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#cLD7SeJZUnEqX6Xo2pnU1Oi3ml4t7P9C { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#OKOskI0aqIEdVMq6738xMvQRQlzPWw96 { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#JHEqaUaRgREpydXyf3ySlXUaaS6HbZII { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#fIsWZm0gVtDxMadVfvQ38UCgrw7nPlPd { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#CCginexNcWErQvnpBZdqXROBWZ6g6V8d { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#OUXafKiQbCxsubWZWXTN5fcmTvL8oHt3 { top:58.625rem;left:39.4375rem;width:7.8125rem;height:7.25rem;display:none; }
#n380DcuE7JW7O8cN52Rw1iXedlfybWdG { top:40.75rem;left:36.750005722046rem;width:6.0625rem;height:1.625rem;display:none; }
#S4oWEZmpaJocT3mwnZd0LVUOfg3wkKJZ { top:40.9375rem;left:38.000005722046rem;width:3.8125rem;height:1.4375rem;font-size:0.8125rem;display:none; }
#IyxzWRebBC712WOHO1bBvZ8WLiounl20 { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#Q0glK5elzP8EaO4l56TVC7l0P6ihwGMt { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#zvIXCdwTuRnWOROy316UOi8ttAVlTbMD { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#Py5vxP3NbIHBemqWCiNmGUdXAt4ZmHLP { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#PgUHnN6miJnqh4lJLdWGvH1CUaHEdTnp { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#n1vlkSTfmlP7eaXwTWnXbGrMqwcraPio { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#SgBKodvKdMhCPqfaNvGvp4kFxTtQIDGL { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#zr3Um041xSOwDh3Vz4MCuGNS2PJzUtdF { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#uHTr1urr21xn4ri1Ovhb6TDzobgeyNE5 { top:41.1875rem;left:0rem;width:7.8125rem;height:7.25rem;display:none; }
#bA6R8y0oBQ9dTx8UGoRM2g3MbpSHrl78 { top:11.25rem;left:0rem;width:4.25rem;height:1.25rem;display:none; }
#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { display:block; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { width:47.75rem;position:relative;display:block; }#czO5k8AC0buk2fKDmLB8XGPLOtk5RUpJ { top:3.625rem;left:0rem;width:20.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
#tWUbaxv8ChrGkKPTPpTyCBKzTJ1wy2bI { top:7.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#MvCSmwJq54Sq0ODTfOM8uTofRo6bSr1k { top:7.375rem;left:0rem;width:27.3125rem;height:7.75rem;font-size:1.125rem;display:block; }
#ngUhXgAWldOTsTuAmbJCRmHVFiiumrmz { top:10.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#hlTQtuDkPlCBLWhqT3JwBcPLUyJnhcJa { top:13.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#boCUcruQTbkW43CgMs94o1h6fBT0MZXK { top:8.125rem;left:28.25rem;width:19.5rem;height:2.6875rem;font-size:0.8125rem;display:block; }
#kb4rSmvTD22AblsU6pb2Np74yKNkZThK { width:10.5625rem;height:2.4375rem;top:12.3125rem;left:37.1875rem;display:block; }
#DSwBeoiRVFN4JqT9mTa3QFfHFWesXUE0 { display:block; }
#rwDWZo9R0bt06zpJSz209Te9hxFKN64o { top:4.375rem;left:19.75rem;width:28rem;height:13rem;display:block; }
#Woa0CtX1C0PoFlXNpEc2WNl1VHp30dtz { top:0rem;left:21.705385445935rem;width:12.9375rem;height:17.125rem;display:none; }
#SzZeVN3WGtriuZAewEW3SVyLieXl6ODw { top:1.75rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
#ox2VrbzS7SQQdEIBUp1HIx8ekHDP2uis { display:none; }
#Ob43ZLQaRPa13N27HFgqDi8FuyZHeTfA { display:none; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:47.75rem;position:relative;display:block; }#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { top:0.1875rem;left:0rem;width:46.8125rem;height:15.8125rem;display:block; }
#ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { top:9.25rem;left:37.5625rem;width:10.1875rem;height:2.75rem;display:block; }
#mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { top:12.625rem;left:39.125rem;width:8.625rem;height:2.7298276749156rem;display:block; }
#VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { top:3.8125rem;left:33.062505722046rem;width:12.9375rem;height:10.8125rem;display:block; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { top:1.625rem;left:0rem;width:22.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { top:8.1875rem;left:21.1875rem;width:26.5625rem;height:7.6875rem;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { top:0.125rem;left:20.4375rem;width:27.3125rem;height:15.8125rem;display:block; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { top:3rem;left:34.375rem;width:13.375rem;height:3.5625rem;font-size:1.625rem;display:block; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { top:11.0625rem;left:25.747892741147rem;width:8.375rem;height:4.6875rem;display:block; }
#B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { top:15.6875rem;left:0rem;width:11rem;height:2.875rem;font-size:1.75rem;display:none; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { top:6.9375rem;left:0rem;width:25.125rem;height:2.0625rem;font-size:1.125rem;display:block; }
#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { top:11.5rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:1.375rem;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { display:none; }
#zRtJ7uuEPpAed6wz7x7n9ggPWb86pxq5 { display:none; }
#E980wQbdf07CLNWyeazqPr2623FFxslu { display:none; }
#WLatcFfr7WQX81virhQzzOBJOKITQGu9 { top:4.125rem;left:0rem;width:37.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
#ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { top:9.125rem;left:0rem;width:34.875rem;height:2.6875rem;font-size:0.875rem;display:block; }
#QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { top:12.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#fGvK1scL5pra0XHs2lONqdZChxBrPGUC { top:2.3125rem;left:37.034376144409rem;width:8rem;height:13.625rem;display:block; }
#Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { top:7.25rem;left:0rem;width:17.25rem;height:2.0625rem;font-size:0.875rem;display:none; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { top:22.875rem;left:20.25rem;width:7rem;height:5.9375rem;display:none; }
#XPTfTUUzdTDdI4luatB995XtNrObyD6T { top:7.75rem;left:0rem;width:15.25rem;height:4.1875rem;font-size:0.875rem;display:none; }
#KWGm3Tx7hvXSTCsw5aSXvqclgEbHhpvJ { width:16.75rem;height:5rem;display:none; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:47.75rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { top:1.3125rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { top:1.4375rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { top:1.75rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1rem;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { top:0.5rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1.125rem;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:2.75rem;left:0rem;width:37.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:11.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:13.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:6.125rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:8.0625rem;left:0rem;width:27.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
#HTfyJoiV9TMaT0o02IMVxm0tTvD59wTw { top:28.9375rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
#HB4fUct76a7GWT6JbflgltVlX8p9PzIZ { top:31.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
#B6D9ZHJIncuQDdAHcbMFMyQI8eZB744X { top:15.1875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#cdMhFu03NwT8IbHCxPBT1phiFGQz0Viq { top:16.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
#N0RmxDaTwm1GgTHzoXRoCxHJ8CIWtcoW { top:21.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#Ff2sdJhwTGUsTzRNth79xvItppqsBeun { top:22.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#AiAyWPFDtR64xcz9TNSAsqlTZBHA7tV5 { top:24.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:1.5rem;left:12.8125rem;width:34.9375rem;height:8.1875rem;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:4.75rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
#iFMFPzgAFF0wdJbqNExnyAT0MUEexyBc { top:5.125rem;left:24.5625rem;width:23.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
#Ou8iDEMm2ihNdilZP9fIOQgUEh5KJfPI { display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #Ou8iDEMm2ihNdilZP9fIOQgUEh5KJfPI > .row .container { position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { display:block; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container { width:47.75rem;position:relative;display:block; }#RIEkCoWh0R63XUIvUGc08adGn6EbNHT3 { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#MEov9DvMRaJzMpVo2avmnUMmF5bKZZFW { top:1.5625rem;left:34.6875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Ahmh5vlCbzthlnW7K6FGBokOE6qOVogK { top:2.4375rem;left:24.3125rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#szfFtEiIM28nOWrxQARw5FQTWm4anaul { top:3.3125rem;left:0rem;width:13.125rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#aQgBqFQI5fveoX0KD5B5D9EhJckpoutX { top:1.1875rem;left:32.75rem;width:15rem;height:6.4375rem;display:block; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-text.counter-number { padding-top:0.29125rem;padding-right:0.253125rem;padding-bottom:0.29125rem;padding-left:0.253125rem;width:1.518125rem;min-width:2.625rem;height:1.55125rem;font-size:1.155625rem;line-height:43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02125rem;height:0.61125rem;font-size:0.4325rem;line-height:1;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg { display:flex;width:12.125rem;height:2.92375rem;top:4.5625rem;left:0rem;padding-top:1.05875rem;padding-right:1.074375rem;padding-bottom:1.05875rem;padding-left:1.074375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #fpswXaDdcSnugCoorm29Wr1L6IrH1e5X { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #d0e93gJmFT8U3C7HEKMXP0uv6RJyny7i {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #Xpyr9pmFeZQhnrFXnCUZs5noNHxDFy0D {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #xMMRNAI7gK7ZbpBRaCLMOipNdu4HVhAf { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #ZFXcALaolZ3WBTClDb89hw6Ffsfw2i2i {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #icJ1dve4DpXp8kLSs3UsUa9TtdgKPvIv {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #v0ZXuaGeuzWz3G2PL1gIUDhhmdtvepDR { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #HckLdbXwNWAJeFrympgGha0L5nNagQhE {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #k0uPT3OrloBQWJvbldMmlFGK1loHz5QT {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #eLdwhRWMx0txRZpbThqRQuTPbZF0C3dn { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #eknGZTavs89OCMegX85caWc6SnozpWd0 {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #Ipv46SCEgggBQy3lCwtTxG9ndNkvq6TX {  }
#c7JiPlIAOxmHLsZ7POK2PgPZBnXcTpAM { top:2.0625rem;left:34.375rem;width:13.375rem;height:1.375rem;font-size:0.75rem;display:block; }
#LE2lAxiiqwSuuWAqRqcVBx1zpwzh4JDm { top:0rem;left:32.75rem;width:15rem;height:1.25rem;display:block; }
#hudVT96WNcd6b3SKiXswL256z4qUE2xT { top:0.375rem;left:32.75rem;width:15rem;height:1.25rem;display:none; }
body { position:relative;background-color:#f6f6ff;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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .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); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.5rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.34166717529297rem;left:16.497916996479rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:8.0000002980231rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#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:26.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eafff8, #f6f6ff);background-image: -moz-linear-gradient(180deg, #eafff8, #f6f6ff);background-image: -ms-linear-gradient(180deg, #eafff8, #f6f6ff);background-image: -o-linear-gradient(180deg, #eafff8, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafff8', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eafff8', endColorstr='#f6f6ff' );";background-image: linear-gradient(180deg, #eafff8, #f6f6ff);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:34.6875rem;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; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { width:16.75rem;height:4.95rem;top:12.556250333786rem;left:1.8124997615814rem;font-size:1.375rem;line-height:1.2;text-align:left;text-align-last:left;color:#353e87;display:none; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:33.325001716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { width:10.5rem;height:10.5rem;top:1.875rem;left:7.2500002980231rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { width:3.875rem;height:3.9375rem;top:1.1281249523163rem;left:0.5625rem;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4.375rem;height:5.9375rem;top:0rem;left:0.3125rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(130,165,165,0.13) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:13.475000143051rem;left:14.595833599568rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15291;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:13.474826812744rem;left:12.868055462837rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
#ai6MaqMvKWJT69nhbTSzOAGZDErT24NC { width:6.375rem;height:2.25rem;top:17.1875rem;left:6.8125001192094rem;box-shadow: none;display:none; }
#l0VeKCdr6DL86IBTosXoqNCgZl3Cnrrx { width:13.1875rem;height:10.5rem;top:2.2177083492279rem;left:6.0666669011116rem;z-index:15319;display:block; }
#CMk9VEEukZWcUcJChR0vM6wHGscrMDi3 { width:18.0625rem;height:4.5rem;top:14.75rem;left:1.0625rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;display:block; }
#eBsaVE8URrgnusEdL8o7Rxcfzv7Ud3Xq { width:10.375rem;height:2rem;top:20.125rem;left:4.8125rem;font-size:0.9375rem;display:block; }
#Fis4SNHG5iBDtelWD2GI0qkHBrDuIKwd { display:block; }
#H525PBnZlDVOuK4SNIgBc88I038oRso7 { width:10.375rem;height:2.875rem;top:22.0625rem;left:4.8125rem;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, #ffb300, #ffa900);background-image: -moz-linear-gradient(180deg, #ffb300, #ffa900);background-image: -ms-linear-gradient(180deg, #ffb300, #ffa900);background-image: -o-linear-gradient(180deg, #ffb300, #ffa900);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffa900' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffa900' );";background-image: linear-gradient(180deg, #ffb300, #ffa900);background-size:auto !important;font-size:1.1875rem;display:block; }
#Av75b1AlvnQqT6nI8btaHMwTuP1L8Aeq { display:block; }
#fQOT82KcrfqZ3hM4XBstmSMaF5Uxg9wx { width:3rem;height:2.625rem;top:2.3791668415069rem;left:15.125000774861rem;z-index:14998;display:block; }
#Epas3fDmGr11QN6yozGhAqS3o6Ww0qzB { width:2.3125rem;height:2rem;top:7.5625007152556rem;left:4.7541669011116rem;z-index:15319;display:block; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .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; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:20rem;height:133.9375rem;background-color:#f6f6ff;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; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { 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; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { 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; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { width:4.375rem;height:4.375rem;top:81.1875rem;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; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { width:4.375rem;height:4.375rem;top:81.75rem;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; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { width:4.375rem;height:4.375rem;top:81.0625rem;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; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { width:3.6875rem;height:3.4375rem;top:4.5rem;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:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { width:4.125rem;height:5.6875rem;top:123.39375305176rem;left:7.2270835042rem;display:none; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { width:17.875rem;height:13rem;top:39.315626144409rem;left:0.96875005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { width:2.5625rem;height:2.5625rem;top:4.9375rem;left:0.6875rem;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;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { width:1rem;height:1.7875rem;top:5.375rem;left:1.5625001192093rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
#dCt1unHhGe2UFSutk3wiDGqCpeGbXpST { width:3.5625rem;height:0;top:14.750000476837rem;left:12.343750119209rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
#f4cFtOnM83FTDDrlDQHTImezH2K73HkT { width:10.5rem;height:0;top:23.206252098084rem;left:9.4375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { width:3.75rem;height:3.4375rem;top:17.436631724238rem;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:block; }
#IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { width:18.3125rem;height:2.5625rem;top:58.56667137146rem;left:0.84375005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { width:2.5625rem;height:2.5625rem;top:17.874999791384rem;left:0.6875rem;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;display:block; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { width:1.75rem;height:1.7875rem;top:18.374999821186rem;left:1.6250001192093rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
#FNz4stTKLBEm76LVzNXCMueS5R8OgDdD { width:12.0625rem;height:0;top:37.187501907349rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { width:4.125rem;height:5.6875rem;top:132.39791870118rem;left:15.875rem;display:none; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
#Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { width:18.3125rem;height:10.125rem;top:5.3732633590698rem;left:1.6875001192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14989;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { width:4.3125rem;height:0;top:21.750000476837rem;left:4.3125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15342;color:#353e87;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:49.043404102326rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
#lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { width:18.625rem;height:10.125rem;top:18.374999821186rem;left:1.4687501192093rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { width:17.0625rem;height:7.75rem;top:41.4375rem;left:2.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;background-color:rgba(255,255,255,0.8);background-image:none;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:8.6875rem;height:0;top:42.125rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15118;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { width:9.0625rem;height:0;top:48.060764789581rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
#hSMDyyB24bKdb7TE2tlGZRLX0aFeFsRU { display:flex;width:1.875rem;height:1.875rem;top:76.467712402344rem;left:9.0625rem;display:none; }
#tXExmTOBt3gBRpGnKXveBSdreIghL3Xo { display:flex;width:3.4375rem;height:3.4375rem;top:12.3125rem;left:8.25rem;display:none; }
#dKvElRn9z8UiktP3MtH9PU3mNyIgXNk9 { width:15.4375rem;height:2.925rem;top:6.3532981872556rem;left:4.3750001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15103;font-weight:400;font-style:normal;display:block; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { width:7.4375rem;height:0;top:23.429167270661rem;left:4.3822920918464rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15343;color:#5f5c8b;line-height:1.1;display:none; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { width:8.25rem;height:0;top:46.625rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15344;color:#5f5c8b;line-height:1.1;display:none; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { width:0.625rem;height:0.625rem;top:2.8888893127441rem;left:9.6875001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { width:0.625rem;height:0.625rem;top:0.76388931274412rem;left:9.6875001192094rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;z-index:14998;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.28);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { width:0.625rem;height:0.625rem;top:12.257812976837rem;left:9.6250001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vkALTJXUlFh5HbQKkcMe6c55T7lOoP0u { width:7.3125rem;height:1.4625rem;top:9.38107585907rem;left:4.3125001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15104;display:block; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { width:0.625rem;height:0.625rem;top:43.875rem;left:11.6875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FbD5kt8WVo0FATEpOeFTfEyQaBTLXqpb { width:7.1875rem;height:auto;top:14rem;left:6.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
#vpmkdqJOGHqBFgRa2eezXLorky39am2z { display:flex;width:3.625rem;height:3.625rem;top:32.187501907349rem;left:1.6250000596046rem;z-index:15348; }
#lW0ImP2UBab3zHB9kSH6VkU0SnI41E6V { width:18.5rem;height:11.375rem;top:32.000000953674rem;left:0.56250005960464rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.25rem solid #ff71d1;border-left:0.25rem solid #ff71d1;border-right:0.25rem solid #ff71d1;border-bottom:0.25rem solid #ff71d1;display:block; }
#Mr8gCUdBtfeyhS2hd4VzEy75POkmhssA { width:8.8125rem;height:1.54375rem;top:32.488542556763rem;left:6.2791669964788rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
#JhIJteu1Acw0JNSpyL5uvomh08xTKTIg { width:5.75rem;height:1.4625rem;top:34.376043319702rem;left:6.3104169964788rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
#EqyAF8pkuQDsOL42o9FKNnS15oHJNBfK { width:15.4375rem;height:3.375rem;top:37.063543319702rem;left:2.5291667580604rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
#iV11FzV5QCZazJDZgNQuZRLpMyZrst6f { width:11.25rem;height:1.4625rem;top:41.325002670288rem;left:2.6250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
#T4BCb9dwuB1DbKFJhBFRrW5rdZskSRMa { width:5.6875rem;height:1.54375rem;top:34.210418701172rem;left:11.685416996479rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
#cZFvAwnTofqxWBN0mlsKgBXSvDkAF7X7 { display:flex;width:3.4375rem;height:3.4375rem;top:72.780212402344rem;left:1.5625000596046rem;z-index:15347; }
#XbNVH764DdARgoUZAHSyQqC3SzXkCSNa { display:flex;width:1.1875rem;height:1.1875rem;top:37.188543319702rem;left:0.52916675806046rem; }
#AvsVddLrKDNnm9ApglrHSF9ol3bNGPwo { width:18.8125rem;height:4.9375rem;top:31.438543319702rem;left:0.59375005960464rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ITp09yUqKPbk1puH2sUmyUPNintFpzrC { display:flex;width:1.1875rem;height:1.1875rem;top:41.387502670288rem;left:0.52916675806046rem; }
#M99QbWJG658bP9u5Cs7co3rqmf8yrqtR { width:18.5625rem;height:10.4375rem;top:73.437507629394rem;left:0.62500005960463rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:block; }
#SpkqNZMHV7Rnpq0izd3AZ7hCgmB3HIcf { width:18.9375rem;height:5.0625rem;top:71.8125038147rem;left:0.62500005960463rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#sIF1Z4RQg1NQ8Breb7AUlDFs3Gs9Tq9u { width:9.1875rem;height:1.54375rem;top:72.779170989988rem;left:5.6250002980232rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
#ATTFkDXaKBKSxU0FUDmxM8t9mqdZt1Od { width:5.75rem;height:1.4625rem;top:74.821876525881rem;left:5.8125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
#OL7kqc6xBUTDu5KALIvzBAUThxERz8fc { width:2.875rem;height:1.54375rem;top:74.750007629394rem;left:11.375000774861rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
#ZSGKE8OATg7s2bQxI0zK3gTRTVBpgsno { width:15.4375rem;height:3.375rem;top:77.625007629394rem;left:2.6250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
#JMgShNs0VoV10m4kIWOtQI05InWsHR02 { width:10rem;height:1.4625rem;top:81.869796752931rem;left:2.6875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
#JKwpL4s1sAlZpODWbuGWJ66dFTGSUM5r { display:flex;width:1.1875rem;height:1.1875rem;top:78.441673278806rem;left:0.62500005960463rem; }
#A3uawUmMJ1UuRLDGKorVCAXQ0mDdeTfX { display:flex;width:1.1875rem;height:1.1875rem;top:81.966667175294rem;left:0.56250005960464rem; }
#CcDyiuyqlXb6kLZWgmyK7elQOiImIqSb { width:20rem;height:1.125rem;top:1.7625007629394rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:block; }
#kyUFFVoMPhaUDKWcgdVbbCD8ZfC4o7eK { width:16.625rem;height:0;top:61.686477661132rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.0;display:none; }
#l4uOaIlgnwekviT2adaaTPRPg8Lmgviw { width:5.5625rem;height:5.5625rem;top:74.3125rem;left:0.6875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#BAusxKsxMNPhKt6wuQHyv7JDZ7Ga69mP { width:5.6875rem;height:1.375rem;top:89.134376525881rem;left:13.375000774861rem;overflow:hidden;display:block; }
#zgIBfUw5ERPtZZZBRn5nGW4Xy6TxhQ6T { width:6.75rem;height:2rem;top:43.218748092651rem;left:6.5041656494137rem;font-size:1rem;z-index:15171;display:none; }
#bFBiNSGdrPAhGWAsvLJ5rFkTZ7yqdrOJ { display:block; }
#yAPWEmoGyT8X7kmbAgehfamitiBGQHmp { width:4.6875rem;height:1.5rem;top:72.75rem;left:1.375rem;display:none; }
#GwVIdXoKTubkgiTLmvPXMMKI0AwJ4Mcq { width:3.3125rem;height:0;top:73.1875rem;left:2.3125rem;font-size:0.9375rem;display:none; }
#gHvMsKduXd0mm8A9wnnV7NMsSk7WWFHh { width:4.75rem;height:3.5rem;top:94.198966979981rem;left:1.5625000596046rem;overflow:hidden;display:block; }
#TkApVTkKfAe0c2iyzq3uq8t0JfRJRBNN { width:5.5625rem;height:5.5625rem;top:82.25rem;left:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-image: -o-linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#5578ed4c' );";background-image: linear-gradient(18deg, #5d92ff, rgba(85,120,237,0.3));background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#G4E8AJoFkQbUX8gUinFGBZqwGR5CSDR1 { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:13.748915970326rem;font-size:1rem;z-index:15171;display:none; }
#gdLg1GZEX52DlwB39VPQttrS7Ko6xsJu { display:block; }
#fiO6AlRbe72XOmN0D92DCFrT8x3RgTMK { width:10.9375rem;height:auto;top:37.3125rem;left:4.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
#zKSNfgE99qwhsNt8pkqiA3wpHTOwTS9s { width:5.25rem;height:1.6875rem;top:89.040626525881rem;left:7.3750007748606rem;overflow:hidden;display:block; }
#HsQ483VW4UR7UUKcJavdlsvpUMzd3RiT { width:5.5625rem;height:5.5625rem;top:75.625rem;left:4.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
#d9Ad297a99GzuOGOzfZTrwAoPtrSLbWH { width:4.4375rem;height:1.25rem;top:92.562507629394rem;left:1.5625000596046rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.9375rem;display:block; }
#WZzufLb7VphTLITpRpFObytcBGHLDWsw { width:3.8125rem;height:1.05625rem;top:92.750007629394rem;left:2.5000000596046rem;font-size:0.8125rem;display:block; }
#T56oiuDqGTB8lsPWgWi7WVnNv7ZEtftk { width:6.25rem;height:1.875rem;top:43.562285423279rem;left:7.9644101262094rem;font-size:1rem;z-index:15171;display:none; }
#X7Bt9NubiEIhUKTsVhLeRLFKrws4nNtG { display:block; }
#HCmDJQSL7ACNmwbvPJAMLF2N2b0zJr4V { width:5.5625rem;height:5.5625rem;top:72.75000190735rem;left:3.6875002980233rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#VwT0DTK4QpkLEDxHvGDxSRdEDTPPyN1d { width:5.5625rem;height:1.9375rem;top:47.343753814698rem;left:7.0937502980231rem;overflow:hidden;display:block; }
#EymyaMXIgMWa83sgsepl0EV3UzpR0gG1 { width:8rem;height:2.125rem;top:63.2625rem;left:6.03125rem;font-size:1rem;z-index:15171;display:none; }
#TrBa8PczXfMiba5RptalBImA8oo5tNKU { display:block; }
#pTmN9vVV23M2oN1mkMEZcgpesPFI8Kxa { width:6.0625rem;height:4.0625rem;top:52.291667938233rem;left:0.68750005960463rem;overflow:hidden;display:block; }
#eWxtpB1Cbug7lDwxOGK2pdnalG8XVmAi { width:5.5625rem;height:5.5625rem;top:71.37500190735rem;left:1.5625000596046rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#PCZTbNgCmiT8bv8d985vII98w0zBygco { width:8rem;height:2.125rem;top:72.7625rem;left:6.5625rem;font-size:1rem;z-index:15171;display:none; }
#nTr439ErXmEfRuwWoM2T1Bn4Ub2wX1Dh { display:block; }
#psp7AGq7FdS32qpHpe4K6uGI9lBlueoI { width:8.75rem;height:8.1875rem;top:101.1875rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
#ProI0baWDVxGWkAGfBvcvfGMtfs5okmx { width:6.75rem;height:2.875rem;top:88.415626525881rem;left:0.1875rem;overflow:hidden;display:block; }
#vI4rsTKsJH3oeuD6ZJ9n2umTDVxT1AMk { width:6.25rem;height:1.875rem;top:51.986765861511rem;left:3.9670141339302rem;font-size:1rem;z-index:15171;display:none; }
#dLGoytbX0iLzSSIexdh9XWZ41BOv0D5i { display:block; }
#WKx0Z7B3tO8pKRAAMtHBXkPL3QtkQ2yX { width:5.75rem;height:4.6875rem;top:51.823959350586rem;left:7.0625002980231rem;overflow:hidden;display:block; }
#IABuRlKCTen9sSvG8qpe18RxzfbAUhTy { width:6.25rem;height:1.875rem;top:43.561199188233rem;left:1.2500000596046rem;font-size:1rem;z-index:15171;display:none; }
#SbhmXT8iuT1skHG7pIWViNT5SlV5XUDZ { display:block; }
#vOo9SlUdJ0c4gGgbn6zHrkZ5QG4UTK5v { width:8.75rem;height:8.1875rem;top:111.0625rem;left:5.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
#pk2Fxe5mbkCZhruimmNWXCwP63IuBOmT { width:5.4375rem;height:5rem;top:45.737503051757rem;left:0.68750005960463rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:block; }
#G6s6Q7TMsUDg4kvmJf1x0tdSLPsFn3sZ { width:8rem;height:2rem;top:111.125rem;left:5.875rem;font-size:1rem;z-index:15171;display:none; }
#D0GlyDq0vAIHMhmGEgVRu8nKCV7SG4I0 { display:block; }
#VKxHwZd5rWvBAxCPyLdBCM9KbT5y0Aa1 { width:4.8125rem;height:3.875rem;top:46.373960494995rem;left:1.3750000596046rem;overflow:hidden;display:block; }
#XiBpciecy2tdCknQp2O7n3KEzPv5bun1 { width:8.75rem;height:8.1875rem;top:139.1875rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
#S0oCDTytfRBkbLDqltdKrFxm5iuHdMEO { width:8rem;height:2rem;top:126.65rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
#DzvfqmvbNpFUEJfAaNoo3wvTWh00bPiH { display:block; }
#gr2gmIgrfTitCeG0pKmoUoIUR2wRg6lG { width:7.5625rem;height:3.3125rem;top:105.39687728882rem;left:6.1562502980232rem;overflow:hidden;display:block; }
#TVBChTqPKoxKDXBfwiwQMOGJzw5qyfrr { width:5.5rem;height:3.0625rem;top:58.756252288818rem;left:7.1562502980231rem;overflow:hidden;display:block; }
#rhBxwzbFWs04FLmcaKWGNFN0teZOm9ox { width:8rem;height:2.125rem;top:96.732287873538rem;left:5.970832824707rem;font-size:1rem;z-index:15171;display:none; }
#IZ6w9DqS7iEvACa1AezIkMqzQkySPFxQ { display:block; }
#QHc4OAWFtwqbQmHyhk7I6RuK3ACUT8xD { width:8.75rem;height:8.1875rem;top:149.0625rem;left:5.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;display:none; }
#KTvMFy22JILPMBPUkVBfTwUHHUC3di82 { top:21.420138835907rem;left:4.0000001192093rem;width:15.1875rem;height:5.85rem;z-index:15345;font-weight:700;font-style:normal;color:#353e87;font-size:1.125rem;display:block; }
#QJGqOO9gwWT7guTynRBWfZPQJ8ZNEy5X { top:19.352430343628rem;left:4.1250001192093rem;width:13.0625rem;height:1.4625rem;z-index:15346;font-weight:700;font-style:normal;color:#353e87;font-size:1.125rem;display:block; }
#U6GZMTZlS1ziiAF4Fd7o9wx7cDhKqOSm { width:7.8125rem;height:7.25rem;top:41.125rem;left:5.8125rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#pJeNbJhC2pJWDhk7HZeHTS38uOh3ScnH { width:7.8125rem;height:7.25rem;top:58.1875rem;left:5.8125rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#CwD0Mk8Rzyv6GVSQwv3OpibUTZI7iZ0m { width:7.8125rem;height:7.25rem;top:58.125rem;left:5.8125rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#P6D2G3WSQfGZNx6PThJV7zshshNSLZqc { width:7.8125rem;height:7.25rem;top:49.8125rem;left:5.8125rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#r0UG6wkJMOPKQFqM6lFHPHCFThG9e6Cw { display:flex;width:2.5rem;height:2.5rem;top:43.275001525879rem;left:8.5000007748606rem; }
#yMiTh6JI0hQJNLTKwzTWKRFKQfGsXuw8 { width:5.5625rem;height:5.5625rem;top:35.4375rem;left:6.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:none; }
#SV8X5UEEKiTXLUb4PAiWZae9fgCsaJbD { width:5.4375rem;height:2rem;top:59.068752288818rem;left:0.93750005960463rem;overflow:hidden;display:block; }
#qFVTgw3qIIn29HbUotZSAlKLmqtDT0fl { width:5.9375rem;height:4.375rem;top:93.123962402344rem;left:7.0937502980231rem;overflow:hidden;display:block; }
#BcdE9dUoVDgGHgHws9v8K4bd2BiP4R5F { width:5.5625rem;height:5.5625rem;top:41.875rem;left:3.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:none; }
#VZcvHnDHyUKKbos3ItmoIvc02fUSHlNh { width:5.5625rem;height:5.5625rem;top:41.9375rem;left:9.75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;z-index:15057;display:none; }
#itt7mwrZZiFZTP6rVZTDTTZRMQiNd3N1 { width:4.5rem;height:3.9375rem;top:99.604171752931rem;left:1.6875000596046rem;overflow:hidden;display:block; }
#sLMwgIIfLVoFBW3pPswvqtRIvfR42zdV { width:5.75rem;height:5.75rem;top:45.468751907349rem;left:13.312500774861rem;overflow:hidden;display:block; }
#uUBV0sAGyTNAzPt2RZOq9cDEGxL1wHBM { width:6.3125rem;height:2.875rem;top:93.843757629394rem;left:13.125000774861rem;overflow:hidden;display:block; }
#DT3472NkzyTka336FWJVuTRwsiugpQ2N { width:16.5625rem;height:5.1rem;top:125.8125038147rem;left:1.6250000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.2;color:#353e87;display:block; }
#xM9Jbchrp5ddqZ8GoXELf0bXLExKdfo7 { width:14.6875rem;height:1.4625rem;top:123.8125038147rem;left:3.5000002980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
#QionB5zNDQAO5MOa4PDiaVi2zJGrqKQG { display:flex;width:1.75rem;height:1.75rem;top:123.60625839233rem;left:1.316666662693rem; }
#FdQ0Fso0ed1RtZC8cZaGX3Md4Ka6WCw8 { width:16.5rem;height:7.125rem;top:112.2500038147rem;left:1.5625000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;color:#353e87;display:block; }
#tlnytJm37y4r5wi4uZTOUqtFqXdzxptT { display:flex;width:3.4375rem;height:3.4375rem;top:18.6875rem;left:8.25rem;display:none; }
#q0EFrFgsvCUJvQt555TMG7H8ssXhy4JT { display:flex;width:2.5rem;height:2.5rem;top:83.750007629394rem;left:8.8125007748606rem; }
#dyvJTsfeiOq4hNzhqvmiefJmk6ltLEd8 { width:5.125rem;height:1.875rem;top:34.004167556763rem;left:11.375000774861rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#DDS6kGP4KM1PBAh7Wo59OnUeU9LJ2wMf { width:3.4375rem;height:1.5625rem;top:74.687507629394rem;left:11.000000774861rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#E1DUNKKIu75Pn5D02kQBiG4d9NU9V2Pb { width:5rem;height:3rem;top:58.818752288818rem;left:13.754167377949rem;overflow:hidden;display:block; }
#OE371LVtSQlezFZOgHqCygbNfHvpIJzL { width:7.8125rem;height:7.25rem;top:66.4375rem;left:5.8125rem;z-index:14993;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:none; }
#yu5Sf3JsqZoox9Tx9MNi0UeZlJD4ZfBH { width:5.5rem;height:3.1875rem;top:64.568752288819rem;left:7.1875002980231rem;overflow:hidden;display:block; }
#SioaiTbcwsL8G3nMf8BygmQ8iTukCa5o { width:5.625rem;height:4.75rem;top:51.887500762939rem;left:13.312500774861rem;overflow:hidden;display:block; }
#e94AKWghXwszku2pon2fBVroq9hDZhdJ { width:8rem;height:2.125rem;top:46.125rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
#psZqOISaxD1a0ydspy9NyEpunDVhdUKl { display:block; }
#FGZqDMVV3IV3T9u3LbQMTTuiss3NGTa9 { width:6.25rem;height:1.875rem;top:54.875rem;left:6.875rem;font-size:1rem;z-index:15171;display:none; }
#V5gAFxCzoK1SVoEJWJIiHCBOQTrXVcVl { display:block; }
#Lgl1QSJOp5Zq0tEtStT8sovbaORr6E6I { width:6.75rem;height:2.125rem;top:63.1875rem;left:6.625rem;font-size:1rem;z-index:15171;display:none; }
#KXoTfqNmH7wdSKuM1f9l8l2FFIFxNBZO { display:block; }
#udosMJQ87CthTrhrlkDKs1cP1DZDl1n2 { width:8rem;height:2.125rem;top:63.1875rem;left:6rem;font-size:1rem;z-index:15171;display:none; }
#MdaQrm6yRToUiDh3OZiLM360rNDIJfrN { display:block; }
#f2WHx0EwmtwtHDT2OkRowEWFaHT7WGSy { width:6.75rem;height:2.125rem;top:74.6875rem;left:6.625rem;font-size:1rem;z-index:15171;display:none; }
#ivwILkzFhBIxfNvikr2RpHZlmLPlebP2 { display:block; }
#Wmlg2GFh7yqUXl9bsVBpZQAT0ff0yPT3 { width:6.75rem;height:2rem;top:60.425rem;left:6.6875rem;font-size:1rem;z-index:15171;display:none; }
#o4Tz6Vk22qy0lD2B4bf3k2MGgxxcSUkr { display:block; }
#pfAbz3oVxw4wuIkrs2F7OleFK8r7irpV { width:6.75rem;height:2rem;top:72.525000762937rem;left:6.6875rem;font-size:1rem;z-index:15171;display:none; }
#VEQQ4zfS18yPrAx9omO2OpIUe4TxcX9K { display:block; }
#lgJrLUdS2b6CPIUHMM5BE6c422Km20kB { width:7.8125rem;height:7.25rem;top:49.15rem;left:5.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:none; }
#qi4yhCCrEyZAfwmnlr4SZcCSMzfP0VEy { width:6.75rem;height:2rem;top:54.3375rem;left:6.6875rem;font-size:1rem;z-index:15171;display:none; }
#URhoQJhraazXHpmQl0BM8Kg5qrVAkSTH { display:block; }
#HI03ML3bdVFK9daIiplh6XSvnxhRhM0f { width:5.3125rem;height:4.9375rem;top:83.855211257937rem;left:7.1437504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #e5d4c8;border-left:0.25rem solid #e5d4c8;border-right:0.25rem solid #e5d4c8;border-bottom:0.25rem solid #e5d4c8;display:none; }
#g0JnBkC0fsTIKUetEPgP1vxT2In5dHfu { width:6.75rem;height:2rem;top:71.8625rem;left:6.6875rem;font-size:1rem;z-index:15171;display:none; }
#SW50sQ0cfAh3AF5kDAHfNZIWh8bboSw4 { display:block; }
#R4s5AMHHLF44czeu5X7ppmOZe7xgUBSu { width:8.8125rem;height:3.875rem;top:99.511466979981rem;left:5.5937502980232rem;overflow:hidden;display:block; }
#rhr5nb2sqNT0i5XSNX93WpXRV4B5E9Bo { width:5.1875rem;height:4.75rem;top:83.500005722044rem;left:1.5000000596046rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;display:none; }
#s5AQqch22XLHily7qrssyt4H9OOimHG9 { width:4.8125rem;height:4.125rem;top:99.543754577638rem;left:13.875000774861rem;overflow:hidden;display:block; }
#mcaKqw1UGNkTWvQ8nshT2JXKEJnSbWEu { width:6.75rem;height:2rem;top:80.712500762937rem;left:6.6541671752931rem;font-size:1rem;z-index:15171;display:none; }
#T2tqTQOaDlePHRrzpy43aBIFLXs0cJXJ { display:block; }
#N1IIFtAJDxWKCdKq2EilHzfog34FgEFF { width:5.4375rem;height:5rem;top:87.059379577638rem;left:7.1250002980231rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15060;display:block; }
#pnVyTBwyzOphgT5ZghRDsvosHxf7SPhl { width:5.4375rem;height:5rem;top:87.059379577638rem;left:13.462500393391rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15061;display:block; }
#frCkoOGdR4A0qkRKmgGQswUdcUPBPaof { width:5.4375rem;height:5rem;top:87.058334350588rem;left:0.81250005960463rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15061;display:block; }
#lDdzgSTM3DeIhMLFaWQxoI8Hs5srGNRU { width:5.4375rem;height:5rem;top:92.769798278806rem;left:0.87500005960463rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15063;display:block; }
#cLD7SeJZUnEqX6Xo2pnU1Oi3ml4t7P9C { width:5.4375rem;height:5rem;top:92.768753051756rem;left:13.437500774861rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15064;display:block; }
#OKOskI0aqIEdVMq6738xMvQRQlzPWw96 { width:5.4375rem;height:5rem;top:92.772918701175rem;left:7.1041668057444rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15064;display:block; }
#JHEqaUaRgREpydXyf3ySlXUaaS6HbZII { width:5.4375rem;height:5rem;top:98.687507629394rem;left:0.87500005960463rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15065;display:block; }
#fIsWZm0gVtDxMadVfvQ38UCgrw7nPlPd { width:5.4375rem;height:5rem;top:98.687507629394rem;left:7.1250002980231rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15066;display:block; }
#CCginexNcWErQvnpBZdqXROBWZ6g6V8d { width:5.4375rem;height:5rem;top:98.686462402344rem;left:13.41250115633rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15067;display:block; }
#OUXafKiQbCxsubWZWXTN5fcmTvL8oHt3 { width:5.4375rem;height:5rem;top:104.41667175293rem;left:7.0625002980231rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #2fd7ff;border-left:0.25rem solid #2fd7ff;border-right:0.25rem solid #2fd7ff;border-bottom:0.25rem solid #2fd7ff;z-index:15067;display:block; }
#n380DcuE7JW7O8cN52Rw1iXedlfybWdG { width:4.4375rem;height:1.25rem;top:86.400001525881rem;left:7.7135418057444rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.9375rem;z-index:15294;display:block; }
#S4oWEZmpaJocT3mwnZd0LVUOfg3wkKJZ { width:3.8125rem;height:1.05625rem;top:86.587501525881rem;left:8.8343752026556rem;font-size:0.8125rem;z-index:15295;display:block; }
#IyxzWRebBC712WOHO1bBvZ8WLiounl20 { width:5.4375rem;height:5rem;top:45.737503051757rem;left:6.9791668057444rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15064;display:block; }
#Q0glK5elzP8EaO4l56TVC7l0P6ihwGMt { width:5.4375rem;height:5rem;top:45.804168701172rem;left:13.287500202656rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15065;display:block; }
#zvIXCdwTuRnWOROy316UOi8ttAVlTbMD { width:5.4375rem;height:5rem;top:51.625003814698rem;left:0.75000005960463rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15066;display:block; }
#Py5vxP3NbIHBemqWCiNmGUdXAt4ZmHLP { width:5.4375rem;height:5rem;top:51.625003814698rem;left:7.0187504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15067;display:block; }
#PgUHnN6miJnqh4lJLdWGvH1CUaHEdTnp { width:5.4375rem;height:5rem;top:51.637500762939rem;left:13.312500774861rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15068;display:block; }
#n1vlkSTfmlP7eaXwTWnXbGrMqwcraPio { width:5.4375rem;height:5rem;top:57.525001525879rem;left:0.75000005960463rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15067;display:block; }
#SgBKodvKdMhCPqfaNvGvp4kFxTtQIDGL { width:5.4375rem;height:5rem;top:57.587501525879rem;left:7.0187504887581rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15068;display:block; }
#zr3Um041xSOwDh3Vz4MCuGNS2PJzUtdF { width:5.4375rem;height:5rem;top:57.525001525879rem;left:13.375000774861rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15069;display:block; }
#uHTr1urr21xn4ri1Ovhb6TDzobgeyNE5 { width:5.4375rem;height:5rem;top:63.337501525881rem;left:7.0416668057444rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0.25rem solid #ffb9d6;border-left:0.25rem solid #ffb9d6;border-right:0.25rem solid #ffb9d6;border-bottom:0.25rem solid #ffb9d6;z-index:15069;display:block; }
#bA6R8y0oBQ9dTx8UGoRM2g3MbpSHrl78 { width:10rem;height:2.75rem;top:11.745832443238rem;left:4.0625002980232rem;z-index:15320;overflow:hidden;display:block; }
#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { background-color:#f6f6ff;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; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { background-color: transparent; background-image: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .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); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { border-width: 0; border-radius: 0; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; }#czO5k8AC0buk2fKDmLB8XGPLOtk5RUpJ { width:13.8125rem;height:1.35rem;top:1.5270843505859rem;left:2.5625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#tWUbaxv8ChrGkKPTPpTyCBKzTJ1wy2bI { display:flex;width:0.99935rem;height:0.99935rem;top:3.4020843505859rem;left:0.87500005960463rem; }
#MvCSmwJq54Sq0ODTfOM8uTofRo6bSr1k { width:16.749125rem;height:4.725rem;top:3.2125015258789rem;left:2.6218751072884rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.8;display:block; }
#ngUhXgAWldOTsTuAmbJCRmHVFiiumrmz { display:flex;width:0.99935rem;height:0.99935rem;top:4.9645843505859rem;left:0.87500005960463rem;font-size:0.6875rem; }
#hlTQtuDkPlCBLWhqT3JwBcPLUyJnhcJa { display:flex;width:0.99935rem;height:0.99935rem;top:6.5895843505863rem;left:0.93750005960463rem;font-size:0.6875rem; }
#boCUcruQTbkW43CgMs94o1h6fBT0MZXK { width:13.25rem;height:1.95rem;top:11.336456298828rem;left:7.2031252980231rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#kb4rSmvTD22AblsU6pb2Np74yKNkZThK { width:5.865625rem;height:1.36458125rem;top:13.902084350586rem;left:11.315625965595rem;font-size:0.8125rem;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;display:block; }
#DSwBeoiRVFN4JqT9mTa3QFfHFWesXUE0 { display:block; }
#rwDWZo9R0bt06zpJSz209Te9hxFKN64o { width:20rem;height:9rem;top:10.874999761581rem;left:-0.060763895511628rem;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:none; }
#Woa0CtX1C0PoFlXNpEc2WNl1VHp30dtz { width:6.8125rem;height:9rem;top:7.3895797729494rem;left:0.62187498807907rem;z-index:15057;overflow:hidden;display:block; }
#SzZeVN3WGtriuZAewEW3SVyLieXl6ODw { width:20rem;height:18.6875rem;top:1.1635417938232rem;left:0rem;display:none; }
#ox2VrbzS7SQQdEIBUp1HIx8ekHDP2uis { top:0rem;left:0rem;width:20rem;height:16.375rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#Ob43ZLQaRPa13N27HFgqDi8FuyZHeTfA { top:9.1291656494137rem;left:0rem;width:20rem;height:7.3125rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, 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(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { background-color:#f6f6ff;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; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .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); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; }#FFtn8ZQZMkbfaxENDO3TzsGfXEn1KwVT { width:20rem;height:12.0625rem;top:0.265625rem;left:0rem;display:none; }
#ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { width:8.4375rem;height:2.68645625rem;top:19.317710876465rem;left:9.6270835995675rem;display:block; }
#mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { width:8.4375rem;height:2.68645625rem;top:22.567710876465rem;left:9.6270835995675rem;display:block; }
#VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { width:8.4989375rem;height:7.2489375rem;top:18.252082824707rem;left:0.37500005960464rem;display:block; }
#vCys3VI76tUxw9XubFh6l1JBvxvHAXv4 { width:11.0623125rem;height:1.4625rem;top:1.5625rem;left:2.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#SNlR9TK63AK2bzIrTFXTooxSzgdWBrq3 { width:20rem;height:8.5614375rem;top:16.4375rem;left:0rem;border-top-left-radius:5rem;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:none; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { width:20rem;height:12rem;top:12.5625rem;left:0rem;display:none; }
#SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { width:18.125rem;height:0;top:16.000001907349rem;left:0.93750005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#moq5AM9oNW3LktPxaoA6uuGaMkT1CeCz { width:6.25rem;height:5.81163125rem;top:22.643230438233rem;left:1.6243489384651rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { width:15.8125rem;height:1.4625rem;top:15.953117370606rem;left:1.8729167580604rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:block; }
#uXJMttanWIPUUxEdft14fc7lQvlXJGJB { width:14.8125rem;height:1.4625rem;top:6.0156173706055rem;left:2.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { width:6.9375rem;height:0;top:13.132291793823rem;left:12.553125202656rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { top:9.375rem;left:0rem;width:20rem;height:6.125rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, 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(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { top:0.25rem;left:0rem;width:20rem;height:14.5625rem;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#zRtJ7uuEPpAed6wz7x7n9ggPWb86pxq5 { top:15.130210876465rem;left:0rem;width:20rem;height:11.25rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#E980wQbdf07CLNWyeazqPr2623FFxslu { top:20.310417175293rem;left:0rem;width:20rem;height:6.125rem;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, 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(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#WLatcFfr7WQX81virhQzzOBJOKITQGu9 { width:17.25rem;height:0;top:3.5229167938233rem;left:1.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#ephk7w68EaGzqlUXPGnJFTv2mA7m1B4S { width:18rem;height:0;top:6.6843843460081rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#QgGRCzu8k2PsfGF3MN69U9yfNDxILyun { display:flex;width:2.4375rem;height:2.4375rem;top:11.022911071778rem;left:2.1875000596046rem; }
#fGvK1scL5pra0XHs2lONqdZChxBrPGUC { width:4.875rem;height:8.5rem;top:17.451042175293rem;left:3.1864584088326rem;display:block; }
#Zl9FBW9JNU9N43STp7kcmA3QBDLA07lA { width:15.25rem;height:2.1rem;top:3.2874984741211rem;left:2.0625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15023;display:block; }
#rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { width:5.4375rem;height:4.9375rem;top:0.125rem;left:14.404432660009rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;display:block; }
#XPTfTUUzdTDdI4luatB995XtNrObyD6T { width:16.9375rem;height:3.15rem;top:7.619789123535rem;left:2.1875000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15024;display:block; }
#KWGm3Tx7hvXSTCsw5aSXvqclgEbHhpvJ { top:10.967708587646rem;left:5.1895835995674rem;width:9.875rem;height:2.8125rem;z-index:15167;overflow:hidden;display:block; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { background-color: transparent; background-image: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { display: none; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .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); }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { border-width: 0; border-radius: 0; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#gfnNrT82wnM1rsUkswuU8N8hDcXRvMiu { width:4.5625rem;height:1.78125rem;top:0.61371612548828rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { display:flex;width:2rem;height:2rem;top:0.62760543823244rem;left:16.747395634651rem;font-size:1.375rem; }
#u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
#kJz1H7CcRRErsK07brScdw6rLfaE20JH { width:10.6875rem;height:1.5rem;top:0.734375rem;left:3.4947918057442rem;font-size:1rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
#GX2yuMl5C0ex5d9iS2ual6gkEWrBfX92 { width:20rem;height:3rem;top:0rem;left:0rem;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { background-color:#f6f9ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:17.9375rem;height:2.125rem;top:1.2489624023438rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.275rem;top:3.921875rem;left:1.1541667580604rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:13.9375rem;height:3.50625rem;top:11.875rem;left:1.1250000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:17.75rem;height:3.4125rem;top:15.996875762939rem;left:1.1875000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.275rem;top:6.9375rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:16.75rem;height:2.275rem;top:8.4375rem;left:1.2041667103767rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
#HTfyJoiV9TMaT0o02IMVxm0tTvD59wTw { width:18.875rem;height:1.275rem;top:40.6875rem;left:0.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#HB4fUct76a7GWT6JbflgltVlX8p9PzIZ { width:18.8125rem;height:3.4125rem;top:42.4375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#B6D9ZHJIncuQDdAHcbMFMyQI8eZB744X { width:18.9375rem;height:2.275rem;top:19.750001907349rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#cdMhFu03NwT8IbHCxPBT1phiFGQz0Viq { width:18.875rem;height:5.6875rem;top:22.375001907349rem;left:1.0625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#N0RmxDaTwm1GgTHzoXRoCxHJ8CIWtcoW { width:18.9375rem;height:2.275rem;top:29.625001907349rem;left:1.0000000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#Ff2sdJhwTGUsTzRNth79xvItppqsBeun { width:18.875rem;height:2.275rem;top:32.312501907349rem;left:1.0625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#AiAyWPFDtR64xcz9TNSAsqlTZBHA7tV5 { width:18.9375rem;height:4.55rem;top:35.062505722046rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { background-color:#f6f9ff;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; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .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); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:20rem;height:18.875rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:12.5rem;height:1.38125rem;top:0.8770751953125rem;left:2.3750000596046rem;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:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:18.75rem;height:4.2rem;top:3.4250183105469rem;left:0.62500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.38125rem;top:0.76666259765625rem;left:16.125001728535rem;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:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:4.6875rem;top:13.124130249024rem;left:0rem;z-index:15011;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:0;top:14.738534927368rem;left:1.1875000596046rem;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; }
#iFMFPzgAFF0wdJbqNExnyAT0MUEexyBc { width:20rem;height:2.275rem;top:14.471878051757rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
#Ou8iDEMm2ihNdilZP9fIOQgUEh5KJfPI { display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #Ou8iDEMm2ihNdilZP9fIOQgUEh5KJfPI > .row .container { position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#XNhU5tyuNT6zxw9y96GaL9mRt49zfrCL > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; }#RIEkCoWh0R63XUIvUGc08adGn6EbNHT3 { width:10.125rem;height:0;top:2.9775390625rem;left:11.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
#MEov9DvMRaJzMpVo2avmnUMmF5bKZZFW { width:10.125rem;height:0;top:2.4150390625rem;left:7.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15164;display:none; }
#Ahmh5vlCbzthlnW7K6FGBokOE6qOVogK { width:13.0625rem;height:0;top:3.2275390625rem;left:8.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15163;display:none; }
#szfFtEiIM28nOWrxQARw5FQTWm4anaul { width:17.25rem;height:0;top:7.4239578247069rem;left:1.3750000596046rem;font-size:1.1875rem;z-index:15168;text-align:right;text-align-last:right;display:none; }
#aQgBqFQI5fveoX0KD5B5D9EhJckpoutX { width:15rem;height:6.4375rem;top:1.1875rem;left:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368066' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.4));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-text.counter-number { padding-top:0.2rem;padding-right:0.241875rem;padding-bottom:0.2rem;padding-left:0.241875rem;width:1.444375rem;min-width:1.444375rem;height:1.06125rem;font-size:0.795625rem;line-height:16.98px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(6,12,74,0.43), rgba(127,157,236,0.3));background-image: -moz-linear-gradient(287deg, rgba(6,12,74,0.43), rgba(127,157,236,0.3));background-image: -ms-linear-gradient(287deg, rgba(6,12,74,0.43), rgba(127,157,236,0.3));background-image: -o-linear-gradient(287deg, rgba(6,12,74,0.43), rgba(127,157,236,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4a6d', endColorstr='#7f9dec4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#060c4a6d', endColorstr='#7f9dec4c' );";background-image: linear-gradient(287deg, rgba(6,12,74,0.43), rgba(127,157,236,0.3));background-size:contain !important; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.12375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.930625rem;height:1.13125rem;font-size:0.2975rem;line-height:18.1px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg { display:flex;width:11.75rem;height:2.71625rem;top:0.50104141235351rem;left:6.2500002980231rem;padding-top:0.4075rem;padding-right:0.421875rem;padding-bottom:0.4075rem;padding-left:0.421875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;z-index:15156;background-color:transparent;background-image:none; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #fpswXaDdcSnugCoorm29Wr1L6IrH1e5X { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #d0e93gJmFT8U3C7HEKMXP0uv6RJyny7i {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #Xpyr9pmFeZQhnrFXnCUZs5noNHxDFy0D {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #xMMRNAI7gK7ZbpBRaCLMOipNdu4HVhAf { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #ZFXcALaolZ3WBTClDb89hw6Ffsfw2i2i {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #icJ1dve4DpXp8kLSs3UsUa9TtdgKPvIv {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #v0ZXuaGeuzWz3G2PL1gIUDhhmdtvepDR { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #HckLdbXwNWAJeFrympgGha0L5nNagQhE {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #k0uPT3OrloBQWJvbldMmlFGK1loHz5QT {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #eLdwhRWMx0txRZpbThqRQuTPbZF0C3dn { display:flex;position:relative;top:0rem;left:0rem; }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #eknGZTavs89OCMegX85caWc6SnozpWd0 {  }
#xm2gIL8mwwEsGB7cAZ3ZHxc9yAMWQsLg #Ipv46SCEgggBQy3lCwtTxG9ndNkvq6TX {  }
#c7JiPlIAOxmHLsZ7POK2PgPZBnXcTpAM { width:4.625rem;height:2.475rem;top:0.736457824707rem;left:1.1250000596046rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15157;color:#ffffff;line-height:1.1;display:block; }
#LE2lAxiiqwSuuWAqRqcVBx1zpwzh4JDm { width:15rem;height:1.25rem;top:0rem;left:2.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368099' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2e368099' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(46,54,128,0.6));background-size:auto !important;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:none; }
#hudVT96WNcd6b3SKiXswL256z4qUE2xT { width:19.625rem;height:4rem;top:0rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);background-image: -moz-linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);background-image: -ms-linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);background-image: -o-linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e368099', endColorstr='#2e3680' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e368099', endColorstr='#2e3680' );";background-image: linear-gradient(180deg, rgba(46,54,128,0.6), #2e3680);background-size:auto !important;z-index:15029;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
