.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:52,97,197;--color-primary-1:31,128,209;--color-primary-2:53,91,162;--color-primary-3:33,69,164;--color-primary-4:8,93,169;--color-secondary-0:255,95,181;--color-secondary-1:237,85,167;--color-secondary-2:255,58,128;--color-secondary-3:206,21,90;--color-secondary-4:178,48,118;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Mukta";--paragraphs-font-family:"Mukta"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#lHqT6aFORvzDru5zinGNMHyr5CGWPX4v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;display:none; }
#t2sDmZCMpgTtunaO7xM9oH7TQO5i1Dbd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.49913125rem;top:0.62500005960463rem;left:4.1875rem;overflow:hidden;display:block; }
#u9hHKEZzZrxJptzMZSrxOWyw8MH4xXyM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.9375rem;display:none; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { z-index:15012;top:1.3746093511581rem;left:47.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { z-index:15006;top:1.37109375rem;left:61.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.499rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(1deg, #cdfac8, #eaffe8);background-image: -moz-linear-gradient(1deg, #cdfac8, #eaffe8);background-image: -ms-linear-gradient(1deg, #cdfac8, #eaffe8);background-image: -o-linear-gradient(1deg, #cdfac8, #eaffe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdfac8', endColorstr='#eaffe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdfac8', endColorstr='#eaffe8' );";background-image: linear-gradient(1deg, #cdfac8, #eaffe8);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { color:rgba(23,34,121,0.84);display:block;width:27.9375rem;position:absolute;font-family:"mukta extrabold";font-size:2.125rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:9.0703125rem;left:41.900228500366rem;height:5.1rem;text-align:center;text-align-last:center;font-style:normal;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; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { box-sizing:content-box;height:22.749rem;width:22.749rem;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:14997;background-color:transparent;background-image: -webkit-linear-gradient(195deg, #c8e8c0, #6fae68);background-image: -moz-linear-gradient(195deg, #c8e8c0, #6fae68);background-image: -ms-linear-gradient(195deg, #c8e8c0, #6fae68);background-image: -o-linear-gradient(195deg, #c8e8c0, #6fae68);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e8c0', endColorstr='#6fae68' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e8c0', endColorstr='#6fae68' );";background-image: linear-gradient(195deg, #c8e8c0, #6fae68);background-size:auto !important;top:2.6240234375rem;left:15.4931640625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { box-sizing:content-box;height:12.625rem;width:6.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:3.0593748092651rem;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.25rem 0.25rem 0.5rem rgba(192,165,186,0.22) ;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15290;line-height:1.1;letter-spacing:0;top:15.691667079926rem;left:61.686460494995rem;height:1.5125rem;font-style:normal;display:none; }
#JDgRdIIwgDoi4wrpP6x386iIwf38D64N { 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.125rem;width:3.75rem;top:6.625rem;left:4.46484375rem;overflow:hidden;display:block; }
#J5cSQVFipq9agGJTDiDhzJ6oqkPEpdTu { 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.375rem;width:4.25rem;top:1.5625rem;left:4.27734375rem;overflow:hidden;display:block; }
#UCWWuuGJO1rSifMEOsgN6yCI9lHBnPTR { 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:5.375rem;width:5.25rem;top:20.99843788147rem;left:10.292967796326rem;overflow:hidden;display:block; }
#BF5KCBLpROCL6HVQHq5SnoCAhWJSeQEF { 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:2.9375rem;width:2.875rem;top:17.12343788147rem;left:5.3890619277954rem;overflow:hidden;display:block; }
#khKxCTu8ZJWizTcLaNdGAcxoXXcrunUu { 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:2.875rem;width:2.75rem;top:3.8125rem;left:38.2412109375rem;overflow:hidden;display:block; }
#dAwhMkviwJF3AsTnJkaIP0goTttl0krs { 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:2.4375rem;width:2.375rem;top:21.9345703125rem;left:69.8369140625rem;overflow:hidden;display:block; }
#aIObTgzPT1rJRJidTHN223sWfQOzEsGQ { 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.4375rem;width:3.3125rem;top:12.15625rem;left:13.5537109375rem;overflow:hidden;display:block; }
#IxUv5PZzvHCpfaHnfKFNPuEmXDJabuFu { position:absolute;display:block;z-index:15328;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:23.625rem;top:1.5625rem;left:15.7431640625rem;overflow:hidden;display:block; }
#XeJFTVTs9M7J9rJnmrPlGIUVnGfowlQD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:13.5625rem;display:none; }
#S2ioOuMQ4TNagU6Rc03G8qsvrq99Zz53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #eaffe8, #cdfac8);background-image: -moz-linear-gradient(360deg, #eaffe8, #cdfac8);background-image: -ms-linear-gradient(360deg, #eaffe8, #cdfac8);background-image: -o-linear-gradient(360deg, #eaffe8, #cdfac8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaffe8', endColorstr='#cdfac8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaffe8', endColorstr='#cdfac8' );";background-image: linear-gradient(360deg, #eaffe8, #cdfac8);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:69.5625rem;width:75rem;position:relative;display:block; }#g7PuU3VT4FJKmUBJiEsbIR9vk5U4bv5n { color:rgba(var(--color-tertiary-0),1);display:block;width:69.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.7);top:22.624999523163rem;left:2.2986106872559rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Er8L3d1LrDxs12EWvA3z50O8iBD4laJt { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AWBvqu4cOaUs9oTmdO7U3yFF49LktRtU { box-sizing:content-box;height:8.3125rem;width:42.9375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27rem;left:24rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#Z6Z9gWLhRpSSZtJgGUTTdv97eySIiUT1 { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#sE5m0Xu4M1PI0yhhhzcZ0vRrlokNRZyh { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15056;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -moz-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -ms-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-image: -o-linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4eac', endColorstr='#5578ed4c' );";background-image: linear-gradient(360deg, #8e4eac, rgba(85,120,237,0.3));background-size:auto !important;top:52.000001907349rem;left:18.624999046326rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XzDFc1QM636VdvymBm8slUxDrd1A3VZm { color:#433c93;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15290;line-height:1.3;letter-spacing:0;top:35.484161376953rem;left:15.968967437744rem;height:2.11263125rem;font-style:normal;display:none; }
#DlhCTV9DDfABGd0R1cdPfROgTcFn3Kec { box-sizing:content-box;height:9.375rem;width:10rem;position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -moz-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -ms-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-image: -o-linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5578ed4c', endColorstr='#5d92ff' );";background-image: linear-gradient(180deg, rgba(85,120,237,0.3), #5d92ff);background-size:auto !important;top:51.875001907349rem;left:4.5624990463257rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { box-sizing:content-box;height:4.25rem;width:25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:9.9989590644837rem;left:36.186460494995rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#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; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { box-sizing:content-box;height:5.6875rem;width:40.75rem;position:absolute;display:block;z-index:15073;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:7.9312503337862rem;left:5.6250019073486rem;box-shadow: 0.5625rem 0.5625rem 0.375rem rgba(130,165,165,0.08) ;border-top-left-radius:5.625rem;border-top-right-radius:4.375rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0rem;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { color:#546297;display:block;width:0.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:30.875002622604rem;left:52.625005722046rem;height:3.0875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15140;line-height:1.2;letter-spacing:0;top:30.812500715256rem;left:23.750001907349rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { box-sizing:content-box;height:3.5625rem;width:69.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:1.1857643127441rem;left:1.7760419845581rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wsNUTpmbk0LLZCPUf2gZOlQy9y5mg8tX { color:rgba(23,34,121,0.84);display:block;width:57.4365rem;position:absolute;font-family:"mukta extrabold";font-size:2.125rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:0.99853515625rem;left:8.4677734375rem;height:2.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAVPmOpEWVuQCtUSJs2woc9bTyiJKSpt { color:rgba(23,34,121,0.84);display:block;width:64.061875rem;position:absolute;font-family:"mukta extrabold";font-size:1.4375rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:6.6835942268369rem;left:5.1531248092651rem;height:13.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U4HLDoI2dSyFQvlS7fLEkz6gNGoWmzap { 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:6.5625rem;width:7.9355625rem;top:27.25rem;left:49.6875rem;overflow:hidden;display:block; }
#EOKnN2J22a68ox1qxBH9imCTLR8l0Cx4 { color:rgba(32,132,68,0.84);display:block;width:16.6875rem;position:absolute;font-family:"mukta extrabold";font-size:1.5625rem;font-weight:700;z-index:15079;line-height:1;letter-spacing:0;top:36.6875rem;left:51.8125rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F78ecyhKxThGfOGsJlN7mK3sJvKwlJsl { color:rgba(23,34,121,0.84);display:block;width:23.625rem;position:absolute;font-family:"mukta extrabold";font-size:1.375rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:33.75rem;left:26.625rem;height:10.5875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePvyDTzW0aSoNmH8Szv2QmkAu4twOWTg { box-sizing:content-box;height:14.75rem;width:45.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.25rem solid rgba(59,164,62,0.39);border-left:0.25rem solid rgba(59,164,62,0.39);border-right:0.25rem solid rgba(59,164,62,0.39);border-bottom:0.25rem solid rgba(59,164,62,0.39);top:31.375rem;left:23.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#EZQ4rxGp7Q8v9ZSGNaG3b4zSUkbb44VU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.75rem;width:25.4375rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#duiCTqAoxG6GUkcy0Dz0Tdd7WmzHnxzn { position:absolute;display:block;z-index:15317;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.6875rem;width:5.5625rem;top:62.125rem;left:64.75rem;overflow:hidden;display:block; }
#X7RkI9JI4ZbqXL1x5TLvuFqXRWnUGqz5 { 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:4.0625rem;width:3.9375rem;top:51.25rem;left:64.625rem;overflow:hidden;display:block; }
#q3RdnEkhnhliTHg1R0JNmcv71TyiIOWL { 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:1.75rem;width:1.6875rem;top:7.37109375rem;left:6.8427734375rem;overflow:hidden;display:block; }
#Q0GR1RGHJ5hPqGBurvCO7kkZpl3ugfaP { 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:2.4375rem;width:2.375rem;top:26.3408203125rem;left:37.25rem;overflow:hidden;display:block; }
#I7hvZmX4pgOroa9AZq1KuTi2FegurxsG { 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:2.1875rem;width:2.125rem;top:58.46875rem;left:71.625rem;overflow:hidden;display:block; }
#Mvow1pGpc4CfoGEdJGyTCCPo0OPSodwO { color:rgba(23,34,121,0.84);display:block;width:57.4365rem;position:absolute;font-family:"mukta extrabold";font-size:2.125rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:0.99853515625rem;left:8.4677734375rem;height:2.55029375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZUOdkVltmxetsgOWaAUNu874zGZRGf2n { color:rgba(23,34,121,0.84);display:block;width:64.061875rem;position:absolute;font-family:"mukta extrabold";font-size:1.4375rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:4.12109375rem;left:4.841796875rem;height:5.1723625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TSuBEy6A8xtKFnEHnvzxPNNsChV7retV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.6875rem;width:22.4375rem;top:0rem;left:52.5625rem;overflow:hidden;display:block; }
#OD5BUeildsKvLNFClaOZwwVJhkSgQSFO { 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:4.375rem;width:4.25rem;top:21.9658203125rem;left:22.4375rem;overflow:hidden;display:block; }
#Mg1p8u6dziE7D46FTXGVGTt81Ze5qeXJ { 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.5625rem;width:2.5rem;top:22.8720703125rem;left:67.3994140625rem;overflow:hidden;display:block; }
#Vc9KlLMDV4KtCW7Xr84wEmDu62eZZQ4a { position:absolute;display:block;z-index:15316;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:9.375rem;top:46.125rem;left:13.125rem;overflow:hidden;display:block; }
#pTeZDNyGzeu13wlFXGEv18SqVepPUSeI { box-sizing:content-box;height:17.625rem;width:54.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0.25rem solid rgba(88,114,61,0.39);border-left:0.25rem solid rgba(88,114,61,0.39);border-right:0.25rem solid rgba(88,114,61,0.39);border-bottom:0.25rem solid rgba(88,114,61,0.39);top:48.8125rem;left:6.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#HNC2tW4zpzsFoiMEUgIfPbsz97A5VD1W { color:rgba(88,114,61,0.84);display:block;width:16.6875rem;position:absolute;font-family:"mukta extrabold";font-size:1.5625rem;font-weight:700;z-index:15080;line-height:1;letter-spacing:0;top:56.3125rem;left:8.1875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NqZwaDJyg7a59MIcM7PHooiKwU0aDgol { color:rgba(23,34,121,0.84);display:block;width:32.0625rem;position:absolute;font-family:"mukta extrabold";font-size:1.375rem;font-weight:400;z-index:15077;line-height:1.1;letter-spacing:0;top:51.25rem;left:27.1875rem;height:13.6125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { background-color: transparent; background-image: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { border-width: 0; border-radius: 0; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#T2RHBsNTahmpKPdtDxVQO8WoyDGOsua5 { box-sizing:content-box;height:14rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#1f80d1b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(31,128,209,0.7));background-size:auto !important;top:2.0625rem;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; }
#JKPNJeCQ7TaW5thTcfNIr2tKSaAde0Hu { box-sizing:content-box;height:11.6875rem;width:28rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),0.3), rgba(0,0,0,0));background-size:auto !important;top:4.3125rem;left:44.9375rem;border-top-left-radius:7.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wN8BqBgLnLdJCAeUuyAEX4rkqhhn7u5o { 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:15031;line-height:1.2;letter-spacing:0;top:6.875rem;left:50.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMHxxVwXAirMT0FO81v6PECUocmme2Ke { background-color:#e69f1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.875rem rgba(255,162,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.4375rem;height:2.4375rem;text-decoration:none;z-index:15174;text-align:center;text-align-last:center;top:10.9375rem;left:55.0625rem;display:block; }
#mEVx1Up1N3I0fXNmmzXByAMCPcny28BB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LaCCXxtluylXC24ZQS0TpWSxMZuPVUHB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:2.1;letter-spacing:0;top:5.9375rem;left:5rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wi1gtKfB45fceBEETT9Ph3XwJEK85AQX { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.4375rem;left:2.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tk5avwVGQJBap8sX0VXAGpRcflcpsLD6 { 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:15031;opacity:1;top:6.5rem;left:2.5625rem; }
#wwVJH6sCwPDOrlAqQxxRTur0Wr35RhQu { 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:15032;opacity:1;top:9rem;left:2.5625rem; }
#l4wgTTD6Fdg1crXSh0cw97QXJLH7SoyA { 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:15033;opacity:1;top:11.625rem;left:2.5625rem; }
#OQeofC5eahPA1BQEHaQVp3nveMrhhOH9 { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:12.0625rem;top:0.0625rem;left:34.0625rem;overflow:hidden;display:block; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:12.770834922791rem;left:19.879167556762rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#yCEw6LHtZH1ulklvM4o2JchNxT0A6PAE { box-sizing:content-box;height:12.375rem;width:46.75rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='rgba(var(--color-primary-1),0.7)' );";background-image: linear-gradient(135deg, #444ea4, rgba(var(--color-primary-1),0.7));background-size:auto !important;top:0.3125rem;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; }
#KzClWysQ6yT5Boi8H1qKnuw92rVPrTTv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RXnbc8ZDXPTWcGlXtuZ6IxXtfyTr1tln { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:4.875rem;left:2.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q0pDTiBk9t9htC75GWUSqsZ2WLd7iDFU { box-sizing:content-box;height:3.5rem;width:6.3125rem;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:15083;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:0.9375rem;left:18.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q0pDTiBk9t9htC75GWUSqsZ2WLd7iDFU.adaptive-delivery-prevent-bg, #Q0pDTiBk9t9htC75GWUSqsZ2WLd7iDFU.lazyload, #Q0pDTiBk9t9htC75GWUSqsZ2WLd7iDFU.lazyloading { background-image: none; }
#D4uDQvEDIxQ1xu8yTBVp9zIS1VyrG9tm { box-sizing:content-box;height:5.125rem;width:46.8125rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-tertiary-0),0.3)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-tertiary-0),0.3));background-size:auto !important;top:7.5625rem;left:0.125rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.125rem;display:block; }
#wGBbcFOCEgOf421VPdXkxmQXOxi8miUP { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqlEszccrWsRiRKyKpxzPWENy3ttAvqr { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:mukta;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:9.4375rem;left:27.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P6NWqu2iGsw9Pv9yhB7yZxCmsyaP2Fdd { position:absolute;display:block;z-index:15172;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:12.5rem;width:7.3125rem;top:0rem;left:51.75rem;overflow:hidden;display:block; }
#SXAGTvb2f13pOkUxThpSNaXekL9AGTSR { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:1.625rem;left:62.0625rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWN6rNtViNL5QEUsgXv0pBTW79EbmDRo { position:absolute;display:block;z-index:15169;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:12.25rem;top:1.5rem;left:47.8125rem;overflow:hidden;display:block; }
#AJqnPF0ak8UlARpPcC3ULFlinIXNNadk { box-sizing:content-box;height:7.0625rem;width:28rem;position:absolute;display:block;z-index:15038;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:5.625rem;left:46.9375rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:block; }
#QeCHt8BI4Z7FZrcSQlu6IeeVeEIruwJe { box-sizing:content-box;height:12.375rem;width:27.8125rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-size:auto !important;top:0.3125rem;left:47.1875rem;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; }
#abbFZhxbJ8lh5RxRZZSc7kHTcotQS9AR { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.3125rem;top:16rem;left:51.830078125rem;overflow:hidden;display:none; }
#y6fW5dTi5e5gcPuOW3lAJNpz1vBNit9G { box-sizing:content-box;height:13.625rem;width:27.8125rem;position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.7)', endColorstr='#444ea4' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-1),0.7), #444ea4);background-size:auto !important;top:0rem;left:47.25rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.12) ;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#QQc3MGMlIUqwMDaMTbWXniR0qZwrGZ2P { box-sizing:content-box;height:7.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15036;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:5.875rem;left:48.5rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#RpUi4TkxwctUcFvEDZRvtDdKIrvrncFg { 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; }
#ALi6pB07nQRP7u5pAvShK9TODi5rNxIw { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.1875rem;top:6.0000019073486rem;left:61.591672897339rem;overflow:hidden;display:none; }
#shJUR1vRBhl00qUcnbfZ1LBGuLMkcrWB { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74895625rem;width:8.6854375rem;top:9.0010433197019rem;left:62.279172897339rem;overflow:hidden;display:none; }
#a0yrMaDk1LWHR4WD6CfROgkyX5pTdKfI { position:absolute;display:block;z-index:15360;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:5.25rem;top:6.5000019073488rem;left:62.062505722046rem;overflow:hidden;display:block; }
#yiDxEaK5VQ1gnF4Z3pBiHhJzoz7016C8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:16.75rem;display:none; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { color:#31315b;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.4996032714844rem;left:21.249607086182rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { color:#31315b;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.6859283447266rem;left:21.186328887939rem;height:3.675rem;font-style:normal;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { position:absolute;display:block;z-index:15017;background-color:#fefbe9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:14rem;top:7rem;left:0.5rem;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:14.75rem;top:1.8433532714844rem;left:38.94140625rem;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.74882507324219rem;left:18.124217987061rem;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.3109283447266rem;left:33.623435974121rem; }
#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.6121063232422rem;left:33.839061737061rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WBVqlLF0XqZi0SvTy5kg38dI7DU5tSVE { position:relative;display:block; } #mb1369496c785fb867b988c2d10e5144.widget-smartsection *:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="text"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="email"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection input[type="tel"]:focus-visible, #mb1369496c785fb867b988c2d10e5144.widget-smartsection textarea:focus-visible { outline: none; } #WBVqlLF0XqZi0SvTy5kg38dI7DU5tSVE > .row .container { position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f5589;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { background-color: transparent; background-image: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { display: none; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { border-width: 0; border-radius: 0; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0085220336914rem;left:1.9841976165771rem;height:0.8129875rem;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; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:47.75rem;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { top:22.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:none; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { top:9.0625rem;left:19.8125rem;width:27.9375rem;height:5.0625rem;font-size:1.5625rem;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { top:9.3125rem;left:2.0824654698372rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { top:2.5625rem;left:1.8681640625rem;width:22.6875rem;height:22.6875rem;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { top:0rem;left:0rem;width:6.5625rem;height:12.625rem;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { top:14.6875rem;left:1.6229169964791rem;width:1.4375rem;height:2.4375rem;font-size:1.125rem;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { top:19.0625rem;left:1.3666675686836rem;width:2.625rem;height:2.4375rem;font-size:1.125rem;display:none; }
#JDgRdIIwgDoi4wrpP6x386iIwf38D64N { top:6.625rem;left:0rem;width:3.75rem;height:3.125rem;display:block; }
#J5cSQVFipq9agGJTDiDhzJ6oqkPEpdTu { top:1.5625rem;left:0rem;width:4.25rem;height:3.375rem;display:block; }
#UCWWuuGJO1rSifMEOsgN6yCI9lHBnPTR { top:20.9375rem;left:0rem;width:5.25rem;height:5.375rem;display:block; }
#BF5KCBLpROCL6HVQHq5SnoCAhWJSeQEF { top:17.0625rem;left:0rem;width:2.875rem;height:2.9375rem;display:block; }
#khKxCTu8ZJWizTcLaNdGAcxoXXcrunUu { top:3.8125rem;left:24.6162109375rem;width:2.75rem;height:2.875rem;display:block; }
#dAwhMkviwJF3AsTnJkaIP0goTttl0krs { top:21.875rem;left:45.375rem;width:2.375rem;height:2.4375rem;display:block; }
#aIObTgzPT1rJRJidTHN223sWfQOzEsGQ { top:12.125rem;left:0rem;width:3.3125rem;height:3.4375rem;display:block; }
#IxUv5PZzvHCpfaHnfKFNPuEmXDJabuFu { top:1.5625rem;left:2.1181640625rem;width:23.625rem;height:24.875rem;display:block; }
#XeJFTVTs9M7J9rJnmrPlGIUVnGfowlQD { width:13.5625rem;height:3.75rem;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; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { top:9.9375rem;left:22.561460494995rem;width:25rem;height:4.25rem;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { top:21.75rem;left:0rem;width:14.8125rem;height:1.3125rem;font-size:1.125rem;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { top:53.625rem;left:0rem;width:16rem;height:1.625rem;font-size:1.375rem;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { top:7.875rem;left:0rem;width:40.75rem;height:5.6875rem;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { top:34.0625rem;left:0rem;width:14rem;height:2.875rem;font-size:1.125rem;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { top:53rem;left:0rem;width:9.0625rem;height:1.1875rem;font-size:1rem;display:none; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { top:24.4375rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { top:37.75rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { top:1.125rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
#wsNUTpmbk0LLZCPUf2gZOlQy9y5mg8tX { top:0.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
#FAVPmOpEWVuQCtUSJs2woc9bTyiJKSpt { top:6.625rem;left:0rem;width:47.75rem;height:13.75rem;font-size:1.25rem;display:block; }
#U4HLDoI2dSyFQvlS7fLEkz6gNGoWmzap { top:27.25rem;left:36.0625rem;width:7.875rem;height:6.5124164166056rem;display:block; }
#EOKnN2J22a68ox1qxBH9imCTLR8l0Cx4 { top:36.6875rem;left:31.0625rem;width:16.6875rem;height:4.6875rem;font-size:1.1875rem;display:block; }
#F78ecyhKxThGfOGsJlN7mK3sJvKwlJsl { top:33.75rem;left:13rem;width:23.625rem;height:10.5625rem;font-size:1.0625rem;display:block; }
#ePvyDTzW0aSoNmH8Szv2QmkAu4twOWTg { top:31.375rem;left:1.4375rem;width:45.8125rem;height:14.75rem;display:block; }
#EZQ4rxGp7Q8v9ZSGNaG3b4zSUkbb44VU { top:10.875rem;left:0rem;width:25.4375rem;height:46.75rem;display:block; }
#duiCTqAoxG6GUkcy0Dz0Tdd7WmzHnxzn { top:62.125rem;left:42.1875rem;width:5.5625rem;height:5.6875rem;display:block; }
#X7RkI9JI4ZbqXL1x5TLvuFqXRWnUGqz5 { top:51.25rem;left:43.8125rem;width:3.9375rem;height:4.0625rem;display:block; }
#q3RdnEkhnhliTHg1R0JNmcv71TyiIOWL { top:7.3125rem;left:0rem;width:1.6875rem;height:1.75rem;display:block; }
#Q0GR1RGHJ5hPqGBurvCO7kkZpl3ugfaP { top:26.3125rem;left:23.625rem;width:2.375rem;height:2.4375rem;display:block; }
#I7hvZmX4pgOroa9AZq1KuTi2FegurxsG { top:58.4375rem;left:45.625rem;width:2.125rem;height:2.1875rem;display:block; }
#Mvow1pGpc4CfoGEdJGyTCCPo0OPSodwO { top:37.1875rem;left:0rem;width:19.9375rem;height:3.4375rem;font-size:1.4375rem;display:none; }
#ZUOdkVltmxetsgOWaAUNu874zGZRGf2n { top:42.625rem;left:0rem;width:18.1875rem;height:14.8125rem;font-size:1.125rem;display:none; }
#TSuBEy6A8xtKFnEHnvzxPNNsChV7retV { top:0rem;left:25.3125rem;width:22.4375rem;height:40.6875rem;display:block; }
#OD5BUeildsKvLNFClaOZwwVJhkSgQSFO { top:21.9375rem;left:8.8125rem;width:4.25rem;height:4.375rem;display:block; }
#Mg1p8u6dziE7D46FTXGVGTt81Ze5qeXJ { top:22.8125rem;left:45.25rem;width:2.5rem;height:2.5625rem;display:block; }
#Vc9KlLMDV4KtCW7Xr84wEmDu62eZZQ4a { top:46.125rem;left:0rem;width:9.375rem;height:7.5rem;display:block; }
#pTeZDNyGzeu13wlFXGEv18SqVepPUSeI { top:48.8125rem;left:0rem;width:47.25rem;height:17.625rem;display:block; }
#HNC2tW4zpzsFoiMEUgIfPbsz97A5VD1W { top:56.3125rem;left:0rem;width:16.6875rem;height:3.125rem;font-size:1.1875rem;display:block; }
#NqZwaDJyg7a59MIcM7PHooiKwU0aDgol { top:51.25rem;left:13.5625rem;width:32.0625rem;height:13.5625rem;font-size:1.0625rem;display:block; }
#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { display:block; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { width:47.75rem;position:relative;display:block; }#T2RHBsNTahmpKPdtDxVQO8WoyDGOsua5 { top:2.0625rem;left:0rem;width:47.75rem;height:14rem;display:block; }
#JKPNJeCQ7TaW5thTcfNIr2tKSaAde0Hu { top:4.3125rem;left:19.75rem;width:28rem;height:11.6875rem;display:block; }
#wN8BqBgLnLdJCAeUuyAEX4rkqhhn7u5o { top:6.875rem;left:28.25rem;width:19.5rem;height:3rem;font-size:1.25rem;display:block; }
#zMHxxVwXAirMT0FO81v6PECUocmme2Ke { width:11.4375rem;height:2.4375rem;top:10.9375rem;left:36.3125rem;display:block; }
#mEVx1Up1N3I0fXNmmzXByAMCPcny28BB { display:block; }
#LaCCXxtluylXC24ZQS0TpWSxMZuPVUHB { top:5.9375rem;left:0rem;width:27.3125rem;height:7.875rem;font-size:1.25rem;display:block; }
#Wi1gtKfB45fceBEETT9Ph3XwJEK85AQX { top:3.4375rem;left:0rem;width:18rem;height:1.9375rem;font-size:1.5rem;display:block; }
#tk5avwVGQJBap8sX0VXAGpRcflcpsLD6 { top:6.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#wwVJH6sCwPDOrlAqQxxRTur0Wr35RhQu { top:9rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#l4wgTTD6Fdg1crXSh0cw97QXJLH7SoyA { top:11.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#OQeofC5eahPA1BQEHaQVp3nveMrhhOH9 { top:0.0625rem;left:20.4375rem;width:12.0625rem;height:16rem;display:none; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:47.75rem;position:relative;display:block; }#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { top:11.5rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:1.375rem;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { display:none; }
#yCEw6LHtZH1ulklvM4o2JchNxT0A6PAE { top:0.3125rem;left:0rem;width:46.75rem;height:12.375rem;display:block; }
#KzClWysQ6yT5Boi8H1qKnuw92rVPrTTv { top:1.9375rem;left:0rem;width:15.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
#RXnbc8ZDXPTWcGlXtuZ6IxXtfyTr1tln { top:4.875rem;left:0rem;width:42.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
#Q0pDTiBk9t9htC75GWUSqsZ2WLd7iDFU { top:0.9375rem;left:4.5625rem;width:6.3125rem;height:3.5rem;display:block; }
#D4uDQvEDIxQ1xu8yTBVp9zIS1VyrG9tm { top:7.5625rem;left:0rem;width:46.8125rem;height:5.125rem;display:block; }
#wGBbcFOCEgOf421VPdXkxmQXOxi8miUP { top:9.4375rem;left:0rem;width:12.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
#bqlEszccrWsRiRKyKpxzPWENy3ttAvqr { top:9.4375rem;left:14.0625rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
#P6NWqu2iGsw9Pv9yhB7yZxCmsyaP2Fdd { top:0rem;left:38.125rem;width:7.3125rem;height:12.5rem;display:block; }
#SXAGTvb2f13pOkUxThpSNaXekL9AGTSR { top:1.625rem;left:37.125rem;width:10.625rem;height:3.25rem;font-size:1.25rem;display:block; }
#UWN6rNtViNL5QEUsgXv0pBTW79EbmDRo { top:1.5rem;left:34.1875rem;width:12.25rem;height:10.25rem;display:block; }
#AJqnPF0ak8UlARpPcC3ULFlinIXNNadk { top:5.625rem;left:19.75rem;width:28rem;height:7.0625rem;display:block; }
#QeCHt8BI4Z7FZrcSQlu6IeeVeEIruwJe { top:0.3125rem;left:19.9375rem;width:27.8125rem;height:12.375rem;display:block; }
#abbFZhxbJ8lh5RxRZZSc7kHTcotQS9AR { top:16rem;left:38.205078125rem;width:7.3125rem;height:12.5rem;display:none; }
#y6fW5dTi5e5gcPuOW3lAJNpz1vBNit9G { top:0rem;left:19.9375rem;width:27.8125rem;height:13.625rem;display:none; }
#QQc3MGMlIUqwMDaMTbWXniR0qZwrGZ2P { top:5.875rem;left:21.1875rem;width:26.5625rem;height:7.6875rem;display:none; }
#RpUi4TkxwctUcFvEDZRvtDdKIrvrncFg { top:10.25rem;left:0rem;width:35.625rem;height:2.25rem;font-size:1.75rem;display:none; }
#ALi6pB07nQRP7u5pAvShK9TODi5rNxIw { top:6rem;left:37.5625rem;width:10.1875rem;height:2.75rem;display:block; }
#shJUR1vRBhl00qUcnbfZ1LBGuLMkcrWB { top:9rem;left:39.125rem;width:8.625rem;height:2.7298276749156rem;display:block; }
#a0yrMaDk1LWHR4WD6CfROgkyX5pTdKfI { top:6.5rem;left:42.5rem;width:5.25rem;height:5.25rem;display:block; }
#yiDxEaK5VQ1gnF4Z3pBiHhJzoz7016C8 { width:16.75rem;height:5rem;display:none; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:47.75rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { top:2.4375rem;left:11.5rem;width:12.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { top:5.625rem;left:0rem;width:28.5rem;height:3.625rem;font-size:0.75rem;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { top:7rem;left:0rem;width:14rem;height:0.0625rem;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { top:1.8125rem;left:23.875rem;width:14.75rem;height:3.0622749346362rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { top:0.6875rem;left:0rem;width:34.9375rem;height:10rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { top:2.25rem;left:21.875rem;width:2rem;height:2rem;display:block; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { top:2.5625rem;left:21.5625rem;width:2.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
#WBVqlLF0XqZi0SvTy5kg38dI7DU5tSVE { 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; } #WBVqlLF0XqZi0SvTy5kg38dI7DU5tSVE > .row .container { position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:47.75rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { top:1rem;left:0rem;width:14.0625rem;height:0.75rem;font-size:0.625rem;display:block; }
body { position:relative;background-color:#f6f6ff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { background-color: transparent; background-image: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { display: none; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { border-width: 0; border-radius: 0; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIfkXlaJcGtaummXydimTMNqrMzyCIvU > .row .container { width:20rem;height:2.3125rem;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:6.0000002980232rem;width:3.625rem;height:2.3125rem;z-index:15013;overflow:hidden;display:block; }
#BhuXsc8hHGCfZEJioedNL8EdXCkLbT1i { top:4.1550781011581rem;left:3.75rem;width:12.5rem;height:2.625rem;display:none; }
#yk5PTHsf61QrJi5ldhrPc1kFbZ4JMefQ { display:block; }
#LKK3ypl2z9nPXg5tBLgbhWw9ympbFKuf { top:8.0300781011581rem;left:3.75rem;width:12.4375rem;height:2.625rem;display:none; }
#UWd4FoDGnRvxcEe6oESoB2N3HBm5BvcB { display:block; }
#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { display:block; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { background-color: transparent; background-image: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row > .video-iframe-container { display: none; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs { border-width: 0; border-radius: 0; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVAAo9pTx6LnKSP8KyzTqKV1ETvOTevs > .row .container { width:20rem;height:37.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaffe8, #cdfac8);background-image: -moz-linear-gradient(180deg, #eaffe8, #cdfac8);background-image: -ms-linear-gradient(180deg, #eaffe8, #cdfac8);background-image: -o-linear-gradient(180deg, #eaffe8, #cdfac8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaffe8', endColorstr='#cdfac8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaffe8', endColorstr='#cdfac8' );";background-image: linear-gradient(180deg, #eaffe8, #cdfac8);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#G2o3Pg20fZ4SVO2J8Drm8S8CPMNkudRl { width:20rem;height:0;top:34.6875rem;left:1.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.7);z-index:15015;display:none; }
#aFG9JTDuQkyPz8WCOPG5N4Ofuc1RinoM { width:16.7480625rem;height:5.625rem;top:24.986328125rem;left:1.625rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;z-index:15321;display:block; }
#dk3Dp0NOo1dghAvB1bP3IQKTAB3Mmz9Q { width:3.125rem;height:0;top:33.325001716614rem;left:11.816667377949rem;font-size:1rem;z-index:15290;display:none; }
#sdumX2lzWEMcDdf160bwPfbGQqb5q266 { width:14.8734375rem;height:14.8734375rem;top:8.685546875rem;left:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#feblNwVu2VyQXEm5gVmct5nAhNi1XQia { width:20rem;height:4.5rem;top:2.0296859741211rem;left:0rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;background-color:#ffffff;background-image:none;display:block; }
#LvCes601Kt7aAvoPCTqSaJr9XUmJFLeI { width:2.625rem;height:0;top:13.475000143051rem;left:14.595833599568rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15291;display:none; }
#fbuWM3kHC4B4ZmgwZwCLWDpwRoVSJSIM { width:3.625rem;height:0;top:13.474826812744rem;left:12.868055462837rem;font-size:1.125rem;font-weight:400;font-style:normal;z-index:15292;display:none; }
#JDgRdIIwgDoi4wrpP6x386iIwf38D64N { width:4.125rem;height:3.2484375rem;top:2.625rem;left:11.125rem;display:block; }
#J5cSQVFipq9agGJTDiDhzJ6oqkPEpdTu { width:4.625rem;height:3.4375rem;top:2.5625rem;left:4.75rem;display:block; }
#UCWWuuGJO1rSifMEOsgN6yCI9lHBnPTR { width:2.6875rem;height:2.75rem;top:7.9658203125rem;left:14.873046875rem;display:block; }
#BF5KCBLpROCL6HVQHq5SnoCAhWJSeQEF { width:3.25rem;height:3.3125rem;top:19.185546875rem;left:1.625rem;display:block; }
#khKxCTu8ZJWizTcLaNdGAcxoXXcrunUu { width:1.9375rem;height:2rem;top:9.810546875rem;left:1.625rem;display:block; }
#dAwhMkviwJF3AsTnJkaIP0goTttl0krs { width:2.375rem;height:2.4375rem;top:37.6875rem;left:16.517578125rem;display:none; }
#aIObTgzPT1rJRJidTHN223sWfQOzEsGQ { width:3.3125rem;height:3.4375rem;top:39.1533203125rem;left:16.6875rem;display:none; }
#IxUv5PZzvHCpfaHnfKFNPuEmXDJabuFu { width:15.5rem;height:16.3125rem;top:7.9658203125rem;left:2.810546875rem;display:block; }
#XeJFTVTs9M7J9rJnmrPlGIUVnGfowlQD { top:31.93515586853rem;left:3.2187500596046rem;width:13.5625rem;height:3.75rem;z-index:15329;overflow:hidden;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:139.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cdfac8, #eaffe8);background-image: -moz-linear-gradient(180deg, #cdfac8, #eaffe8);background-image: -ms-linear-gradient(180deg, #cdfac8, #eaffe8);background-image: -o-linear-gradient(180deg, #cdfac8, #eaffe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdfac8', endColorstr='#eaffe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdfac8', endColorstr='#eaffe8' );";background-image: linear-gradient(180deg, #cdfac8, #eaffe8);background-size:auto !important;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:77.9375rem;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:78.5rem;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:77.8125rem;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; }
#QSSJgbHb2DePQ1vrKQc99lyPd6ySywGW { width:20rem;height:3.875rem;top:-0.0625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -moz-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -ms-linear-gradient(0deg, #ffffff, #f6f6ff);background-image: -o-linear-gradient(0deg, #ffffff, #f6f6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6ff' );";background-image: linear-gradient(0deg, #ffffff, #f6f6ff);background-size:auto !important;box-shadow: 0.5625rem 0.5625rem 1.1875rem rgba(0,0,0,0.08) ;display:none; }
#Zk32qHE8O4rR2xrJ9i9ba02Ur7BKIXJf { width:4.3125rem;height:0;top:21.750000476837rem;left:4.3125002980232rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15342;color:#353e87;display:none; }
#wX7hElaf8wg61tKA1P6SV15Z18e9Hr3n { width:9.0625rem;height:0;top:49.043404102326rem;left:7.1250001192094rem;font-size:1.375rem;text-align:right;text-align-last:right;z-index:15141;display:none; }
#IdFvcKSTKUScfLqOnbcl1WE70DWWkAPi { width:17.0625rem;height:7.75rem;top:41.4375rem;left:2.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14993;background-color:rgba(255,255,255,0.8);background-image:none;display:none; }
#nX24IhJMBAmlzWRkkKkIXtAz7GQOapJV { width:8.6875rem;height:0;top:42.125rem;left:6.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#353e87;z-index:15118;display:none; }
#wADq6Sbe6xAnzfbsZ1oOaQ6afDfv3lTk { width:9.0625rem;height:0;top:48.060764789581rem;left:7.0937501192094rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15142;font-weight:700;font-style:normal;display:none; }
#KWZVap3I65OssomAOKtSfvFAwZVzmCLM { width:7.4375rem;height:0;top:23.429167270661rem;left:4.3822920918464rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15343;color:#5f5c8b;line-height:1.1;display:none; }
#VMuouyL7E1DdW9uwbc4oRXp8aiX1Gz8O { width:8.25rem;height:0;top:46.625rem;left:6.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15344;color:#5f5c8b;line-height:1.1;display:none; }
#KPy5WbxvhF8H6P4RKvfpFkuSopWbzlLt { width:0.625rem;height:0.625rem;top:2.8888893127441rem;left:9.6875001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.72);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#L388WzMKnU8nOvVCoFozDcttHCzZsTzy { width:0.625rem;height:0.625rem;top:0.76388931274412rem;left:9.6875001192094rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;z-index:14998;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.28);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bFWLnK29tIilEghXLeenbssfhaxbC19o { width:0.625rem;height:0.625rem;top:12.257812976837rem;left:9.6250001192094rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14997;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#lbbPzxzZJ4uemTJUPCAQ053mzfGemDhu { width:0.625rem;height:0.625rem;top:43.875rem;left:11.6875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;z-index:14992;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.08) ;background-color:rgba(180,166,213,0.4);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wsNUTpmbk0LLZCPUf2gZOlQy9y5mg8tX { width:19.9995rem;height:0;top:127.685059375rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;z-index:15321;display:none; }
#FAVPmOpEWVuQCtUSJs2woc9bTyiJKSpt { width:19.9995rem;height:0;top:132.685059375rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;z-index:15321;display:none; }
#U4HLDoI2dSyFQvlS7fLEkz6gNGoWmzap { width:6.1875rem;height:5.0625rem;top:105.0625rem;left:5.875rem;display:block; }
#EOKnN2J22a68ox1qxBH9imCTLR8l0Cx4 { width:12.4355625rem;height:4.275rem;top:111.0625rem;left:5rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;color:#365f4d;display:block; }
#F78ecyhKxThGfOGsJlN7mK3sJvKwlJsl { width:12.125rem;height:14.025rem;top:116.6875rem;left:4.875rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;display:block; }
#ePvyDTzW0aSoNmH8Szv2QmkAu4twOWTg { width:14.25rem;height:23.9375rem;top:107.75rem;left:3.75rem;border-top:0.25rem solid rgba(59,164,62,0.39);border-left:0.25rem solid rgba(59,164,62,0.39);border-right:0.25rem solid rgba(59,164,62,0.39);border-bottom:0.25rem solid rgba(59,164,62,0.39);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-size:auto !important;display:block; }
#EZQ4rxGp7Q8v9ZSGNaG3b4zSUkbb44VU { width:20rem;height:36.5640625rem;top:77.6875rem;left:0rem;display:block; }
#duiCTqAoxG6GUkcy0Dz0Tdd7WmzHnxzn { width:3.8125rem;height:3.9375rem;top:133.9375rem;left:1.25rem;display:block; }
#X7RkI9JI4ZbqXL1x5TLvuFqXRWnUGqz5 { width:3.9375rem;height:4.0625rem;top:22.875rem;left:2rem;display:block; }
#q3RdnEkhnhliTHg1R0JNmcv71TyiIOWL { width:1.6875rem;height:1.75rem;top:80.125rem;left:11.5625rem;display:block; }
#Q0GR1RGHJ5hPqGBurvCO7kkZpl3ugfaP { width:2.375rem;height:2.4375rem;top:132.8125rem;left:13.8125rem;display:block; }
#I7hvZmX4pgOroa9AZq1KuTi2FegurxsG { width:2.125rem;height:2.1875rem;top:126.8125rem;left:0.75rem;display:block; }
#Mvow1pGpc4CfoGEdJGyTCCPo0OPSodwO { width:19.9970625rem;height:3.45rem;top:0.875rem;left:0rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;z-index:15322;display:block; }
#ZUOdkVltmxetsgOWaAUNu874zGZRGf2n { width:16.9375rem;height:14.85rem;top:6.1875rem;left:1.5625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;z-index:15322;display:block; }
#TSuBEy6A8xtKFnEHnvzxPNNsChV7retV { width:20rem;height:36.222625rem;top:18.125rem;left:0rem;z-index:14995;display:block; }
#OD5BUeildsKvLNFClaOZwwVJhkSgQSFO { width:4.25rem;height:4.375rem;top:81.3125rem;left:14.5625rem;display:block; }
#Mg1p8u6dziE7D46FTXGVGTt81Ze5qeXJ { width:2.5rem;height:2.5625rem;top:29.5625rem;left:1.25rem;display:block; }
#Vc9KlLMDV4KtCW7Xr84wEmDu62eZZQ4a { width:7.433625rem;height:6rem;top:44.8125rem;left:8rem;display:block; }
#pTeZDNyGzeu13wlFXGEv18SqVepPUSeI { width:15.375rem;height:29.25rem;top:48rem;left:1.5rem;border-top:0.25rem solid rgba(88,114,61,0.39);border-left:0.25rem solid rgba(88,114,61,0.39);border-right:0.25rem solid rgba(88,114,61,0.39);border-bottom:0.25rem solid rgba(88,114,61,0.39);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(0,0,0,0));background-size:auto !important;display:block; }
#HNC2tW4zpzsFoiMEUgIfPbsz97A5VD1W { width:13.625rem;height:2.85rem;top:51.8125rem;left:2.6875rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;color:#365f4d;display:block; }
#NqZwaDJyg7a59MIcM7PHooiKwU0aDgol { width:13.6875rem;height:20.4rem;top:56rem;left:2.6875rem;font-size:1.0625rem;line-height:1.2;text-align:center;text-align-last:center;color:#353e87;display:block; }
#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 { background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { background-color: transparent; background-image: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { display: none; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { border-width: 0; border-radius: 0; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AFmi1KQoRxIa9TJF9g1p1iO9bWARkFk6 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; }#T2RHBsNTahmpKPdtDxVQO8WoyDGOsua5 { width:20rem;height:18.6875rem;top:0.625rem;left:0rem;display:block; }
#JKPNJeCQ7TaW5thTcfNIr2tKSaAde0Hu { width:20rem;height:9rem;top:10.375rem;left:0rem;border-top-left-radius:5.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(50deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
#wN8BqBgLnLdJCAeUuyAEX4rkqhhn7u5o { width:10.1875rem;height:3.15rem;top:12.5625rem;left:9.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
#zMHxxVwXAirMT0FO81v6PECUocmme2Ke { width:5.875rem;height:1.375rem;top:16.5rem;left:10.3125rem;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; }
#mEVx1Up1N3I0fXNmmzXByAMCPcny28BB { display:block; }
#LaCCXxtluylXC24ZQS0TpWSxMZuPVUHB { width:16.75rem;height:5.5125rem;top:4rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:2.;display:block; }
#Wi1gtKfB45fceBEETT9Ph3XwJEK85AQX { width:18rem;height:1.35rem;top:2.125rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#tk5avwVGQJBap8sX0VXAGpRcflcpsLD6 { display:flex;width:1rem;height:1rem;top:4.5rem;left:0.9375rem;font-size:0.6875rem; }
#wwVJH6sCwPDOrlAqQxxRTur0Wr35RhQu { display:flex;width:1rem;height:1rem;top:6.25rem;left:0.9375rem;font-size:0.6875rem; }
#l4wgTTD6Fdg1crXSh0cw97QXJLH7SoyA { display:flex;width:1rem;height:1rem;top:8.125rem;left:0.9375rem;font-size:0.6875rem; }
#OQeofC5eahPA1BQEHaQVp3nveMrhhOH9 { width:7.1875rem;height:9.375rem;top:9.75rem;left:0.9375rem;z-index:15030;overflow:hidden;display:block; }
#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr { background-color:#f6f6ff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { background-color: transparent; background-image: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { display: none; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { border-width: 0; border-radius: 0; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZcigofAgRD9XzlPLbFucz5dVrNRtZr > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; }#HLVl50L4yQIUrf3Q51J5EcymIHKDEQ0L { width:6.9375rem;height:0;top:13.132291793823rem;left:12.553125202656rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15022;display:none; }
#Adbc6eR1WyOtOErCcM32iNmgHUWalZXR { top:9.375rem;left:0rem;width:20rem;height:6.125rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff4c', endColorstr='#00000000' );";background-image: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-size:auto !important;border-top-left-radius:4.375rem;border-top-right-radius:0rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#zqeqaFNRlKcWBKlATLJRQS3yPou8ydIc { top:0rem;left:0rem;width:20rem;height:12.3125rem;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -moz-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -ms-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-image: -o-linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#444ea4', endColorstr='#2145a4b2' );";background-image: linear-gradient(135deg, #444ea4, rgba(33,69,164,0.7));background-size:auto !important;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#yCEw6LHtZH1ulklvM4o2JchNxT0A6PAE { width:20rem;height:12.375rem;top:0.3125rem;left:0rem;display:none; }
#KzClWysQ6yT5Boi8H1qKnuw92rVPrTTv { width:15.75rem;height:1.4625rem;top:0.625rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#RXnbc8ZDXPTWcGlXtuZ6IxXtfyTr1tln { width:15.625rem;height:2.275rem;top:2.8125rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#Q0pDTiBk9t9htC75GWUSqsZ2WLd7iDFU { width:6.1875rem;height:3.4375rem;top:0.25rem;left:13.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#D4uDQvEDIxQ1xu8yTBVp9zIS1VyrG9tm { width:20rem;height:5.125rem;top:7.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;display:none; }
#wGBbcFOCEgOf421VPdXkxmQXOxi8miUP { width:12.6875rem;height:1.13671875rem;top:7.1875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#bqlEszccrWsRiRKyKpxzPWENy3ttAvqr { width:7.5625rem;height:2.275rem;top:8.96484375rem;left:12.1875rem;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:15369;display:block; }
#P6NWqu2iGsw9Pv9yhB7yZxCmsyaP2Fdd { width:7.3125rem;height:12.5rem;top:0rem;left:6.3125rem;display:none; }
#SXAGTvb2f13pOkUxThpSNaXekL9AGTSR { width:8.9375rem;height:2.75rem;top:13.750007629394rem;left:9.6250007748606rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
#UWN6rNtViNL5QEUsgXv0pBTW79EbmDRo { width:9.1875rem;height:7.625rem;top:13.875rem;left:0rem;display:block; }
#AJqnPF0ak8UlARpPcC3ULFlinIXNNadk { width:19.6875rem;height:6.125rem;top:6.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;z-index:15014;display:block; }
#QeCHt8BI4Z7FZrcSQlu6IeeVeEIruwJe { width:20rem;height:12.375rem;top:0.3125rem;left:0rem;z-index:15015;display:none; }
#abbFZhxbJ8lh5RxRZZSc7kHTcotQS9AR { width:5.1875rem;height:9rem;top:12.8125rem;left:3.125rem;z-index:15169;display:block; }
#y6fW5dTi5e5gcPuOW3lAJNpz1vBNit9G { width:20rem;height:9.375rem;top:12.625rem;left:0rem;z-index:15038;display:block; }
#QQc3MGMlIUqwMDaMTbWXniR0qZwrGZ2P { width:20rem;height:5.8125rem;top:16.625007629394rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -moz-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -ms-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-image: -o-linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff4c' );";background-image: linear-gradient(50deg, rgba(0,0,0,0), rgba(255,255,255,0.3));background-size:auto !important;z-index:15039;display:block; }
#RpUi4TkxwctUcFvEDZRvtDdKIrvrncFg { width:13rem;height:1.4625rem;top:7.0625rem;left:1.0625rem;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:15170;display:block; }
#ALi6pB07nQRP7u5pAvShK9TODi5rNxIw { width:8.5rem;height:2rem;top:17rem;left:9.4375rem;display:block; }
#shJUR1vRBhl00qUcnbfZ1LBGuLMkcrWB { width:7.375rem;height:2.0625rem;top:19.4375rem;left:10rem;display:block; }
#a0yrMaDk1LWHR4WD6CfROgkyX5pTdKfI { width:5.25rem;height:5.25rem;top:6.5rem;left:7.375rem;display:none; }
#yiDxEaK5VQ1gnF4Z3pBiHhJzoz7016C8 { top:8.6023445129394rem;left:1.0617187619209rem;width:8.9375rem;height:2.625rem;z-index:15370;overflow:hidden;display:block; }
#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP { background-color:#f6f9ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { background-color: transparent; background-image: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { display: none; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { border-width: 0; border-radius: 0; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrZfy8v1hPAwRHxlATT0cWtqqAhz8VmP > .row .container { width:20rem;height:13.125rem;position:relative;display:block; }#V9XcZ77298EcLF5OUDTBkTnKTthP9QWO { width:12.5rem;height:1.38125rem;top:0.8770751953125rem;left:2.3750000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X5dpfuq2c8FcatCgFKHRWFXt22VtrXxi { width:18.75rem;height:4.2rem;top:3.4250183105469rem;left:0.62500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#Uc9sxKrBgA7aSoDxTfDm5RDvmEzEyueu { width:12.5rem;height:0.125rem;top:8.6875rem;left:3.75rem;background-color:#fefbe9;background-image:none;z-index:15018;display:none; }
#DMq45Q7iuykeICWUrOPJ9Z2dCaAJhxSV { width:14.75rem;height:3.0625rem;top:8.5645751953125rem;left:2.3750000596046rem;display:block; }
#UrAbUJyg0GO57qtOdgoLKDPvVuP36iJK { width:20rem;height:12.875rem;top:0rem;left:0rem;display:block; }
#tgdXNxSn1BRTuWZ10JwJ8fCf0I8NNoJQ { display:flex;width:2rem;height:2rem;top:0.4395751953125rem;left:16.250001728535rem; }
#UyV1z4S5Rr4uC7MZADOrXMfRDysu1Ho1 { width:2.3125rem;height:1.38125rem;top:0.76666259765625rem;left:16.125001728535rem;font-size:1.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WBVqlLF0XqZi0SvTy5kg38dI7DU5tSVE { 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; } #WBVqlLF0XqZi0SvTy5kg38dI7DU5tSVE > .row .container { position:relative;display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 { display:block; }#ltyzs1hJx9rU8Utu1fwW6VgdDeCVCO96 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; }#r0r5Kfe3GV92U1aVCOqPB2QmgTSJifC4 { width:14.0625rem;height:0.8129875rem;top:0.6875rem;left:2.9375000596046rem;font-size:0.625rem;display:block; }
