.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; }
#yvNFHmMrdyqiqSiCr1b319Nl0l85qiqQ { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.31210625rem;width:5.31210625rem;top:5.3742184638977rem;left:69.687889099119rem;overflow:hidden;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:25.25rem;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; }
#razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { box-sizing:content-box;height:4.25rem;width:14rem;position:absolute;display:block;z-index:14986;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:15.060546398163rem;left:57.060539245606rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(var(--color-tertiary-4),0.08) ;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; }
#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.9375rem;width:4.75rem;top:0.69166660308838rem;left:4.625rem;overflow:hidden;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:21.375rem;width:6.9375rem;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:53.6875rem;width:38.6875rem;position:absolute;display:block;z-index:14985;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,190,0,0.9), rgba(255,251,204,0.61));background-image: -moz-linear-gradient(90deg, rgba(255,190,0,0.9), rgba(255,251,204,0.61));background-image: -ms-linear-gradient(90deg, rgba(255,190,0,0.9), rgba(255,251,204,0.61));background-image: -o-linear-gradient(90deg, rgba(255,190,0,0.9), rgba(255,251,204,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00e5', endColorstr='#fffbcc9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00e5', endColorstr='#fffbcc9b' );";background-image: linear-gradient(90deg, rgba(255,190,0,0.9), rgba(255,251,204,0.61));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:61.25rem;display:block; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { box-sizing:content-box;height:53.6875rem;width:54.625rem;position:absolute;display:block;z-index:14987;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, rgba(255,190,0,0.9));background-image: -moz-linear-gradient(90deg, #ffffff, rgba(255,190,0,0.9));background-image: -ms-linear-gradient(90deg, #ffffff, rgba(255,190,0,0.9));background-image: -o-linear-gradient(90deg, #ffffff, rgba(255,190,0,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffbe00e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffbe00e5' );";background-image: linear-gradient(90deg, #ffffff, rgba(255,190,0,0.9));background-size:auto !important;top:0rem;left:-54.528124094009rem;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; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { box-sizing:content-box;height:2.25rem;width:6.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,221,174,0.6), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(255,221,174,0.6), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(255,221,174,0.6), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(255,221,174,0.6), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddae99', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddae99', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(255,221,174,0.6), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:0rem;left:3.5308570861816rem;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; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15315;background-color:#0088ff;background-image:none;top:19.125rem;left:62.812507629394rem;display:none; }
#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:4.9375rem;width:4.9375rem;top:10.6875rem;left:4.5rem;overflow:hidden;display:block; }
#WEiTfptSxSThiWXtW4fndpeWQZ0WnS1G { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15291;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(179,119,0,0.5);top:16.372655391693rem;left:58.498825073243rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuKTdnhqT04n3nrohlSn3pcmRobbbDT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15317;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.25rem rgba(146,0,0,0.64);top:17.624603271484rem;left:10.96875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OrOcw9zQMoUzph6pCNah9CGLO7p83Hhk { position:absolute;display:block;z-index:15318;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:5.9375rem;top:6.78125rem;left:4.03125rem;overflow:hidden;display:block; }
#VXftcI07FcaZ7DrgvhVrQDaK6RxBeZu8 { position:absolute;display:block;z-index:15319;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:6.0625rem;top:16.3154296875rem;left:3.9365234375rem;overflow:hidden;display:block; }
#tBaFsUM8lptLsTUfXONyM5Cm5WttlRXT { box-sizing:content-box;height:2.375rem;width:11.5rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#ff0000' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0), #ff0000);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.972259521484rem;left:4.7492179870606rem;border-top-left-radius:0.25rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.625rem;display:block; }
#HXzUeDf6reWMXKIDUJFp10B3rFUzi8mk { position:absolute;display:block;z-index:14989;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:47.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xG0fTKmlPTkau32vd3TCb0lgtVGEMd5I { position:absolute;display:block;z-index:15320;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:10.25625038147rem;left:18.687503814698rem;overflow:hidden;display:block; }
#Tcwu5o7S7r4dG8hqpSXAiASTTR3ooaem { position:absolute;display:block;z-index:15321;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:7.3125rem;top:2.6875rem;left:20.937503814698rem;overflow:hidden;display:block; }
#FNamMsc66A4Mfq0DGoiATHqlF4Q3K6pe { position:absolute;display:block;z-index:14993;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:45.5625rem;top:0rem;left:75.564950850188rem;overflow:hidden;display:block; }
#STLWdzgtFFNBTgTkU4sJkU6pLOI7LfSR { box-sizing:content-box;height:5.75rem;width:22.4375rem;position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.2519526481631rem;left:50.717185974121rem;border-top-right-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-top-left-radius:2.1875rem;display:block; }
#WlK4rcqNLKHiUxOGzA7L18ViWQOnHluT { position:absolute;display:block;z-index:15322;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.7523436546326rem;left:47.310546875rem;overflow:hidden;display:block; }
#TaAGdXf4hP9smnWcInaLMMsEiJJTpuvV { position:absolute;display:block;z-index:15323;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43671875rem;width:1.43671875rem;top:21.374999523163rem;left:15.780467987061rem;overflow:hidden;display:block; }
#KtN6LA9t7twqZxFIq9iVmrB02uCTB0ly { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:block; }
#k8mBFKdiADaeUPsNwLIOfqbtvrmFDTsd { box-sizing:content-box;height:1.9375rem;width:14rem;position:absolute;display:block;z-index:14987;background-color:#ffffff;background-image:none;top:13.917968273163rem;left:57.059371948243rem;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.125rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VQSr1Wdip0t9lASdfsBCMOT8Df9qIfow { color:#29284f;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:14.111327648163rem;left:59.446090698243rem;height:1.5434rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eV57aTFZQkfzOxZsA500MV926oHP42Kx { position:absolute;display:block;z-index:15327;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:0.69140625rem;left:52.8984375rem;overflow:hidden;display:block; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { position:absolute;display:block;z-index:14992;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:52.625rem;top:0rem;left:-52.683409580741rem;overflow:hidden;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { position:absolute;display:block;z-index:15326;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:15.123046398163rem;left:44.571090698243rem;overflow:hidden;display:none; }
#BKg1sGefXB4tPEDZsNPaXcOhfR4OR9LQ { position:absolute;display:block;z-index:15323;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:6.875rem;top:17.623958110809rem;left:29.38125038147rem;overflow:hidden;display:none; }
#dVov0o4zntrxtOJXCTI1ugJ9ITsn80Ck { position:absolute;display:block;z-index:15323;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:7.5625rem;top:0rem;left:37.000866889954rem;overflow:hidden;display:none; }
#PDcNkLzEK2ZpGOARrnOT9pW4c43gKHTE { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(215,105,28,0.5);top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#lcT7Bszwb7EBTyDmNn7qppNvakJpokDL { color:#29284f;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15292;line-height:1.3;letter-spacing:0;top:11.61892414093rem;left:33.062500953674rem;height:2.275rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container { background-color: transparent; background-image: none; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container > .video-iframe-container { display: none; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row > .video-iframe-container { display: none; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .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); }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container { border-width: 0; border-radius: 0; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#p0xke2txV9H6UNCPNt01igTdTe7FbF8O { 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; }
#vqD3fDVq3msts0U7f7E5LJAx08k41T1d { 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; }
#HfugzgmmHH2OcKOU9kPGR8GT2UyOR5JU { 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; }
#Rd96wJD039m9nbhhlZmDoOMweDEDKIx7 { 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; }
#xnCskWVNGKyc8adSvDZ9Qe9Kmhv7Bv7v { 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; }
#h9xlalNmMWDnm5Hi07Cx3LamxTVJ3lEX { 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; }
#Mskt7ZmobJoiNeRGn1n8oaT9LhfbUppu { 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; }
#DZh5B8xwFmqTJADDd3znA3gJhKBiOrTB { 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; }
#bQyxZf4nEiO8y1XJdl9o1sGVfO66yEzS { 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; }
#ertOfO7yKeXTZTk0mZo2XHL9fRkAK80V { 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; }
#TzFTTWdesK6S6kAmogCTXRaNhhXWXDTQ { 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; }
#Rtnngt8TtTvVMkfFeVe5XyfvwtXS230R { 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; }
#Qc7PHZvMoJQN0XNxQwUStqrC9SV2MpEN { 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; }
#tasIiNXghswBhypwQNLXNmXh4QSNQIG0 { 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; }
#s168xJV3LlrBpT2rJNaRhL12n8GqmSbL { 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; }
#Ar4zUco27899C4A0KN4tUuwvFFMWT1Jx { 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; }
#hmZoDQeUn3heDxfccRocSESqg5PRyOtD { 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; }
#RF2POkmL9uM8fDEmdF8WmnETFDDAAT2R { 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; }
#yyhXtkxITNInIWTR1GRD1LbrB3NxldgR { 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; }
#XdP2zbTBfFBThrLip9Rn2MnGdces2pq8 { 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; }
#M1W8bHCsSA5WXKliCeBJhB1T4tz88T0U { 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; }
#fZ0V35lUQLV8IssDQxutyIgo5tc5FhAH { 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; }
#O5cSTmtmTeLw3SCWxAEwCLrh3fthy0V2 { 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; }
#DFcMuVhqgRLZhWwfo7bt7l6BkykOliXS { 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; }
#IG5XHLAWsHZkwptoe5Uzb15p1Dbvkhvv { 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; }
#BQW3aKtldzHEgIIgksz61T8fRA23AFsk { 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; }
#L88XdbFngsEJbEQI7m4heqPCUTaVW1nx { 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; }
#xp0hGPppoF6xF34ucuFk196rhxd3CPxf { 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; }
#Z4huuMTOHvMq8SZ3nyxCIZikJFuVkCpV { 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; }
#zmNIPN4ukbfo0e1OS6FJCfNXIIEZ6E6W { 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; }
#VE8srffcyqWAHwfMIT4OBsdHQFRKWQZr { 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; }
#dMHWNPez4SWVOCdRu6BrSXlW5ragtavm { position:absolute;display:block;z-index:15332;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.1875rem;top:30.033203125rem;left:53.4658203125rem;overflow:hidden;display:block; }
#XPJTmwgSw9otqUfMMEWPWHuL88E1DslT { position:absolute;display:block;z-index:15333;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5rem;top:16.3125rem;left:66.9033203125rem;overflow:hidden;display:block; }
#R1uv79sgp1wkLQHWGqHdArScdnfoBXUU { position:absolute;display:block;z-index:15334;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5rem;top:12.220703125rem;left:4.1533203125rem;overflow:hidden;display:block; }
#R03JzRC15SfphITLkxCtrGzpJL8aKD1C { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.6875rem;top:0.376953125rem;left:15.7119140625rem;overflow:hidden;display:block; }
#II25miuJpv0o1NVz542AZQqVuqEDHgqa { box-sizing:content-box;height:31.375rem;width:53rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.3447265625rem;left:11.2158203125rem;display:block; }
#SFG3h2WH46cbMciWKoyZn1IklZeMnmR1 { position:absolute;display:block;z-index:15324;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43671875rem;width:1.43671875rem;top:27.100780248642rem;left:69.523826599119rem;overflow:hidden;display:block; }
#UtN8SxbB5rs3KiOZl5qn2zbxe9VhT9zU { position:absolute;display:block;z-index:15324;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:2.3132820129394rem;left:-6.34921836853rem;overflow:hidden;display:block; }
#NowGfGLhdNrtm0iaBRiIwvo6vee2XhBK { position:absolute;display:block;z-index:15324;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06210625rem;width:6.06210625rem;top:7.125rem;left:5.2277336120606rem;overflow:hidden;display:block; }
#oFa72ir9LHVgmm9td4CFpX71Q4F7iuP2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:32.782029867172rem;left:47.535934448243rem;overflow:hidden;display:block; }
#kXKacIUA777c73UOQ8wFBKQIrOnuyKpy { color:#29284f;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15293;line-height:1.3;letter-spacing:0;top:0.89140701293944rem;left:11.274219512939rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IWfV8SDmJMJ6qbTHnHu7HicmDQlgzSVX { position:absolute;display:block;z-index:15335;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.8125rem;width:53.5625rem;top:6.5625002384187rem;left:11.93124961853rem;display:none; }
#HDH6UkeTX9uanTu6FSnImrNv85dT8L5x { 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.5625rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:12.75rem;height:3rem;text-decoration:none;z-index:15337;text-align:center;text-align-last:center;top:35.560419082642rem;left:30.994794845581rem;display:none; }
#F9DEwHM7XNEXCtJNvB6tGJvzneeiiLac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGmHitDxze5l67DVTiqTTAQu8cUIoGt1 { box-sizing:content-box;height:29rem;width:51.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.9989624023438rem;left:11.776041030884rem;display:none; }
#uKt4r063Hi85uCfmISbDvE8AOe2sbO35 { position:absolute;display:block;z-index:15336;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:8.25rem;top:26.503126651049rem;left:61.465627670288rem;overflow:hidden;display:none; }
#z7TtTNSQf8WRbVmyIrCD88in4G7kSBxg { position:absolute;display:block;z-index:15327;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:36.686462402344rem;left:45.182294845581rem;overflow:hidden;display:none; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f6f6ff, #ffffff);background-image: -moz-linear-gradient(360deg, #f6f6ff, #ffffff);background-image: -ms-linear-gradient(360deg, #f6f6ff, #ffffff);background-image: -o-linear-gradient(360deg, #f6f6ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ff', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #f6f6ff, #ffffff);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { border-width: 0; border-radius: 0; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { color: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; }
#R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { box-sizing:content-box;height:4.375rem;width:13rem;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:3.5537109375rem;left:4.3740234375rem;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; }
#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:#ffffff;background-image:none;top:4.6240234375rem;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-primary-1),1), #a7dcff);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#a7dcff' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), #a7dcff);background-size:auto !important;top:3.5546875rem;left:4.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:#29284f;display:block;width:10.125rem;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:4.896484375rem;left:8.75rem;height:1.787325rem;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, #a7dcff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, #a7dcff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, #a7dcff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, #a7dcff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7dcff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7dcff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, #a7dcff, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:3.5537109375rem;left:11.1865234375rem;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:3.125rem;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-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:9rem;left:8.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:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { box-sizing:content-box;height:4.375rem;width:30.5rem;position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffb3);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffb3);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffb3);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffb3' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), #ffffb3);background-size:auto !important;top:9rem;left:10.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; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { box-sizing:content-box;height:4.375rem;width:33.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffb3;background-image:none;top:9rem;left:16rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.3125rem;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; }
#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; }
#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; }
#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; }
#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:4.5537109375rem;left:29.6875rem;display:block; }
#qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqLqaDszKS3omQlgLbeVOXgULtCei48B { 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; }
#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; }
#EyUME61ABC5NiRVltDlu81lV6WG43PUJ { color:#29284f;display:block;width:39.5625rem;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:10.35546875rem;left:9.6865234375rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { color:#29284f;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:0.1875rem;left:4.375rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tZgGvlB3WvBGFBpEm6Bvla3NweVhzvw7 { box-sizing:content-box;height:4.375rem;width:21.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffb3;background-image:none;top:24rem;left:18.0625rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:block; }
#XFAmNNzzdazILNFECa9LPNRNGhCpIKi0 { box-sizing:content-box;height:4.375rem;width:12.875rem;position:absolute;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffffb3);background-image: -o-linear-gradient(90deg, #ffdc00, #ffffb3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffb3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffffb3' );";background-image: linear-gradient(90deg, #ffdc00, #ffffb3);background-size:auto !important;top:24rem;left:10.875rem;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; }
#FQmNCXr6nF2UGzQ9IfxVMax8vG79dcIZ { box-sizing:content-box;height:4.375rem;width:2.25rem;position:absolute;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -o-linear-gradient(90deg, #ffdc00, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffdc00, #ffdc00);background-size:auto !important;top:24rem;left:8.625rem;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; }
#VhHSJLHc5726F3KkZHgLJSZoZFynspsK { color:#29284f;display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:25.375rem;left:11.25rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oSCN5ymtmaPExWCJyfRZDBFmEISn4wBx { color:#29284f;display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:30.124216198921rem;left:48.062103271484rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wKupGAkxXcXnGCh9Rrc33PiAqTdt1KIm { box-sizing:content-box;height:3.1875rem;width:14.4375rem;position:absolute;display:block;z-index:15087;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -o-linear-gradient(90deg, #ffdc00, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffdc00, #ffdc00);background-size:auto !important;top:29.436716198921rem;left:40.999214172363rem;box-shadow: none;border-top-left-radius:1.25rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#KaJfltWl61wOxx5eHWQlRT42PemIp59M { color:#7d541c;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15344;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem #ffda92;top:29.249998211861rem;left:44.437103271484rem;height:3.49305625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EiJfxOXVNw8om1sJ9Hq704QfPmyQPeGu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:28.562107205391rem;left:42.625rem; }
#blQ2VnN2K9VGK3kwXg4cTTFnT27FSZ15 { color:#29284f;display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:30.187498211861rem;left:36.811325073243rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tp7hfPOwTHsic8evnisTcVT7XQ3gA6kc { box-sizing:content-box;height:3.1875rem;width:12rem;position:absolute;display:block;z-index:15088;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -o-linear-gradient(90deg, #ffffb3, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffb3', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffb3', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffffb3, #ffdc00);background-size:auto !important;top:29.437498211861rem;left:32.499603271484rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;display:block; }
#PON8UJCxeX3vbi9SsIQVQEoyfHlCsDGJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:25.625rem;left:34rem; }
#cdETZb9stb413UMKt7T6paivJSn8L6rb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:26.75rem;left:32.375rem; }
#dplKETUkf2fRWvcQaMdnM339bHGTWPpt { color:#29284f;display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:15.437109112739rem;left:55rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l0TETKW8EMORfxSiB8MZwiabWB2eWK3W { box-sizing:content-box;height:3.1875rem;width:8.375rem;position:absolute;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffdc00, #ffdc00);background-image: -o-linear-gradient(90deg, #ffdc00, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc00', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffdc00, #ffdc00);background-size:auto !important;top:14.74921810627rem;left:54.311714172363rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }
#G8wGewa2QLtdB5ZaKtXuyiMc0Whoid89 { color:#7d541c;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:700;z-index:15352;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem #ffda92;top:14.436721801757rem;left:51.811714172363rem;height:3.49305625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlAsxEBzwySw4QAIBbk5B5Q7wnhi2GQ8 { color:#29284f;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:15.49921810627rem;left:44.5rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i6Fo7IomQp4fTk9WfqThXNi3ThaECNMw { box-sizing:content-box;height:3.1875rem;width:12.5625rem;position:absolute;display:block;z-index:15096;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -moz-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -ms-linear-gradient(90deg, #ffffb3, #ffdc00);background-image: -o-linear-gradient(90deg, #ffffb3, #ffdc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffb3', endColorstr='#ffdc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffb3', endColorstr='#ffdc00' );";background-image: linear-gradient(90deg, #ffffb3, #ffdc00);background-size:auto !important;top:14.75rem;left:42.1875rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;display:block; }
#weQZ41585LXaNffp1tfhF9RNrQyiLVJU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:12rem;left:42.1875rem; }
#kPO0m0r2Undu2Ut3IsQqDu1ydDn8NU4o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:10.375rem;left:43.8125rem; }
#b83NOWsIE6ktO4OTeP9p1PoNNc8mVI0K { color:#29284f;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:5.1867218017578rem;left:21.155857086182rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TS3m34Vgp9TvgMq1UKotVsOmVofyKWDT { color:#29284f;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:20.686721801757rem;left:44.310935974121rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tUKIJxG8nbI2kly26iw1ccdBu83ylPFe { color:#564421;display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15353;line-height:1.3;letter-spacing:0;top:4.7470703125rem;left:6.09375rem;height:2.11198125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gD5mFxJ6sK5wkHTUvTsRnLsHH7dOENPO { position:absolute;display:block;z-index:15319;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4.9375rem;top:20.312109112739rem;left:63.311714172362rem;overflow:hidden;display:block; }
#PiXvkoTF572oXiFZlZdOXEcdCxbT2wfD { 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.75rem;width:3.75rem;top:19.437498211861rem;left:69.124214172362rem;overflow:hidden;display:block; }
#cu6wA2xbKtTKLQGpFid497bfGHOMydLV { 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.6875rem;width:3.5rem;top:19.437498211861rem;left:58.999214172363rem;overflow:hidden;display:block; }
#HGwISXNOAOvLGmmkZXwVDbumkTukQ4t7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15332;opacity:1;top:20.748825073243rem;left:56.436325073243rem; }
#R3gnuMqW5KcyRq8l2qREMZ3EoRl7Q4GK { color:#29284f;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:34.312107205391rem;left:32.0625rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X4R4B9sRvP41n1KJ3DfE0agu7sn9pJf4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem; }
#H6lR4ObVBWJxIOHkxqFMXA5sVwQhq9kH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15334;opacity:1;top:24.87421810627rem;left:4.90625rem; }
#d6Fm6WUeZq2Acfo1oWybAFuOzwwPgC9e { box-sizing:content-box;height:16.875rem;width:0.25rem;position:absolute;display:block;z-index:15354;background-color:#bac2de;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:5.375rem;display:block; }
#HxD8SKWy946QDaBFOJ6sECvs6wKTIBub { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:34.417575955391rem;left:47.124603271484rem; }
#KNCqemnkT35Sr9pA0SLAVI8cSSTc0aZF { color:#29284f;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:40.812496304512rem;left:4.3734359741211rem;height:1.787325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVSTLNX8SRAkSDJEqQv4WtdZePd2E1sx { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.375rem;top:5.4374996423721rem;left:64.560935974119rem;overflow:hidden;display:block; }
#OaGgle287RmW9dKWa1OiDo4hcd1XcfSO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15334;opacity:1;top:13.7976552248rem;left:49.871482849121rem; }
#xzs71PxXf0KDVsracdAPbRebFnFnoAcF { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:1.0617179870606rem;left:62.684761047362rem;overflow:hidden;display:block; }
#E6xb2B4fO8SHX777pZtBZUaRPlWb8RuG { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0609375rem;width:6.0609375rem;top:5.185546875rem;left:68.939056396488rem;overflow:hidden;display:block; }
#VhKakLagDkZPASJwtkeVAfUl9R351aoV { position:absolute;display:block;z-index:15325;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:33.623436093331rem;left:1.4812507629394rem;overflow:hidden;display:block; }
#ETyL35vkLkqVOTROeRrp3oTstsGb7Lby { position:absolute;display:block;z-index:15320;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31171875rem;width:6.06210625rem;top:33.123436093331rem;left:49.683982849121rem;overflow:hidden;display:block; }
#dfTsgTXAdbCLEvOT1nhzM5dAF1vITJUq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#m9V5nKZmqMSAcwt64oLy4neEV0ZaU1RO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15333;opacity:1;top:9.68671810627rem;left:4.90625rem;display:none; }
#FipkTtXVszKuqM80UkHXsq8z84OGgP2N { box-sizing:content-box;height:1.875rem;width:7.8125rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),0), rgba(255,0,0,0.69));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),0), rgba(255,0,0,0.69));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),0), rgba(255,0,0,0.69));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),0), rgba(255,0,0,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#ff0000af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='#ff0000af' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),0), rgba(255,0,0,0.69));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.125rem;left:54.4375rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
#zZvoFBHoHXTCR0f3vEAyKixCgiKlCtTT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15318;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.25rem rgba(146,0,0,0.64);top:34.4375rem;left:57rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#t9HSEJzBmUBHk04b9rKTAphVwCgGAFin { 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.6875rem;width:3.5rem;top:19.340624809265rem;left:60.875005722046rem;overflow:hidden;display:none; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { position:relative;display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { border-width: 0; border-radius: 0; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { 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; }#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.751953125rem;left:4.2468757629394rem;height:2.27430625rem;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.8832015991213rem;left:4.18359375rem; }
#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.259765625rem;left:6.62109375rem;height:8.66145rem;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.695701599121rem;left:4.18359375rem; }
#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.635932922363rem;left:4.18359375rem; }
#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.2265625rem;left:51.330467224121rem;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.256645202637rem;left:55.424995422363rem;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.9375rem;width:28rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:3.509765625rem;left:45.310546875rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;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:0rem;left:33.826171875rem;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.3226547241211rem;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; }
#Iu0yRDH8Pll0NCWbzrrFM0gepBDnUrLM { 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.3226547241211rem;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:none; }
#lTicIJl7fx1cWTA4MT3ozo698i3H2tIN { box-sizing:content-box;height:15.9375rem;width:28rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:3.509765625rem;left:45.310546875rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#eIvtqG0sraJXUQInnPJeTJVI7nOnL0Tr { 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;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:#355ba2;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.6;overflow:hidden;position:absolute;width:11.5625rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:12.129167556762rem;left:27.004167556762rem;display:none; }
#STvqAzk4iXQcL1vKARkBmt8lTPM4r4Lr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImtoW2zbEdRHfIaRwmWZV7ihzc5XB7q8 { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.189453125rem;left:4.498046875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kMbDbRnLdZtyWXdIQ6Uen1RpCXu1l7KG { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:mukta;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.251560211182rem;left:4.498046875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sGuK0CkT7q8cCPM7XKB0fAphUWg2MDst { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:4.5rem;left:2.375rem;display:none; }
#BAIoV5XHlECoWXMK1W5v6zT6rBJ3daS6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.4916687011719rem;left:4.09375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ISCtVQbcD7TzzsXRf82zCP9Uued2fNK1 { box-sizing:content-box;height:4.25rem;width:7.5625rem;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:15075;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:0rem;left:19.906251907349rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#ISCtVQbcD7TzzsXRf82zCP9Uued2fNK1.adaptive-delivery-prevent-bg, #ISCtVQbcD7TzzsXRf82zCP9Uued2fNK1.lazyload, #ISCtVQbcD7TzzsXRf82zCP9Uued2fNK1.lazyloading { background-image: 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:27.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.46180625rem;font-style:normal;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { color:#31315b;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:13.312500953674rem;left:6.3125009536744rem;height:1.79948125rem;font-style:normal;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { color:#31315b;display:block;width:63.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:16.062500953674rem;left:7.5000009536744rem;height:2.9236125rem;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:19.9375rem;left:6.2500009536744rem;height:1.79948125rem;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:22.75rem;left:7.4375009536744rem;height:2.9236125rem;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.46180625rem;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; }
#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.67448125rem;font-style:normal;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { color:#31315b;display:block;width:16.75rem;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:5.0842018127441rem;left:47.250000953674rem;height:1.13715rem;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.3816375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { box-sizing:content-box;height:4.125rem;width:26.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5607643127441rem;left:38.873265266419rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(130,165,165,0.08) ;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { color:#31315b;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.7791676521301rem;left:40.87917137146rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mb1369496c785fb867b988c2d10e5144.widget-smartsection { 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; } #Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row .container { background-color: transparent; background-image: none; }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row .container > .video-iframe-container { display: none; }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row > .video-iframe-container { display: none; }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .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); }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row .container { border-width: 0; border-radius: 0; }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .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; }
body { position:relative;display:block; }
#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:47.75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { width:;height:;top:0rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { top:0.625rem;left:0rem;width:5.4375rem;height:3.7080900579996rem;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { width:12.5rem;height:8.375rem;top:0rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:1.3125rem;left:33.4375rem;width:12.5rem;height:2.625rem;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:1.3125rem;left:35.3125rem;width:12.4375rem;height:2.625rem;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#yvNFHmMrdyqiqSiCr1b319Nl0l85qiqQ { top:5.3125rem;left:42.4375rem;width:5.25rem;height:5.25rem;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { top:15rem;left:32.625rem;width:14rem;height:4.25rem;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { top:0.6875rem;left:0rem;width:4.75rem;height:4.9375rem;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.9375rem;height:21.375rem;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.4375rem;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
#ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { top:0rem;left:0rem;width:38.6875rem;height:53.6875rem;display:block; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { top:0rem;left:0rem;width:47.75rem;height:53.6875rem;display:block; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { top:0rem;left:0rem;width:6.9375rem;height:2.25rem;display:block; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { top:19.125rem;left:47.5625rem;width:0.1875rem;height:1.25rem;display:none; }
#X2Iqd6RfRV4veG8qTsDbJGxJGT60JdpS { top:10.6875rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
#WEiTfptSxSThiWXtW4fndpeWQZ0WnS1G { top:16.3125rem;left:36.875rem;width:10.875rem;height:2.25rem;font-size:1.3125rem;display:block; }
#wuKTdnhqT04n3nrohlSn3pcmRobbbDT5 { top:17.5625rem;left:0rem;width:4.8125rem;height:1.1875rem;font-size:0.625rem;display:block; }
#OrOcw9zQMoUzph6pCNah9CGLO7p83Hhk { top:6.75rem;left:0rem;width:5.9375rem;height:2.625rem;display:block; }
#VXftcI07FcaZ7DrgvhVrQDaK6RxBeZu8 { top:16.3125rem;left:0rem;width:6.0625rem;height:3.3125452392344rem;display:block; }
#tBaFsUM8lptLsTUfXONyM5Cm5WttlRXT { top:16.9375rem;left:0rem;width:11.5rem;height:2.375rem;display:block; }
#HXzUeDf6reWMXKIDUJFp10B3rFUzi8mk { top:0rem;left:0rem;width:47.5rem;height:19.436840948744rem;display:block; }
#xG0fTKmlPTkau32vd3TCb0lgtVGEMd5I { top:10.25rem;left:5.0625038146972rem;width:11.875rem;height:11.875rem;display:block; }
#Tcwu5o7S7r4dG8hqpSXAiASTTR3ooaem { top:2.6875rem;left:7.3125038146975rem;width:7.3125rem;height:10.4375rem;display:block; }
#FNamMsc66A4Mfq0DGoiATHqlF4Q3K6pe { top:0rem;left:2.1875rem;width:45.5625rem;height:18.624625rem;display:block; }
#STLWdzgtFFNBTgTkU4sJkU6pLOI7LfSR { top:6.25rem;left:22.6875rem;width:22.4375rem;height:5.75rem;display:block; }
#WlK4rcqNLKHiUxOGzA7L18ViWQOnHluT { top:3.75rem;left:33.685546875rem;width:1.875rem;height:1.875rem;display:block; }
#TaAGdXf4hP9smnWcInaLMMsEiJJTpuvV { top:21.3125rem;left:2.1554679870606rem;width:1.375rem;height:1.375rem;display:block; }
#KtN6LA9t7twqZxFIq9iVmrB02uCTB0ly { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:block; }
#k8mBFKdiADaeUPsNwLIOfqbtvrmFDTsd { top:13.875rem;left:32.625rem;width:14rem;height:1.9375rem;display:block; }
#VQSr1Wdip0t9lASdfsBCMOT8Df9qIfow { top:14.0625rem;left:38.875rem;width:8.875rem;height:1.5625rem;font-size:1rem;display:block; }
#eV57aTFZQkfzOxZsA500MV926oHP42Kx { top:0.6875rem;left:39.2734375rem;width:2.8125rem;height:2.8125rem;display:block; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { top:0rem;left:0rem;width:47.75rem;height:19.621733966746rem;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { top:15.0625rem;left:30.946090698243rem;width:4.6875rem;height:4.6875rem;display:none; }
#BKg1sGefXB4tPEDZsNPaXcOhfR4OR9LQ { top:17.5625rem;left:15.75625038147rem;width:6.875rem;height:10.25rem;display:none; }
#dVov0o4zntrxtOJXCTI1ugJ9ITsn80Ck { top:0rem;left:23.375866889954rem;width:7.5625rem;height:11.9375rem;display:none; }
#PDcNkLzEK2ZpGOARrnOT9pW4c43gKHTE { top:13.875rem;left:0rem;width:19.875rem;height:2.75rem;font-size:1.5rem;display:none; }
#lcT7Bszwb7EBTyDmNn7qppNvakJpokDL { top:21.375rem;left:0rem;width:17.75rem;height:2.25rem;font-size:1.1875rem;display:none; }
#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw { display:block; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container { width:47.75rem;position:relative;display:block; }#p0xke2txV9H6UNCPNt01igTdTe7FbF8O { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#vqD3fDVq3msts0U7f7E5LJAx08k41T1d { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
#HfugzgmmHH2OcKOU9kPGR8GT2UyOR5JU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
#Rd96wJD039m9nbhhlZmDoOMweDEDKIx7 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#xnCskWVNGKyc8adSvDZ9Qe9Kmhv7Bv7v { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
#h9xlalNmMWDnm5Hi07Cx3LamxTVJ3lEX { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#Mskt7ZmobJoiNeRGn1n8oaT9LhfbUppu { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#DZh5B8xwFmqTJADDd3znA3gJhKBiOrTB { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
#bQyxZf4nEiO8y1XJdl9o1sGVfO66yEzS { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
#ertOfO7yKeXTZTk0mZo2XHL9fRkAK80V { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
#TzFTTWdesK6S6kAmogCTXRaNhhXWXDTQ { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
#Rtnngt8TtTvVMkfFeVe5XyfvwtXS230R { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
#Qc7PHZvMoJQN0XNxQwUStqrC9SV2MpEN { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
#tasIiNXghswBhypwQNLXNmXh4QSNQIG0 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#s168xJV3LlrBpT2rJNaRhL12n8GqmSbL { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Ar4zUco27899C4A0KN4tUuwvFFMWT1Jx { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
#hmZoDQeUn3heDxfccRocSESqg5PRyOtD { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
#RF2POkmL9uM8fDEmdF8WmnETFDDAAT2R { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
#yyhXtkxITNInIWTR1GRD1LbrB3NxldgR { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
#XdP2zbTBfFBThrLip9Rn2MnGdces2pq8 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#M1W8bHCsSA5WXKliCeBJhB1T4tz88T0U { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#fZ0V35lUQLV8IssDQxutyIgo5tc5FhAH { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
#O5cSTmtmTeLw3SCWxAEwCLrh3fthy0V2 { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
#DFcMuVhqgRLZhWwfo7bt7l6BkykOliXS { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
#IG5XHLAWsHZkwptoe5Uzb15p1Dbvkhvv { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#BQW3aKtldzHEgIIgksz61T8fRA23AFsk { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
#L88XdbFngsEJbEQI7m4heqPCUTaVW1nx { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
#xp0hGPppoF6xF34ucuFk196rhxd3CPxf { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
#Z4huuMTOHvMq8SZ3nyxCIZikJFuVkCpV { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#zmNIPN4ukbfo0e1OS6FJCfNXIIEZ6E6W { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
#VE8srffcyqWAHwfMIT4OBsdHQFRKWQZr { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
#dMHWNPez4SWVOCdRu6BrSXlW5ragtavm { top:30rem;left:38.5625rem;width:9.1875rem;height:9.25rem;display:block; }
#XPJTmwgSw9otqUfMMEWPWHuL88E1DslT { top:16.3125rem;left:42.75rem;width:5rem;height:5.25rem;display:block; }
#R1uv79sgp1wkLQHWGqHdArScdnfoBXUU { top:12.1875rem;left:0rem;width:5rem;height:5.25rem;display:block; }
#R03JzRC15SfphITLkxCtrGzpJL8aKD1C { top:0.375rem;left:2.0869140625rem;width:3.6875rem;height:3.875rem;display:block; }
#II25miuJpv0o1NVz542AZQqVuqEDHgqa { top:3.3125rem;left:0rem;width:47.75rem;height:31.375rem;display:block; }
#SFG3h2WH46cbMciWKoyZn1IklZeMnmR1 { top:27.0625rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#UtN8SxbB5rs3KiOZl5qn2zbxe9VhT9zU { top:2.3125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
#NowGfGLhdNrtm0iaBRiIwvo6vee2XhBK { top:7.125rem;left:0rem;width:6rem;height:6rem;display:block; }
#oFa72ir9LHVgmm9td4CFpX71Q4F7iuP2 { top:32.75rem;left:33.910934448243rem;width:3.75rem;height:3.75rem;display:block; }
#kXKacIUA777c73UOQ8wFBKQIrOnuyKpy { top:0.1875rem;left:0rem;width:17.0625rem;height:3.1875rem;font-size:1.125rem;display:none; }
#IWfV8SDmJMJ6qbTHnHu7HicmDQlgzSVX { top:6.5625rem;left:0rem;width:47.75rem;height:26.577304550758rem;display:none; }
#HDH6UkeTX9uanTu6FSnImrNv85dT8L5x { width:12.75rem;height:3rem;top:35.5rem;left:17.369794845581rem;display:none; }
#F9DEwHM7XNEXCtJNvB6tGJvzneeiiLac { display:block; }
#AGmHitDxze5l67DVTiqTTAQu8cUIoGt1 { top:5.9375rem;left:0rem;width:47.75rem;height:29rem;display:none; }
#uKt4r063Hi85uCfmISbDvE8AOe2sbO35 { top:26.5rem;left:39.5rem;width:8.25rem;height:8.375rem;display:none; }
#z7TtTNSQf8WRbVmyIrCD88in4G7kSBxg { top:36.625rem;left:31.557294845581rem;width:3.125rem;height:3.125rem;display:none; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:47.75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { top:15.375rem;left:0rem;width:4.75rem;height:1.75rem;font-size:1.125rem;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { top:27rem;left:4.8125rem;width:42.9375rem;height:8.3125rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { top:52rem;left:4.9999990463257rem;width:10rem;height:9.375rem;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { top:25.5rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.25rem;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { top:51.875rem;left:0rem;width:10rem;height:9.375rem;display:none; }
#R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { top:3.5rem;left:0rem;width:13rem;height:4.375rem;display:block; }
#Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { top:4.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
#lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { top:3.5rem;left:0rem;width:6.875rem;height:4.375rem;display:block; }
#zzW9unBKdydeHdQAoZFMnLgdC12VKfdN { top:4.875rem;left:0rem;width:10.125rem;height:1.75rem;font-size:1.375rem;display:block; }
#Qs5RwNKAAife1DNEFLXpvBoWsQeml87w { top:3.5rem;left:0rem;width:3.0625rem;height:4.375rem;display:block; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { top:9rem;left:0rem;width:3.125rem;height:4.375rem;display:block; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { top:9rem;left:0rem;width:30.5rem;height:4.375rem;display:block; }
#lz3Et9uTETgiw761FAf7tD3qX1hyqrny { top:9rem;left:2.375rem;width:33.875rem;height:4.375rem;display:block; }
#hoH5WQAP3M035xD5AZQeDuovB0vR4xhp { top:31.5rem;left:25.312505722046rem;width:10.9375rem;height:3.0625rem;display:block; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { top:30.9375rem;left:26.312505722046rem;width:1.9375rem;height:8.4375rem;font-size:3rem;display:block; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { top:32.1875rem;left:30.250005722046rem;width:7.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
#eB6fntC40SnPa7w9yabdFz2KC8GcwSRN { top:23.3125rem;left:22.263544082642rem;width:8.8125rem;height:3.125rem;display:block; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { top:22.875rem;left:23.031255722046rem;width:1.9375rem;height:4.1875rem;font-size:3.4375rem;display:block; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { top:24.25rem;left:25.095838546753rem;width:5.625rem;height:1.625rem;font-size:1.375rem;display:block; }
#t0UbzeNLD0MQSLyUk75KfVv58Xzf28n6 { top:24.25rem;left:0rem;width:2.4375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#SkUDgmebGfCHeif6WviJnpBhQFKLF9XU { top:28.0625rem;left:0rem;width:4.5rem;height:1.375rem;font-size:1.125rem;display:none; }
#DzQ32CprqnOyWgy6uNafHu9HaK20vtmO { top:25.75rem;left:0rem;width:4.5rem;height:4.125rem;font-size:1.125rem;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:37.9375rem;left:0rem;width:12.125rem;height:1.3125rem;font-size:1.375rem;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { top:58.0625rem;left:0rem;width:11.6875rem;height:4.0625rem;font-size:1.375rem;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
#TMDFBlJMQ8qfTgrL54b23cfZdDUVCDSn { width:11.25rem;height:2.5rem;top:4.5rem;left:16.0625rem;display:block; }
#qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block; }
#GqLqaDszKS3omQlgLbeVOXgULtCei48B { top:1.375rem;left:0rem;width:17.625rem;height:2.4375rem;font-size:1.375rem;display:none; }
#TXFoFTLWE0m0ot6bxFJaX5yQVTsHnsVU { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#sSR3X5GymlCdWiXqSde2zDktlLClI7eA { top:36.1875rem;left:0rem;width:13.0625rem;height:1.125rem;font-size:0.9375rem;display:none; }
#rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { top:35.875rem;left:0rem;width:11.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
#g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { top:35.6875rem;left:2.8125rem;width:37.1875rem;height:5.6875rem;display:none; }
#RBOuOCxVQOrsLkAGpxQgBgW5vXhs4yn2 { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { top:43.6875rem;left:0rem;width:12.9375rem;height:2.25rem;font-size:1.125rem;display:none; }
#CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { top:30.1875rem;left:0rem;width:15.125rem;height:1.125rem;font-size:1.125rem;display:none; }
#EyUME61ABC5NiRVltDlu81lV6WG43PUJ { top:10.3125rem;left:0rem;width:39.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
#NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { top:0.1875rem;left:0rem;width:18.0625rem;height:1.8125rem;font-size:1.125rem;display:block; }
#tZgGvlB3WvBGFBpEm6Bvla3NweVhzvw7 { top:24rem;left:4.4375rem;width:21.3125rem;height:4.375rem;display:block; }
#XFAmNNzzdazILNFECa9LPNRNGhCpIKi0 { top:24rem;left:0rem;width:12.875rem;height:4.375rem;display:block; }
#FQmNCXr6nF2UGzQ9IfxVMax8vG79dcIZ { top:24rem;left:0rem;width:2.25rem;height:4.375rem;display:block; }
#VhHSJLHc5726F3KkZHgLJSZoZFynspsK { top:25.375rem;left:0rem;width:24.1875rem;height:1.8125rem;font-size:1.375rem;display:block; }
#oSCN5ymtmaPExWCJyfRZDBFmEISn4wBx { top:30.0625rem;left:34.437103271484rem;width:6.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
#wKupGAkxXcXnGCh9Rrc33PiAqTdt1KIm { top:29.375rem;left:27.374214172363rem;width:14.4375rem;height:3.1875rem;display:block; }
#KaJfltWl61wOxx5eHWQlRT42PemIp59M { top:29.1875rem;left:30.812103271484rem;width:2rem;height:3.4375rem;font-size:2.6875rem;display:block; }
#EiJfxOXVNw8om1sJ9Hq704QfPmyQPeGu { top:28.5rem;left:29rem;width:5.0625rem;height:5.0625rem;display:block; }
#blQ2VnN2K9VGK3kwXg4cTTFnT27FSZ15 { top:30.125rem;left:23.186325073243rem;width:5.6875rem;height:1.8125rem;font-size:1.375rem;display:block; }
#tp7hfPOwTHsic8evnisTcVT7XQ3gA6kc { top:29.375rem;left:18.874603271484rem;width:12rem;height:3.1875rem;display:block; }
#PON8UJCxeX3vbi9SsIQVQEoyfHlCsDGJ { top:25.625rem;left:20.375rem;width:5.5625rem;height:5.5625rem;display:block; }
#cdETZb9stb413UMKt7T6paivJSn8L6rb { top:26.75rem;left:18.75rem;width:5.5625rem;height:5.5625rem;display:block; }
#dplKETUkf2fRWvcQaMdnM339bHGTWPpt { top:15.375rem;left:41.375rem;width:6.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
#l0TETKW8EMORfxSiB8MZwiabWB2eWK3W { top:14.6875rem;left:38.3125rem;width:8.375rem;height:3.1875rem;display:block; }
#G8wGewa2QLtdB5ZaKtXuyiMc0Whoid89 { top:14.375rem;left:38.186714172363rem;width:2rem;height:3.4375rem;font-size:2.6875rem;display:block; }
#JlAsxEBzwySw4QAIBbk5B5Q7wnhi2GQ8 { top:15.4375rem;left:30.875rem;width:5.625rem;height:1.8125rem;font-size:1.375rem;display:block; }
#i6Fo7IomQp4fTk9WfqThXNi3ThaECNMw { top:14.75rem;left:28.5625rem;width:12.5625rem;height:3.1875rem;display:block; }
#weQZ41585LXaNffp1tfhF9RNrQyiLVJU { top:12rem;left:28.5625rem;width:5.5625rem;height:5.5625rem;display:block; }
#kPO0m0r2Undu2Ut3IsQqDu1ydDn8NU4o { top:10.375rem;left:30.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
#b83NOWsIE6ktO4OTeP9p1PoNNc8mVI0K { top:5.125rem;left:7.5308570861819rem;width:8.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
#TS3m34Vgp9TvgMq1UKotVsOmVofyKWDT { top:20.625rem;left:30.685935974121rem;width:11.6875rem;height:1.4375rem;font-size:1rem;display:block; }
#tUKIJxG8nbI2kly26iw1ccdBu83ylPFe { top:4.6875rem;left:0rem;width:2rem;height:2.0625rem;font-size:1.25rem;display:block; }
#gD5mFxJ6sK5wkHTUvTsRnLsHH7dOENPO { top:20.25rem;left:42.8125rem;width:4.9375rem;height:1.9993781940838rem;display:block; }
#PiXvkoTF572oXiFZlZdOXEcdCxbT2wfD { top:19.375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
#cu6wA2xbKtTKLQGpFid497bfGHOMydLV { top:19.375rem;left:44.25rem;width:3.5rem;height:3.6875418620228rem;display:block; }
#HGwISXNOAOvLGmmkZXwVDbumkTukQ4t7 { top:20.6875rem;left:42.811325073243rem;width:1.25rem;height:1.25rem;display:block; }
#R3gnuMqW5KcyRq8l2qREMZ3EoRl7Q4GK { top:34.25rem;left:18.4375rem;width:14.3125rem;height:1.4375rem;font-size:1rem;display:block; }
#X4R4B9sRvP41n1KJ3DfE0agu7sn9pJf4 { top:9.625rem;left:0rem;width:3rem;height:3rem;display:block; }
#H6lR4ObVBWJxIOHkxqFMXA5sVwQhq9kH { top:24.8125rem;left:0rem;width:3rem;height:3rem;display:block; }
#d6Fm6WUeZq2Acfo1oWybAFuOzwwPgC9e { top:9rem;left:0rem;width:0.25rem;height:16.875rem;display:block; }
#HxD8SKWy946QDaBFOJ6sECvs6wKTIBub { top:34.375rem;left:33.499603271484rem;width:1.25rem;height:1.25rem;display:block; }
#KNCqemnkT35Sr9pA0SLAVI8cSSTc0aZF { top:40.75rem;left:0rem;width:18.0625rem;height:1.75rem;font-size:1rem;display:block; }
#JVSTLNX8SRAkSDJEqQv4WtdZePd2E1sx { top:5.375rem;left:44.375rem;width:3.375rem;height:3.5625rem;display:block; }
#OaGgle287RmW9dKWa1OiDo4hcd1XcfSO { top:13.75rem;left:36.246482849121rem;width:5.0625rem;height:5.0625rem;display:block; }
#xzs71PxXf0KDVsracdAPbRebFnFnoAcF { top:1rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#E6xb2B4fO8SHX777pZtBZUaRPlWb8RuG { top:5.125rem;left:41.75rem;width:6rem;height:6rem;display:block; }
#VhKakLagDkZPASJwtkeVAfUl9R351aoV { top:33.5625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
#ETyL35vkLkqVOTROeRrp3oTstsGb7Lby { top:33.0625rem;left:36.058982849121rem;width:6rem;height:3.2777902069928rem;display:block; }
#dfTsgTXAdbCLEvOT1nhzM5dAF1vITJUq { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
#m9V5nKZmqMSAcwt64oLy4neEV0ZaU1RO { top:9.625rem;left:0rem;width:3rem;height:3rem;display:none; }
#FipkTtXVszKuqM80UkHXsq8z84OGgP2N { top:34.125rem;left:39.9375rem;width:7.8125rem;height:1.875rem;display:none; }
#zZvoFBHoHXTCR0f3vEAyKixCgiKlCtTT { top:34.4375rem;left:42.9375rem;width:4.8125rem;height:1.1875rem;font-size:0.875rem;display:none; }
#t9HSEJzBmUBHk04b9rKTAphVwCgGAFin { top:19.3125rem;left:44.25rem;width:3.5rem;height:3.6875rem;display:none; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:block; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:47.75rem;position:relative;display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { display:block; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v > .row .container { width:47.75rem;position:relative;display:block; }#t9CTaU4Wi3s9vEcocSVSubrpe5gwbCOQ { top:4.75rem;left:0rem;width:20.875rem;height:2.25rem;font-size:1.75rem;display:block; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { top:7.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { top:7.25rem;left:0rem;width:27.25rem;height:8.625rem;font-size:1.375rem;display:block; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { top:10.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { top:13.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { top:8.1875rem;left:28.25rem;width:19.5rem;height:2.9375rem;font-size:1.25rem;display:block; }
#IFnBAfkZ2oSxTib24Jw9nyouEEb6QXTV { width:11.4375rem;height:2.4375rem;top:12.25rem;left:36.3125rem;display:block; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
#JKuDettBo5xJxzwThkPwpa1EHNo1F3WV { top:3.5rem;left:19.75rem;width:28rem;height:15.9375rem;display:block; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { top:0rem;left:20.201171875rem;width:14.5625rem;height:19.250261548928rem;display:none; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { top:2.3125rem;left:0rem;width:47.75rem;height:16.9375rem;display:block; }
#Iu0yRDH8Pll0NCWbzrrFM0gepBDnUrLM { top:2.3125rem;left:0rem;width:47.75rem;height:16.9375rem;display:none; }
#lTicIJl7fx1cWTA4MT3ozo698i3H2tIN { top:3.5rem;left:19.75rem;width:28rem;height:15.9375rem;display:none; }
#eIvtqG0sraJXUQInnPJeTJVI7nOnL0Tr { width:11.5625rem;height:2.3125rem;top:12.125rem;left:13.379167556762rem;display:none; }
#STvqAzk4iXQcL1vKARkBmt8lTPM4r4Lr { display:block; }
#ImtoW2zbEdRHfIaRwmWZV7ihzc5XB7q8 { top:13.1875rem;left:0rem;width:34.875rem;height:3.25rem;font-size:1.25rem;display:none; }
#kMbDbRnLdZtyWXdIQ6Uen1RpCXu1l7KG { top:10.25rem;left:0rem;width:35.625rem;height:2.25rem;font-size:1.75rem;display:none; }
#sGuK0CkT7q8cCPM7XKB0fAphUWg2MDst { top:4.5rem;left:0rem;width:17.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
#BAIoV5XHlECoWXMK1W5v6zT6rBJ3daS6 { top:21.3125rem;left:0rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#ISCtVQbcD7TzzsXRf82zCP9Uued2fNK1 { top:0rem;left:6.2812519073488rem;width:7.5625rem;height:4.25rem;display:none; }
#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy { display:block; }#WUT2CcEsfgSGvzHVoQONPEMcvADGUVGy > .row .container { width:47.75rem;position:relative;display:block; }#pLCehRRsMbmwphxHdPw4cxmih4o3T5RI { top:2.5rem;left:0rem;width:2.8125rem;height:2.25rem;font-size:1.5rem;display:block; }
#HoGBJCquppmzPMOeDW896F6pCsKKkqhz { top:2.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { top:14.9375rem;left:43.5rem;width:4.25rem;height:4.25rem;display:none; }
#aQPJhFlXey9LPXDX39iafz4lFewzLZlN { top:2.9375rem;left:0rem;width:10.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
#DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { top:1.6875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:47.75rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { top:0.875rem;left:0rem;width:28.25rem;height:1.75rem;font-size:1rem;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { top:3.375rem;left:0rem;width:37.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { top:13.3125rem;left:0rem;width:43.875rem;height:1.75rem;font-size:1rem;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { top:16.0625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { top:7.125rem;left:0rem;width:23.75rem;height:1.75rem;font-size:1rem;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { top:21.6875rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { top:21.75rem;left:0rem;width:47.75rem;height:2.625rem;display:block; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { top:19.9375rem;left:0rem;width:24.875rem;height:1.75rem;font-size:1rem;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { top:22.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { top:9.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:41.5625rem;left:0rem;width:19.9375rem;height:4.5rem;font-size:0.875rem;display:none; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.5rem;left:0rem;width:12.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { top:5.0625rem;left:25.375rem;width:16.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:9.125rem;width:14.75rem;height:3.0625rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:9.936460494995rem;width:2rem;height:2rem;display:block; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:10.152082443238rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { top:3.5rem;left:12.8125rem;width:26.75rem;height:4.125rem;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { top:4.75rem;left:23.875rem;width:8.3125rem;height:1.625rem;font-size:1.0625rem;display:block; }
#mb1369496c785fb867b988c2d10e5144.widget-smartsection { 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; } #Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row .container { width:47.75rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
body { position:relative;background-color:#f3f6fa;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { top:0.40495300292969rem;left:16.498699188233rem;width:1.875rem;height:1.875rem;z-index:15012;overflow:hidden;display:block; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { width:5.4375rem;height:3.7080900579996rem;top:0.625rem;left:7.25rem;display:none; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { top:0rem;left:8.1875005960463rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#yvNFHmMrdyqiqSiCr1b319Nl0l85qiqQ { width:5.25rem;height:5.25rem;top:4.8093748092651rem;left:8.1855466961863rem;display:none; }
#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.625rem;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; }#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; }
#razQQfnQxy3Ki7k1FmLKAOfoo66TveTF { width:10.75rem;height:2.5rem;top:23.1875rem;left:4.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.08) ;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:35.512501716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
#SM1FvJqrxAp7eNQeQnKyT5E7AR10KOf9 { width:2.75rem;height:3rem;top:0.6875rem;left:1.0616319179535rem;z-index:15328;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:4.5rem;height:13.5625rem;top:0rem;left:0.34201395511628rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(240,130,34,0.06) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:24.051561117173rem;left:12.199217617512rem;font-size:1.4375rem;font-weight:700;font-style:normal;z-index:15291;display:none; }
#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; }
#ACVQoqGqlEq2IoubLUqKEHcOF5FMw3cP { width:20rem;height:27.25rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,255,255,0.72));background-image: -moz-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,255,255,0.72));background-image: -ms-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,255,255,0.72));background-image: -o-linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,255,255,0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb82e99', endColorstr='#ffffffb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb82e99', endColorstr='#ffffffb7' );";background-image: linear-gradient(90deg, rgba(255,184,46,0.6), rgba(255,255,255,0.72));background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:23.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14980;display:block; }
#WEtPJiR89xT6zPArhm6n6QwOpEdUKPdu { width:20rem;height:53.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; }
#ky7gFv0paOosq1Wr3B157c5vf4TqfG3G { width:4.5rem;height:0.8125rem;top:0rem;left:0.34166663885117rem;box-shadow: none;display:block; }
#wAs5w00pLv82og5kacFPyHhxL0enehCG { width:0.1875rem;height:1.25rem;top:34.8125rem;left:18rem;z-index:15316;display:none; }
#X2Iqd6RfRV4veG8qTsDbJGxJGT60JdpS { width:3.0625rem;height:3.0625rem;top:7rem;left:0.8116319179535rem;display:block; }
#WEiTfptSxSThiWXtW4fndpeWQZ0WnS1G { width:9rem;height:1.3125rem;top:23.8125rem;left:5.3125rem;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;display:block; }
#wuKTdnhqT04n3nrohlSn3pcmRobbbDT5 { width:4.8125rem;height:0.8125rem;top:10.873264312744rem;left:4.2187501192093rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#OrOcw9zQMoUzph6pCNah9CGLO7p83Hhk { width:4rem;height:1.6875rem;top:4.375rem;left:0.46701395511628rem;display:block; }
#VXftcI07FcaZ7DrgvhVrQDaK6RxBeZu8 { width:3.875rem;height:2.0625rem;top:10.249137878418rem;left:0.625rem;display:block; }
#tBaFsUM8lptLsTUfXONyM5Cm5WttlRXT { width:6.625rem;height:1.625rem;top:10.467882156372rem;left:1.8107639551162rem;display:block; }
#HXzUeDf6reWMXKIDUJFp10B3rFUzi8mk { width:19.9991875rem;height:8.1831875rem;top:37.122653961182rem;left:0rem;display:none; }
#xG0fTKmlPTkau32vd3TCb0lgtVGEMd5I { width:5.875rem;height:5.875rem;top:5.5937497615814rem;left:10.187500774861rem;display:block; }
#Tcwu5o7S7r4dG8hqpSXAiASTTR3ooaem { width:3.625rem;height:5.375rem;top:1.5614583492279rem;left:11.312500774861rem;display:block; }
#FNamMsc66A4Mfq0DGoiATHqlF4Q3K6pe { width:20rem;height:8.175375rem;top:48.693574696779rem;left:0rem;display:none; }
#STLWdzgtFFNBTgTkU4sJkU6pLOI7LfSR { width:18.3125rem;height:26.9375rem;top:26.442708969116rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#WlK4rcqNLKHiUxOGzA7L18ViWQOnHluT { width:1.375rem;height:1.375rem;top:1.5rem;left:6.0000001192093rem;display:block; }
#TaAGdXf4hP9smnWcInaLMMsEiJJTpuvV { width:1.5625rem;height:1.5625rem;top:17.430555343628rem;left:17.361111760139rem;z-index:14978;display:none; }
#KtN6LA9t7twqZxFIq9iVmrB02uCTB0ly { width:4.8125rem;height:4.8125rem;top:0rem;left:9.03125rem;display:block; }
#k8mBFKdiADaeUPsNwLIOfqbtvrmFDTsd { width:10.75rem;height:1.4375rem;top:21.6875rem;left:4.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;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; }
#VQSr1Wdip0t9lASdfsBCMOT8Df9qIfow { width:8.874125rem;height:1rem;top:22rem;left:5.5625rem;font-size:1rem;font-weight:700;font-style:normal;line-height:1;display:block; }
#eV57aTFZQkfzOxZsA500MV926oHP42Kx { width:4rem;height:4rem;top:16.000009536743rem;left:0.691666662693rem;z-index:14982;display:block; }
#A7TDU66WZ0IBC4WsE7QBexk4Eu2LvLNi { width:10.375rem;height:4.0625rem;top:0.15625rem;left:9.6241322755812rem;z-index:14985;display:none; }
#frKXL8bhlpQosgxaWZTDLtZcoPQnn9aP { width:3.75rem;height:3.75rem;top:29.555209875107rem;left:16.250001728535rem;z-index:14981;display:none; }
#BKg1sGefXB4tPEDZsNPaXcOhfR4OR9LQ { width:5.375rem;height:7.75rem;top:0.6875rem;left:4.8416669964791rem;z-index:15323;display:block; }
#dVov0o4zntrxtOJXCTI1ugJ9ITsn80Ck { width:3.75rem;height:6.25rem;top:7.0000007152556rem;left:16.250001728535rem;z-index:15324;display:block; }
#PDcNkLzEK2ZpGOARrnOT9pW4c43gKHTE { width:19.875rem;height:3.3rem;top:13.81250166893rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15294;text-align:center;text-align-last:center;text-shadow:0rem 0rem 0.5625rem #ffffff;display:block; }
#lcT7Bszwb7EBTyDmNn7qppNvakJpokDL { width:19.375rem;height:2.6125rem;top:17.93750166893rem;left:0.30416661500931rem;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.1;z-index:15295;text-align:center;text-align-last:center;display:block; }
#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw { display:block; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw { background-color: transparent; background-image: none; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container > .video-iframe-container { display: none; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row > .video-iframe-container { display: none; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .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); }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .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; }#Rip83VNJfWHcFWvrBTEaQT76DqWTk9dw > .row .container { width:20rem;height:47.8125rem;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; }#p0xke2txV9H6UNCPNt01igTdTe7FbF8O { 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; }
#vqD3fDVq3msts0U7f7E5LJAx08k41T1d { 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; }
#HfugzgmmHH2OcKOU9kPGR8GT2UyOR5JU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
#Rd96wJD039m9nbhhlZmDoOMweDEDKIx7 { 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; }
#xnCskWVNGKyc8adSvDZ9Qe9Kmhv7Bv7v { 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; }
#h9xlalNmMWDnm5Hi07Cx3LamxTVJ3lEX { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
#Mskt7ZmobJoiNeRGn1n8oaT9LhfbUppu { 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; }
#DZh5B8xwFmqTJADDd3znA3gJhKBiOrTB { 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; }
#bQyxZf4nEiO8y1XJdl9o1sGVfO66yEzS { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
#ertOfO7yKeXTZTk0mZo2XHL9fRkAK80V { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
#TzFTTWdesK6S6kAmogCTXRaNhhXWXDTQ { 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; }
#Rtnngt8TtTvVMkfFeVe5XyfvwtXS230R { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
#Qc7PHZvMoJQN0XNxQwUStqrC9SV2MpEN { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
#tasIiNXghswBhypwQNLXNmXh4QSNQIG0 { width:18.0625rem;height:7.8125rem;top:71.3125rem;left:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14991;display:none; }
#s168xJV3LlrBpT2rJNaRhL12n8GqmSbL { 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; }
#Ar4zUco27899C4A0KN4tUuwvFFMWT1Jx { 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; }
#hmZoDQeUn3heDxfccRocSESqg5PRyOtD { 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; }
#RF2POkmL9uM8fDEmdF8WmnETFDDAAT2R { 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; }
#yyhXtkxITNInIWTR1GRD1LbrB3NxldgR { 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; }
#XdP2zbTBfFBThrLip9Rn2MnGdces2pq8 { width:18.0625rem;height:6.875rem;top:79.4375rem;left:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:none; }
#M1W8bHCsSA5WXKliCeBJhB1T4tz88T0U { width:18.0625rem;height:3.375rem;top:30.033848762512rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;display:none; }
#fZ0V35lUQLV8IssDQxutyIgo5tc5FhAH { 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; }
#O5cSTmtmTeLw3SCWxAEwCLrh3fthy0V2 { 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; }
#DFcMuVhqgRLZhWwfo7bt7l6BkykOliXS { width:13.9375rem;height:0;top:0.92578125rem;left:3.03125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
#IG5XHLAWsHZkwptoe5Uzb15p1Dbvkhvv { width:18.0625rem;height:6.9375rem;top:60.930555820465rem;left:0.96875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14992;display:none; }
#BQW3aKtldzHEgIIgksz61T8fRA23AFsk { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
#L88XdbFngsEJbEQI7m4heqPCUTaVW1nx { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
#xp0hGPppoF6xF34ucuFk196rhxd3CPxf { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
#Z4huuMTOHvMq8SZ3nyxCIZikJFuVkCpV { width:18.0625rem;height:5.875rem;top:35.625003814698rem;left:0.93750005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14995;display:none; }
#zmNIPN4ukbfo0e1OS6FJCfNXIIEZ6E6W { width:8.75rem;height:0;top:36.198959350586rem;left:5.5000002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
#VE8srffcyqWAHwfMIT4OBsdHQFRKWQZr { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
#dMHWNPez4SWVOCdRu6BrSXlW5ragtavm { width:4.625rem;height:4.625rem;top:35.812500476837rem;left:12.370834171772rem;z-index:15336;display:none; }
#XPJTmwgSw9otqUfMMEWPWHuL88E1DslT { width:2.4375rem;height:2.5625rem;top:33.312498092651rem;left:1.6802085042rem;z-index:14990;display:block; }
#R1uv79sgp1wkLQHWGqHdArScdnfoBXUU { width:1.625rem;height:1.6875rem;top:12.453126907349rem;left:0rem;display:block; }
#R03JzRC15SfphITLkxCtrGzpJL8aKD1C { width:2.25rem;height:2.375rem;top:7.2458348274231rem;left:7.4375007748606rem;display:block; }
#II25miuJpv0o1NVz542AZQqVuqEDHgqa { width:18.25rem;height:31.3125rem;top:8.8750019073488rem;left:1.0625000596046rem;box-shadow: 0rem 0rem 0.625rem rgba(127,122,153,0.45) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SFG3h2WH46cbMciWKoyZn1IklZeMnmR1 { width:0.875rem;height:0.875rem;top:6.4979152679444rem;left:1.8364585042rem;display:block; }
#UtN8SxbB5rs3KiOZl5qn2zbxe9VhT9zU { width:2.75rem;height:2.75rem;top:52.8125rem;left:5.5rem;display:none; }
#NowGfGLhdNrtm0iaBRiIwvo6vee2XhBK { width:3.8125rem;height:3.8125rem;top:38.845838546753rem;left:2.7114585042rem;display:block; }
#oFa72ir9LHVgmm9td4CFpX71Q4F7iuP2 { width:1.375rem;height:1.375rem;top:36.374998092651rem;left:5.2427085042rem;display:block; }
#kXKacIUA777c73UOQ8wFBKQIrOnuyKpy { width:17.0625rem;height:3.7125rem;top:2.4999980926514rem;left:1.3750000596046rem;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.1;z-index:15294;display:block; }
#IWfV8SDmJMJ6qbTHnHu7HicmDQlgzSVX { height:30rem;width:16.875rem;top:9.5541667938231rem;left:1.7114585042rem;z-index:15336;display:block; }
#HDH6UkeTX9uanTu6FSnImrNv85dT8L5x { width:8.125rem;height:2.25rem;top:40.625005722046rem;left:5.9375002980232rem;font-size:1.25rem;z-index:15172;display:block; }
#F9DEwHM7XNEXCtJNvB6tGJvzneeiiLac { display:block; }
#AGmHitDxze5l67DVTiqTTAQu8cUIoGt1 { width:9.0625rem;height:5.1875rem;top:38.158338546753rem;left:5.4062502980232rem;box-shadow: none;z-index:15005;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#ffdc00;background-image:none;display:block; }
#uKt4r063Hi85uCfmISbDvE8AOe2sbO35 { width:3.5625rem;height:3.5625rem;top:39.689588546753rem;left:14.816667377949rem;z-index:15337;display:block; }
#z7TtTNSQf8WRbVmyIrCD88in4G7kSBxg { width:2.5625rem;height:2.5625rem;top:42.687505722046rem;left:12.370834171772rem;z-index:14990;display:block; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { display:block; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { background-color: transparent; background-image: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row > .video-iframe-container { display: none; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 > .row .container { width:20rem;height:48.3125rem;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; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { width:20rem;height:0;top:26.4375rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { width:3.31145625rem;height:0;top:16.994791984558rem;left:11.285417377949rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15103;font-weight:700;font-style:normal;color:#2e4392;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { width:11.8125rem;height:2.1875rem;top:16.566667556762rem;left:7.9625003933906rem;z-index:14992;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { width:4.375rem;height:4.375rem;top: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; }
#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; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { width:11.0625rem;height:0;top:22.254170179367rem;left:3.6000002026558rem;font-size:1.25rem;z-index:15291;color:#ffffff;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { width:4.375rem;height:4.375rem;top: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; }
#R63wkQ6IHi2FJ3Iy1FvEldl9tPrNRgBZ { width:18.125rem;height:3.875rem;top:4.8875005245209rem;left:0.96875005960463rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14990;display:none; }
#Cup6zAORDe0PnpaVKe4MKd4NuCC11Gbg { width:2.1875rem;height:2.1875rem;top:5.650173664093rem;left:0.83940970897675rem;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; }
#lP2oGDAolZxpPOno6w0TxNgPqebfHFTS { width:3.5625rem;height:3.4375rem;top:5.0624990463257rem;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; }
#zzW9unBKdydeHdQAoZFMnLgdC12VKfdN { width:3.9375rem;height:1.2375rem;top:6.1666667461395rem;left:4.1875001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
#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; }
#Z1SXNhXPQFTysQfSsEXTg6w3oKmQG46J { width:4.25rem;height:3.4375rem;top:50.187498092651rem;left:10.500000119209rem;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; }
#q0AEOMWinr6TDfJCMnfVh4H5CH4og4zy { width:4.125rem;height:5.6875rem;top:122.33125305176rem;left:7.2270835042rem;display:none; }
#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; }
#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; }
#PsGiM6kfNDNgNiyCLNKuiA2QLOLD02u1 { width:1.9375rem;height:0;top:47.140626907349rem;left:15.816667377949rem;font-size:3rem;text-align:left;text-align-last:left;display:none; }
#TxzfWhyeuhDMnSWZC1ETGlsIBXMqfw51 { width:7.0625rem;height:0;top:49.187498092651rem;left:5.5000002980232rem;font-size:1.375rem;display:none; }
#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; }
#CcQ9rdVeNbWqIGSJtX182L4Vf43ESDbm { width:2rem;height:0;top:44.5rem;left:2.6875rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:none; }
#SMPVcrsourrvFoHA3lkWOMc8SBkmmkHf { width:7.3125rem;height:0;top:51.277346134186rem;left:6.34375rem;font-size:1.375rem;display:none; }
#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; }
#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; }
#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; }
#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; }
#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; }
#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; }
#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; }
#TMDFBlJMQ8qfTgrL54b23cfZdDUVCDSn { width:11.25rem;height:2.5rem;top:11.269794464111rem;left:4.8750002980232rem;font-size:1rem;z-index:15171;display:none; }
#qH25rzE6bXWi1p5sP4BdKo7u6R5WI5G0 { display:block; }
#GqLqaDszKS3omQlgLbeVOXgULtCei48B { width:13.9375rem;height:0;top:0.915798664093rem;left:3.0312501192093rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0a1258;line-height:1.1;z-index:15102;display:none; }
#TXFoFTLWE0m0ot6bxFJaX5yQVTsHnsVU { width:15.625rem;height:8.375rem;top:8.8550345897675rem;left:3.6866317987442rem;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; }
#sSR3X5GymlCdWiXqSde2zDktlLClI7eA { width:4.875rem;height:0;top:33.375003814698rem;left:4.2500002980232rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;font-weight:400;font-style:normal;display:none; }
#rnnNJSdCxgCBCCMeu9zcrptm0iu79lVO { width:8.125rem;height:0;top:33.375003814698rem;left:9.4416673779488rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#172279;z-index:15114;font-weight:400;font-style:normal;display:none; }
#g1BDHXNi3oEFybrUrAi5EqnO3FK4JQ0S { width:4.25rem;height:3.6875rem;top:36.570835113526rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:5.625rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:5.625rem;z-index:15006;display:none; }
#RBOuOCxVQOrsLkAGpxQgBgW5vXhs4yn2 { width:15.625rem;height:6.75rem;top:28.343750238419rem;left:3.6875001192093rem;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; }
#evLgxcH0SOnFHuI9FsL935P0TJ5JhceA { width:12.3125rem;height:0;top:36.198786020279rem;left:5.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15106;display:none; }
#CQhwJT5xgmhxWxmlOWG00i6OVq15FDh1 { width:15.125rem;height:0;top:28.629169464111rem;left:5.0625002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;z-index:15113;display:none; }
#EyUME61ABC5NiRVltDlu81lV6WG43PUJ { width:12.0625rem;height:4.3875rem;top:9.2204864025119rem;left:5.4366317987442rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#172279;line-height:1.3;display:block; }
#NfKMUzwcMFKNT0kL6aoLFKTrizxyVyQI { width:17.8125rem;height:1.2375rem;top:1.7427082061768rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;color:#172279;display:block; }
#tZgGvlB3WvBGFBpEm6Bvla3NweVhzvw7 { width:20rem;height:4.375rem;top:24rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#XFAmNNzzdazILNFECa9LPNRNGhCpIKi0 { width:12.875rem;height:4.375rem;top:24rem;left:3.5625rem;display:none; }
#FQmNCXr6nF2UGzQ9IfxVMax8vG79dcIZ { width:2.25rem;height:4.375rem;top:80.25rem;left:7.4375rem;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; }
#VhHSJLHc5726F3KkZHgLJSZoZFynspsK { width:12.9375rem;height:2.475rem;top:28.937500238419rem;left:4.8750001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#172279;line-height:1.1;display:block; }
#oSCN5ymtmaPExWCJyfRZDBFmEISn4wBx { width:6.0625rem;height:1.2375rem;top:32.8125rem;left:13rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
#wKupGAkxXcXnGCh9Rrc33PiAqTdt1KIm { width:14.4375rem;height:3.1875rem;top:29.375rem;left:2.75rem;display:none; }
#KaJfltWl61wOxx5eHWQlRT42PemIp59M { width:1.99913125rem;height:2.2rem;top:32.0625rem;left:10.75rem;font-size:2rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
#EiJfxOXVNw8om1sJ9Hq704QfPmyQPeGu { display:flex;width:2.9375rem;height:2.9375rem;top:31.75rem;left:9.8125rem;font-size:2rem; }
#blQ2VnN2K9VGK3kwXg4cTTFnT27FSZ15 { width:5.6875rem;height:1.2375rem;top:32.8125rem;left:3.75rem;font-size:1.125rem;text-align:right;text-align-last:right;color:#172279;line-height:1.1;display:block; }
#tp7hfPOwTHsic8evnisTcVT7XQ3gA6kc { width:12rem;height:3.1875rem;top:29.375rem;left:4rem;display:none; }
#PON8UJCxeX3vbi9SsIQVQEoyfHlCsDGJ { display:flex;width:5.5625rem;height:5.5625rem;top:126.15898125rem;left:7.1875rem;display:none; }
#cdETZb9stb413UMKt7T6paivJSn8L6rb { display:flex;width:5.5625rem;height:5.5625rem;top:119.34648125rem;left:7.1875rem;display:none; }
#dplKETUkf2fRWvcQaMdnM339bHGTWPpt { width:6.0625rem;height:1.2375rem;top:14.730902910232rem;left:12.868055462837rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
#l0TETKW8EMORfxSiB8MZwiabWB2eWK3W { width:8.375rem;height:3.1875rem;top:14.6875rem;left:5.8125rem;display:none; }
#G8wGewa2QLtdB5ZaKtXuyiMc0Whoid89 { width:2rem;height:2.2rem;top:14.187500238419rem;left:10.687500119209rem;font-size:2rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
#JlAsxEBzwySw4QAIBbk5B5Q7wnhi2GQ8 { width:5.625rem;height:1.2375rem;top:14.687500238419rem;left:5.3125001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#172279;line-height:1.1;display:block; }
#i6Fo7IomQp4fTk9WfqThXNi3ThaECNMw { width:12.5625rem;height:3.1875rem;top:14.75rem;left:3.6875rem;display:none; }
#weQZ41585LXaNffp1tfhF9RNrQyiLVJU { display:flex;width:5.5625rem;height:5.5625rem;top:12rem;left:7.1875rem;display:none; }
#kPO0m0r2Undu2Ut3IsQqDu1ydDn8NU4o { display:flex;width:5.5625rem;height:5.5625rem;top:78.1847625rem;left:7.1875rem;display:none; }
#b83NOWsIE6ktO4OTeP9p1PoNNc8mVI0K { width:8.5616875rem;height:0;top:49.5972625rem;left:5.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;display:none; }
#TS3m34Vgp9TvgMq1UKotVsOmVofyKWDT { width:11.687125rem;height:1.1rem;top:36.1875rem;left:5.375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#172279;display:block; }
#tUKIJxG8nbI2kly26iw1ccdBu83ylPFe { width:1.99913125rem;height:1.375rem;top:6.1171875rem;left:0.83420145511625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#172279;line-height:1.1;display:block; }
#gD5mFxJ6sK5wkHTUvTsRnLsHH7dOENPO { width:4.75rem;height:2.0625rem;top:22.437496185302rem;left:14.000000774861rem;display:block; }
#PiXvkoTF572oXiFZlZdOXEcdCxbT2wfD { width:3.75rem;height:3.75rem;top:21.624996185302rem;left:10.000000774861rem;display:block; }
#cu6wA2xbKtTKLQGpFid497bfGHOMydLV { width:3.5625rem;height:3.8125rem;top:21.562496185302rem;left:2.0041669011116rem;display:block; }
#HGwISXNOAOvLGmmkZXwVDbumkTukQ4t7 { display:flex;width:1.25rem;height:1.25rem;top:36.9375rem;left:15.5rem;display:none; }
#R3gnuMqW5KcyRq8l2qREMZ3EoRl7Q4GK { width:14.31075rem;height:1.1rem;top:18.442710876465rem;left:3.6875001192093rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;color:#172279;display:block; }
#X4R4B9sRvP41n1KJ3DfE0agu7sn9pJf4 { display:flex;width:3rem;height:3rem;top:10.062500238419rem;left:0.4375rem; }
#H6lR4ObVBWJxIOHkxqFMXA5sVwQhq9kH { display:flex;width:3rem;height:3rem;top:29.73003411293rem;left:0.43229174613952rem; }
#d6Fm6WUeZq2Acfo1oWybAFuOzwwPgC9e { width:0.1875rem;height:21.75rem;top:8.8125002384187rem;left:0.875rem;display:block; }
#HxD8SKWy946QDaBFOJ6sECvs6wKTIBub { display:flex;width:1.25rem;height:1.25rem;top:34.0625rem;left:15.875rem;display:none; }
#KNCqemnkT35Sr9pA0SLAVI8cSSTc0aZF { width:14.25rem;height:1.1rem;top:46.1875rem;left:2.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;color:#172279;display:block; }
#JVSTLNX8SRAkSDJEqQv4WtdZePd2E1sx { width:2.4375rem;height:2.56163125rem;top:43.743925094604rem;left:14.812500119209rem;display:none; }
#OaGgle287RmW9dKWa1OiDo4hcd1XcfSO { display:flex;width:2.9375rem;height:2.9375rem;top:13.880208253861rem;left:9.7178822755812rem; }
#xzs71PxXf0KDVsracdAPbRebFnFnoAcF { width:1.6875rem;height:1.6875rem;top:50.999134063721rem;left:3.0269097089768rem;display:none; }
#E6xb2B4fO8SHX777pZtBZUaRPlWb8RuG { width:3.8125rem;height:3.8125rem;top:42.8125rem;left:15.625rem;display:block; }
#VhKakLagDkZPASJwtkeVAfUl9R351aoV { width:3rem;height:3rem;top:32.8125rem;left:0rem;z-index:14989;display:block; }
#ETyL35vkLkqVOTROeRrp3oTstsGb7Lby { width:6rem;height:3.277775rem;top:38.996528625488rem;left:7.3750001192094rem;z-index:15355;display:block; }
#dfTsgTXAdbCLEvOT1nhzM5dAF1vITJUq { display:flex;width:2.25rem;height:2.25rem;top:19.603302001953rem;left:10.000000119209rem;z-index:15334; }
#m9V5nKZmqMSAcwt64oLy4neEV0ZaU1RO { display:flex;width:2.25rem;height:2.25rem;top:37.159370422363rem;left:9.1864584088325rem;z-index:15335; }
#FipkTtXVszKuqM80UkHXsq8z84OGgP2N { width:6.4375rem;height:1.875rem;top:39.75rem;left:12.250000774861rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,0,0,0.1), rgba(255,0,0,0.69));background-image: -moz-linear-gradient(90deg, rgba(255,0,0,0.1), rgba(255,0,0,0.69));background-image: -ms-linear-gradient(90deg, rgba(255,0,0,0.1), rgba(255,0,0,0.69));background-image: -o-linear-gradient(90deg, rgba(255,0,0,0.1), rgba(255,0,0,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000019', endColorstr='#ff0000af' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000019', endColorstr='#ff0000af' );";background-image: linear-gradient(90deg, rgba(255,0,0,0.1), rgba(255,0,0,0.69));background-size:auto !important;z-index:14998;display:block; }
#zZvoFBHoHXTCR0f3vEAyKixCgiKlCtTT { width:4.8125rem;height:1.1375rem;top:40.125rem;left:13.625000774861rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem #ff0042;font-weight:700;font-style:normal;z-index:15320;display:block; }
#t9HSEJzBmUBHk04b9rKTAphVwCgGAFin { width:3.5rem;height:3.6875rem;top:21.557292938233rem;left:5.9916670918464rem;z-index:15315;display:block; }
#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke { display:none; }#cnOzXrMxDQwsmZItJ59AXvmL434Vuyke > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; }#Rvk0RTvJKV5W5dl1pM607BNiBTO3vI8v { 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; }#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:37.9375rem;position:relative;display:block; }#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; }
#MMhJek5eKuDaZfmfGDi614M31CLUahML { display:flex;width:0.99935rem;height:0.99935rem;top:4.5rem;left:0.87500005960463rem; }
#FZlJ4TcRf94T5goACqmcgExmabZAbX7b { width:16.749125rem;height:5.5125rem;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; }
#bGHaabNwGgTQcBOzKUXbT19TBIfiruaI { display:flex;width:0.99935rem;height:0.99935rem;top:6.25rem;left:0.87500005960463rem;font-size:0.6875rem; }
#W9J1p7O8QOyKRqPdIEPTVd77ueUF9bcD { display:flex;width:0.99935rem;height:0.99935rem;top:8.125rem;left:0.93750005960463rem;font-size:0.6875rem; }
#XkabWIIT1LcieRqlTHuTFIkJZHW5aT14 { width:10.1875rem;height:3.15rem;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; }
#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; }
#nyTSk3vH5xdFofccPmi6J3dwdlJWI6tV { display:block; }
#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; }
#CVHoO9nzZiutPeKgVGGt0tO8spxiMWJg { width:7.3125rem;height:9.625rem;top:10.185424804688rem;left:0.87500005960463rem;z-index:15057;overflow:hidden;display:block; }
#JtW1mDaIBZ8qE8sMUDeApFIwqNc5gv2n { width:20rem;height:18.6875rem;top:1.1635417938232rem;left:0rem;display:block; }
#Iu0yRDH8Pll0NCWbzrrFM0gepBDnUrLM { width:20rem;height:17.25rem;top:20.125rem;left:0rem;z-index:15020;display:block; }
#lTicIJl7fx1cWTA4MT3ozo698i3H2tIN { width:20rem;height:6.875rem;top:30.504168510437rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5.625rem;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;z-index:15021;display:block; }
#eIvtqG0sraJXUQInnPJeTJVI7nOnL0Tr { width:9.9375rem;height:2rem;top:34.700003623963rem;left:9.4666669964788rem;font-size:0.9375rem;z-index:15165;display:block; }
#STvqAzk4iXQcL1vKARkBmt8lTPM4r4Lr { display:block; }
#ImtoW2zbEdRHfIaRwmWZV7ihzc5XB7q8 { width:16rem;height:3.4125rem;top:31.074999809265rem;left:1.3666670918464rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15168;display:block; }
#kMbDbRnLdZtyWXdIQ6Uen1RpCXu1l7KG { width:13rem;height:1.4625rem;top:28.695834159851rem;left:1.3437500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15024;display:block; }
#sGuK0CkT7q8cCPM7XKB0fAphUWg2MDst { top:23.337500572204rem;left:1.3750000596046rem;width:17.5rem;height:4.55rem;z-index:15167;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
#BAIoV5XHlECoWXMK1W5v6zT6rBJ3daS6 { width:10.9375rem;height:1.4625rem;top:21.512501716614rem;left:1.3750002980233rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15038;display:block; }
#ISCtVQbcD7TzzsXRf82zCP9Uued2fNK1 { width:5.375rem;height:3.4375rem;top:20.450001716614rem;left:14.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15076;display:block; }
#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.125rem;position:relative;display:block; }#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; }
#HoGBJCquppmzPMOeDW896F6pCsKKkqhz { display:flex;width:2rem;height:2rem;top:1.1901035308838rem;left:16.747395634651rem;font-size:1.375rem; }
#kaOuVoK3seoTazbVfCtIxhrdtIrbf88s { display:flex;width:2.49895625rem;height:2.49895625rem;top:2.0124998092651rem;left:14.315625965595rem;z-index:15038;font-size:1.75rem;display:none; }
#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; }
#DRMXUAqdrEZFuxyi3OgTlBMF51xTzFA4 { width:20rem;height:2.625rem;top:0.8125rem;left:0rem;display:block; }
#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 { background-color:#f6f9ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { background-color: transparent; background-image: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { display: none; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { border-width: 0; border-radius: 0; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7V65DWXFVl4yFpny5BO3OqeCZwC8SD5 > .row .container { width:20rem;height:30.375rem;position:relative;display:block; }#aJgsTi2Shp3sg7etz5ptPQMTSpUfka8b { width:18.5rem;height:1rem;top:1.810763835907rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.0;display:block; }
#bTFRTMrG2S1lrzmZW4Izd6uozQxnBoDr { width:17.3125rem;height:2.275rem;top:3.3593745231628rem;left:1.0286458730698rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#bXA0NlS18HTHkJ4OlVXWBsDIEREW2Ez5 { width:18.25rem;height:2.4rem;top:13.062500476837rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#yI1fRyhlpL62VwWH7pttBo4pdTaSB7Zl { width:18.9375rem;height:5.6875rem;top:15.873264789581rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#zivbItXiMQPJ37dloAEkEScWSkeTolBI { width:18.375rem;height:1.2rem;top:6.5000038146975rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#31315b;z-index:15017;line-height:1.2;display:block; }
#uMQn2lxiw0mIsei3oX1XeE1W8rHsAbcp { width:19.99925rem;height:2.62441875rem;top:13.0625rem;left:0rem;display:none; }
#kCkSI4feEOwzKP0hKTGuxvXlXWrzPodT { width:19.9985625rem;height:2.6237rem;top:21.583478927613rem;left:0rem;background-color:#053b67;background-image:none;display:none; }
#gq2BNt1RmV8hp9e8mZHO4R4L0947S627 { width:17.6875rem;height:1.2rem;top:22.949652194977rem;left:1.0685764551162rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
#qGUt8vb3FR7bkTC95pNGUqrQHsFabyPb { width:17.75rem;height:4.55rem;top:24.559895038605rem;left:1.1848958730698rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#053b67;display:block; }
#S1ppCSRPvvb2gCLfwflxwQGbZQNM6ZrQ { width:17.5rem;height:3.4125rem;top:7.936631679535rem;left:1.1414930820465rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
#a2LnyS24AEdbNc60G0wd0oWICIZfZOmk { top:31.748962402344rem;left:1.125rem;width:17.75rem;height:0;z-index:15024;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#053b67;display:none; }
#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.375rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:12.5rem;height:1.3816375rem;top:0.8770751953125rem;left:2.3750000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:16.75rem;height:4.2rem;top:3.4249992370606rem;left:1.8125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#pDrdtnBDa334atxH44LJT6La8AQHkmM8 { width:19.8125rem;height:1.05625rem;top:15.813368797303rem;left:0.12847226858139rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.3816375rem;top:0.76666259765625rem;left:16.125001728535rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZT91ewIqP2OAui6VxJCo8nN3yrK2Dg3a { width:20rem;height:4.125rem;top:13.587493896484rem;left:0rem;z-index:15011;display:block; }
#uGAwf9ueW81i9UypunQ6TwAFMBbGwvaU { width:6.25rem;height:1.38125rem;top:14.300347328186rem;left:1.9375rem;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; }
#mb1369496c785fb867b988c2d10e5144.widget-smartsection { 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; } #Hn3M7nFDVCQ8BKqfbtR7QMhBQe90dWFc > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8125rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
