.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:26,143,223;--color-primary-1:31,128,209;--color-primary-2:33,69,164;--color-primary-3:8,93,169;--color-primary-4:23,34,121;--color-secondary-0:230,159,29;--color-secondary-1:255,179,0;--color-secondary-2:255,220,0;--color-secondary-3:255,211,0;--color-secondary-4:255,137,0;--color-tertiary-0:255,255,255;--color-tertiary-1:84,98,151;--color-tertiary-2:67,60,147;--color-tertiary-3:23,34,121;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),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-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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-3),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:#f3f6fa;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; }#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:28.6875rem;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(var(--color-primary-2),1);display:block;width:18.0625rem;position:absolute;font-family:"mukta extrabold";font-size:3.4375rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:6.7496094703675rem;left:51.874214172363rem;height:3.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { box-sizing:content-box;height:4.25rem;width:13.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:17.325002670288rem;left:40.440626144409rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PO41VA3K8ldqH9dxuKgVkSNwyGsoqMDI { box-sizing:content-box;height:4.25rem;width:20.5625rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#51b3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#51b3ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #51b3ff);background-size:auto !important;top:17.310935974121rem;left:49.685939788818rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#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; }
#peaEQPu2Sk2g9geInI8pMn9CrEV3SogK { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15290;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:18.435935974121rem;left:41.935939788818rem;height:2.59895625rem;font-style:normal;display:block; }
#pw5mJ2HJqft2biitn1RbZ7nTz58Co2cu { color:rgba(var(--color-tertiary-1),1);display:block;width:1.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;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:4.5rem;width:4.3125rem;top:1.4375rem;left:4.5625rem;overflow:hidden;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:14.0625rem;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(170,158,13,0.06) ;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; }
#ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { box-sizing:content-box;height:27.6875rem;width:32.75rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,223,162,0.9), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(255,223,162,0.9), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(255,223,162,0.9), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(255,223,162,0.9), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2e5', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdfa2e5', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(255,223,162,0.9), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:0rem;left:0rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;display:block; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { box-sizing:content-box;height:27.6875rem;width:54.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,223,162,0.9));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,223,162,0.9));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,223,162,0.9));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,223,162,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffdfa2e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffdfa2e5' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,223,162,0.9));background-size:auto !important;top:0rem;left:-54.529686689377rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#f6U0w06LHIZmmn88uVuG9NCr6T6nMLcI { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:"mukta extrabold";font-size:2.1875rem;font-weight:700;z-index:15073;line-height:1;letter-spacing:0;top:7.7492184638975rem;left:42.833198547363rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:2.25rem;width:6.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eff699', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4eff699', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(228,239,246,0.6), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:3.53125rem;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; }
#uhkyp1lvcJ3GU6tCufaH7Fu7KSwTI43a { color:#29284f;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.71875rem;left:41.812503814698rem;height:1.51171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxT4oz9f4E6fl6omZgWJ3sIGyfTQa5sg { box-sizing:content-box;height:2rem;width:29.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.375rem;left:40.560939788818rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:"mukta extrabold";font-size:2.1875rem;font-weight:700;z-index:15074;line-height:1;letter-spacing:0;top:10.186718463898rem;left:51.75rem;height:2.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X2Iqd6RfRV4veG8qTsDbJGxJGT60JdpS { position:absolute;display:block;z-index:15314;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.5rem;width:5.5625rem;top:8.90625rem;left:3.78125rem;overflow:hidden;display:block; }
#gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { position:absolute;display:block;z-index:15314;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:21.5625rem;width:17.1234375rem;top:4.7500004768372rem;left:14.94687461853rem;overflow:hidden;display:block; }
#n8OhN7usZD34PaEtgcF934JW7szqoWlK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15291;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(28,103,215,0.5);top:18.400001049042rem;left:54.841672897339rem;height:2.59895625rem;font-style:normal;display:block; }
#hW4SqTBuWnlKtdxxuw941IveoT3HPmDk { color:rgba(var(--color-primary-2),1);display:block;width:9.75rem;position:absolute;font-family:"mukta extrabold";font-size:2.1875rem;font-weight:700;z-index:15073;line-height:1;letter-spacing:0;top:7.7492184638975rem;left:42.833198547363rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#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.625rem;width:75rem;position:relative;display:block; }#XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15351;opacity:1;top:0.77707944824219rem;left:71.606779918212rem; }
#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; }
#QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { color:rgba(var(--color-primary-4),1);display:block;width:23.375rem;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:1.0999984741211rem;left:4.0593757629394rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ute8wdLJPx8XRsK9wFw3TFmm3fs35opN { box-sizing:content-box;height:3.5625rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #ffb300;display:block; }
#qzkklREPJS42k7B2guToRyBXVL9Who5f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15349;opacity:1;top:0.51406097412109rem;left:0.77812576293944rem; }
#hs7A60CT0ewv3pTLxSqwCUDaGrH4A1Tc { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15350;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -moz-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -ms-linear-gradient(180deg, #ffdb00, #ff9400);background-image: -o-linear-gradient(180deg, #ffdb00, #ff9400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ff9400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ff9400' );";background-image: linear-gradient(180deg, #ffdb00, #ff9400);background-size:auto !important;box-shadow: none;border-top:0.25rem solid #ffa528;border-left:0.25rem solid #ffa528;border-right:0.25rem solid #ffa528;border-bottom:0.25rem solid #ffa528;top:0.59531402587891rem;left:71.61146354675rem;display:block; }
#MXwppX6ALMnEL5JdUTgOQX42frpGMTUM { color:rgba(var(--color-tertiary-3),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:11.835937976837rem;left:8.938804626465rem;height:1.78645625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DqDO9z0wG6GtenX6lplZOv1JacTSTwn7 { 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; }
#pUDCSZSoflAsu0sfIZZy6iyz6TGLmZ9G { 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; }
#hq1uxKsiOLxFQamDKKB1sbyvqNptSiUN { 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; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#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:34.8125rem;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; }
#ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { position:absolute;display:block;z-index:15153;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.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { position:absolute;display:block;z-index:15153;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.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;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:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#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; }
#TJJECr8UWZpRCqfp9nvTT0zTdJ7K7M9V { color:rgba(var(--color-primary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:29.949219703674rem;left:39.842449188233rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { box-sizing:content-box;height:4.375rem;width:27.1875rem;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:1.6783866882324rem;left:4.3736991882324rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#dSUfb814iqBeS86UrIx4RcveiTlJIofm { color:rgba(var(--color-secondary-1),1);display:block;width:1.81206875rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15256;line-height:1.3;letter-spacing:0;top:3.2490234375rem;left:5.4990234375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.7490234375rem;left:5.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { box-sizing:content-box;height:4.375rem;width:6.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:1.6796875rem;left:4.3740234375rem;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; }
#zzW9unBKdydeHdQAoZFMnLgdC12VKfdN { color:rgba(var(--color-primary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:3.3349609375rem;left:8.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qs5RwNKAAife1DNEFLXpvBoWsQeml87w { box-sizing:content-box;height:4.375rem;width:3.0625rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1.6789054870606rem;left:11.186717987061rem;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; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { box-sizing:content-box;height:4.375rem;width:8.75rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:7.1552734375rem;left:7.5rem;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:4.375rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.1552734375rem;left:16.2490234375rem;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:4.375rem;width:35.1875rem;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:7.1549491882325rem;left:18.5625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.2177734375rem;left:8.62109375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { color:rgba(var(--color-secondary-1),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:8.6552734375rem;left:8.8134765625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { color:rgba(var(--color-primary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15102;line-height:1.;letter-spacing:0;top:8.8115234375rem;left:11.6240234375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { box-sizing:content-box;height:5rem;width:12.875rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:12.4970703125rem;left:10.4365234375rem;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:5rem;width:31.25rem;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:12.49609375rem;left:18.873699188233rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15111;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.0595703125rem;left:11.6865234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { color:rgba(var(--color-secondary-1),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:14.560546875rem;left:11.8740234375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { box-sizing:content-box;height:5rem;width:3.3125rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:12.4990234375rem;left:23.2490234375rem;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; }
#m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { box-sizing:content-box;height:4.375rem;width:15.9375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:18.4970703125rem;left:13.9345703125rem;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; }
#WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { box-sizing:content-box;height:4.375rem;width:13.3125rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.497398376465rem;left:24.686199188233rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15124;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.560546875rem;left:14.9990234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { color:rgba(var(--color-secondary-1),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:20.0595703125rem;left:15.1240234375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { color:rgba(var(--color-primary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:13.69921875rem;left:35.250003814698rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#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; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#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:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#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; }
#TmrES2Rx0c2loC8J7wgmRC1AQ0J86MDX { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.2;letter-spacing:0;top:13.77734375rem;left:15.20703125rem;height:2.69791875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p1711hD8wrURLCtFQGzLrD1TraEkoE5L { color:rgba(var(--color-primary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:20.1533203125rem;left:17.8740234375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ip8USvAwTmhhM7TVTMW8fk4SuH4sMuce { box-sizing:content-box;height:4.375rem;width:19.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:23.8115234375rem;left:16.4365234375rem;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; }
#sa1oOfJu4MS2yNQWRmrgftCcsnzyT06H { box-sizing:content-box;height:4.375rem;width:28.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.811199188233rem;left:28.061199188233rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#E85Ab1XLiOoJrDiDObdrukwV2xr8iVZa { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15132;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.8740234375rem;left:17.4990234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TCZ4Nc5ozKCJhhi3mKCxNt94AaOtk6SQ { color:rgba(var(--color-secondary-1),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15283;line-height:1.3;letter-spacing:0;top:25.3740234375rem;left:17.6240234375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRVbXI28JIamGvyOwKyhDB97mqoDxEyK { color:rgba(var(--color-tertiary-2),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:25.5927734375rem;left:20.5615234375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CuHWp3Ne5kJPBfmnHfqyduokS4kpSACs { box-sizing:content-box;height:4.375rem;width:24.1875rem;position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;top:29.06120300293rem;left:38.061199188233rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:0rem;border-top-right-radius:5.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5.625rem;display:block; }
#faWEqpM4TryNiLGTnGZAkix47UG0F58d { box-sizing:content-box;height:4.375rem;width:19.5625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffb300, #ffdc00);background-image: -o-linear-gradient(90deg, #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(90deg, #ffb300, #ffdc00);background-size:auto !important;top:29.0615234375rem;left:19.5615234375rem;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; }
#I2Aetfkbqs8gZE3WT2t2MhASL8sQ7rBL { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15140;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.1865234375rem;left:20.4990234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WfX92qx7qk6F6KlB1JrCTEqhcStUws1a { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15120;line-height:1.;letter-spacing:0;top:30.8115234375rem;left:23.5625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#odUB0OL6zqsArUnRUtJgm7XR4qt0DLJS { color:rgba(var(--color-secondary-1),1);display:block;width:1.8112rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15291;line-height:1.3;letter-spacing:0;top:30.6865234375rem;left:20.6240234375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QdHU5kQI0bqbJTWC4odHbh3pJzV5XPcD { box-sizing:content-box;height:4.375rem;width:3.3125rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:18.498046875rem;left:29.1875rem;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; }
#yuC7w2613MbqdVkI60J2hfxgAy1NMr38 { box-sizing:content-box;height:4.375rem;width:3.3125rem;position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:23.8115234375rem;left:35.75rem;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; }
#TMDFBlJMQ8qfTgrL54b23cfZdDUVCDSn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;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-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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15302;text-align:center;text-align-last:center;top:7.9990234375rem;left:20.9580078125rem;display:block; }
#qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nFOITqQbOTF3oFulLDlVQ1sbUoAKzM0o { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.;letter-spacing:0;top:8.9361991882325rem;left:33.000003814698rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#THxFXRqNWEbidQNGmTiGEoP9ukU4PtC9 { position:absolute;display:block;z-index:15313;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.125rem;width:3.875rem;top:23.8427734375rem;left:26.14453125rem;overflow:hidden;display:block; }
#aREmVTqX4xDUb6JUkhVbufe8xdUvXPFl { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15340;line-height:1.3;letter-spacing:0;top:25.44921875rem;left:38.375003814698rem;height:1.4622375rem;font-style:normal;display:block; }
#K1eRmLA8ThUUkJLghroRD8Xdhhd5PHk2 { position:absolute;display:block;z-index:15314;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.875rem;width:3.625rem;top:23.967449188233rem;left:33.686199188233rem;overflow:hidden;display:block; }
#hJPh6BvnSKpxACZKXlQ26fbsecBSTqku { color:rgba(var(--color-tertiary-2),1);display:block;width:2.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.;letter-spacing:0;top:25.62370300293rem;left:30.976566314698rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FWNrZvQC3foZFW4QSCwmxdnFfRPZw4Cl { box-sizing:content-box;height:3.125rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.561199188233rem;left:34.207035064698rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#TXFoFTLWE0m0ot6bxFJaX5yQVTsHnsVU { 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; }
#sSR3X5GymlCdWiXqSde2zDktlLClI7eA { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { box-sizing:content-box;height:5.6875rem;width:37.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:35.687500953674rem;left:16.4375rem;box-shadow: none;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#RBOuOCxVQOrsLkAGpxQgBgW5vXhs4yn2 { 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; }
#evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;top:31.404950141907rem;left:17.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;top:38.031250953674rem;left:21.3125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LTTc8SDEHeTp2no2V8Kx6UbD8xG06Tl1 { box-sizing:content-box;height:4.375rem;width:3.3125rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:29.060546875rem;left:39.1240234375rem;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; }
#To3rJaikB6oxvuBRlATINRI08FRrhnBo { 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; }
#ItQapdl963oKHwPzJNbi9aW5noIKbSCG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container { background-color: transparent; background-image: none; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container > .video-iframe-container { display: none; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row > .video-iframe-container { display: none; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .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); }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container { border-width: 0; border-radius: 0; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#VG3i9eQautlDmc4CTexHDhsxTUFCSN2o { 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:15351;opacity:1;top:1.0328102111816rem;left:71.935947418213rem; }
#M8fXkKHpTmbdMosLLrPrx9109zPSPoty { 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; }
#DQB9v6nxbd5gkzLhg77wRrz2tmFwsKZ5 { color:rgba(var(--color-primary-4),1);display:block;width:35.0625rem;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:1.0885410308838rem;left:4.0593757629394rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RI0g6T1glM6PZAK0uHn0rRUkMcmy4d2n { box-sizing:content-box;height:3.5625rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0rem;left:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #5d92ff;display:block; }
#WCld1lnt6n4zDGX1Wpe5SFoQefLdt7Hv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15350;opacity:1;top:0.66041946411131rem;left:0.84062576293944rem; }
#cmX3UEKZl2LHAl039qC0GN18cqk6pWCp { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15350;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a0b4ff, #0056e1);background-image: -moz-linear-gradient(180deg, #a0b4ff, #0056e1);background-image: -ms-linear-gradient(180deg, #a0b4ff, #0056e1);background-image: -o-linear-gradient(180deg, #a0b4ff, #0056e1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b4ff', endColorstr='#0056e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0b4ff', endColorstr='#0056e1' );";background-image: linear-gradient(180deg, #a0b4ff, #0056e1);background-size:auto !important;box-shadow: none;border-top:0.25rem solid #2671e8;border-left:0.25rem solid #2671e8;border-right:0.25rem solid #2671e8;border-bottom:0.25rem solid #2671e8;top:0.72291946411131rem;left:71.654172897338rem;display:block; }
#lv9BNHpRbhpJ6h1DfVgpM6ovrD2tTzX8 { 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; }
#h4fXrCHmUroAlCUN3uE8Luq8qIVoXQs4 { 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; }
#QkODTJ2d99rzpTtHbNMZtMwGUQbbgIa7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15351;opacity:1;top:0.77707944824219rem;left:71.606779918212rem;display:none; }
#E7oVMkRXs7ZDiV5ZCeDGa7c1kSw0gTP0 { 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; }
#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { background-color: transparent; background-image: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container > .video-iframe-container { display: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container { display: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .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); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { border-width: 0; border-radius: 0; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#DVVM3CZGKEKehcbp9pceXgkZN9zIGti8 { 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; }
#TOdextDclbTcc5knTPCW9g3lH6trlDmk { position:absolute;display:block;z-index:15153;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.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#owIZzvcH2XZJDslnagAfRKN1Jn7yXWLw { position:absolute;display:block;z-index:15153;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.5rem;width:6.5rem;top:11.375rem;left:9.875rem;overflow:hidden;display:none; }
#rTgroepvZRrHhnqsgC3uf1m51vtRTego { 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; }
#yOPJFIbXNypnE8p5DUgq3cTKwEUInmQx { 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; }
#O2JKQqtKtT9lRFvGqRffKmsHiUgCphFJ { 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; }
#ide0P8B35IMtyBFCXA4cCU0DgBNCEnrd { 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; }
#i4eu8yov6QT5TFf2yQLTSNwLMd3mLDT6 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#mnnvG94N1Ivx6v6Cp4kaqRbtpkVsRF37 { 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; }
#CekOfrdSXRnEpViBVByJKeiSqcP4ST2m { box-sizing:content-box;height:4.375rem;width:27.3125rem;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:1rem;left:4.5625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#HBONlclw0J5RWKDOF86BkfOi9bfykgfu { color:rgba(var(--color-primary-0),1);display:block;width:1.81206875rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15256;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u0TXpWZFhqvM1SbEMveCfHpXWhSzWOvT { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15105;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2rem;left:5.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rZXRMJazypye5rCSb4Teowng75WdfTyA { box-sizing:content-box;height:4.375rem;width:5.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-size:auto !important;top:1rem;left:4.5625rem;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; }
#KrP7Bk351G7k3FqatcIaQgDCT2CiKuRK { color:rgba(var(--color-primary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-0),1);top:2.58203125rem;left:8.28125rem;height:1.4622375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tkVyoTLrS6N4Ri43QhmJTRSB7ZgVopdV { box-sizing:content-box;height:4.375rem;width:3.0625rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:1rem;left:10.375rem;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; }
#BMVhICmRI2AyDqOkK2RHvDATHa6unUDT { box-sizing:content-box;height:4.375rem;width:10.625rem;position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-size:auto !important;top:6.125rem;left:7rem;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; }
#UqZplV4T66VefL3WN2Zc0ydgBKLzAdkt { box-sizing:content-box;height:4.375rem;width:3.875rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(70deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(70deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(70deg, #daf0ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(70deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:6.125rem;left:17.562501907349rem;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; }
#F7KVu2gSAFitMx0shpv0MvCwsWTzRm1I { box-sizing:content-box;height:4.375rem;width:14.5rem;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:6.125rem;left:10.875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#Wn1SLbEbhlhZ0TSGHbUO3mhsEPgvEVaO { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.25rem;left:7.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#udHqAy8vTlTrWk4DKnm6elWymzh64iWl { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15257;line-height:1.3;letter-spacing:0;top:7.6875rem;left:7.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTv46T2KRhgbZ1ssT5PxRnwPMBZB6gdx { color:rgba(var(--color-primary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15102;line-height:1.;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-0),1);top:7.75rem;left:10.8125rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H535SDxqD99fhbO9fvZlexRneeg4BLu7 { box-sizing:content-box;height:4.375rem;width:15.0625rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-size:auto !important;top:11.125rem;left:9.375rem;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; }
#P0nPPTOaTcXWwoFT1mh0fGo3x2GeKTBc { box-sizing:content-box;height:4.375rem;width:32.875rem;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:11.125rem;left:11.687503814698rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#tkUxxzEemuwqz9v8Ar567pGczZVi8OFE { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15111;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:10.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EFLu8BqBli1BfwxQx5PhW88FI8IqWcQE { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15262;line-height:1.3;letter-spacing:0;top:12.6875rem;left:10.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tkb7hoO30wqO2iSafMGxFnwcVSNkzQnV { box-sizing:content-box;height:4.375rem;width:3.375rem;position:absolute;display:block;z-index:15077;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:11.125rem;left:24.125rem;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; }
#ZyTUH7IPE3VLLAAQJWrkUAbz2bSKsU5B { box-sizing:content-box;height:4.375rem;width:19.8125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-size:auto !important;top:16.5rem;left:11.6875rem;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; }
#abdl8qfGX553wn076bLFrN46dIhWcu6h { box-sizing:content-box;height:4.375rem;width:9.875rem;position:absolute;display:block;z-index:14996;background-color:#daf0ff;background-image:none;top:16.5rem;left:23.3125rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#wXOF52tb0kDaAURqPIrfDAX1k6Mi9E5h { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15124;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.6875rem;left:12.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k1MFizgODIUh6vyl7PDyDuGV3FXJEl39 { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15275;line-height:1.3;letter-spacing:0;top:18.125rem;left:12.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGodunZvhytCnDRsrD7C4LkJ5asogT4X { box-sizing:content-box;height:3.0625rem;width:10.9375rem;position:absolute;display:block;z-index:15081;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:31.500001907349rem;left:38.937505722046rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#GhRTth8Hi3Tmpdieef7tUdKeNdL7Td1e { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15329;line-height:1.3;letter-spacing:0;top:30.937501907349rem;left:39.937505722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OnPt2NOH6sSMN81atPTBLRgMw2cNi3ys { color:rgba(var(--color-tertiary-0),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:32.187501907349rem;left:43.875005722046rem;height:0;font-style:normal;display:none; }
#p8RRlDpQGUakk685mXo4QIeVualXordw { 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; }
#KGloCg4fGQoRBDVZq9xGNHaUS3X58lxD { box-sizing:content-box;height:3.125rem;width:8.8125rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -moz-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -ms-linear-gradient(0deg, #b23076, #ff5fb5);background-image: -o-linear-gradient(0deg, #b23076, #ff5fb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23076', endColorstr='#ff5fb5' );";background-image: linear-gradient(0deg, #b23076, #ff5fb5);background-size:auto !important;top:23.357292175293rem;left:35.888544082642rem;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PTxRExl5vhqzbI1JRhl2DFanT5MnQLGt { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15330;line-height:1.3;letter-spacing:0;top:22.918750762939rem;left:36.656255722046rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dSpb59xPxtfrHZwUxarcvS9zMy9xT8oK { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.3;letter-spacing:0;top:24.28125rem;left:38.720838546753rem;height:0;font-style:normal;display:none; }
#FzD6dsP37WNwTa67muR9SGu97vcRTDGS { 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; }
#TpyFCisgkyzEbtytTAenw3nX9Q70G3zw { color:#6a6234;display:block;width:1rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15315;line-height:1.3;letter-spacing:0;top:15.813542127609rem;left:36.500001907349rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Q0ul0y6HSk6Ahm3OzzR98BQUk2a77gdC { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zouZuaJqu2ASpBs1Qe0dW5qaLxaS7eON { color:rgba(var(--color-tertiary-3),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:16.063542127609rem;left:30.312501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#kL54btRNitQs6UTpokUSwZ0LbDd8Oz7i { 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; }
#WPmLJKBWbg1siIAMVBTEFILPETOcv7DG { 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; }
#goKRrgP4q6GGxhtxlWPBt1pzcSmkufrB { 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; }
#R6NC9C9RZd4rdz7PzJTZ3IMkPs3m7v4c { 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; }
#Ur9SIJfG5VNUbTsCX7Q6fMogsZ9O3mJi { color:rgba(var(--color-tertiary-1),1);display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sICxNniyIhNv4ebMHrExMzlneZOrpTcy { 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; }
#oI1P3RUS25t4egb7ml1KSB4DfBC0kpB8 { color:rgba(var(--color-primary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-0),1);top:12.9375rem;left:22.812503814698rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VnEwgr0l8QOFu1cbWx6ZFcaOpSanuBPd { color:rgba(var(--color-primary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15104;line-height:1.;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-0),1);top:18.1875rem;left:15.4375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qqu2zhwg2ElFS083xlFoKtLqTmLfDqO6 { box-sizing:content-box;height:4.375rem;width:20.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-size:auto !important;top:21.6875rem;left:14.5625rem;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; }
#LF5hADTBKfHaROI7wmsU33tbqkDTbLht { box-sizing:content-box;height:4.375rem;width:21.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.6875rem;left:26.1875rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#QEQQB0uJI4TIINXfPTLydEFZoLArG6Cf { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15132;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.75rem;left:15.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nf7WJfpPr3OOdJ2qoELfwoiQ0HVRVRIZ { color:rgba(var(--color-primary-0),1);display:block;width:1.81145625rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15283;line-height:1.3;letter-spacing:0;top:23.3125rem;left:15.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BD4LBhc4Bws6yFAQUgFMyGUJ3DmHK5H3 { color:rgba(var(--color-primary-2),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15112;line-height:1.;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-0),1);top:23.4375rem;left:18rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tc7RAVfvaycXdwuiLySpgwGGQdbfy1EO { box-sizing:content-box;height:4.375rem;width:21.9375rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:26.6875rem;left:28.187503814698rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#z2OECcpAUzR27CRzlpzmmtPIC7IxkQfT { box-sizing:content-box;height:4.375rem;width:27.1875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#daf0ff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-0),1), #daf0ff);background-size:auto !important;top:26.6875rem;left:16.5625rem;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; }
#lqbxCzM5SkCkevfGcuutEXbmgx3KFV70 { box-sizing:content-box;height:2.1875rem;width:2.1875rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.6875rem;left:17.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#or3w2GvuUNslUvZLmlSVLTisLKHV3do9 { color:rgba(var(--color-primary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15120;line-height:1.;letter-spacing:0;top:28.4375rem;left:20.1875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FaaMMSTp93AiKwOltueGbXEBwtoCwmbT { color:rgba(var(--color-primary-0),1);display:block;width:1.8112rem;position:absolute;font-family:"mukta extrabold";font-size:1.125rem;font-weight:700;z-index:15291;line-height:1.3;letter-spacing:0;top:28.25rem;left:17.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f8vJL09NU4WrTig4kpmTeTDyQefzAzFI { box-sizing:content-box;height:4.375rem;width:3.375rem;position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:21.6875rem;left:34.9375rem;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; }
#qoXThEcV7cuJuGsUbaEDqzrhTGHHhgTr { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:27.76171875rem;left:33.1875rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TSFQHdwUb3Br4bXtk9xXqiESW08TJpL9 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;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-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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:8.3125rem;height:2.5rem;text-decoration:none;z-index:15303;text-align:center;text-align-last:center;top:12.125rem;left:13.5625rem;display:block; }
#MtD41v5LPkyDGdHBe1oM7yF7efkPIdAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyT5c66e2J4VCFeFtRcCUvSMBRPseV2e { color:#0a1258;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:3.0833358764649rem;left:5.5625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#d2yusND9TpmSFg8mqVNlOXf7PeUudUoM { 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; }
#iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { 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; }
#mMvdZ5DQKV19nJNI3fmFOfyXoX7NEEB2 { 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; }
#bAI1g4aowl6ktpizXE9VsT4i4mS1pZT7 { 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; }
#GiEVaMNquVZVUb8UrPLermm4lT4tEAtp { box-sizing:content-box;height:4.375rem;width:3.375rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daf0ff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #daf0ff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:26.6875rem;left:43.75rem;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; }
#wBWqWfASIzX2PfrI9Qn9FhHp6FV7RSAL { position:absolute;display:block;z-index:15315;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.5rem;width:5.5625rem;top:11.5rem;left:37.937503814698rem;overflow:hidden;display:block; }
#QOTLVW6GaZVxK6e51dLE3JTSuCT7T45f { 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; }
#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { background-color: transparent; background-image: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .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); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { border-width: 0; border-radius: 0; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#b1F0q3Dd1RWToVqeKc6zRQUKUTF3Fxh9 { 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; }
#GN2kECGL6moHuxNgX9kK6vV1o4Dgfq0f { position:absolute;display:block;z-index:15316;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.9375rem;width:4.9375rem;top:5.6875rem;left:10.75rem;overflow:hidden;display:block; }
#NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { color:#172279;display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:2.2500019073486rem;left:12rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gWpMTebQGQhgRtvR54ApJnNc1oktRSvd { color:#a52173;display:block;width:5.6875rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:8.5rem;left:17.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BwsZXDnmTBrNmNL2bH3FVwhG1mPcArwQ { color:#a52173;display:block;width:14.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:15.25rem;left:10.6875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCX2xT5A18GEGfeQ8B7EmFOU9JGpVCzA { color:#326eba;display:block;width:2.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:19.0625rem;left:44.6875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFPuRAAXt0BCGvb1Nr6lDMhzJGB8mM4F { color:#326eba;display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:26.5rem;left:47.1875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G4o6Xb7Bia3TbPHKrgt3t2Flr941Clen { color:#2a8ea5;display:block;width:7.3125rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:8.5rem;left:47.1875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMv8igVT7PBmp5wzaWKFuEqNzBAnDBDI { color:#2a8ea5;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:9.5rem;left:49.4375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CoQyTFkozbpNZsd3HWUCC1byiUX5aCkr { color:#2a8ea5;display:block;width:14.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:12.3125rem;left:49.4375rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TSsLXki81U9n8GotIRq8kiOFdzbTcwRK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15317;opacity:1;top:8.5rem;left:54rem; }
#yRJBaQSMqTXtHdSMPvrXUybDTT7PL5qf { color:#f37b54;display:block;width:3.6875rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:10.1875rem;left:34.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lNmVt8CKibI64XnHe8mKSdeZUrIFWHkP { color:#f37b54;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:11.625rem;left:37.437503814698rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qxT5liMMbhQOU99qWofuzRWnZm7hKoAO { color:#f37b54;display:block;width:6.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:11.75rem;left:28.1875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEkVUhX4n8hZBpABMe0B1NeHl4EfZCZH { color:#a52173;display:block;width:6.9375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:10.0625rem;left:10.6875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UoV1WNHiwJgpaSXahOMcWtknyXJE9yZ1 { color:#a52173;display:block;width:10.0625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:12.1875rem;left:14.875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IbMzRc5oczEyhGyIMtJ8vdqXvnvy0SES { color:#326eba;display:block;width:7.0625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:20.375rem;left:47.125rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TzrHklJa2DDrevAHG6ETFlChARsBIFa1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15318;opacity:1;top:8.5rem;left:29.6875rem; }
#b90ZOvWa4eUWKifDQiEkZMLRluAPptpc { color:#f37b54;display:block;width:11.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:14.9375rem;left:31.0625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A1W16B8yEuSoM8wqzAQAW7NFTpTbDu8c { color:#009bff;display:block;width:11.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:24.5rem;left:26rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rAUHeoKcJv0DigRgcBWMy2BLIf5CCxs5 { color:#009bff;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:26.25rem;left:32.8125rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E8S6xBPozh3DDcf12N0BT3VXKPwnpcaM { position:absolute;display:block;z-index:15313;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:5.625rem;top:19.625rem;left:51.875rem;overflow:hidden;display:block; }
#xqNDzK56JpH3Qt4edFP0TJNRIFMfUcLv { color:#009bff;display:block;width:5.9375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:26.125rem;left:18.6875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qDLtGCNkifPhBmD9AfXBIvBJ8WRzBDVN { color:#009bff;display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:29.375rem;left:18.75rem;height:1.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RgIpM1lGqvIQfndqHgn4QpwwqAIOOqsL { color:#326eba;display:block;width:15.8125rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:23.125rem;left:47.0625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bdpCMtGCHW78NssqG3s1ZzBTi8TzDyD1 { color:#009bff;display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:30.875rem;left:18.750003814698rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b8b35T35FwHmfNGt7i1zlqqwIrTwQCXR { color:#a52173;display:block;width:14.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:16.6875rem;left:10.6875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M7dnDc359u3hw35ZMhX1u5FJtA4ILSrU { color:#f37b54;display:block;width:5.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:16.4375rem;left:37.6875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P3fi8H5vGm06MTXlT2elcwtmVg9PqCFi { position:absolute;display:block;z-index:15316;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.5rem;width:5.6875rem;top:23.1875rem;left:19.625rem;overflow:hidden;display:block; }
#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:4.8656234741211rem;left:4.2468757629394rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { 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.9984359741213rem;left:4.1843757629394rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:2.1;letter-spacing:0;top:7.3734359741213rem;left:6.6203155517575rem;height:8.66015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { 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.810935974121rem;left:4.1843757629394rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { 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.75rem;left:4.1843757629394rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:8.3421859741213rem;left:51.331249237061rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { background-color:rgba(var(--color-secondary-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: 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.5rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.4375rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:12.371873855591rem;left:55.424999237061rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { box-sizing:content-box;height:15.25rem;width:29.625rem;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.25rem;left:45.312505722046rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { 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:19.25rem;width:14.5625rem;top:0.11406135559082rem;left:33.826564788818rem;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { box-sizing:content-box;height:16.9375rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-2),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-2),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-2),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-2),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-2),0.7));background-size:auto !important;top:2.4375rem;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; }
#d2fzcMn8nf1sUry1HvrQmvNQ48ylf6aQ { position:absolute;display:block;z-index:15167;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:11.5rem;width:6.625rem;top:18.812501907349rem;left:34.312501907349rem;overflow:hidden;display:block; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fa;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:10.375rem;width:75rem;position:relative;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:5.9375rem;left:51.031253814698rem;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.7484375rem;width:8.684375rem;top:5.953125rem;left:62.104686737061rem;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:9.75rem;width:11.6875rem;top:0.4375rem;left:30.375003814698rem;overflow:hidden;display:block; }
#w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { box-sizing:content-box;height:7.75rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-2),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-2),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-2),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-2),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-2),0.7), #444ea4);background-size:auto !important;top:2.625rem;left:-0.125rem;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:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:5.4609375rem;left:3.7546882629394rem;height:1.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#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; }
#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; }
#IloWLKToH1mwdkkl4fFDV51CRckdqV6i { box-sizing:content-box;height:6.5rem;width:30.4375rem;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:3.875rem;left:44.325000762939rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#F5vEFb518m3JoPRhTq5Xnc3sUmivBcx3 { position:absolute;display:block;z-index:15167;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:11.5rem;width:6.625rem;top:18.812501907349rem;left:34.312501907349rem;overflow:hidden;display:none; }
#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { 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; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .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); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { 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:2.53125rem;left:6.2166652679443rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HoGBJCquppmzPMOeDW896F6pCsKKkqhz { 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:2.6562612056732rem;left:70.062505722044rem; }
#kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { 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; }
#aQPJhFlXey9LPXDX39iafz4lFewzLZlN { 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:2.984375rem;left:9.71249961853rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { 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:1.7486953735351rem;left:1.776620388031rem;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:39.8125rem;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:#31315b;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:3.375rem;left:7.5000019073488rem;height:1.4622375rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:24.9375rem;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:13.3125rem;left:6.3125rem;height:1.8rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:56.3125rem;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:16.0625rem;left:7.5rem;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:7.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; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { color:#31315b;display:block;width:24.932625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:18.375rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { color:#31315b;display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.1875rem;left:7.4375rem;height:2.92448125rem;font-style:normal;display:block; }
#RESKqffypnKJKXrkVnT3ANhL6dAqC41w { color:#31315b;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:25.875rem;left:6.1875rem;height:1.8rem;font-style:normal;display:block; }
#mxKghquLuzZ8rztUJKMORPUa8Ji83hBa { color:#31315b;display:block;width:56.25rem;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:28.375rem;left:7.4375rem;height:2.925rem;font-style:normal;display:block; }
#zJiQU3D3eVW0NTahDc4Ork3bdbT3wnEf { color:#31315b;display:block;width:56.25rem;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:35.375rem;left:7.5rem;height:2.925rem;font-style:normal;display:block; }
#bxnrVRt9y2mR7kb80b3k4x0GTx0Gs8gs { color:#31315b;display:block;width:33rem;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:32.75rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { color:#053b67;display:block;width:57.5625rem;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:9.625rem;left:7.5rem;height:1.4625rem;font-style:normal;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:41.5625rem;left:0rem;display:none; }
#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh { 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; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { background-color: transparent; background-image: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container > .video-iframe-container { display: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container { display: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .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); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { border-width: 0; border-radius: 0; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#PXr6OwQ53iz8n2obMPBwHaKJIMfRLxzn { 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; }
#UzTTn7hVyVPJ9dLmLH6SZoTOwESGIuoP { box-sizing:content-box;height:3.5625rem;width:71.4375rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5620574951172rem;left:1.8113427162171rem;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; }
#oI06LT2IrAtRg1n3QHxvbqvbX3Buvc26 { color:#31315b;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:2.1875rem;left:6.25rem;height:2.25043125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#onq2PkyeI2LBUDVF3KMrIyveiqbW27yJ { color:#31315b;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:2.625rem;left:9.7500019073488rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QfmF60cfxvR1d0OHOf3Z1u2IXEO3y0Vs { 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:15042;opacity:1;top:2.3125rem;left:70.125005722044rem; }
#moXsstKz6LkUvi0KvW2UF3EOzeoTPm7W { 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:2.6562612056732rem;left:70.062505722044rem;display:none; }
#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs { 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; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { background-color: transparent; background-image: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container > .video-iframe-container { display: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container { display: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .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); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { border-width: 0; border-radius: 0; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:block; }#aoT2ygsKwU9SJKoPT9lwRI3NxcGxFL2U { 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:1.3541669845581rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#OctmLuUWhZs55yaEGzCCmPemUDVRTGCb { color:#31315b;display:block;width:33.125rem;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:3.9385418891907rem;left:7.3125019073488rem;height:1.4622375rem;font-style:normal;display:block; }
#oMTlRXLHZpW5nv7MZp9Idf8DGkTunmN7 { color:#31315b;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.2458333969119rem;left:7.4375rem;height:1.4625rem;font-style:normal;display:block; }
#TZoqNTuTcn8irMtIvUpxKcTCZ7UmdzJq { color:#31315b;display:block;width:24.9375rem;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:10.685418128968rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#rzaNqhTAwHAOTtOMK32owxCCqBx3TWU0 { color:#31315b;display:block;width:57.25rem;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.185418128968rem;left:7.4375rem;height:1.4625rem;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; }
#T30BoKseGFVO2i3gyr1lIZrvk4TbTwtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:1.1875rem;top:6.6875rem;left:0rem;display:none; }
#Tyc7emc2FPH1TPPF0TiEX8kAUUZkfEtD { 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.0614595413208rem;left:6.25rem;height:1.79948125rem;font-style:normal;display:block; }
#uOhwTwnTxiCt0sOE6BPWT4g2mXZ6t3kh { 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; }
#A131muCiV7JRAyVoz4kACpvU6baMz3kn { 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; }
#VZeb40uBc5NZfZkEJEKM0WuSnfQ46gCt { color:#31315b;display:block;width:32.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:15.311459541321rem;left:6.25rem;height:1.8rem;font-style:normal;display:block; }
#UU5ATpFbNo93FpQgrNcWqvOwBJ4i67m3 { color:#053b67;display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.349609375rem;left:1.75rem;height:1.4619125rem;font-style:normal;display:none; }
#kyaeazdELWdopwfddxaOtM8X9fP5dLfh { color:#31315b;display:block;width:32.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:20.623959541321rem;left:6.3125rem;height:1.8rem;font-style:normal;display:block; }
#PlnBcgOWicQOSte36n8umq8Js0qcUlRu { color:#31315b;display:block;width:30.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:22.935418128967rem;left:7.4375rem;height:1.4625rem;font-style:normal;display:block; }
#QqMxQhrhhQxktNtyiamOuu85WGdBwDsU { color:#31315b;display:block;width:50.3125rem;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:17.998959541321rem;left:7.375rem;height:1.4625rem;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; }
#TrnTfE1EDQy7lNTRDXVS8oqdP7miWkrF { color:#053b67;display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.349609375rem;left:1.75rem;height:1.4619125rem;font-style:normal;display:none; }
#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:12.9375rem;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.6253875rem;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.671875rem;font-style:normal;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#31315b;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:4.3974609375rem;left:51.625rem;height:1.13671875rem;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.38020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:4.125rem;width:34.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5614471435547rem;left:38.873960494995rem;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.6253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v3vQuQIcdpJ0HlzWchyrRIMDgzJp8TLp { color:#31315b;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.837890625rem;left:51.625rem;height:1.1375rem;font-style:normal;display:block; }
#RO47C9iaGISu178noJucQfa5D7uWHidO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #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; } #RO47C9iaGISu178noJucQfa5D7uWHidO > .row .container { background-color: transparent; background-image: none; }#RO47C9iaGISu178noJucQfa5D7uWHidO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO47C9iaGISu178noJucQfa5D7uWHidO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO47C9iaGISu178noJucQfa5D7uWHidO > .row .container > .video-iframe-container { display: none; }#RO47C9iaGISu178noJucQfa5D7uWHidO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RO47C9iaGISu178noJucQfa5D7uWHidO > .row > .video-iframe-container { display: none; }#RO47C9iaGISu178noJucQfa5D7uWHidO > .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); }#RO47C9iaGISu178noJucQfa5D7uWHidO > .row .container { border-width: 0; border-radius: 0; }#RO47C9iaGISu178noJucQfa5D7uWHidO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RO47C9iaGISu178noJucQfa5D7uWHidO > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;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; }
#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:relative;z-index:auto;display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { background-color: transparent; background-image: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container > .video-iframe-container { display: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row > .video-iframe-container { display: none; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .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); }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { border-width: 0; border-radius: 0; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .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; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PULOA5rKrB49bTtA0gzkp94lc2WFdB1o { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;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-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.1875rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.25rem;height:2.5rem;text-decoration:none;z-index:15300;text-align:center;text-align-last:center;top:4.9375rem;left:58.625rem;display:block; }
#JAgPoWxpgTlMRpeE0mPBcnMIgv7aumWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwt91BTemgw6Oordl7ehTcUoRAGp6yLf { box-sizing:content-box;height:5rem;width:21rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #4f5589, rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(0deg, #4f5589, rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(0deg, #4f5589, rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(0deg, #4f5589, rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5589', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5589', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(0deg, #4f5589, rgba(var(--color-tertiary-0),0));background-size:auto !important;top:3.5624923706055rem;left:53.937505722046rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { top:6.6875rem;left:29.6875rem;width:18.0625rem;height:3.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { top:17.3125rem;left:26.815626144409rem;width:13.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO41VA3K8ldqH9dxuKgVkSNwyGsoqMDI { top:17.25rem;left:27.1875rem;width:20.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #peaEQPu2Sk2g9geInI8pMn9CrEV3SogK { top:18.375rem;left:28.310939788818rem;width:11.25rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw5mJ2HJqft2biitn1RbZ7nTz58Co2cu { top:6.5rem;left:0rem;width:1.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { top:1.4375rem;left:0rem;width:4.3125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.3125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { top:0rem;left:0rem;width:32.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { top:0rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6U0w06LHIZmmn88uVuG9NCr6T6nMLcI { top:7.6875rem;left:29.208198547363rem;width:9.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:6.3125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhkyp1lvcJ3GU6tCufaH7Fu7KSwTI43a { top:15.6875rem;left:19.9375rem;width:27.8125rem;height:;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxT4oz9f4E6fl6omZgWJ3sIGyfTQa5sg { top:15.375rem;left:18.1875rem;width:29.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { top:10.125rem;left:29.4375rem;width:18.3125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Iqd6RfRV4veG8qTsDbJGxJGT60JdpS { top:8.875rem;left:0rem;width:5.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { top:4.75rem;left:1.3218746185302rem;width:17.0625rem;height:21.485765124555rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8OhN7usZD34PaEtgcF934JW7szqoWlK { top:18.375rem;left:33.375rem;width:14.375rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4SqTBuWnlKtdxxuw941IveoT3HPmDk { top:26.6875rem;left:0rem;width:16.5625rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { display:block; }#FyglZFTdRKzyvnry0TaE4SXRnENI94Fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { top:1.0625rem;left:0rem;width:23.375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ute8wdLJPx8XRsK9wFw3TFmm3fs35opN { top:0rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzkklREPJS42k7B2guToRyBXVL9Who5f { top:0.5rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs7A60CT0ewv3pTLxSqwCUDaGrH4A1Tc { top:0.5625rem;left:45.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXwppX6ALMnEL5JdUTgOQX42frpGMTUM { top:1.25rem;left:0rem;width:18.9375rem;height:1.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqDO9z0wG6GtenX6lplZOv1JacTSTwn7 { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUDCSZSoflAsu0sfIZZy6iyz6TGLmZ9G { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hq1uxKsiOLxFQamDKKB1sbyvqNptSiUN { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzDFc1QM636VdvymBm8slUxDrd1A3VZm { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJJECr8UWZpRCqfp9nvTT0zTdJ7K7M9V { top:29.9375rem;left:26.217449188233rem;width:21.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { top:1.625rem;left:0rem;width:27.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSUfb814iqBeS86UrIx4RcveiTlJIofm { top:3.1875rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { top:2.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { top:1.625rem;left:0rem;width:6.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzW9unBKdydeHdQAoZFMnLgdC12VKfdN { top:3.3125rem;left:0rem;width:21.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5RwNKAAife1DNEFLXpvBoWsQeml87w { top:1.625rem;left:0rem;width:3.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { top:7.125rem;left:0rem;width:8.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { top:7.125rem;left:2.6240234375rem;width:3.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz3Et9uTETgiw761FAf7tD3qX1hyqrny { top:7.125rem;left:4.9375rem;width:35.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { top:8.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { top:8.625rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { top:8.75rem;left:0rem;width:9.125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { top:12.4375rem;left:0rem;width:12.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { top:12.4375rem;left:5.2486991882324rem;width:31.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { top:14rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { top:14.5rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { top:12.4375rem;left:9.6240234375rem;width:3.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { top:18.4375rem;left:0.3095703125rem;width:15.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { top:18.4375rem;left:11.061199188233rem;width:13.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { top:19.5rem;left:1.3740234375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { top:20rem;left:1.4990234375rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { top:13.6875rem;left:21.625003814698rem;width:12.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmrES2Rx0c2loC8J7wgmRC1AQ0J86MDX { top:13.75rem;left:1.58203125rem;width:17.3125rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1711hD8wrURLCtFQGzLrD1TraEkoE5L { top:20.125rem;left:4.2490234375rem;width:20.5rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip8USvAwTmhhM7TVTMW8fk4SuH4sMuce { top:23.75rem;left:2.8115234375rem;width:19.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa1oOfJu4MS2yNQWRmrgftCcsnzyT06H { top:23.75rem;left:14.436199188233rem;width:28.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E85Ab1XLiOoJrDiDObdrukwV2xr8iVZa { top:24.8125rem;left:3.8740234375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCZ4Nc5ozKCJhhi3mKCxNt94AaOtk6SQ { top:25.3125rem;left:3.9990234375rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRVbXI28JIamGvyOwKyhDB97mqoDxEyK { top:25.5625rem;left:6.9365234375rem;width:5.375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHWp3Ne5kJPBfmnHfqyduokS4kpSACs { top:29rem;left:23.5625rem;width:24.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faWEqpM4TryNiLGTnGZAkix47UG0F58d { top:29rem;left:5.9365234375rem;width:19.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Aetfkbqs8gZE3WT2t2MhASL8sQ7rBL { top:30.125rem;left:6.8740234375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfX92qx7qk6F6KlB1JrCTEqhcStUws1a { top:30.75rem;left:9.9375rem;width:14.75rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odUB0OL6zqsArUnRUtJgm7XR4qt0DLJS { top:30.625rem;left:6.9990234375rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdHU5kQI0bqbJTWC4odHbh3pJzV5XPcD { top:18.4375rem;left:15.5625rem;width:3.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuC7w2613MbqdVkI60J2hfxgAy1NMr38 { top:23.75rem;left:22.125rem;width:3.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMDFBlJMQ8qfTgrL54b23cfZdDUVCDSn { width:11.25rem;height:2.5rem;top:7.9375rem;left:7.3330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block; }
 }@media only screen and (max-width: 763px) { #nFOITqQbOTF3oFulLDlVQ1sbUoAKzM0o { top:8.875rem;left:19.375003814698rem;width:18.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THxFXRqNWEbidQNGmTiGEoP9ukU4PtC9 { top:23.8125rem;left:12.51953125rem;width:3.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aREmVTqX4xDUb6JUkhVbufe8xdUvXPFl { top:25.4375rem;left:24.750003814698rem;width:16.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1eRmLA8ThUUkJLghroRD8Xdhhd5PHk2 { top:23.9375rem;left:20.061199188233rem;width:3.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJPh6BvnSKpxACZKXlQ26fbsecBSTqku { top:25.5625rem;left:17.351566314698rem;width:2.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWNrZvQC3foZFW4QSCwmxdnFfRPZw4Cl { top:13.5rem;left:20.582035064698rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXFoFTLWE0m0ot6bxFJaX5yQVTsHnsVU { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSR3X5GymlCdWiXqSde2zDktlLClI7eA { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBOuOCxVQOrsLkAGpxQgBgW5vXhs4yn2 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTTc8SDEHeTp2no2V8Kx6UbD8xG06Tl1 { top:29rem;left:25.4990234375rem;width:3.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3rJaikB6oxvuBRlATINRI08FRrhnBo { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItQapdl963oKHwPzJNbi9aW5noIKbSCG { display:block; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VG3i9eQautlDmc4CTexHDhsxTUFCSN2o { top:1rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8fXkKHpTmbdMosLLrPrx9109zPSPoty { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQB9v6nxbd5gkzLhg77wRrz2tmFwsKZ5 { top:1.0625rem;left:0rem;width:35.0625rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI0g6T1glM6PZAK0uHn0rRUkMcmy4d2n { top:0rem;left:0rem;width:47.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCld1lnt6n4zDGX1Wpe5SFoQefLdt7Hv { top:0.625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmX3UEKZl2LHAl039qC0GN18cqk6pWCp { top:0.6875rem;left:45.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv9BNHpRbhpJ6h1DfVgpM6ovrD2tTzX8 { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4fXrCHmUroAlCUN3uE8Luq8qIVoXQs4 { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkODTJ2d99rzpTtHbNMZtMwGUQbbgIa7 { top:0.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7oVMkRXs7ZDiV5ZCeDGa7c1kSw0gTP0 { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDJ4vzSev8xhMukDKLT65E1aItSf40Wa { display:block; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVVM3CZGKEKehcbp9pceXgkZN9zIGti8 { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOdextDclbTcc5knTPCW9g3lH6trlDmk { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #owIZzvcH2XZJDslnagAfRKN1Jn7yXWLw { top:11.375rem;left:0rem;width:6.4375rem;height:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTgroepvZRrHhnqsgC3uf1m51vtRTego { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOPJFIbXNypnE8p5DUgq3cTKwEUInmQx { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2JKQqtKtT9lRFvGqRffKmsHiUgCphFJ { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ide0P8B35IMtyBFCXA4cCU0DgBNCEnrd { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4eu8yov6QT5TFf2yQLTSNwLMd3mLDT6 { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnnvG94N1Ivx6v6Cp4kaqRbtpkVsRF37 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CekOfrdSXRnEpViBVByJKeiSqcP4ST2m { top:1rem;left:0rem;width:27.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBONlclw0J5RWKDOF86BkfOi9bfykgfu { top:2.5rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TXpWZFhqvM1SbEMveCfHpXWhSzWOvT { top:2rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXRMJazypye5rCSb4Teowng75WdfTyA { top:1rem;left:0rem;width:5.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrP7Bk351G7k3FqatcIaQgDCT2CiKuRK { top:2.5625rem;left:0rem;width:22.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkVyoTLrS6N4Ri43QhmJTRSB7ZgVopdV { top:1rem;left:0rem;width:3.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMVhICmRI2AyDqOkK2RHvDATHa6unUDT { top:6.125rem;left:0rem;width:10.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqZplV4T66VefL3WN2Zc0ydgBKLzAdkt { top:6.125rem;left:3.9375019073486rem;width:3.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7KVu2gSAFitMx0shpv0MvCwsWTzRm1I { top:6.125rem;left:0rem;width:14.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn1SLbEbhlhZ0TSGHbUO3mhsEPgvEVaO { top:7.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udHqAy8vTlTrWk4DKnm6elWymzh64iWl { top:7.6875rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTv46T2KRhgbZ1ssT5PxRnwPMBZB6gdx { top:7.75rem;left:0rem;width:13.9375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H535SDxqD99fhbO9fvZlexRneeg4BLu7 { top:11.125rem;left:0rem;width:15.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0nPPTOaTcXWwoFT1mh0fGo3x2GeKTBc { top:11.125rem;left:0rem;width:32.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkUxxzEemuwqz9v8Ar567pGczZVi8OFE { top:12.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLu8BqBli1BfwxQx5PhW88FI8IqWcQE { top:12.6875rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkb7hoO30wqO2iSafMGxFnwcVSNkzQnV { top:11.125rem;left:10.5rem;width:3.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTUH7IPE3VLLAAQJWrkUAbz2bSKsU5B { top:16.5rem;left:0rem;width:19.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abdl8qfGX553wn076bLFrN46dIhWcu6h { top:16.5rem;left:9.6875rem;width:9.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXOF52tb0kDaAURqPIrfDAX1k6Mi9E5h { top:17.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1MFizgODIUh6vyl7PDyDuGV3FXJEl39 { top:18.125rem;left:0rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGodunZvhytCnDRsrD7C4LkJ5asogT4X { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhRTth8Hi3Tmpdieef7tUdKeNdL7Td1e { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnPt2NOH6sSMN81atPTBLRgMw2cNi3ys { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8RRlDpQGUakk685mXo4QIeVualXordw { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGloCg4fGQoRBDVZq9xGNHaUS3X58lxD { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxRExl5vhqzbI1JRhl2DFanT5MnQLGt { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSpb59xPxtfrHZwUxarcvS9zMy9xT8oK { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzD6dsP37WNwTa67muR9SGu97vcRTDGS { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpyFCisgkyzEbtytTAenw3nX9Q70G3zw { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0ul0y6HSk6Ahm3OzzR98BQUk2a77gdC { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zouZuaJqu2ASpBs1Qe0dW5qaLxaS7eON { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kL54btRNitQs6UTpokUSwZ0LbDd8Oz7i { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPmLJKBWbg1siIAMVBTEFILPETOcv7DG { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #goKRrgP4q6GGxhtxlWPBt1pzcSmkufrB { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6NC9C9RZd4rdz7PzJTZ3IMkPs3m7v4c { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ur9SIJfG5VNUbTsCX7Q6fMogsZ9O3mJi { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sICxNniyIhNv4ebMHrExMzlneZOrpTcy { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oI1P3RUS25t4egb7ml1KSB4DfBC0kpB8 { top:12.9375rem;left:9.1875038146975rem;width:16.125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnEwgr0l8QOFu1cbWx6ZFcaOpSanuBPd { top:18.1875rem;left:1.8125rem;width:16.375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqu2zhwg2ElFS083xlFoKtLqTmLfDqO6 { top:21.6875rem;left:0.9375rem;width:20.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF5hADTBKfHaROI7wmsU33tbqkDTbLht { top:21.6875rem;left:12.5625rem;width:21.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEQQB0uJI4TIINXfPTLydEFZoLArG6Cf { top:22.75rem;left:1.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf7WJfpPr3OOdJ2qoELfwoiQ0HVRVRIZ { top:23.3125rem;left:1.8125rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD4LBhc4Bws6yFAQUgFMyGUJ3DmHK5H3 { top:23.4375rem;left:4.375rem;width:29.5rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7RAVfvaycXdwuiLySpgwGGQdbfy1EO { top:26.6875rem;left:7rem;width:21.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2OECcpAUzR27CRzlpzmmtPIC7IxkQfT { top:26.6875rem;left:2.9375rem;width:27.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqbxCzM5SkCkevfGcuutEXbmgx3KFV70 { top:27.6875rem;left:3.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #or3w2GvuUNslUvZLmlSVLTisLKHV3do9 { top:28.4375rem;left:6.5625rem;width:12.3125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaaMMSTp93AiKwOltueGbXEBwtoCwmbT { top:28.25rem;left:3.8125rem;width:1.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vJL09NU4WrTig4kpmTeTDyQefzAzFI { top:21.6875rem;left:21.3125rem;width:3.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoXThEcV7cuJuGsUbaEDqzrhTGHHhgTr { top:27.75rem;left:19.562503814698rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFQHdwUb3Br4bXtk9xXqiESW08TJpL9 { width:8.3125rem;height:2.5rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtD41v5LPkyDGdHBe1oM7yF7efkPIdAm { display:block; }
 }@media only screen and (max-width: 763px) { #VyT5c66e2J4VCFeFtRcCUvSMBRPseV2e { top:2.8125rem;left:0rem;width:19.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2yusND9TpmSFg8mqVNlOXf7PeUudUoM { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMvdZ5DQKV19nJNI3fmFOfyXoX7NEEB2 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAI1g4aowl6ktpizXE9VsT4i4mS1pZT7 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GiEVaMNquVZVUb8UrPLermm4lT4tEAtp { top:26.6875rem;left:30.125rem;width:3.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBWqWfASIzX2PfrI9Qn9FhHp6FV7RSAL { top:11.5rem;left:24.312503814698rem;width:5.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTLVW6GaZVxK6e51dLE3JTSuCT7T45f { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { display:block; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1F0q3Dd1RWToVqeKc6zRQUKUTF3Fxh9 { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GN2kECGL6moHuxNgX9kK6vV1o4Dgfq0f { top:5.6875rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { top:2.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWpMTebQGQhgRtvR54ApJnNc1oktRSvd { top:8.5rem;left:3.6875rem;width:5.6875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwsZXDnmTBrNmNL2bH3FVwhG1mPcArwQ { top:15.25rem;left:0rem;width:14.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCX2xT5A18GEGfeQ8B7EmFOU9JGpVCzA { top:19.0625rem;left:31.0625rem;width:2.5rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFPuRAAXt0BCGvb1Nr6lDMhzJGB8mM4F { top:26.5rem;left:33.5625rem;width:13.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4o6Xb7Bia3TbPHKrgt3t2Flr941Clen { top:8.5rem;left:33.5625rem;width:7.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMv8igVT7PBmp5wzaWKFuEqNzBAnDBDI { top:9.5rem;left:35.8125rem;width:5.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoQyTFkozbpNZsd3HWUCC1byiUX5aCkr { top:12.3125rem;left:32.8125rem;width:14.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsLXki81U9n8GotIRq8kiOFdzbTcwRK { top:8.5rem;left:40.375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRJBaQSMqTXtHdSMPvrXUybDTT7PL5qf { top:10.1875rem;left:21.3125rem;width:3.6875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNmVt8CKibI64XnHe8mKSdeZUrIFWHkP { top:11.625rem;left:23.812503814698rem;width:5.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxT5liMMbhQOU99qWofuzRWnZm7hKoAO { top:11.75rem;left:14.5625rem;width:6.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEkVUhX4n8hZBpABMe0B1NeHl4EfZCZH { top:10.0625rem;left:0rem;width:6.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoV1WNHiwJgpaSXahOMcWtknyXJE9yZ1 { top:12.1875rem;left:1.25rem;width:10.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbMzRc5oczEyhGyIMtJ8vdqXvnvy0SES { top:20.375rem;left:33.5rem;width:7.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzrHklJa2DDrevAHG6ETFlChARsBIFa1 { top:8.5rem;left:16.0625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b90ZOvWa4eUWKifDQiEkZMLRluAPptpc { top:14.9375rem;left:17.4375rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1W16B8yEuSoM8wqzAQAW7NFTpTbDu8c { top:24.5rem;left:12.375rem;width:11.5rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAUHeoKcJv0DigRgcBWMy2BLIf5CCxs5 { top:26.25rem;left:19.1875rem;width:5.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8S6xBPozh3DDcf12N0BT3VXKPwnpcaM { top:19.625rem;left:38.25rem;width:5.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNDzK56JpH3Qt4edFP0TJNRIFMfUcLv { top:26.125rem;left:5.0625rem;width:5.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLtGCNkifPhBmD9AfXBIvBJ8WRzBDVN { top:29.375rem;left:5.125rem;width:15.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgIpM1lGqvIQfndqHgn4QpwwqAIOOqsL { top:23.125rem;left:31.9375rem;width:15.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdpCMtGCHW78NssqG3s1ZzBTi8TzDyD1 { top:30.875rem;left:5.1250038146972rem;width:18.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8b35T35FwHmfNGt7i1zlqqwIrTwQCXR { top:16.6875rem;left:0rem;width:14.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7dnDc359u3hw35ZMhX1u5FJtA4ILSrU { top:16.4375rem;left:24.0625rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3fi8H5vGm06MTXlT2elcwtmVg9PqCFi { top:23.1875rem;left:6rem;width:5.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:4.8125rem;left:0rem;width:20.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { top:7.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:7.3125rem;left:0rem;width:27.25rem;height:8.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:10.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:13.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { top:8.3125rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:11.4375rem;height:2.4375rem;top:12.3125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:4.25rem;left:18.125rem;width:29.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0.0625rem;left:20.201564788818rem;width:14.5625rem;height:19.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:2.4375rem;left:0rem;width:47.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2fzcMn8nf1sUry1HvrQmvNQ48ylf6aQ { top:18.8125rem;left:20.687501907349rem;width:6.625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { top:5.9375rem;left:37.406253814698rem;width:10.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { top:5.9375rem;left:39.125rem;width:8.625rem;height:2.7296464555596rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { top:0.4375rem;left:16.750003814698rem;width:11.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { top:2.625rem;left:0rem;width:47.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEr9NmlWeIQ9ITx95fGuAcvT4MuTmpJL { top:5.4375rem;left:0rem;width:19.3125rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { top:22.875rem;left:20.25rem;width:7rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { top:15.6875rem;left:0rem;width:11rem;height:2.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IloWLKToH1mwdkkl4fFDV51CRckdqV6i { top:3.875rem;left:17.3125rem;width:30.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5vEFb518m3JoPRhTq5Xnc3sUmivBcx3 { top:18.8125rem;left:20.687501907349rem;width:6.625rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { top:2.5rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { top:2.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { top:2.9375rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { top:1.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:3.375rem;left:0rem;width:37.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:13.3125rem;left:0rem;width:24.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:16.0625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:7.125rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:18.375rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:21.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RESKqffypnKJKXrkVnT3ANhL6dAqC41w { top:25.875rem;left:0rem;width:33rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxKghquLuzZ8rztUJKMORPUa8Ji83hBa { top:28.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJiQU3D3eVW0NTahDc4Ork3bdbT3wnEf { top:35.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxnrVRt9y2mR7kb80b3k4x0GTx0Gs8gs { top:32.75rem;left:0rem;width:33rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:9.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh { display:block; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXr6OwQ53iz8n2obMPBwHaKJIMfRLxzn { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzTTn7hVyVPJ9dLmLH6SZoTOwESGIuoP { top:1.5rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI06LT2IrAtRg1n3QHxvbqvbX3Buvc26 { top:2.1875rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onq2PkyeI2LBUDVF3KMrIyveiqbW27yJ { top:2.625rem;left:0rem;width:15.8125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfmF60cfxvR1d0OHOf3Z1u2IXEO3y0Vs { top:2.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #moXsstKz6LkUvi0KvW2UF3EOzeoTPm7W { top:2.625rem;left:45.75rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs { display:block; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoT2ygsKwU9SJKoPT9lwRI3NxcGxFL2U { top:1.3125rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OctmLuUWhZs55yaEGzCCmPemUDVRTGCb { top:3.9375rem;left:0rem;width:33.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMTlRXLHZpW5nv7MZp9Idf8DGkTunmN7 { top:8.1875rem;left:0rem;width:25.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZoqNTuTcn8irMtIvUpxKcTCZ7UmdzJq { top:10.625rem;left:0rem;width:24.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzaNqhTAwHAOTtOMK32owxCCqBx3TWU0 { top:13.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30BoKseGFVO2i3gyr1lIZrvk4TbTwtJ { top:6.6875rem;left:0rem;width:19.9375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tyc7emc2FPH1TPPF0TiEX8kAUUZkfEtD { top:6rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOhwTwnTxiCt0sOE6BPWT4g2mXZ6t3kh { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A131muCiV7JRAyVoz4kACpvU6baMz3kn { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZeb40uBc5NZfZkEJEKM0WuSnfQ46gCt { top:15.25rem;left:0rem;width:32.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU5ATpFbNo93FpQgrNcWqvOwBJ4i67m3 { top:11.1875rem;left:0rem;width:19.9375rem;height:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyaeazdELWdopwfddxaOtM8X9fP5dLfh { top:20.5625rem;left:0rem;width:32.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlnBcgOWicQOSte36n8umq8Js0qcUlRu { top:22.875rem;left:0rem;width:30.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqMxQhrhhQxktNtyiamOuu85WGdBwDsU { top:17.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrnTfE1EDQy7lNTRDXVS8oqdP7miWkrF { top:17.4375rem;left:0rem;width:19.9375rem;height:3.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:4.375rem;left:28.0625rem;width:19.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:3.5rem;left:12.8125rem;width:34.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:4.75rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3vQuQIcdpJ0HlzWchyrRIMDgzJp8TLp { top:5.8125rem;left:26.5rem;width:21.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO47C9iaGISu178noJucQfa5D7uWHidO { 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; } #RO47C9iaGISu178noJucQfa5D7uWHidO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PULOA5rKrB49bTtA0gzkp94lc2WFdB1o { width:11.25rem;height:2.5rem;top:4.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAgPoWxpgTlMRpeE0mPBcnMIgv7aumWn { display:block; }
 }@media only screen and (max-width: 763px) { #gwt91BTemgw6Oordl7ehTcUoRAGp6yLf { top:3.5rem;left:25.3125rem;width:21rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { 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); } }@media only screen and (max-width: 763px) { #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.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:8.1875005960463rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
 }@media only screen and (max-width: 763px) { #LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
 }@media only screen and (max-width: 763px) { #TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:27.6875rem;background-color:#f3f6fa;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:36.875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { width:13.25rem;height:3.1497375rem;top:15.1171875rem;left:1.4375rem;font-size:2.625rem;line-height:1.2;text-align:left;text-align-last:left;color:#353e87;display:block; }
 }@media only screen and (max-width: 763px) { #razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { width:9.0625rem;height:2.6875rem;top:23.625rem;left:0.26822918653488rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #PO41VA3K8ldqH9dxuKgVkSNwyGsoqMDI { width:10.125rem;height:2.6875rem;top:23.5625rem;left:9.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
 }@media only screen and (max-width: 763px) { #peaEQPu2Sk2g9geInI8pMn9CrEV3SogK { width:7.875rem;height:1.25rem;top:24.369792938233rem;left:0.7682292461395rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pw5mJ2HJqft2biitn1RbZ7nTz58Co2cu { width:1.6875rem;height:2.03125rem;top:4.390625rem;left:2.45703125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { width:3.1875rem;height:3.4375rem;top:0.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4.5rem;height:11rem;top:0rem;left:0.71875rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(240,130,34,0.06) ;display:block; }
 }@media only screen and (max-width: 763px) { #LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:31.51953125rem;left:16.5rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:87.286460876462rem;left:11.145833969116rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
 }@media only screen and (max-width: 763px) { #ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { width:20rem;height:19.125rem;top:4.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb82e99', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb82e99', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,184,46,0.6), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:23.75rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { width:20rem;height:27.6875rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #f6U0w06LHIZmmn88uVuG9NCr6T6nMLcI { width:9.75rem;height:2.0247375rem;top:13.40625rem;left:1.5182292461395rem;font-size:1.6875rem;line-height:1.2;text-align:left;text-align-last:left;color:#353e87;display:block; }
 }@media only screen and (max-width: 763px) { #ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:6.3125rem;height:2.25rem;top:55.592449188233rem;left:4.90625rem;box-shadow: 0.4375rem 0.4375rem 0.25rem rgba(130,165,165,0.22) ;display:none; }
 }@media only screen and (max-width: 763px) { #uhkyp1lvcJ3GU6tCufaH7Fu7KSwTI43a { width:16.4375rem;height:0;top:26.234375rem;left:1.8125rem;font-size:0.0625rem;line-height:1;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fxT4oz9f4E6fl6omZgWJ3sIGyfTQa5sg { width:18.9375rem;height:1.9375rem;top:21.770833969116rem;left:0.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.08) ;display:block; }
 }@media only screen and (max-width: 763px) { #pc1OG5dyOhQWuJvEWdGhrhnqnil14Afb { width:10.8125rem;height:2.0247375rem;top:17.765625rem;left:1.4375rem;font-size:1.6875rem;line-height:1.2;text-align:left;text-align-last:left;color:#353e87;display:block; }
 }@media only screen and (max-width: 763px) { #X2Iqd6RfRV4veG8qTsDbJGxJGT60JdpS { width:4.5625rem;height:2.8125rem;top:6.734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAc8Sx9bNkR3hHBGPL9qO0mauGa0rOOA { width:8.8125rem;height:11.1875rem;top:2.0625rem;left:10.25rem;z-index:15321;display:block; }
 }@media only screen and (max-width: 763px) { #n8OhN7usZD34PaEtgcF934JW7szqoWlK { width:9.375rem;height:1.25rem;top:24.375rem;left:9.6875rem;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hW4SqTBuWnlKtdxxuw941IveoT3HPmDk { width:19.0625rem;height:1rem;top:22.326824188233rem;left:0.4375rem;font-size:1rem;line-height:1.;text-align:center;text-align-last:center;z-index:15074;color:#353e87;display:block; }
 }@media only screen and (max-width: 763px) { #FyglZFTdRKzyvnry0TaE4SXRnENI94Fe { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;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:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkTlsKLlnHIR1UNoNVx9FQLnQi6BNhLI { display:flex;width:2.8125rem;height:2.8125rem;top:3.7812538146973rem;left:8.5625007748606rem;font-size:1.375rem;z-index:15353; }
 }@media only screen and (max-width: 763px) { #u8RRzsKF35esxyl6s8BNq8L62Oy03WcR { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWioJ67e24fcywwaKBVmgSLNi7Iyv7r5 { width:19.9375rem;height:0;top:0.90625rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ute8wdLJPx8XRsK9wFw3TFmm3fs35opN { width:19.875rem;height:3.5625rem;top:0.49583435058594rem;left:0rem;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:14990;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #ffb300;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qzkklREPJS42k7B2guToRyBXVL9Who5f { display:flex;width:1.875rem;height:1.875rem;top:1.3562507629394rem;left:0.43750005960464rem; }
 }@media only screen and (max-width: 763px) { #hs7A60CT0ewv3pTLxSqwCUDaGrH4A1Tc { width:2.125rem;height:2.125rem;top:0.5625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXwppX6ALMnEL5JdUTgOQX42frpGMTUM { width:17.3125rem;height:1.0625rem;top:1.8875007629394rem;left:2.6875000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#353e87;line-height:1.;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #DqDO9z0wG6GtenX6lplZOv1JacTSTwn7 { width:2.5625rem;height:2.625rem;top:3.5843772888184rem;left:8.5843752026556rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15352;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffde00, #ff7f00);background-image: -moz-linear-gradient(180deg, #ffde00, #ff7f00);background-image: -ms-linear-gradient(180deg, #ffde00, #ff7f00);background-image: -o-linear-gradient(180deg, #ffde00, #ff7f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff7f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ff7f00' );";background-image: linear-gradient(180deg, #ffde00, #ff7f00);background-size:auto !important;border-top:0.1875rem solid #ff9e00;border-left:0.1875rem solid #ff9e00;border-right:0.1875rem solid #ff9e00;border-bottom:0.1875rem solid #ff9e00;display:block; }
 }@media only screen and (max-width: 763px) { #pUDCSZSoflAsu0sfIZZy6iyz6TGLmZ9G { width:0.625rem;height:0.625rem;top:7.2208342552188rem;left:9.6791675686838rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15001;box-shadow: none;background-color:rgba(180,166,213,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hq1uxKsiOLxFQamDKKB1sbyvqNptSiUN { width:0.625rem;height:0.625rem;top:9.0333342552187rem;left:9.6791675686838rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15002;box-shadow: none;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #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:44.25rem;background-color:#f3f6fa;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #ZmNqBfcazXVJVMpZGGzw3btOts9cKplQ { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #pes6TwCmWspJCeOyIOe1dDLvGrKTXZhX { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { width:4.375rem;height:4.375rem;top:80.125rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { width:4.375rem;height:4.375rem;top:80.6875rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzDFc1QM636VdvymBm8slUxDrd1A3VZm { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { width:4.375rem;height:4.375rem;top:80rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJJECr8UWZpRCqfp9nvTT0zTdJ7K7M9V { width:13.8125rem;height:3.09375rem;top:38.437501907349rem;left:5.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { width:18.125rem;height:3.875rem;top:3.75rem;left:1.0000000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #dSUfb814iqBeS86UrIx4RcveiTlJIofm { width:1.75rem;height:1.7875rem;top:4.75rem;left:1.5000000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { width:2.5rem;height:2.5rem;top:4.3125rem;left:0.56250005960464rem;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; }
 }@media only screen and (max-width: 763px) { #lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { width:4.25rem;height:3.4375rem;top:3.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzW9unBKdydeHdQAoZFMnLgdC12VKfdN { width:11.0625rem;height:2.475rem;top:4.4375rem;left:5.5000002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5RwNKAAife1DNEFLXpvBoWsQeml87w { width:2.5rem;height:3.4375rem;top:18.813543319702rem;left:5.5656254887581rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { width:4.25rem;height:3.4375rem;top:10.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { width:4.125rem;height:5.6875rem;top:122.33125305176rem;left:7.2270835042rem;display:none; }
 }@media only screen and (max-width: 763px) { #lz3Et9uTETgiw761FAf7tD3qX1hyqrny { width:17.875rem;height:13rem;top:41.503126144409rem;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; }
 }@media only screen and (max-width: 763px) { #g9kGugzIy5PGiuTyeTTfOHeSoe9E5G4N { width:2.5625rem;height:2.5625rem;top:10.6875rem;left:0.68750005960463rem;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; }
 }@media only screen and (max-width: 763px) { #MAgHS231qdkEHhkvVLAFPoOpOQGzQ9N4 { width:1rem;height:1.7875rem;top:11.0625rem;left:1.5625000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XLDCSXxml0l2TOddxihIG4sXXWF5bxLF { width:12.1875rem;height:1.125rem;top:8.6875rem;left:5.5000002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #vRKRwTGTCumxnKAeBSnIkOffaQNZop5s { width:4.25rem;height:3.4375rem;top:23.374996185302rem;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; }
 }@media only screen and (max-width: 763px) { #IfldIy5l7mW2t0Ag5zFmrTeuxzoWXuUr { width:18.3125rem;height:2.5625rem;top:60.75417137146rem;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; }
 }@media only screen and (max-width: 763px) { #bRaJ7tqraCmUDGStmSBWLLr3Kg6peJ7f { width:2.5625rem;height:2.5625rem;top:18.1875rem;left:0.56250005960464rem;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; }
 }@media only screen and (max-width: 763px) { #m9RC9ZfEh0TwFlKIMm94wErwDidwlwJf { width:1.75rem;height:1.7875rem;top:18.625rem;left:1.5000000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ay46r2Tr1SWko80ooBGeS6JB0kmvDTaF { width:4.125rem;height:5.6875rem;top:131.33541870118rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4IlCb6LdlWhhttaQ3Rtmrr5b3gF1zgC { width:4.25rem;height:3.4375rem;top:17.8125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZcH8rzKHNvDFGZ7vJy5rPhHVgFcPvqE { width:20rem;height:5.6875rem;top:87.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPfd3SpMItNsfh5Ism5xSKbZ2vcQSvsM { width:2.5625rem;height:2.5625rem;top:23.812496185302rem;left:0.68750005960463rem;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; }
 }@media only screen and (max-width: 763px) { #qQtKRV38pyeSdeJcdBlLTrRkvwdzuV1I { width:1.75rem;height:1.7875rem;top:24.187496185302rem;left:1.5625000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { width:11.6875rem;height:3.1875rem;top:63.5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQRrpabIRq0PHI3AeHLS2cB0siPktfS2 { width:12.375rem;height:2.0625rem;top:19.9375rem;left:5.0625002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { width:10.0625rem;height:3.1875rem;top:45.1875rem;left:1.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dsa3b6PJAA1CcMhFBMD79RWtxtiwwcik { width:18.0625rem;height:7.8125rem;top:7.9375rem;left:1.0000000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { width:2.4375rem;height:0;top:50.9375rem;left:16rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { width:4.5rem;height:0;top:40.6875rem;left:8.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { width:14.875rem;height:0;top:42.148439884186rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { width:14.8125rem;height:0;top:42.9375rem;left:5.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:39rem;left:5.5rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #lWhsT2Niy0m52wQCePdFUqtnUMzOZNss { width:18.0625rem;height:6.875rem;top:16.125rem;left:1.0000000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { width:18.0625rem;height:3.375rem;top:23.374996185302rem;left:1.0000000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:14rem;height:0;top:61rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { width:9.0625rem;height:0;top:38rem;left:5.5rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TmrES2Rx0c2loC8J7wgmRC1AQ0J86MDX { width:13.8125rem;height:2.19791875rem;top:17.125rem;left:5.1250002980232rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p1711hD8wrURLCtFQGzLrD1TraEkoE5L { width:12.9375rem;height:2.25rem;top:23.999996185302rem;left:5.5000002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #ip8USvAwTmhhM7TVTMW8fk4SuH4sMuce { width:4.25rem;height:3.6875rem;top:28.562496185302rem;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; }
 }@media only screen and (max-width: 763px) { #sa1oOfJu4MS2yNQWRmrgftCcsnzyT06H { width:20rem;height:5.6875rem;top:37.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E85Ab1XLiOoJrDiDObdrukwV2xr8iVZa { width:2.5625rem;height:2.5625rem;top:29.124996185302rem;left:0.87500005960463rem;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; }
 }@media only screen and (max-width: 763px) { #TCZ4Nc5ozKCJhhi3mKCxNt94AaOtk6SQ { width:1.75rem;height:1.7875rem;top:29.499996185302rem;left:1.7500000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PRVbXI28JIamGvyOwKyhDB97mqoDxEyK { width:5.375rem;height:0;top:30.191673278809rem;left:5.5000002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:none; }
 }@media only screen and (max-width: 763px) { #CuHWp3Ne5kJPBfmnHfqyduokS4kpSACs { width:20rem;height:5.6875rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #faWEqpM4TryNiLGTnGZAkix47UG0F58d { width:20rem;height:5.6875rem;top:95.342453002931rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2Aetfkbqs8gZE3WT2t2MhASL8sQ7rBL { width:2.5625rem;height:2.5625rem;top:36.000003814698rem;left:0.81250005960463rem;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; }
 }@media only screen and (max-width: 763px) { #WfX92qx7qk6F6KlB1JrCTEqhcStUws1a { width:20rem;height:0;top:51.503131866455rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;color:#5f5c8b;display:none; }
 }@media only screen and (max-width: 763px) { #odUB0OL6zqsArUnRUtJgm7XR4qt0DLJS { width:1.75rem;height:1.7875rem;top:36.437503814698rem;left:1.6875000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QdHU5kQI0bqbJTWC4odHbh3pJzV5XPcD { width:3.3125rem;height:5.6875rem;top:31.25rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuC7w2613MbqdVkI60J2hfxgAy1NMr38 { width:3.3125rem;height:5.6875rem;top:37.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMDFBlJMQ8qfTgrL54b23cfZdDUVCDSn { width:11.25rem;height:2.5rem;top:10.125rem;left:4.8750002980232rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block; }
 }@media only screen and (max-width: 763px) { #nFOITqQbOTF3oFulLDlVQ1sbUoAKzM0o { width:10.8125rem;height:2rem;top:13.125rem;left:5.2500002980232rem;font-size:1rem;text-align:left;text-align-last:left;color:#172279;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #THxFXRqNWEbidQNGmTiGEoP9ukU4PtC9 { width:3.3125rem;height:3.5rem;top:28.687496185302rem;left:5.5000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #aREmVTqX4xDUb6JUkhVbufe8xdUvXPFl { width:7rem;height:0;top:33.812501430511rem;left:12.160417377949rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1eRmLA8ThUUkJLghroRD8Xdhhd5PHk2 { width:3.1875rem;height:3.375rem;top:28.624996185302rem;left:9.3750007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJPh6BvnSKpxACZKXlQ26fbsecBSTqku { width:2.25rem;height:0;top:33.879167556763rem;left:15.504167377949rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:none; }
 }@media only screen and (max-width: 763px) { #FWNrZvQC3foZFW4QSCwmxdnFfRPZw4Cl { width:0.0625rem;height:3.125rem;top:80.029953002931rem;left:9.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXFoFTLWE0m0ot6bxFJaX5yQVTsHnsVU { width:18.0625rem;height:6.9375rem;top:27.124996185302rem;left:1.0000000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #sSR3X5GymlCdWiXqSde2zDktlLClI7eA { width:4.875rem;height:0.9375rem;top:32.250003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { width:8.125rem;height:0.9375rem;top:32.250003814698rem;left:9.4375007748606rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { width:4.25rem;height:3.6875rem;top:35.437503814698rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RBOuOCxVQOrsLkAGpxQgBgW5vXhs4yn2 { width:18.0625rem;height:8.375rem;top:34.500000953674rem;left:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { width:8.75rem;height:2.25rem;top:35.187500953674rem;left:5.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { width:15.125rem;height:1.125rem;top:27.499996185302rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #LTTc8SDEHeTp2no2V8Kx6UbD8xG06Tl1 { width:3.3125rem;height:4.375rem;top:29rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #To3rJaikB6oxvuBRlATINRI08FRrhnBo { width:0.625rem;height:0.625rem;top:1.220832824707rem;left:9.6166675686838rem;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:14999;box-shadow: none;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; }
 }@media only screen and (max-width: 763px) { #ItQapdl963oKHwPzJNbi9aW5noIKbSCG { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container { background-color: transparent; background-image: none; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container > .video-iframe-container { display: none; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row > .video-iframe-container { display: none; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .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); }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container { border-width: 0; border-radius: 0; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItQapdl963oKHwPzJNbi9aW5noIKbSCG > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VG3i9eQautlDmc4CTexHDhsxTUFCSN2o { display:flex;width:2rem;height:2rem;top:1.0031242370606rem;left:16.747916996479rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #M8fXkKHpTmbdMosLLrPrx9109zPSPoty { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DQB9v6nxbd5gkzLhg77wRrz2tmFwsKZ5 { width:11.9375rem;height:2.76041875rem;top:1.8374938964844rem;left:4.3750000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RI0g6T1glM6PZAK0uHn0rRUkMcmy4d2n { width:20rem;height:4.375rem;top:1.0645847320557rem;left:0rem;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:14990;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #WCld1lnt6n4zDGX1Wpe5SFoQefLdt7Hv { display:flex;width:1.8125rem;height:1.8125rem;top:2.3739585876465rem;left:0.62500005960463rem; }
 }@media only screen and (max-width: 763px) { #cmX3UEKZl2LHAl039qC0GN18cqk6pWCp { width:2.125rem;height:2.125rem;top:0.6875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lv9BNHpRbhpJ6h1DfVgpM6ovrD2tTzX8 { width:0.625rem;height:0.625rem;top:8.4989547729494rem;left:9.6166675686838rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15002;box-shadow: none;background-color:rgba(180,166,213,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #h4fXrCHmUroAlCUN3uE8Luq8qIVoXQs4 { width:0.625rem;height:0.625rem;top:10.1875rem;left:9.6166675686838rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15003;box-shadow: none;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #QkODTJ2d99rzpTtHbNMZtMwGUQbbgIa7 { display:flex;width:2.8125rem;height:2.8125rem;top:5rem;left:8.5625rem;font-size:1.375rem;z-index:15354; }
 }@media only screen and (max-width: 763px) { #E7oVMkRXs7ZDiV5ZCeDGa7c1kSw0gTP0 { width:2.5625rem;height:2.625rem;top:4.875rem;left:8.5625rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:15353;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #92aaff, #0a3aff);background-image: -moz-linear-gradient(180deg, #92aaff, #0a3aff);background-image: -ms-linear-gradient(180deg, #92aaff, #0a3aff);background-image: -o-linear-gradient(180deg, #92aaff, #0a3aff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#92aaff', endColorstr='#0a3aff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#92aaff', endColorstr='#0a3aff' );";background-image: linear-gradient(180deg, #92aaff, #0a3aff);background-size:auto !important;border-top:0.1875rem solid #0a3aff;border-left:0.1875rem solid #0a3aff;border-right:0.1875rem solid #0a3aff;border-bottom:0.1875rem solid #0a3aff;display:block; }
 }@media only screen and (max-width: 763px) { #wDJ4vzSev8xhMukDKLT65E1aItSf40Wa { display:block; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa { background-color: transparent; background-image: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container > .video-iframe-container { display: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row > .video-iframe-container { display: none; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .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); }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .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; }#wDJ4vzSev8xhMukDKLT65E1aItSf40Wa > .row .container { width:20rem;height:37.9375rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVVM3CZGKEKehcbp9pceXgkZN9zIGti8 { width:20rem;height:0;top:28.3125rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #TOdextDclbTcc5knTPCW9g3lH6trlDmk { width:3.75rem;height:3.75rem;top:9.95263671875rem;left:-25.663818359375rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #owIZzvcH2XZJDslnagAfRKN1Jn7yXWLw { width:3.75rem;height:3.75rem;top:20.0625rem;left:-28.625rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #rTgroepvZRrHhnqsgC3uf1m51vtRTego { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
 }@media only screen and (max-width: 763px) { #yOPJFIbXNypnE8p5DUgq3cTKwEUInmQx { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #O2JKQqtKtT9lRFvGqRffKmsHiUgCphFJ { width:4.375rem;height:4.375rem;top:83.875rem;left:1.0625rem;z-index:15058;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ide0P8B35IMtyBFCXA4cCU0DgBNCEnrd { width:4.375rem;height:4.375rem;top:84.4375rem;left:5.4375rem;z-index:15057;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4eu8yov6QT5TFf2yQLTSNwLMd3mLDT6 { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #mnnvG94N1Ivx6v6Cp4kaqRbtpkVsRF37 { width:4.375rem;height:4.375rem;top:83.75rem;left:7.5625rem;z-index:15059;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CekOfrdSXRnEpViBVByJKeiSqcP4ST2m { width:18.0625rem;height:4.1875rem;top:2.8895835876465rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBONlclw0J5RWKDOF86BkfOi9bfykgfu { width:1.75rem;height:1.7875rem;top:4.0104179382324rem;left:1.472916662693rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
 }@media only screen and (max-width: 763px) { #u0TXpWZFhqvM1SbEMveCfHpXWhSzWOvT { width:2.5rem;height:2.5rem;top:3.5874996185302rem;left:0.58958333730697rem;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; }
 }@media only screen and (max-width: 763px) { #rZXRMJazypye5rCSb4Teowng75WdfTyA { width:4.1875rem;height:3.4375rem;top:3.1875rem;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; }
 }@media only screen and (max-width: 763px) { #KrP7Bk351G7k3FqatcIaQgDCT2CiKuRK { width:10.9375rem;height:3.7109375rem;top:3.1041679382324rem;left:5.7500002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tkVyoTLrS6N4Ri43QhmJTRSB7ZgVopdV { width:2.5rem;height:3.4375rem;top:18.813543319702rem;left:5.5656254887581rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -moz-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -ms-linear-gradient(90deg, #6186e6, #f6f6ff);background-image: -o-linear-gradient(90deg, #6186e6, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6186e6', endColorstr='#f6f6ff' );";background-image: linear-gradient(90deg, #6186e6, #f6f6ff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BMVhICmRI2AyDqOkK2RHvDATHa6unUDT { width:4.1875rem;height:3.4375rem;top:8.0625rem;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; }
 }@media only screen and (max-width: 763px) { #UqZplV4T66VefL3WN2Zc0ydgBKLzAdkt { width:4.125rem;height:5.6875rem;top:126.08125305176rem;left:7.2270835042rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7KVu2gSAFitMx0shpv0MvCwsWTzRm1I { width:17.875rem;height:13rem;top:41.190626144409rem;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; }
 }@media only screen and (max-width: 763px) { #Wn1SLbEbhlhZ0TSGHbUO3mhsEPgvEVaO { width:2.5625rem;height:2.5625rem;top:8.4375rem;left:0.81250005960463rem;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; }
 }@media only screen and (max-width: 763px) { #udHqAy8vTlTrWk4DKnm6elWymzh64iWl { width:1rem;height:1.7875rem;top:8.875rem;left:1.7500000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
 }@media only screen and (max-width: 763px) { #CTv46T2KRhgbZ1ssT5PxRnwPMBZB6gdx { width:10.8125rem;height:2.25rem;top:8.71875rem;left:5.5354169011116rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #H535SDxqD99fhbO9fvZlexRneeg4BLu7 { width:4.1875rem;height:3.4375rem;top:19.116668701172rem;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; }
 }@media only screen and (max-width: 763px) { #P0nPPTOaTcXWwoFT1mh0fGo3x2GeKTBc { width:18.3125rem;height:2.5625rem;top:64.504171371463rem;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; }
 }@media only screen and (max-width: 763px) { #tkUxxzEemuwqz9v8Ar567pGczZVi8OFE { width:2.5625rem;height:2.5625rem;top:14rem;left:0.68750005960463rem;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; }
 }@media only screen and (max-width: 763px) { #EFLu8BqBli1BfwxQx5PhW88FI8IqWcQE { width:1.75rem;height:1.7875rem;top:14.5rem;left:1.6250000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
 }@media only screen and (max-width: 763px) { #Tkb7hoO30wqO2iSafMGxFnwcVSNkzQnV { width:4.125rem;height:5.6875rem;top:135.08541870118rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyTUH7IPE3VLLAAQJWrkUAbz2bSKsU5B { width:4.1875rem;height:3.4375rem;top:13.625rem;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; }
 }@media only screen and (max-width: 763px) { #abdl8qfGX553wn076bLFrN46dIhWcu6h { width:20rem;height:5.6875rem;top:91.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXOF52tb0kDaAURqPIrfDAX1k6Mi9E5h { width:2.5625rem;height:2.5625rem;top:19.5625rem;left:0.62500005960463rem;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; }
 }@media only screen and (max-width: 763px) { #k1MFizgODIUh6vyl7PDyDuGV3FXJEl39 { width:1.75rem;height:1.7875rem;top:20rem;left:1.5000000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
 }@media only screen and (max-width: 763px) { #HGodunZvhytCnDRsrD7C4LkJ5asogT4X { width:11.6875rem;height:3.1875rem;top:67.187504768369rem;left:1.1250000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #GhRTth8Hi3Tmpdieef7tUdKeNdL7Td1e { width:1.9375rem;height:0;top:66.754170417788rem;left:2.0625002980233rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OnPt2NOH6sSMN81atPTBLRgMw2cNi3ys { width:7.0625rem;height:0;top:67.812504768369rem;left:5.7500007748604rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8RRlDpQGUakk685mXo4QIeVualXordw { 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; }
 }@media only screen and (max-width: 763px) { #KGloCg4fGQoRBDVZq9xGNHaUS3X58lxD { width:10.0625rem;height:3.1875rem;top:48.875000953674rem;left:1.9375000596046rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(0,0,0,0.12) ;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -moz-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -ms-linear-gradient(0deg, #ff5fb5, #b23076);background-image: -o-linear-gradient(0deg, #ff5fb5, #b23076);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5fb5', endColorstr='#b23076' );";background-image: linear-gradient(0deg, #ff5fb5, #b23076);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PTxRExl5vhqzbI1JRhl2DFanT5MnQLGt { width:2rem;height:0;top:48.187502861023rem;left:2.6875002980233rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dSpb59xPxtfrHZwUxarcvS9zMy9xT8oK { width:7.3125rem;height:0;top:49.562500953674rem;left:4.9375002980232rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzD6dsP37WNwTa67muR9SGu97vcRTDGS { width:18.0625rem;height:4.1875rem;top:7.7020835876462rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #TpyFCisgkyzEbtytTAenw3nX9Q70G3zw { width:2.4375rem;height:0;top:29.875rem;left:10.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15316;color:#464019;display:none; }
 }@media only screen and (max-width: 763px) { #Q0ul0y6HSk6Ahm3OzzR98BQUk2a77gdC { width:4.5rem;height:0;top:30.125rem;left:11.75rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15103;display:none; }
 }@media only screen and (max-width: 763px) { #zouZuaJqu2ASpBs1Qe0dW5qaLxaS7eON { width:14.875rem;height:0;top:31.550000190735rem;left:3.2229169011116rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15104;display:none; }
 }@media only screen and (max-width: 763px) { #kL54btRNitQs6UTpokUSwZ0LbDd8Oz7i { width:14.8125rem;height:0;top:40.466668367386rem;left:3.2229169011116rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #WPmLJKBWbg1siIAMVBTEFILPETOcv7DG { width:9.0625rem;height:0;top:44.168751955032rem;left:7.6916673779488rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #goKRrgP4q6GGxhtxlWPBt1pzcSmkufrB { width:18.0625rem;height:5.8125rem;top:12.5rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #R6NC9C9RZd4rdz7PzJTZ3IMkPs3m7v4c { width:18.0625rem;height:12rem;top:54.275001049042rem;left:1.9375000596046rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #Ur9SIJfG5VNUbTsCX7Q6fMogsZ9O3mJi { width:14rem;height:0;top:64.683336257937rem;left:3.4291670918464rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#5f5c8b;z-index:15118;display:none; }
 }@media only screen and (max-width: 763px) { #sICxNniyIhNv4ebMHrExMzlneZOrpTcy { width:9.0625rem;height:0;top:58.998962402344rem;left:7.0937502384187rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oI1P3RUS25t4egb7ml1KSB4DfBC0kpB8 { width:13.5rem;height:2.25rem;top:15.25rem;left:5.5979169011116rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #VnEwgr0l8QOFu1cbWx6ZFcaOpSanuBPd { width:11.875rem;height:2.25rem;top:20.004169464111rem;left:5.2812502980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #qqu2zhwg2ElFS083xlFoKtLqTmLfDqO6 { width:4.1875rem;height:3.4375rem;top:24.390625rem;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; }
 }@media only screen and (max-width: 763px) { #LF5hADTBKfHaROI7wmsU33tbqkDTbLht { width:20rem;height:5.6875rem;top:38.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEQQB0uJI4TIINXfPTLydEFZoLArG6Cf { width:2.5625rem;height:2.5625rem;top:24.8125rem;left:1.0000000596046rem;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; }
 }@media only screen and (max-width: 763px) { #nf7WJfpPr3OOdJ2qoELfwoiQ0HVRVRIZ { width:1.75rem;height:1.7875rem;top:25.3125rem;left:1.7500000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
 }@media only screen and (max-width: 763px) { #BD4LBhc4Bws6yFAQUgFMyGUJ3DmHK5H3 { width:11.75rem;height:3.375rem;top:24.421875rem;left:5.3437502980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #Tc7RAVfvaycXdwuiLySpgwGGQdbfy1EO { width:20rem;height:5.6875rem;top:48.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2OECcpAUzR27CRzlpzmmtPIC7IxkQfT { width:4.1875rem;height:3.4375rem;top:29.802085876465rem;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; }
 }@media only screen and (max-width: 763px) { #lqbxCzM5SkCkevfGcuutEXbmgx3KFV70 { width:2.5625rem;height:2.5625rem;top:30.25rem;left:1.0000000596046rem;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; }
 }@media only screen and (max-width: 763px) { #or3w2GvuUNslUvZLmlSVLTisLKHV3do9 { width:7.625rem;height:2.25rem;top:30.208335876465rem;left:5.2500002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;display:block; }
 }@media only screen and (max-width: 763px) { #FaaMMSTp93AiKwOltueGbXEBwtoCwmbT { width:1.75rem;height:1.7875rem;top:30.625rem;left:1.8750000596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15294;color:#3461c5;display:block; }
 }@media only screen and (max-width: 763px) { #f8vJL09NU4WrTig4kpmTeTDyQefzAzFI { width:3.375rem;height:5.6875rem;top:38.125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoXThEcV7cuJuGsUbaEDqzrhTGHHhgTr { width:13.4375rem;height:2.4375rem;top:32.875003814698rem;left:5.1875002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TSFQHdwUb3Br4bXtk9xXqiESW08TJpL9 { width:7.75rem;height:1.9375rem;top:13.0625rem;left:5.3437502980232rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #MtD41v5LPkyDGdHBe1oM7yF7efkPIdAm { display:block; }
 }@media only screen and (max-width: 763px) { #VyT5c66e2J4VCFeFtRcCUvSMBRPseV2e { width:19.9375rem;height:0;top:2.2260417938233rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:15083;display:none; }
 }@media only screen and (max-width: 763px) { #d2yusND9TpmSFg8mqVNlOXf7PeUudUoM { width:18.0625rem;height:4.3125rem;top:18.787502288818rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #iGDI3z8tKDDMvfaEuhFFuo7a7QUic07T { width:20rem;height:4.8125rem;top:145.93749237061rem;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:15003;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;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
 }@media only screen and (max-width: 763px) { #mMvdZ5DQKV19nJNI3fmFOfyXoX7NEEB2 { width:18.0625rem;height:4.9375rem;top:23.629169464111rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #bAI1g4aowl6ktpizXE9VsT4i4mS1pZT7 { width:18.0625rem;height:7.3125rem;top:29.118751525879rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #GiEVaMNquVZVUb8UrPLermm4lT4tEAtp { width:3.375rem;height:4.375rem;top:26.6875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBWqWfASIzX2PfrI9Qn9FhHp6FV7RSAL { width:3.9375rem;height:2.375rem;top:15.066661834717rem;left:14.160417377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTLVW6GaZVxK6e51dLE3JTSuCT7T45f { width:0.625rem;height:0.625rem;top:0.875rem;left:9.6250007748606rem;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:15000;box-shadow: none;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; }
 }@media only screen and (max-width: 763px) { #PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ { 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; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { background-color: transparent; background-image: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { display: none; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .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); }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { border-width: 0; border-radius: 0; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PvwpTbDA596nzw6Vir3eKBMRwPz9XiEQ > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1F0q3Dd1RWToVqeKc6zRQUKUTF3Fxh9 { width:20rem;height:9.9375rem;top:31.932289123535rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15004;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;box-shadow: 0rem -0.625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
 }@media only screen and (max-width: 763px) { #GN2kECGL6moHuxNgX9kK6vV1o4Dgfq0f { width:3.9375rem;height:3.9375rem;top:10.456253051757rem;left:5.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { width:14.8125rem;height:2.75rem;top:1.0541667938232rem;left:2.4062500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gWpMTebQGQhgRtvR54ApJnNc1oktRSvd { width:5.6875rem;height:2.6rem;top:11.125rem;left:0.56250005960464rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BwsZXDnmTBrNmNL2bH3FVwhG1mPcArwQ { width:6.4375rem;height:2.6796875rem;top:15.062507629394rem;left:1.8125000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pCX2xT5A18GEGfeQ8B7EmFOU9JGpVCzA { width:1.875rem;height:2.6rem;top:6.25rem;left:11.941667377949rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BFPuRAAXt0BCGvb1Nr6lDMhzJGB8mM4F { width:6.8125rem;height:2.6796875rem;top:11.812501907349rem;left:12.129167377949rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G4o6Xb7Bia3TbPHKrgt3t2Flr941Clen { width:7.3125rem;height:2.6rem;top:27.125rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pMv8igVT7PBmp5wzaWKFuEqNzBAnDBDI { width:5.9375rem;height:1.54375rem;top:27.9375rem;left:3.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CoQyTFkozbpNZsd3HWUCC1byiUX5aCkr { width:10.1875rem;height:4.225rem;top:29.75rem;left:1.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TSsLXki81U9n8GotIRq8kiOFdzbTcwRK { display:flex;width:2.5625rem;height:2.5625rem;top:26.6875rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #yRJBaQSMqTXtHdSMPvrXUybDTT7PL5qf { width:3.6875rem;height:2.6rem;top:20.750007629394rem;left:13.125rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lNmVt8CKibI64XnHe8mKSdeZUrIFWHkP { width:5.9375rem;height:1.54375rem;top:21.562507629394rem;left:14.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qxT5liMMbhQOU99qWofuzRWnZm7hKoAO { width:10.0625rem;height:1.54375rem;top:21.562507629394rem;left:7.2499995231631rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eEkVUhX4n8hZBpABMe0B1NeHl4EfZCZH { width:6.25rem;height:1.54375rem;top:10.0625rem;left:0.50000005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UoV1WNHiwJgpaSXahOMcWtknyXJE9yZ1 { width:7.0625rem;height:1.54375rem;top:13.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IbMzRc5oczEyhGyIMtJ8vdqXvnvy0SES { width:2.5625rem;height:1.54375rem;top:8.4375rem;left:11.875000774861rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TzrHklJa2DDrevAHG6ETFlChARsBIFa1 { display:flex;width:2.9375rem;height:2.9375rem;top:18.687507629394rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #b90ZOvWa4eUWKifDQiEkZMLRluAPptpc { width:9.8125rem;height:1.05625rem;top:23.187507629394rem;left:9.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A1W16B8yEuSoM8wqzAQAW7NFTpTbDu8c { width:3.5rem;height:2.6rem;top:35.3125rem;left:12.3125rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rAUHeoKcJv0DigRgcBWMy2BLIf5CCxs5 { width:3rem;height:1.54375rem;top:36rem;left:16.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E8S6xBPozh3DDcf12N0BT3VXKPwnpcaM { width:4.875rem;height:3.0625rem;top:6.40625rem;left:14.437500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNDzK56JpH3Qt4edFP0TJNRIFMfUcLv { width:5.9375rem;height:1.54375rem;top:36rem;left:7.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qDLtGCNkifPhBmD9AfXBIvBJ8WRzBDVN { width:10rem;height:2.1125rem;top:37.875rem;left:7.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RgIpM1lGqvIQfndqHgn4QpwwqAIOOqsL { width:6.625rem;height:1.54375rem;top:10.000001907349rem;left:11.875000774861rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bdpCMtGCHW78NssqG3s1ZzBTi8TzDyD1 { width:12.5rem;height:2.1125rem;top:40.125rem;left:6.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b8b35T35FwHmfNGt7i1zlqqwIrTwQCXR { width:6.3125rem;height:2.6796875rem;top:16.937507629394rem;left:1.8125000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M7dnDc359u3hw35ZMhX1u5FJtA4ILSrU { width:8.375rem;height:1.05625rem;top:24.187507629394rem;left:9.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P3fi8H5vGm06MTXlT2elcwtmVg9PqCFi { width:5.5625rem;height:3.375rem;top:37.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { 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; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { background-color: transparent; background-image: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { display: none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .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); }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { border-width: 0; border-radius: 0; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { width:13.8125rem;height:1.3501rem;top:2.125rem;left:2.375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:4.5rem;left:0.87500005960463rem; }
 }@media only screen and (max-width: 763px) { #FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:5.5117125rem;top:3.997917175293rem;left:2.6229167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
 }@media only screen and (max-width: 763px) { #bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { display:flex;width:0.99935rem;height:0.99935rem;top:6.25rem;left:0.87500005960463rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { display:flex;width:0.99935rem;height:0.99935rem;top:8.125rem;left:0.93750005960463rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:10.1875rem;height:3.1484375rem;top:12.559814453125rem;left:9.078369140625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:5.865625rem;height:1.36458125rem;top:16.499755859375rem;left:10.316162109375rem;font-size:0.875rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e69f1d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
 }@media only screen and (max-width: 763px) { #JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { width:20rem;height:9rem;top:10.812501907349rem;left:-0.061458349227905rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:7.3125rem;height:9.625rem;top:10.247917175293rem;left:0.87500005960463rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:18.6875rem;top:1.1635417938232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2fzcMn8nf1sUry1HvrQmvNQ48ylf6aQ { width:4.0625rem;height:7.125rem;top:21.122917175293rem;left:6.6875002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #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:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ewG1vFwD6kaZ4NKhwRbTg15B3EbBdPvG { width:8.4375rem;height:2.68645625rem;top:4.7552089691162rem;left:9.6281250119206rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSlTLNVsMMIBCOhOpPEsDZazZQdPHu3 { width:8.4375rem;height:2.68645625rem;top:8.0052089691163rem;left:9.6281250119206rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEd1nKNBNoxMbRSL9HeuOlSH9Fqo1O1Q { width:8.4989375rem;height:7.2489375rem;top:3.3770847320557rem;left:0.37500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1H2dCZqgzoCUTPNzPUU2TAt5F3vniOA { width:20rem;height:12rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #rk5aT9H8o8c9NbtewK1bXN8CVMcz3wic { width:4.9375rem;height:4.5625rem;top:0.375rem;left:12.507292568684rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #B9qZZCbfhiIlpWX2NB3fueIh85eD9xkI { width:15.8125rem;height:1.4625rem;top:1.1406269073486rem;left:1.8739584088326rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #IloWLKToH1mwdkkl4fFDV51CRckdqV6i { width:20rem;height:6rem;top:6.0979220867157rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F5vEFb518m3JoPRhTq5Xnc3sUmivBcx3 { width:4.6875rem;height:8.375rem;top:2.3822917938233rem;left:3.2802084088326rem;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { background-color: transparent; background-image: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { display: none; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .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); }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { border-width: 0; border-radius: 0; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { width:4.5625rem;height:1.78125rem;top:1.2395820617676rem;left:0.18750005960464rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HoGBJCquppmzPMOeDW896F6pCsKKkqhz { display:flex;width:2rem;height:2rem;top:1.0031242370606rem;left:16.747916996479rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQPJhFlXey9LPXDX39iafz4lFewzLZlN { width:10.6875rem;height:1.59375rem;top:1.2968788146973rem;left:3.995834171772rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { width:20rem;height:3.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #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:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.2734375rem;top:3.796875rem;left:1.4666666388512rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:14.125rem;height:2.55rem;top:9.9375038146975rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:17.75rem;height:3.41015625rem;top:13.123962402344rem;left:1.1229166388512rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.275rem;top:6.5000038146975rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:2.55rem;top:17.825004577637rem;left:1.0687499642372rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:5.68359375rem;top:20.87292098999rem;left:1.1854167580604rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #RESKqffypnKJKXrkVnT3ANhL6dAqC41w { width:18.75rem;height:2.55rem;top:28.623962402344rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mxKghquLuzZ8rztUJKMORPUa8Ji83hBa { width:20rem;height:4.546875rem;top:46.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #zJiQU3D3eVW0NTahDc4Ork3bdbT3wnEf { width:17.625rem;height:3.41015625rem;top:40.49792098999rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #bxnrVRt9y2mR7kb80b3k4x0GTx0Gs8gs { width:18.6875rem;height:2.55rem;top:37.186462402344rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:15.4375rem;height:1.1375rem;top:8.0625038146975rem;left:1.2041875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:4.546875rem;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:block; }
 }@media only screen and (max-width: 763px) { #CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { background-color: transparent; background-image: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container > .video-iframe-container { display: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container { display: none; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .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); }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { border-width: 0; border-radius: 0; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtEt7miDZfiAIZL7fVUA8bHf2T4D2Tqh > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXr6OwQ53iz8n2obMPBwHaKJIMfRLxzn { display:flex;width:2.5rem;height:2.5rem;top:1.4683160781861rem;left:16.499566674233rem;z-index:15037;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzTTn7hVyVPJ9dLmLH6SZoTOwESGIuoP { width:20rem;height:3.5625rem;top:0.8427085876465rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #oI06LT2IrAtRg1n3QHxvbqvbX3Buvc26 { width:2.8125rem;height:1.78125rem;top:1.7333335876465rem;left:1.1250000596046rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #onq2PkyeI2LBUDVF3KMrIyveiqbW27yJ { width:13.4375rem;height:1.59375rem;top:1.8270835876465rem;left:3.7500002980233rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#31315b;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QfmF60cfxvR1d0OHOf3Z1u2IXEO3y0Vs { display:flex;width:2rem;height:2rem;top:5.9677085876465rem;left:18rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #moXsstKz6LkUvi0KvW2UF3EOzeoTPm7W { display:flex;width:2rem;height:2rem;top:1.6239624023438rem;left:17.281251728535rem;font-size:1.375rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs { 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; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { background-color: transparent; background-image: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container > .video-iframe-container { display: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container { display: none; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .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); }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { border-width: 0; border-radius: 0; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcB6XbfHx0CqWqt5NJgVDQJlUCTPgPHs > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoT2ygsKwU9SJKoPT9lwRI3NxcGxFL2U { width:18.375rem;height:2.125rem;top:0.53645706176758rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:01;display:block; }
 }@media only screen and (max-width: 763px) { #OctmLuUWhZs55yaEGzCCmPemUDVRTGCb { width:17.125rem;height:2.2734375rem;top:3.1823120117188rem;left:1.37109375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oMTlRXLHZpW5nv7MZp9Idf8DGkTunmN7 { width:20rem;height:0;top:15.194334375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #TZoqNTuTcn8irMtIvUpxKcTCZ7UmdzJq { width:18.75rem;height:2.125rem;top:9.7010412216188rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rzaNqhTAwHAOTtOMK32owxCCqBx3TWU0 { width:20rem;height:auto;top:13.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #T30BoKseGFVO2i3gyr1lIZrvk4TbTwtJ { top:7.7104167938231rem;left:1.1875rem;width:18.75rem;height:1.1375rem;z-index:15012;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;color:#31315b;text-shadow:0.25rem 0.5rem 0.75rem rgba(254,251,233,0.5);font-family:mukta;display:block; }
 }@media only screen and (max-width: 763px) { #Tyc7emc2FPH1TPPF0TiEX8kAUUZkfEtD { width:18.75rem;height:1.2747375rem;top:6.125rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uOhwTwnTxiCt0sOE6BPWT4g2mXZ6t3kh { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A131muCiV7JRAyVoz4kACpvU6baMz3kn { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #VZeb40uBc5NZfZkEJEKM0WuSnfQ46gCt { width:18.25rem;height:2.55rem;top:15.936458587646rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UU5ATpFbNo93FpQgrNcWqvOwBJ4i67m3 { width:18.625rem;height:2.2734375rem;top:12.435416698456rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kyaeazdELWdopwfddxaOtM8X9fP5dLfh { width:18.6875rem;height:1.275rem;top:23.500000476837rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PlnBcgOWicQOSte36n8umq8Js0qcUlRu { width:17.625rem;height:2.2734375rem;top:25.312500476837rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;display:block; }
 }@media only screen and (max-width: 763px) { #QqMxQhrhhQxktNtyiamOuu85WGdBwDsU { width:20rem;height:auto;top:17.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#053b67;display:none; }
 }@media only screen and (max-width: 763px) { #TrnTfE1EDQy7lNTRDXVS8oqdP7miWkrF { width:17.625rem;height:3.41015625rem;top:18.795833587646rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#31315b;z-index:15005;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:16.75rem;height:4.19791875rem;top:3.4249992370606rem;left:1.8125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:19.8125rem;height:1.05625rem;top:14.4384765625rem;left:0.12890625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
 }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:4.125rem;top:13.587493896484rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #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; }
 }@media only screen and (max-width: 763px) { #v3vQuQIcdpJ0HlzWchyrRIMDgzJp8TLp { width:20rem;height:1.05625rem;top:15.8369140625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RO47C9iaGISu178noJucQfa5D7uWHidO { 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; } #RO47C9iaGISu178noJucQfa5D7uWHidO > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LpGSfVW9P5ki44XkJ7iJ4s1KJMtpxaWk > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PULOA5rKrB49bTtA0gzkp94lc2WFdB1o { width:11.25rem;height:2.5rem;top:5.0625rem;left:4.3750002980232rem;font-size:1rem;z-index:15171;display:block; }
 }@media only screen and (max-width: 763px) { #JAgPoWxpgTlMRpeE0mPBcnMIgv7aumWn { display:block; }
 }@media only screen and (max-width: 763px) { #gwt91BTemgw6Oordl7ehTcUoRAGp6yLf { width:18.8125rem;height:6.125rem;top:3rem;left:0.5625rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #4f5589, rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, #4f5589, rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, #4f5589, rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, #4f5589, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5589', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5589', endColorstr='#00000000' );";background-image: linear-gradient(0deg, #4f5589, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }