.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:255,247,228;--color-primary-1:255,228,165;--color-primary-2:255,201,75;--color-primary-3:128,101,38;--color-primary-4:38,30,11;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--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:"Work Sans";--paragraphs-font-family:"Work Sans"; }@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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(13,104,157,0.95);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { background-color: transparent; background-image: none; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container > .video-iframe-container { display: none; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row > .video-iframe-container { display: none; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .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); }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { border-width: 0; border-radius: 0; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#UF66Gq6wNeftq9DT0wqwVLzQ4LA05yuk { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.15625rem;left:39rem;height:2.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BlJSkF9qLNi2lEXp028XoFRD1gWzCVtq { 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:4.1875rem;width:6.6875rem;top:0.4375rem;left:3.0625rem;overflow:hidden;display:block; }
#QB1HDvq6RLmSn0CFgz5gcnr6V6qHVR99 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2f2f2f;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.3;overflow:hidden;position:absolute;width:15.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.5625rem;left:58.15625rem;display:block; }
#RiKtbuwKJ8u416wALu1NCNDiGANCLqIy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B17WzOfrfTAPpaKZkceefTNBugR24ffL { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:2.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.25rem;left:12.8125rem;display:block; }
#XXXlbgJAzlRCppeB0fBuQfKuTTHxfahJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zCx9CUiM8HkymRsUEnHTtF6KBSRk1Slv { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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:noway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:2.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.25rem;left:10.1875rem;display:block; }
#QDP1rTKELpX23U5miwic1KroXsUKWRrF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { background-color: transparent; background-image: none; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container > .video-iframe-container { display: none; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row > .video-iframe-container { display: none; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .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); }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { border-width: 0; border-radius: 0; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c885ec44-5890-4f56-ba37-b510ebe1425b/MyMovie4.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.adaptive-delivery-prevent-bg, #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.lazyload, #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.lazyloading { background-image: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { background-color: transparent; background-image: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container > .video-iframe-container { display: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container { display: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .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); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { border-width: 0; border-radius: 0; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#TuSi5Ef1wb7OhIRMZ3wN1OQIUTTDT2g8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5rem;left:37.375rem;height:3.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#irpkoZmllpnqwgyv7B4lRXkBoEpobGQo { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:20.5rem;left:19.625rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NvxWBELgwbhUuLwpo9xHcasHm6rTGw3A { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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.3;overflow:hidden;position:absolute;width:15.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.6875rem;left:21.3125rem;display:block; }
#QmWtevmSwHEZ5KA6E21AdtoNJTuiwR3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSF6gNoJDpUBAkhXTAT8HJLWy2N1Ms8K { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:28.6875rem;left:19.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahdFGPo84Z0hOPp4pk4hVb4MlWoGpka3 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.3125rem;left:19.4375rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gGKEwQIpD0vh3NzfZt6k8pLLRi2EX0fx { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.3125rem;left:19.4375rem;height:4.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aaHGEBJN1b4vlGCMUr0f8NJ8iFZF9aen { position:absolute;display:block;z-index:15007;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:20.6875rem;width:41.25rem;top:0.8125rem;left:17rem;overflow:hidden;display:block; }
#cSGBK2IaPCbzCqmti6ZTaHHHK4WCNS8U { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:40.4375rem;left:20.78125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { background-color: transparent; background-image: none; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container > .video-iframe-container { display: none; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row > .video-iframe-container { display: none; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .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); }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { border-width: 0; border-radius: 0; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#EfxUALe7uQVTl1VnBebz8E4OeG2ty7CP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.625rem;top:1.4375rem;left:62.5rem;overflow:hidden;display:block; }
#zTTQtzaSDrVHaWsJkKN3I2OSH6fDlL04 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.5rem;top:1.75rem;left:51.1875rem;overflow:hidden;display:block; }
#BrxAneArGCCCgsyPExXsxqPLzJqhV3GP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:5.0625rem;top:1.375rem;left:69.9375rem;overflow:hidden;display:block; }
#LLm0t3Ueu9vcDwAvVIOuwBm53CDixB1f { position:absolute;display:block;z-index:15010;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.5625rem;width:7.5rem;top:1.8125rem;left:57.75rem;overflow:hidden;display:block; }
#Lvs7vvSZcqsiJUuJpeHF3Ozx9ompkmLm { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rtQynoP0mtM1ca3vz72ZTkmJII8rc7PQ { position:absolute;display:block;z-index:15011;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.25rem;width:4.875rem;top:2.6875rem;left:31.5rem;overflow:hidden;display:block; }
#pFRvB58TwKwyNxGNpCUbJtzS9nSOQXTl { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:2.8125rem;left:37.125rem;overflow:hidden;display:block; }
#zQhJ1oRcLSNmvc7G3aO1oJzzwGwmGlx9 { position:absolute;display:block;z-index:15013;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:7rem;top:2.875rem;left:7.125rem;overflow:hidden;display:block; }
#vX8LScUAMxIr7vyBrdzMylH8r9JT0fx8 { position:absolute;display:block;z-index:15014;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:8.4375rem;top:2.4375rem;left:14.75rem;overflow:hidden;display:block; }
#h7LyJTnuQcM41zIkvHdKuSCRGdRSOhiH { position:absolute;display:block;z-index:15015;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.6875rem;width:7.4375rem;top:2.4375rem;left:23.5rem;overflow:hidden;display:block; }
#x41t2TCQCMaDmrXqRDueZgpEreCnzsfn { position:absolute;display:block;z-index:15013;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.25rem;width:6.6875rem;top:2.375rem;left:44rem;overflow:hidden;display:block; }
#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH { 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;display:block; }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row .container { background-color: transparent; background-image: none; }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row .container > .video-iframe-container { display: none; }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row > .video-iframe-container { display: none; }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .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); }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row .container { border-width: 0; border-radius: 0; }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#nluQEVcpKrrIy8FKGRw2z5sR482LZui5 { color:#072559;display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.8125rem;left:3.4375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o5ZLx1trR1hlcmqSfGxo72qOGIW4uwcv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.75rem;left:3.4375rem;height:27.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TcmuoX4tug34uI5UKcKq5p72a24EwpGI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:41rem;width:41rem;top:2.5rem;left:32.125rem;overflow:hidden;display:block; }
#fCT371qKaE2oTaGAr4A3qGXwfOu05OBi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.375rem;left:3.4375rem;display:block; }
#tEdWLvKW2akZQ17LgMNcanTuUUHW12z0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL.adaptive-delivery-prevent-bg, #cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL.lazyload, #cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL.lazyloading { background-image: none; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container { background-color: transparent; background-image: none; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,58,85,0.7); }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container > .video-iframe-container { display: none; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,58,85,0.7); }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row > .video-iframe-container { display: none; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .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); }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container { border-width: 0; border-radius: 0; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#LrsuZIZQRaek1FKQ1l7IfJHM7O77dtdi { box-sizing:content-box;height:33.625rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.6875rem;left:6.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uls7U9iX13FmQscLrAdPhQDRrr6Vc6w7 { box-sizing:content-box;height:33.4375rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.6875rem;left:28.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NzZ5QTIRJoCwVlkgBTcW4mLoTvqx0A20 { box-sizing:content-box;height:33.3125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.6875rem;left:49.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kTaMOKCP5lA10n97n2Jo6TzxMtT6IQlZ { color:#072559;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:26.0625rem;left:8.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubLWSrP2l0lX69LklbZnvfKmkSTCE5sc { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:21.1875rem;left:12.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRLtCRyLHTcTkKlNX3w5ohZtRAgukaII { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:26.0625rem;left:30.0625rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToPAJ98LLhrOcGmNdfahTxDvGNK3scUX { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:27.625rem;left:51.875rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xuPFxrT0mFLurblUxxlDM7PIdTns78Ry { color:#072559;display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:21.1875rem;left:35rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfVMxLp9rgLgPFmRJ88ghLTtFT2QznhG { color:#072559;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:23.625rem;left:56.1875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zh6LOT00OFDvRq9AE6ubtOJN02pxCErW { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.8125rem;left:20.0625rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdFBGzNwLpGJmnm4LsKlJN0WlkUHpuDs { color:rgba(var(--color-tertiary-0),1);display:block;width:59.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:9.0625rem;left:8.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nrbcNbTx8nKstA1tTmO0mgMVALlpQPAQ { color:#072559;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:29.3125rem;left:8.6875rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#xKMx4F9TJGIEseme6ylP3MARsXQPb0JG { color:#072559;display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:29.3125rem;left:30.4375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#RmKdfDeVO7NXQF0Rh9D7NdN5PmluTxu7 { color:#072559;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:31.3125rem;left:51.875rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#pTlrGGCbCNIvxeZar50XhWMDnfR5PfFh { color:#072559;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:26.5rem;left:14.75rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#wPUpMFq6FpHIdRNMJBpH4U2AgRuHTVKm { color:#2f2f2f;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:31.8125rem;left:10.25rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#T82htRegDoBqzwfvDM0S7NAqCcOakVk2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:31.8125rem;left:8.375rem; }
#PiPaihO6Qfp3HeD7gZS5uc8sLNClwztR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:37.125rem;left:8.375rem; }
#WDnML621dNdeoBmD7JmxZVpPsLWzGZwg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:31.625rem;left:30.0625rem; }
#zHIs87bM4h3y0cZPAseOgQLUZqmqcV9y { color:#2f2f2f;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:31.625rem;left:31.9375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#CJ36x6o71ux0waBGW0pTrmDzl28n3y8i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:37.125rem;left:30.0625rem; }
#n0ytMMmt9fWWoJ4PtPVP6VKq1CNzre4K { color:#2f2f2f;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:33.625rem;left:53.75rem;height:11rem;text-align:left;text-align-last:left;display:block; }
#MkCx2GOXD6zXShxWEAdA1TkClA1nD6TX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:33.625rem;left:51.875rem; }
#VmWTo9SkDyvzuCiFi1rfCQT1SncliUMV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:38.625rem;left:51.875rem; }
#sgJALiIrcLraZb4MHp5X0Pe2Rcb8XIQ8 { position:absolute;display:block;z-index:15057;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:8.5625rem;width:17.5rem;top:17.6875rem;left:7rem;overflow:hidden;display:block; }
#oS2Ryu6PegGqS2FPDRiF22pXNULUgoTT { position:absolute;display:block;z-index:15058;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:8.3125rem;width:17.4375rem;top:20.25rem;left:50.5625rem;overflow:hidden;display:block; }
#dUyTF4eeN6qNtBeJPTPf95g1iUyAvZ7W { position:absolute;display:block;z-index:15059;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:8.5625rem;width:17.5rem;top:17.625rem;left:28.75rem;overflow:hidden;display:block; }
#cOPTfZvbuarWVIrEAhUozKA4DKe7rNJP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.5rem;left:8.625rem;display:block; }
#h5wVF07JK9JsRKlArdtFFvzvG3CgBFtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGG7XdeQAkraQpqzfnLUZEUg97D6MKao { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:46.5rem;left:30.9375rem;display:block; }
#vrzDhDtNv2zKFx6rFMKdCwW2XUpxb77Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzMlT1SaH5NSHrJfu6UIEZU74pXxSVLE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:46.5rem;left:52.125rem;display:block; }
#Zk3xeWLQU2zb85bItqS7iWf4Nbqu0XLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tu91ZHbhnsuPBPJrgxMawvd0DeTIiDud { color:#072559;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:26.5rem;left:36.375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#Ut3RvBTUEoRJGHaTgnn9XIa1BKOyIERe { color:#072559;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:28.375rem;left:58.4375rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#AxQBGngEEVaOrmkfsw38xaCX7N9a8JR5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:42.5625rem;left:51.875rem; }
#dTQWBDB7iM9knppKEBzlDwlaEAygzHXA { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.6875rem;left:21.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VS31Qks6JATmoBzfoELeg5RQKUQmPeeC { box-sizing:content-box;height:2.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15081;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.3125rem;left:49.875rem;display:block; }
#M6TLq2zLWOeApcVCZ4NoxqIOIO5dIh2P { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:18.9375rem;left:50.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltuDyd81leTAOplIBKkZsQhF7aV1yE68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#ltuDyd81leTAOplIBKkZsQhF7aV1yE68.adaptive-delivery-prevent-bg, #ltuDyd81leTAOplIBKkZsQhF7aV1yE68.lazyload, #ltuDyd81leTAOplIBKkZsQhF7aV1yE68.lazyloading { background-image: none; }#ltuDyd81leTAOplIBKkZsQhF7aV1yE68 > .row .container { border-width: 0; border-radius: 0; }#ltuDyd81leTAOplIBKkZsQhF7aV1yE68::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltuDyd81leTAOplIBKkZsQhF7aV1yE68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltuDyd81leTAOplIBKkZsQhF7aV1yE68 > .row .container { font-size:0.875rem;font-family:arial;height:91.6875rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:none; }#JQ4GZTPwgCVOQqgUpAiU551iDiAiFhWF { box-sizing:content-box;height:33.625rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.3125rem;left:5.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#znQc8JWUdp4r9XWbzKdX7ODEgJqcR7ig { box-sizing:content-box;height:33.4375rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.3125rem;left:27.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uae2PtsqlO3E6uXxPReGg7D91sxRiQw9 { box-sizing:content-box;height:33.3125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.3125rem;left:49.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EIJHHcQTxOFhdICDeQOrnao2C4fga5PN { color:#072559;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:24.6875rem;left:7.5625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHSxgXyKeKZaWcMST5OMUiH5KPs3JAyz { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:19.8125rem;left:12.1875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhtRHi4CGe7lJdQe37m03L9uZtMQOqf5 { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:24.6875rem;left:29.5rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g0R4Jbv3b5TMw1WR1Uhs7FOZdLxVlgke { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:26.25rem;left:51.3125rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnrxxx5edi38KIG2zXAWERVzpJ1LW9Ck { color:#072559;display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:19.8125rem;left:34.4375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzTN9GHm3JCzHFBZKC02bAiuApChDeDJ { color:#072559;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:22.25rem;left:55.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOuQqDZvBpQTrPv4SNuFD3mnTMxmfAxs { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.4375rem;left:19.5rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOoSXQSZaQVWPJMskBsx4kd65vGP5i4T { color:rgba(var(--color-tertiary-0),1);display:block;width:59.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:7.6875rem;left:7.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HhbuZGKEXL9gewpnWkKDEvz5nEyhrroz { color:#072559;display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:27.9375rem;left:8.125rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#eQnnug1vIEii9rmn125JsNhovlShsS2M { color:#072559;display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:27.9375rem;left:29.875rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#BX0G1PiZCeUSyf1A5kAhdLo72KsTOt5f { color:#072559;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:29.9375rem;left:51.3125rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#n0rPhCONu40yJybaiZ8u5i0Kl6xETJsm { color:#072559;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:25.125rem;left:14.1875rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#S6Sh8BSqUwmzuMN3GV0AmRBtTxaZSf3s { color:#2f2f2f;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:30.4375rem;left:9.6875rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#VLbuKpHJxdqlQHAyDJ69147bwQ5JBNVH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:30.4375rem;left:7.8125rem; }
#qGVHAc9z1napKueICgdL7NCno3uXnHLE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:35.75rem;left:7.8125rem; }
#tgSArXsncTS5xrVZuSJXw2dGU2hGLWOO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:30.25rem;left:29.5rem; }
#z3Ragew92KVqm3Ds0Ft398qT6ITDL3fb { color:#2f2f2f;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:30.25rem;left:31.375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#Z35RURF3Ob5F6xHc0X9DiSUlyriy2RAZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:35.75rem;left:29.5rem; }
#qryOpM2MkawAdEuEw6l1BZbKqCVLTOoG { color:#2f2f2f;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:32.25rem;left:53.1875rem;height:11rem;text-align:left;text-align-last:left;display:block; }
#W5ZmInv6GPqplQTt6hM6ERoKwCSVCKv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:32.25rem;left:51.3125rem; }
#XnxdKTZXwbTPNTLtwZc8Gq1kALB9DAXA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:37.25rem;left:51.3125rem; }
#TKA1bTQAzDURywUlDfSx5UORJcBLLDb3 { position:absolute;display:block;z-index:15057;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:8.5625rem;width:17.5rem;top:16.3125rem;left:6.4375rem;overflow:hidden;display:block; }
#mIwKSaeWwfwzEWUwwRT65MFmWvuyxy9q { position:absolute;display:block;z-index:15058;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:8.3125rem;width:17.4375rem;top:18.875rem;left:50rem;overflow:hidden;display:block; }
#ygAhF9xZyhyhpcBHIGd59SPGHmVXnJ5x { position:absolute;display:block;z-index:15059;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:8.5625rem;width:17.5rem;top:16.25rem;left:28.1875rem;overflow:hidden;display:block; }
#KBCZ9ZzNhXTpCrVqXFQ4dqFCM3DaqK2T { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.125rem;left:8.09375rem;display:block; }
#B3PKDq9fB5EVx1FXZpeE0GKyhsz9Atg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4HvbH24P0Rry3LyRR9MwO1p7chZF0uI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.125rem;left:30.40625rem;display:block; }
#RdzKLgln9JpWMBnmGPeWABsyJaDsTtMN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OClBA4GMibi6Sw6Vq1g47EeMwBSlTNFb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:14.1875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:45.125rem;left:51.59375rem;display:block; }
#NhQDvSq3c9pfQsgnupoRg9VEdHmAwIhO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDklFFehl3sSX1vf4s2PhOIrAXzLpIxf { box-sizing:content-box;height:31.8125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.4375rem;left:17.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OoczwCZ7t1XkecOWSObmoDRg0IyrPODU { color:#2f2f2f;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:68.3125rem;left:21rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#nF3T3DVt2fV5TTUhF59BtlhHTEScdMLP { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:63.8125rem;left:18.625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lydabNvoRMfG0c4AFCxTwiSIFdti0BMs { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:59.375rem;left:24.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2NiaWF5CtqnkL5T5nKHglEwlXaZTWBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:73.1875rem;left:19.1875rem; }
#q5T7mVio2LXARehCSAeTJzNhQuNJqyds { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:68.25rem;left:19.1875rem; }
#yTKQkP1vV0zeGWzD63si2oCFqXXwh2lC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:76.1875rem;left:19.125rem; }
#ad2ciX022nQTkX0Rb67cMFd3Ukri6alK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:78.875rem;left:19.125rem; }
#taavRppBkftKupnEGq89H6kmgzkEaES5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:81.0625rem;left:19.125rem; }
#gMWzDNInChE6yJs2ZC1gKxm1TqbpRpyG { color:#072559;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:25.125rem;left:35.8125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#IgZUNDMXJMmbTlnmRetMeluaLkZJFl8u { color:#072559;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:27rem;left:57.875rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#iRxU281vvv4zEGoLszIktmXfifXsK1Sg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:41.1875rem;left:51.3125rem; }
#xZ3tC47QmSpzDZSSiyd2k0tUTu2gTR1U { color:#072559;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:63.875rem;left:27.6875rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#BHX4ApR36QPikNhnL4DOUKmimR9aZOUb { box-sizing:content-box;height:31.8125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.4375rem;left:41.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qrk3NW1V9G5JLoFpL5r1AnZcQXpINGJ4 { color:#2f2f2f;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:68.3125rem;left:44.125rem;height:14rem;text-align:left;text-align-last:left;display:block; }
#TZ0Z9UZ5WvTscDauoV8FVz9gTMVrQATp { color:#072559;display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:63.8125rem;left:41.75rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3bQztVEsJgxAkIgzOG3n1gCb7I8gZ1L { color:#072559;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:64.625rem;left:51.0625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#ozpmAteOSRKQsX7n5h3lTMNiZxPuZAWi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:70.4375rem;left:42.3125rem; }
#RmTkMXIdnov1krpI8VfPwE4B8aILFLXi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:68.25rem;left:42.3125rem; }
#oxhI0SwGKVqCyuK1xaqbgTu2plnczBNz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:73.1875rem;left:42.3125rem; }
#TZoHVAKcCCRLpzIz253m3EzGElRaWpcU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:76.1875rem;left:42.3125rem; }
#NWvnaMboa5cSW5MCfbyBpX1h4qTmyTgI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:79.1875rem;left:42.3125rem; }
#TyxPBOyyP160y8VX3T1kliwqqRwIrp4D { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:59.375rem;left:47.5625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ywhGHSFpBT1tJsN3FKa61QbExiarBi5i { position:absolute;display:block;z-index:15066;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:8.625rem;width:18.5625rem;top:55.8125rem;left:18.0625rem;overflow:hidden;display:block; }
#DIhUZxP9X3unKQx6RvcAon3mri3utDTc { position:absolute;display:block;z-index:15078;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:8.625rem;width:17.25rem;top:55.8125rem;left:41.8125rem;overflow:hidden;display:block; }
#aFl0ZG0TV4WL6cnWNDptGi3hh6RRkUXM { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.3125rem;left:20.78125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#UOEtFshXAzkSbBT3xbNoKZLoPvRd4zaf { box-sizing:content-box;height:2.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15081;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:49.3125rem;display:block; }
#Sb3eUwGybNlS6IpkP6G9mWspnID8BsvA { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:17.5625rem;left:50.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HaHaaPVsgz1GnqUXH92CvrfPkbgOuFrt { box-sizing:content-box;height:2.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15082;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:17.9375rem;display:block; }
#uQ5gALSh1bPZxmxNAb72b02JeX2UkxB1 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:54.625rem;left:18.875rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdIl2MIUQPMA0aIn24UvToPMKu7o5yuy { box-sizing:content-box;height:2.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15083;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.1875rem;left:41.0625rem;display:block; }
#X7DUpbTTZQJXxnTb6bcS0BL3Nvs76NPe { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:54.625rem;left:40.90625rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 { 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;display:block; }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row .container { background-color: transparent; background-image: none; }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row .container > .video-iframe-container { display: none; }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row > .video-iframe-container { display: none; }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .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); }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row .container { border-width: 0; border-radius: 0; }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#P5XLevKx9Q57GbkT3WAHGez1ckTboP11 { color:#072559;display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.3125rem;left:8.65625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwxugsFgiXNCawHMRM2hlp6pddtkR8Rs { color:#2f2f2f;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:8.8125rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZgLOvCyTS1bfNMCZtBonuxlcfNkifhJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.4375rem;left:5.9375rem; }
#PPPtevXAUgUJyqstu8Nk8MKWPE5tEIfa { color:#2f2f2f;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.375rem;left:8.8125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IxQ97UuLKRTIyX012i5hgh4MmJCu2xe3 { 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:15038;opacity:1;top:11.8125rem;left:6.125rem; }
#sXbumCtS0LOPKgaFdHmU8VVt62T4e31H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:16.375rem;width:22.6875rem;top:10.4375rem;left:49.413586956522rem;overflow:hidden;display:block; }
#JaM3ErEcnrWhQI8w9pQaIuuRHrFqXZRz { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.6875rem;width:20.4375rem;top:19.125rem;left:33.6875rem;overflow:hidden;display:block; }
#N1U6Aqrmknh5cmScfu20pmUXbMK61bIX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.5625rem;left:5.9375rem;display:block; }
#Z10ZWJA8CDFbEQ8uu4Q673eyS2lfWqrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uqZKkzsXo1wy00560WrvqV46BrDic7ld { color:#2f2f2f;display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.9375rem;left:8.8125rem;height:10.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dnZwbhDpxTGKaKyTSsSkupNsKDtolhGR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:24.1875rem;left:6.375rem; }
#QA087ygBZOwx9IBB6uVm5QmUpIM54S8T { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:5.9375rem;display:block; }
#QRtHXXgKNaNITTt0fia1bTVpF9cvmOAt { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.5rem;width:20.0625rem;top:25.75rem;left:49.5625rem;overflow:hidden;display:block; }
#nIiCprbskqdPV3S1ICpkBs7pMSPK7GwK { box-sizing:content-box;height:0.125rem;width:23.125rem;position:absolute;display:block;z-index:15042;background-color:rgba(77,77,77,0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:5.9375rem;display:block; }
#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f53f31ce-5728-49bc-96ec-b076563549f2/CopyofLPimagesGeneral1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy.adaptive-delivery-prevent-bg, #hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy.lazyload, #hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy.lazyloading { background-image: none; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row .container { background-color: transparent; background-image: none; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,58,85,0.74); }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row .container > .video-iframe-container { display: none; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,58,85,0.74); }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row > .video-iframe-container { display: none; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .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); }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row .container { border-width: 0; border-radius: 0; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#qPCO1uCkyblXCTQRUqs2PHRCclWCNvws { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfhFziMubSJewNEofGkP39rQk2szSLQT { color:#2f2f2f;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.06201171875rem;left:20.4375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#fdUWUDmK6QWKT7mTSFp7Q9dUTzpsCalD { color:#2f2f2f;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.0625rem;left:0.9375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#ERTxiDbTwcaZ6Zm2Sso8LKKvsMtqV4G4 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ebbeb7, #b2f5ff);background-image: -moz-linear-gradient(180deg, #ebbeb7, #b2f5ff);background-image: -ms-linear-gradient(180deg, #ebbeb7, #b2f5ff);background-image: -o-linear-gradient(180deg, #ebbeb7, #b2f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#b2f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#b2f5ff' );";background-image: linear-gradient(180deg, #ebbeb7, #b2f5ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.3125rem;width:17.9375rem;top:9.75rem;left:0rem;display:block; }
#Z9OdELMLvzHuQygfc5AOkDSv3HuXSMBV { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ebbeb7, #b2f5ff);background-image: -moz-linear-gradient(45deg, #ebbeb7, #b2f5ff);background-image: -ms-linear-gradient(45deg, #ebbeb7, #b2f5ff);background-image: -o-linear-gradient(45deg, #ebbeb7, #b2f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#b2f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbeb7', endColorstr='#b2f5ff' );";background-image: linear-gradient(45deg, #ebbeb7, #b2f5ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.1875rem;width:17.9375rem;top:9.8125rem;left:18.875rem;display:block; }
#bbS8GUpqGSvSZLXNeWb1hQdaMDq4qNJT { color:#2f2f2f;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:11.625rem;left:21.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IDDcicJ5w1sskJFnde1RFOt8qOQ9QWBy { color:#2f2f2f;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#H0aAuQTbuUDeSqaJ0iSdCURCNKRuAzVE { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -moz-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -ms-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -o-linear-gradient(81deg, #b2f5ff, #ebbeb7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#ebbeb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#ebbeb7' );";background-image: linear-gradient(81deg, #b2f5ff, #ebbeb7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.1875rem;width:17.9375rem;top:9.8125rem;left:37.8125rem;display:block; }
#PWu7CgZOM621GP4u0vZdhQ6aVJpTdAwg { color:#2f2f2f;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.150390625rem;left:39.40625rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#rdCb9NT5BTwGpEEatL6xatkSVkFH61Ln { color:#2f2f2f;display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:11.625rem;left:41.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#uheOqAyBBMD15MUFP3I08kJ6oEgHsXIh { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:26.6494140625rem;left:22.59375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#KRdr8fi8FOQ9O2ZKZvTC65bhkovzPTmA { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -moz-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -ms-linear-gradient(81deg, #b2f5ff, #ebbeb7);background-image: -o-linear-gradient(81deg, #b2f5ff, #ebbeb7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#ebbeb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#ebbeb7' );";background-image: linear-gradient(81deg, #b2f5ff, #ebbeb7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:14.25rem;width:17.9375rem;top:9.8125rem;left:56.75rem;display:block; }
#WcS9qxggAfEvaIZwTTvKuOMGwglHznTu { color:#2f2f2f;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:14.71142578125rem;left:58.34375rem;height:6.25rem;text-align:center;text-align-last:center;display:block; }
#FZhZgH9wwn2luOg3h02XZJhnuEaqPG6c { color:#2f2f2f;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:11.625rem;left:58.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q { 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;display:block; }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row .container { background-color: transparent; background-image: none; }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row .container > .video-iframe-container { display: none; }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row > .video-iframe-container { display: none; }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .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); }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row .container { border-width: 0; border-radius: 0; }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#CsEkSCNS3wtgvPLdwp2disH1ysUW83TN { color:#2f2f2f;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.75rem;left:39.3125rem;height:41.25rem;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; }
#voosvxVq4a5silzEfun637CqbZOzhC6w { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.32) ;height:31.1875rem;width:24.375rem;top:18.5625rem;left:9.5rem;overflow:hidden;display:block; }
#eMOq6WC1NT26mBGBsPAAGPzZNrTTfsus { color:#072559;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QOcdDOognipE0N8JszdbshsVk6Azt5OQ { color:#2f2f2f;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0625rem;left:9.5rem;height:5.5rem;display:block; }
#NXiLVIBcZ2myuO1wihddydBUlGLJdBLc { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15012;background-color:#d7b543;background-image:none;top:11.0625rem;left:37.5rem;display:block; }
#HtJpxJby84MAUJ3FZUXRS3SQGsm7PJQH { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15011;background-color:#d7b543;background-image:none;top:18.0625rem;left:37.5rem;display:block; }
#ebl6qiNyiiH9p8FKvZt5fJdR1ThXeknO { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15012;background-color:#d7b543;background-image:none;top:27.5625rem;left:37.5rem;display:block; }
#XqANTUHexspkGQDeoZVN0CGM0CF2XrnW { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15013;background-color:#d7b543;background-image:none;top:34.4375rem;left:37.5rem;display:block; }
#zsDy9qKVAq3CaawSD3oC3BaHppS6xAaV { box-sizing:content-box;height:0.6875rem;width:0.6875rem;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:15014;background-color:#d7b543;background-image:none;top:45.4375rem;left:37.5rem;display:block; }
#yeQAcwVL2dirHqMRqq7yFkRUx635nJQx { box-sizing:content-box;height:34.5rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#d7b543;background-image:none;top:11.375rem;left:37.75rem;display:block; }
#Ipi5KfJ9wThJW5wUUTnh2DTZ7skc9bVd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#w9ys89uub8iaN4gQBE9Vx3BaoN9aJuGN { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#NIT5EtmnT57n5UeZta3L7kyPmhR9Z2Rx { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pbvnguSevFhcUmm7dK8TsiQkRKVTxgw5 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#NlGssEzlf4yzBoks7Xr4yyr8CIWcvlml { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM { position:relative;display:block; }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM { background-color: transparent; background-image: none; }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .row .container > .video-iframe-container { display: none; }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .row > .video-iframe-container { display: none; }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .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); }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM { border-width: 0; border-radius: 0; }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R21gVzmRWnRxoVtplUrsv34AMbQUb7Vm { color:#072559;display:block;width:46rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0617218017578rem;left:15.21875rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#VsPf6balczNWWXGtUwBOgITcdfrV1DNS { color:#2f2f2f;display:block;width:63.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0615234375rem;left:6.28125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#PgfTew0BCSZc5dsg9kx5irStAbelk27C { 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;display:block; }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row .container { background-color: transparent; background-image: none; }#PgfTew0BCSZc5dsg9kx5irStAbelk27C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row .container > .video-iframe-container { display: none; }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row > .video-iframe-container { display: none; }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .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); }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row .container { border-width: 0; border-radius: 0; }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:75rem;position:relative;display:block; }#fZG0GR0dIR6PJMhn0M8ffWdbt8Jmi7sv { color:#2f2f2f;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.375rem;height:27rem;text-align:left;text-align-last:left;display:block; }
#UMLLgeCZFcNDK9chakXKmQy79JzQ8Gnc { color:#072559;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0.6875rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#DhXP6WSPmpEQKliOpARzqpf7COuV9Tnd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:6.0625rem;left:0.6875rem; }
#lnzs3zov1Rv5aEPCIo2rWIDe5e0QkbzI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.6875rem;left:0.6875rem; }
#aoPhxeFCLCxCxKwkx2ysS995F2XVn3TD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.5rem;left:0.6875rem; }
#pp9ADEl3fSMcMPBzxWIqHefbqMwT1ezP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:27.3125rem;left:0.6875rem; }
#IBJfacZmTcNJAJJBBosyLqBkISTWtixg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.25rem;width:24rem;top:35.8125rem;left:25.25rem;overflow:hidden;display:block; }
#VDXd98X4ao2kDa84ayZh9rzZF09O7sFx { color:#2f2f2f;display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:42.125rem;height:22.5rem;text-align:left;text-align-last:left;display:block; }
#HohUw6IFbRKlAmZVcbnefRWweAyRrJzL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.5625rem;left:39.1875rem; }
#TWdTFrWkuuXWIbxsKHkAERicISxMvVEx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.125rem;left:39.125rem; }
#zkFSuE9K1gOWDQhIZQ6xHxvHa10CTJ0m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.8125rem;left:39.125rem; }
#XdaHtXSH9UxVuA0Qzm6nRSFK66qfXfo4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.75rem;left:39.125rem; }
#PmKlmH2vemBMarFiJPVMyLIak0EC1pSq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.5625rem;left:39.125rem; }
#gryEoaLlhGHa50JJUhsmL8WoPwt1Xqzf { color:#072559;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:39.5625rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#bVUTs86lTx7tzX1H0JuUwESGqGgZE9lW { box-sizing:content-box;height:2.9375rem;width:14.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.25rem;left:25.25rem;display:block; }
#AXwWHGX9M0DZ22O6iQ9k4lToaVflTJMf { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:30.1875rem;width:22.125rem;top:35.75rem;left:2.5625rem;overflow:hidden;display:block; }
#y9P1iMRcqH5EI0WGGlxaHurGpQrhmwvI { color:#2f2f2f;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:45.875rem;left:25.625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#aZTT88byPXvi7yT7ay4NaW6mMcG6EwWf { box-sizing:content-box;height:2.9375rem;width:12.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:57.75rem;left:2.5rem;display:block; }
#FCnVFOSEZ7udvNZccigyuTsWPOkopoJi { color:#2f2f2f;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:58.375rem;left:3rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#gLXHzX77bDHLrEuHmh2S5DnaB1egSLLZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.875rem;width:23.875rem;top:49.8125rem;left:25.3125rem;overflow:hidden;display:block; }
#clT6NAops1MF3OFM0Tv4JAvgCELtdV9h { box-sizing:content-box;height:2.9375rem;width:18.5625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:61.875rem;left:25.25rem;display:block; }
#TJAqkDANv2dg5yk4JRmUaZIkGWB1pQ3i { color:#2f2f2f;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:62.375rem;left:25.625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#lr6JdmTfz9CCCEB3WMyMqoGsfD4sBe18 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.875rem;width:22.5625rem;top:35.8125rem;left:49.8125rem;overflow:hidden;display:block; }
#GwgMmNNFluQ1C1rZPaeK6TUlKTcEvmvF { box-sizing:content-box;height:2.9375rem;width:16.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.4375rem;left:49.8125rem;display:block; }
#GCyvok76XeOOsylkfkTolF22ohBcZp8T { color:#2f2f2f;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:37rem;left:50.1875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#ymEZ8GMduK3zr5WEoAe0AHwilW8q5lbU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:14.4375rem;width:22.5625rem;top:51.25rem;left:49.9375rem;overflow:hidden;display:block; }
#uXbA6o9SH3v7AbGDhM0uqoawal39NIOD { box-sizing:content-box;height:2.9375rem;width:13.4375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:52.625rem;left:49.8125rem;display:block; }
#qyHPfF7iQxyCtp1ummr8Gfs5G63GCXtl { color:#2f2f2f;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.1;letter-spacing:0;top:53.125rem;left:50.125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#zbLrWhw3QAbvoJztt5EZUmeNesviNCiK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:68.3125rem;left:28.25rem;display:block; }
#fEHvef5Dq1OnADdw2TsE0Cv2KVMC0gXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NlBk1cAb4uEop7C48TPb7y1xTlVcpiGR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.75rem;left:39.1875rem; }
#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr { 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;display:block; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { background-color: transparent; background-image: none; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container > .video-iframe-container { display: none; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row > .video-iframe-container { display: none; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .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); }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { border-width: 0; border-radius: 0; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;position:relative;display:block; }#izTuXiJJD8TeZkNI2UKDnw9SRIg66R3R { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:23.875rem;top:10.0625rem;left:2.6875rem;overflow:hidden;display:block; }
#ddmTF5fDfp8hD288vt275c8UQEIOFuGZ { color:#072559;display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.3125rem;left:13.53125rem;height:5rem;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;font-style:normal;display:block; }
#kIzFhMwOV8MTIsTtZ8DWk5dng2KkBGoo { color:rgba(var(--color-secondary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:20.6875rem;left:3rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#JKESn46CJfGLIcLI1dRKz9yFlRzgqf4W { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:20.8125rem;top:10.0625rem;left:27.125rem;overflow:hidden;display:block; }
#Rclc9mDuNKef8R9wyeuw4AaJwTreSKHD { color:rgba(var(--color-secondary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:20.6875rem;left:27.6875rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#QX7KcDihdpnXDospACG3kokaH5OgT6aD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:23.1875rem;top:10.0625rem;left:48.5rem;overflow:hidden;display:block; }
#wyl8ldQh5xg76fs4H7FfQmdm9XWeNHDK { color:#2f2f2f;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:11.25rem;left:58.75rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#EM73VNksVTSrs9WS0OSFFZUewyEPTpfD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.625rem;width:42.5rem;top:24.375rem;left:2.6875rem;overflow:hidden;display:block; }
#T908rPcORCv6CZkWvNkMVKrVl8tn6dKI { color:rgba(var(--color-secondary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:33.0625rem;left:3.0625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#dHag2BUVsAlhTSKRmVyUg1kfkblgACgs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:18.625rem;top:36.5rem;left:2.6875rem;overflow:hidden;display:block; }
#SRokQbcipKDyHL69GgKFUx7ow2nw235a { color:#2f2f2f;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:37.6875rem;left:2.9375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#ACZSIcfFWh8E4cR7dMZdQ6b9tOtORTTi { color:#2f2f2f;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:25.875rem;left:46.125rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#k4fAvcTf19VxH2DFOu5ri4L7FgeHeVdG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.75rem;width:26rem;top:24.3125rem;left:45.6875rem;overflow:hidden;display:block; }
#KVQanH54dL2L3T83w6HcD8fyWTKRgkB1 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.9375rem;width:22.8125rem;top:36.5625rem;left:21.75rem;overflow:hidden;display:block; }
#kwStdhUFboGlHJV4qShqd0lmGIHOZsga { box-sizing:content-box;height:2.9375rem;width:22.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.1875rem;left:2.6875rem;display:block; }
#KkCfmzVxVqHgWDPfJxlIS9T2h45zXHNH { box-sizing:content-box;height:2.9375rem;width:15.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.1875rem;left:27.125rem;display:block; }
#RGIKniZ5dgys58STgXQtOSn9N8BGbDUd { box-sizing:content-box;height:2.9375rem;width:13.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.75rem;left:58.875rem;display:block; }
#tonqOSXshTcRRuG6GpNZbQ25sKSTPxBW { box-sizing:content-box;height:2.9375rem;width:15.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.5625rem;left:2.6875rem;display:block; }
#gqiwkrgPUzV66KHPaaK1mayT6WJw0tTm { box-sizing:content-box;height:3.8125rem;width:14rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.375rem;left:45.6875rem;display:block; }
#N3l4ThLrPK3JsDTOgGAGaKehd2RwF0hA { box-sizing:content-box;height:2.75rem;width:18.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:37.125rem;left:2.125rem;display:block; }
#QwpuXSiMDgqVWzAQ6zdL3P8ilAHZLU6O { box-sizing:content-box;height:2.9375rem;width:21.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.6875rem;left:21.75rem;display:block; }
#LPFkrOavadyH0dMq3FcLoLrhlOVSRWJF { color:#2f2f2f;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:47.3125rem;left:22.0625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#a6zu8vwbKKxgMCPSwSTHd3rPedIqkD0z { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:13.875rem;width:26.75rem;top:36.5rem;left:45rem;overflow:hidden;display:block; }
#mcvLOD0vDhJ7G7nMfd5Xa2KcV16OUx08 { box-sizing:content-box;height:3.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.125rem;left:52.0625rem;display:block; }
#eO75AqwEQv5tiF7P7E6qrO9Bmxm9Khq5 { color:#2f2f2f;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.4375rem;left:52.6875rem;height:2.8125rem;text-align:right;text-align-last:right;display:block; }
#qXI9hBJC33qhidi7V6kTryFUkkiyDaxE { color:#2f2f2f;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:46.875rem;left:49.375rem;height:1.9248rem;text-align:right;text-align-last:right;display:none; }
#LDrUoHxyBINNFg8RdpTKhpCgmUGKWGLG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:58.375rem;left:28.625rem;display:block; }
#qc5L5zTLTaDeUZoNduJtDgzDTvWDxsmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gL8avWUEkleDy5GZcOgpm6T5RQuyhPFq { color:#2f2f2f;display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:54rem;left:21.75rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#WSxrRoTfTfgVf2dro5J8DUad9y84f6y0 { color:#2f2f2f;display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:46.87451171875rem;left:22.4375rem;height:1.9248rem;text-align:left;text-align-last:left;display:none; }
#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d689d;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; }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row .container { background-color: transparent; background-image: none; }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row .container > .video-iframe-container { display: none; }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row > .video-iframe-container { display: none; }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .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); }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row .container { border-width: 0; border-radius: 0; }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#gzyrDGT9OdhPlGrKEhvhUZyGMOEdNhpb { color:rgba(var(--color-tertiary-0),1);display:block;width:51.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:11.6875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HFqPmgAQixrFNWk51vxPaTSPXsnAnwUX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:14.0625rem;left:20.0625rem;display:block; }
#AkWNKWMZKOXxMHZTaBoIXctlaVwlFe8O { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8115234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:44.375rem;left:7.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PlnlVtlxKF8PBI2ukGhZyNoT6Rzrr4gh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.75rem;left:29.9375rem;display:none; }
#KIDP3L9mpLmbgKnNTa0wiPiiXuBJT39q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNPKenfZM8afvFp1cNqSt2wdxVXovq3f { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:14.0625rem;left:38rem;display:block; }
#VCLmoUseg5zpnEhWyqZT0TTWbbzKxgZ8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:14.0625rem;left:2.0625rem;display:block; }
#greCinUTTkTAx11Ezq6A9KAsAik1qpmD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:14.0625rem;left:56.0625rem;display:block; }
#Zxt4gR91r1RBTO3S5goxmCeWyRLTbtNb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:49.0625rem;left:28.9375rem;display:block; }
#fKmVlrNciJ9o76kuL0BhhbZv5mbh6Jxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIfchT8aSrsvbu1g7d3NetbTkOeN5IAZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28rem;width:16.875rem;top:13.5625rem;left:19.9375rem;display:none; }
#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row .container { background-color: transparent; background-image: none; }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row .container > .video-iframe-container { display: none; }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row > .video-iframe-container { display: none; }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .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); }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row .container { border-width: 0; border-radius: 0; }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#HyqP2X1neoxIuu7Jo0xIRytDSJdKSE5u { color:#072559;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.0625rem;left:39.4375rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qDmnm46rtmy7IXrZvHX26IIsKOr2G3xo { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.0625rem;left:39.4375rem;height:20.625rem;font-style:normal;display:block; }
#harV4TstmaWMkG92MKFnSLphPHB1PEl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:31.3125rem;left:21.4375rem;height:2.125rem;font-style:normal;display:block; }
#ndqXp8XLGtgfH2ruO2oxHXbgbVaTk1wd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:19.875rem;left:20.875rem;overflow:hidden;display:block; }
#GhJh2sAEgwEFumZlkRRRpEbKhTqsTsgv { position:absolute;display:block;z-index:15007;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.875rem;width:12.875rem;top:21.9375rem;left:7.625rem;overflow:hidden;display:block; }
#udx2d0WdEfhutbJXieBm018cWDuioDEw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:35.4375rem;left:7.75rem;height:2.625rem;font-style:normal;display:block; }
#PybAfPGdK3zPTJWt4hJg7eTEaFDgry7i { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:17.75rem;left:25rem;height:2.125rem;font-style:normal;display:block; }
#rqit0in5zvVwQp0pRDTJvWDhcRM23qL1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:17.625rem;top:4.3125rem;left:7.125rem;overflow:hidden;display:block; }
#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d689d;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; }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row .container { background-color: transparent; background-image: none; }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row .container > .video-iframe-container { display: none; }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row > .video-iframe-container { display: none; }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .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); }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row .container { border-width: 0; border-radius: 0; }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#yHwUPwylttbsZ68xCTfn3eCZDJGBG2BH { color:rgba(var(--color-tertiary-1),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.75rem;left:11.90625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#KBobblt9tBPXmdhWebp0nMsrJu9qW1GH { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1); }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-style:normal; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);font-weight:300;font-style:normal; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_17781dae9bac4a9226667a4cc3ead58854c4e7d6.svg");background-size:contain !important; }#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-trigger.adaptive-delivery-prevent-bg, #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-trigger.lazyload, #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-trigger.lazyloading { background-image: none; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn { box-sizing:content-box;height:auto;width:46.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5625rem;left:12.9375rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #VBCuTlBzDGG3T6nKPVBn3h1t1exbdwte { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #KQTWyDxTlFvBefzPc2qvZScz5FtinNC2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #oNXIePfxC8oUXCisvhTkD307oH92JLkV { display:block;position:relative; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #z4LT0XDb2TFct4WmVx85p7fCnLaLUnxH {  }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #Z8SfU8Qy6TCuP616wEsFRTctmTWW8GMN {  }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #o4urOFbUB9xt4f6GVVC5tx5iK1B1DNuW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #whODr3G80htxeVvFe2tBr7EJgmFxwqT2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #nuOMlV5B0TtZToQzsHEbgkKvtTWhBrhE { display:block;position:relative; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #hPPFcIMSOGdkCZL3JlsKTH1SLAxFhhWe {  }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #IqmWL9Exb1yBhal3KFrmc961QQr9wF5U { display:none; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #sWA0K8IBN8bbu7NEIQwTi4r4ckZT6uLr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #qBF5dVwNTh8J4KTORDe7lOp7amP18AmH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #D6tDoenhMG2M9ytoPtBfQAfZ090TSchL { display:block;position:relative; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #A8wmmi5N6s8unyb7Qwk6iCpuvh6F4aqx {  }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #bNDELBlIosElkmUUfbDimvy0fTd9WDdq { display:none; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #MSFnTivU0ec3X6PZtbOR6hTmW0m4vc4U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #esPKLWwZ89g8Vg7Nue8u9g9d1fqkiq3F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #xECZEgqUXNScHeBP9vS7BfSoVKqUsW47 { display:block;position:relative; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #q86ZG1f8dWxnf4sToXsV3c90ZMh2oVt5 {  }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #IGIVb6kPDHvRFsfEX24kvuEAIq3TSldC { display:none; }
#FSeeVpi7RzS7Rhv0I3KoLU8JLtUkyE5V { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.275024414062rem;left:28.90625rem;display:block; }
#nBV8HchHEH0AnheDWiSqUIKN8tUEdis5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { background-color: transparent; background-image: none; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container > .video-iframe-container { display: none; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row > .video-iframe-container { display: none; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .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); }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { border-width: 0; border-radius: 0; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#eUCEq3kd451df2ovRF3CR32n1MzsEgOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.875rem;left:46.5rem; }
#eUCEq3kd451df2ovRF3CR32n1MzsEgOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.9375rem;left:50.0625rem; }
#rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#uCne6O1V20eZ5T5difaOR6U5RoiT9XkO { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.875rem;left:38.3125rem;display:block; }
#xEUGrgyweTomaoAuW2t9aHTmwsmX2swc { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#l5Z2wZ7DdSH1xts7eflwndkH9udUe1QE { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:10.5625rem;left:40.25rem;overflow:hidden;display:block; }
#Hx2HylQkBVFZcAK934iX7l21DxHzpK5e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.875rem;left:33.8125rem; }
#Hx2HylQkBVFZcAK934iX7l21DxHzpK5e > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.875rem;left:30.3125rem; }
#mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#T4voNl4kAhIQz6EV5yGUvW0paKn4a4ei { 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.1875rem;width:6.5rem;top:11.5625rem;left:22.9375rem;overflow:hidden;display:block; }
#Av7L7ISc6lQWTrXmS46uITnPsXpWNvs5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.25rem;left:22.125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#btyl8P7dno3qs2q03olmCrQ02My4dUMS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:20.25rem;left:34.5rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#qUJrU8ms1FP0y2nTbZJ0BexxGbU6Ifz4 { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.875rem;left:33.9375rem;display:block; }
#tBUficNtriECBaprBKDUZIfVmm2ElTFP { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.875rem;left:45.1875rem;display:block; }
#O8sqh1VDJ2qlTCulKKig2hSZcX7pt9aM { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:20.1875rem;left:45.3125rem;height:0;text-align:center;text-align-last:center;display:block; }
#tkd14oJHE8EMFenReV9OKSD13gxrErQb { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.25rem;left:25.125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#B7TAAJUE27VmJWocf68tVmaJO0EXU7Q4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.875rem;left:32.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Sr1HiPe0hfWwuZX0d0CdEy3wUlKQa5M7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.6875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZqANdSwqUgMntcduyVyETuMtA2lgyfUK { display:block; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UF66Gq6wNeftq9DT0wqwVLzQ4LA05yuk { top:1.125rem;left:25.375rem;width:18.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlJSkF9qLNi2lEXp028XoFRD1gWzCVtq { top:0.4375rem;left:0rem;width:6.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB1HDvq6RLmSn0CFgz5gcnr6V6qHVR99 { width:15.25rem;height:3.4375rem;top:0.5625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKtbuwKJ8u416wALu1NCNDiGANCLqIy { display:block; }
 }@media only screen and (max-width: 763px) { #B17WzOfrfTAPpaKZkceefTNBugR24ffL { width:2.4375rem;height:2.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXXlbgJAzlRCppeB0fBuQfKuTTHxfahJ { display:block; }
 }@media only screen and (max-width: 763px) { #zCx9CUiM8HkymRsUEnHTtF6KBSRk1Slv { width:2.4375rem;height:2.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDP1rTKELpX23U5miwic1KroXsUKWRrF { display:block; }
 }@media only screen and (max-width: 763px) { #mS4OukpRC4KbFelVrdttdLxXGzVxV6bb { display:block; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d { display:block; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuSi5Ef1wb7OhIRMZ3wN1OQIUTTDT2g8 { top:34.5rem;left:23.75rem;width:16.75rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irpkoZmllpnqwgyv7B4lRXkBoEpobGQo { top:20.5rem;left:6rem;width:36.125rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvxWBELgwbhUuLwpo9xHcasHm6rTGw3A { width:15.25rem;height:3.4375rem;top:34.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmWtevmSwHEZ5KA6E21AdtoNJTuiwR3R { display:block; }
 }@media only screen and (max-width: 763px) { #VSF6gNoJDpUBAkhXTAT8HJLWy2N1Ms8K { top:28.6875rem;left:6.3125rem;width:35.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahdFGPo84Z0hOPp4pk4hVb4MlWoGpka3 { top:33.25rem;left:0rem;width:19.9375rem;height:6.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGKEwQIpD0vh3NzfZt6k8pLLRi2EX0fx { top:37.5rem;left:0rem;width:19.9375rem;height:4.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaHGEBJN1b4vlGCMUr0f8NJ8iFZF9aen { top:0.8125rem;left:3.375rem;width:41.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSGBK2IaPCbzCqmti6ZTaHHHK4WCNS8U { top:40.4375rem;left:7.15625rem;width:33.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm { display:block; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfxUALe7uQVTl1VnBebz8E4OeG2ty7CP { top:1.4375rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTQtzaSDrVHaWsJkKN3I2OSH6fDlL04 { top:1.75rem;left:37.5625rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrxAneArGCCCgsyPExXsxqPLzJqhV3GP { top:1.375rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLm0t3Ueu9vcDwAvVIOuwBm53CDixB1f { top:1.8125rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvs7vvSZcqsiJUuJpeHF3Ozx9ompkmLm { top:2.8125rem;left:0rem;width:6.375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtQynoP0mtM1ca3vz72ZTkmJII8rc7PQ { top:2.6875rem;left:17.875rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFRvB58TwKwyNxGNpCUbJtzS9nSOQXTl { top:2.8125rem;left:23.5rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQhJ1oRcLSNmvc7G3aO1oJzzwGwmGlx9 { top:2.875rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX8LScUAMxIr7vyBrdzMylH8r9JT0fx8 { top:2.4375rem;left:1.125rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7LyJTnuQcM41zIkvHdKuSCRGdRSOhiH { top:2.4375rem;left:9.875rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x41t2TCQCMaDmrXqRDueZgpEreCnzsfn { top:2.375rem;left:30.375rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH { display:block; }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nluQEVcpKrrIy8FKGRw2z5sR482LZui5 { width:40.8125rem;height:2.75rem;top:4.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ZLx1trR1hlcmqSfGxo72qOGIW4uwcv { width:33.9375rem;height:27.5rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcmuoX4tug34uI5UKcKq5p72a24EwpGI { top:2.5rem;left:6.75rem;width:41rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCT371qKaE2oTaGAr4A3qGXwfOu05OBi { width:17.1875rem;height:3.4375rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEdWLvKW2akZQ17LgMNcanTuUUHW12z0 { display:block; }
 }@media only screen and (max-width: 763px) { #cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL { display:block; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrsuZIZQRaek1FKQ1l7IfJHM7O77dtdi { top:17.6875rem;left:0rem;width:18.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uls7U9iX13FmQscLrAdPhQDRrr6Vc6w7 { top:17.6875rem;left:14.5rem;width:18.75rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzZ5QTIRJoCwVlkgBTcW4mLoTvqx0A20 { top:17.6875rem;left:29rem;width:18.75rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTaMOKCP5lA10n97n2Jo6TzxMtT6IQlZ { top:26.0625rem;left:0rem;width:6.4375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubLWSrP2l0lX69LklbZnvfKmkSTCE5sc { top:21.1875rem;left:0rem;width:8.9375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRLtCRyLHTcTkKlNX3w5ohZtRAgukaII { top:26.0625rem;left:16.4375rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToPAJ98LLhrOcGmNdfahTxDvGNK3scUX { top:27.625rem;left:38.25rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuPFxrT0mFLurblUxxlDM7PIdTns78Ry { top:21.1875rem;left:21.375rem;width:8.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfVMxLp9rgLgPFmRJ88ghLTtFT2QznhG { top:23.625rem;left:38.6875rem;width:9.0625rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh6LOT00OFDvRq9AE6ubtOJN02pxCErW { top:5.8125rem;left:6.4375rem;width:36.125rem;height:2.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdFBGzNwLpGJmnm4LsKlJN0WlkUHpuDs { top:9.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrbcNbTx8nKstA1tTmO0mgMVALlpQPAQ { top:29.3125rem;left:0rem;width:3.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKMx4F9TJGIEseme6ylP3MARsXQPb0JG { top:29.3125rem;left:16.8125rem;width:3.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmKdfDeVO7NXQF0Rh9D7NdN5PmluTxu7 { top:31.3125rem;left:38.25rem;width:4rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTlrGGCbCNIvxeZar50XhWMDnfR5PfFh { top:26.5rem;left:1.125rem;width:9.5rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPUpMFq6FpHIdRNMJBpH4U2AgRuHTVKm { top:31.8125rem;left:0rem;width:12.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82htRegDoBqzwfvDM0S7NAqCcOakVk2 { top:31.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiPaihO6Qfp3HeD7gZS5uc8sLNClwztR { top:37.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDnML621dNdeoBmD7JmxZVpPsLWzGZwg { top:31.625rem;left:16.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHIs87bM4h3y0cZPAseOgQLUZqmqcV9y { top:31.625rem;left:18.3125rem;width:13.0625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ36x6o71ux0waBGW0pTrmDzl28n3y8i { top:37.125rem;left:16.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ytMMmt9fWWoJ4PtPVP6VKq1CNzre4K { top:33.625rem;left:34.1875rem;width:13.5625rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkCx2GOXD6zXShxWEAdA1TkClA1nD6TX { top:33.625rem;left:38.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmWTo9SkDyvzuCiFi1rfCQT1SncliUMV { top:38.625rem;left:38.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgJALiIrcLraZb4MHp5X0Pe2Rcb8XIQ8 { top:17.6875rem;left:0rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS2Ryu6PegGqS2FPDRiF22pXNULUgoTT { top:20.25rem;left:30.3125rem;width:17.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUyTF4eeN6qNtBeJPTPf95g1iUyAvZ7W { top:17.625rem;left:15.125rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOPTfZvbuarWVIrEAhUozKA4DKe7rNJP { width:14.1875rem;height:3.0625rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5wVF07JK9JsRKlArdtFFvzvG3CgBFtU { display:block; }
 }@media only screen and (max-width: 763px) { #xGG7XdeQAkraQpqzfnLUZEUg97D6MKao { width:14.1875rem;height:3.0625rem;top:46.5rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrzDhDtNv2zKFx6rFMKdCwW2XUpxb77Q { display:block; }
 }@media only screen and (max-width: 763px) { #xzMlT1SaH5NSHrJfu6UIEZU74pXxSVLE { width:14.1875rem;height:3.0625rem;top:46.5rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk3xeWLQU2zb85bItqS7iWf4Nbqu0XLi { display:block; }
 }@media only screen and (max-width: 763px) { #tu91ZHbhnsuPBPJrgxMawvd0DeTIiDud { top:26.5rem;left:22.75rem;width:8.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut3RvBTUEoRJGHaTgnn9XIa1BKOyIERe { top:28.375rem;left:38.625rem;width:9.125rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxQBGngEEVaOrmkfsw38xaCX7N9a8JR5 { top:42.5625rem;left:38.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQWBDB7iM9knppKEBzlDwlaEAygzHXA { top:11.6875rem;left:7.6875rem;width:33.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS31Qks6JATmoBzfoELeg5RQKUQmPeeC { top:18.3125rem;left:28.9375rem;width:18.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6TLq2zLWOeApcVCZ4NoxqIOIO5dIh2P { top:18.9375rem;left:30.375rem;width:17.375rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltuDyd81leTAOplIBKkZsQhF7aV1yE68 { display:block; }#ltuDyd81leTAOplIBKkZsQhF7aV1yE68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ4GZTPwgCVOQqgUpAiU551iDiAiFhWF { top:16.3125rem;left:0rem;width:18.75rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znQc8JWUdp4r9XWbzKdX7ODEgJqcR7ig { top:16.3125rem;left:13.9375rem;width:18.75rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uae2PtsqlO3E6uXxPReGg7D91sxRiQw9 { top:16.3125rem;left:29rem;width:18.75rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIJHHcQTxOFhdICDeQOrnao2C4fga5PN { top:24.6875rem;left:0rem;width:6.4375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHSxgXyKeKZaWcMST5OMUiH5KPs3JAyz { top:19.8125rem;left:0rem;width:8.9375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhtRHi4CGe7lJdQe37m03L9uZtMQOqf5 { top:24.6875rem;left:15.875rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0R4Jbv3b5TMw1WR1Uhs7FOZdLxVlgke { top:26.25rem;left:37.6875rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnrxxx5edi38KIG2zXAWERVzpJ1LW9Ck { top:19.8125rem;left:20.8125rem;width:8.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzTN9GHm3JCzHFBZKC02bAiuApChDeDJ { top:22.25rem;left:38.6875rem;width:9.0625rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOuQqDZvBpQTrPv4SNuFD3mnTMxmfAxs { top:4.4375rem;left:5.875rem;width:36.125rem;height:2.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOoSXQSZaQVWPJMskBsx4kd65vGP5i4T { top:7.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhbuZGKEXL9gewpnWkKDEvz5nEyhrroz { top:27.9375rem;left:0rem;width:3.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQnnug1vIEii9rmn125JsNhovlShsS2M { top:27.9375rem;left:16.25rem;width:3.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX0G1PiZCeUSyf1A5kAhdLo72KsTOt5f { top:29.9375rem;left:37.6875rem;width:4rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0rPhCONu40yJybaiZ8u5i0Kl6xETJsm { top:25.125rem;left:0.5625rem;width:9.5rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Sh8BSqUwmzuMN3GV0AmRBtTxaZSf3s { top:30.4375rem;left:0rem;width:12.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLbuKpHJxdqlQHAyDJ69147bwQ5JBNVH { top:30.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGVHAc9z1napKueICgdL7NCno3uXnHLE { top:35.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgSArXsncTS5xrVZuSJXw2dGU2hGLWOO { top:30.25rem;left:15.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Ragew92KVqm3Ds0Ft398qT6ITDL3fb { top:30.25rem;left:17.75rem;width:13.0625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35RURF3Ob5F6xHc0X9DiSUlyriy2RAZ { top:35.75rem;left:15.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qryOpM2MkawAdEuEw6l1BZbKqCVLTOoG { top:32.25rem;left:34.1875rem;width:13.5625rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ZmInv6GPqplQTt6hM6ERoKwCSVCKv5 { top:32.25rem;left:37.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxdKTZXwbTPNTLtwZc8Gq1kALB9DAXA { top:37.25rem;left:37.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKA1bTQAzDURywUlDfSx5UORJcBLLDb3 { top:16.3125rem;left:0rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwKSaeWwfwzEWUwwRT65MFmWvuyxy9q { top:18.875rem;left:30.3125rem;width:17.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygAhF9xZyhyhpcBHIGd59SPGHmVXnJ5x { top:16.25rem;left:14.5625rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBCZ9ZzNhXTpCrVqXFQ4dqFCM3DaqK2T { width:14.1875rem;height:3.0625rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3PKDq9fB5EVx1FXZpeE0GKyhsz9Atg6 { display:block; }
 }@media only screen and (max-width: 763px) { #i4HvbH24P0Rry3LyRR9MwO1p7chZF0uI { width:14.1875rem;height:3.0625rem;top:45.125rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdzKLgln9JpWMBnmGPeWABsyJaDsTtMN { display:block; }
 }@media only screen and (max-width: 763px) { #OClBA4GMibi6Sw6Vq1g47EeMwBSlTNFb { width:14.1875rem;height:3.0625rem;top:45.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhQDvSq3c9pfQsgnupoRg9VEdHmAwIhO { display:block; }
 }@media only screen and (max-width: 763px) { #rDklFFehl3sSX1vf4s2PhOIrAXzLpIxf { top:53.4375rem;left:4.3125rem;width:18.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoczwCZ7t1XkecOWSObmoDRg0IyrPODU { top:68.3125rem;left:7.375rem;width:14.0625rem;height:15rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF3T3DVt2fV5TTUhF59BtlhHTEScdMLP { top:63.8125rem;left:5rem;width:8.9375rem;height:3.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lydabNvoRMfG0c4AFCxTwiSIFdti0BMs { top:59.375rem;left:11rem;width:9.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2NiaWF5CtqnkL5T5nKHglEwlXaZTWBW { top:73.1875rem;left:5.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5T7mVio2LXARehCSAeTJzNhQuNJqyds { top:68.25rem;left:5.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTKQkP1vV0zeGWzD63si2oCFqXXwh2lC { top:76.1875rem;left:5.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad2ciX022nQTkX0Rb67cMFd3Ukri6alK { top:78.875rem;left:5.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #taavRppBkftKupnEGq89H6kmgzkEaES5 { top:81.0625rem;left:5.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMWzDNInChE6yJs2ZC1gKxm1TqbpRpyG { top:25.125rem;left:22.1875rem;width:8.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgZUNDMXJMmbTlnmRetMeluaLkZJFl8u { top:27rem;left:38.625rem;width:9.125rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRxU281vvv4zEGoLszIktmXfifXsK1Sg { top:41.1875rem;left:37.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ3tC47QmSpzDZSSiyd2k0tUTu2gTR1U { top:63.875rem;left:14.0625rem;width:8.0625rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHX4ApR36QPikNhnL4DOUKmimR9aZOUb { top:53.4375rem;left:27.4375rem;width:18.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrk3NW1V9G5JLoFpL5r1AnZcQXpINGJ4 { top:68.3125rem;left:30.5rem;width:14.0625rem;height:14rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0Z9UZ5WvTscDauoV8FVz9gTMVrQATp { top:63.8125rem;left:28.125rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3bQztVEsJgxAkIgzOG3n1gCb7I8gZ1L { top:64.625rem;left:37.4375rem;width:7.3125rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozpmAteOSRKQsX7n5h3lTMNiZxPuZAWi { top:70.4375rem;left:28.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTkMXIdnov1krpI8VfPwE4B8aILFLXi { top:68.25rem;left:28.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxhI0SwGKVqCyuK1xaqbgTu2plnczBNz { top:73.1875rem;left:28.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZoHVAKcCCRLpzIz253m3EzGElRaWpcU { top:76.1875rem;left:28.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvnaMboa5cSW5MCfbyBpX1h4qTmyTgI { top:79.1875rem;left:28.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyxPBOyyP160y8VX3T1kliwqqRwIrp4D { top:59.375rem;left:33.9375rem;width:9.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywhGHSFpBT1tJsN3FKa61QbExiarBi5i { top:55.8125rem;left:4.4375rem;width:18.5625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIhUZxP9X3unKQx6RvcAon3mri3utDTc { top:55.8125rem;left:28.1875rem;width:17.25rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFl0ZG0TV4WL6cnWNDptGi3hh6RRkUXM { top:10.3125rem;left:7.15625rem;width:33.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOEtFshXAzkSbBT3xbNoKZLoPvRd4zaf { top:16.9375rem;left:28.9375rem;width:18.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb3eUwGybNlS6IpkP6G9mWspnID8BsvA { top:17.5625rem;left:30.375rem;width:17.375rem;height:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaHaaPVsgz1GnqUXH92CvrfPkbgOuFrt { top:54.1875rem;left:4.3125rem;width:18.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ5gALSh1bPZxmxNAb72b02JeX2UkxB1 { top:54.625rem;left:5.25rem;width:16.875rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIl2MIUQPMA0aIn24UvToPMKu7o5yuy { top:54.1875rem;left:27.4375rem;width:18.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7DUpbTTZQJXxnTb6bcS0BL3Nvs76NPe { top:54.625rem;left:27.28125rem;width:19.0625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 { display:block; }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5XLevKx9Q57GbkT3WAHGez1ckTboP11 { top:4.3125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwxugsFgiXNCawHMRM2hlp6pddtkR8Rs { top:17.3125rem;left:0rem;width:14.25rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZgLOvCyTS1bfNMCZtBonuxlcfNkifhJ { top:17.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPPtevXAUgUJyqstu8Nk8MKWPE5tEIfa { top:11.375rem;left:0rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQ97UuLKRTIyX012i5hgh4MmJCu2xe3 { top:11.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXbumCtS0LOPKgaFdHmU8VVt62T4e31H { top:10.4375rem;left:25.0625rem;width:22.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaM3ErEcnrWhQI8w9pQaIuuRHrFqXZRz { top:19.125rem;left:20.0625rem;width:20.4375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1U6Aqrmknh5cmScfu20pmUXbMK61bIX { width:17.1875rem;height:3.6875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z10ZWJA8CDFbEQ8uu4Q673eyS2lfWqrh { display:block; }
 }@media only screen and (max-width: 763px) { #uqZKkzsXo1wy00560WrvqV46BrDic7ld { top:23.9375rem;left:0rem;width:21.1875rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZwbhDpxTGKaKyTSsSkupNsKDtolhGR { top:24.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA087ygBZOwx9IBB6uVm5QmUpIM54S8T { top:22.8125rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRtHXXgKNaNITTt0fia1bTVpF9cvmOAt { top:25.75rem;left:27.6875rem;width:20.0625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIiCprbskqdPV3S1ICpkBs7pMSPK7GwK { top:15.75rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy { display:block; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPCO1uCkyblXCTQRUqs2PHRCclWCNvws { top:3.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfhFziMubSJewNEofGkP39rQk2szSLQT { top:14rem;left:6.8125rem;width:14.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdUWUDmK6QWKT7mTSFp7Q9dUTzpsCalD { top:14.0625rem;left:0rem;width:16.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERTxiDbTwcaZ6Zm2Sso8LKKvsMtqV4G4 { width:17.9375rem;height:14.3125rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9OdELMLvzHuQygfc5AOkDSv3HuXSMBV { width:17.9375rem;height:14.1875rem;top:9.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbS8GUpqGSvSZLXNeWb1hQdaMDq4qNJT { top:11.625rem;left:7.6875rem;width:13.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDDcicJ5w1sskJFnde1RFOt8qOQ9QWBy { top:11.6875rem;left:0rem;width:17.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0aAuQTbuUDeSqaJ0iSdCURCNKRuAzVE { width:17.9375rem;height:14.1875rem;top:9.8125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWu7CgZOM621GP4u0vZdhQ6aVJpTdAwg { top:14.125rem;left:25.78125rem;width:14.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdCb9NT5BTwGpEEatL6xatkSVkFH61Ln { top:11.625rem;left:27.4375rem;width:11.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uheOqAyBBMD15MUFP3I08kJ6oEgHsXIh { top:26.625rem;left:8.96875rem;width:29.8125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRdr8fi8FOQ9O2ZKZvTC65bhkovzPTmA { width:17.9375rem;height:14.25rem;top:9.8125rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcS9qxggAfEvaIZwTTvKuOMGwglHznTu { top:14.6875rem;left:33rem;width:14.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZhZgH9wwn2luOg3h02XZJhnuEaqPG6c { top:11.625rem;left:33.6875rem;width:14.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q { display:block; }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsEkSCNS3wtgvPLdwp2disH1ysUW83TN { top:10.75rem;left:20.1875rem;width:27.5625rem;height:41.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voosvxVq4a5silzEfun637CqbZOzhC6w { top:18.5625rem;left:0rem;width:24.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMOq6WC1NT26mBGBsPAAGPzZNrTTfsus { top:4.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOcdDOognipE0N8JszdbshsVk6Azt5OQ { top:11.0625rem;left:0rem;width:24.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXiLVIBcZ2myuO1wihddydBUlGLJdBLc { top:11.0625rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJpxJby84MAUJ3FZUXRS3SQGsm7PJQH { top:18.0625rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebl6qiNyiiH9p8FKvZt5fJdR1ThXeknO { top:27.5625rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqANTUHexspkGQDeoZVN0CGM0CF2XrnW { top:34.4375rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsDy9qKVAq3CaawSD3oC3BaHppS6xAaV { top:45.4375rem;left:23.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeQAcwVL2dirHqMRqq7yFkRUx635nJQx { top:11.375rem;left:24.125rem;width:0.125rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipi5KfJ9wThJW5wUUTnh2DTZ7skc9bVd { display:none; }
 }@media only screen and (max-width: 763px) { #w9ys89uub8iaN4gQBE9Vx3BaoN9aJuGN { display:none; }
 }@media only screen and (max-width: 763px) { #NIT5EtmnT57n5UeZta3L7kyPmhR9Z2Rx { display:none; }
 }@media only screen and (max-width: 763px) { #pbvnguSevFhcUmm7dK8TsiQkRKVTxgw5 { display:none; }
 }@media only screen and (max-width: 763px) { #NlGssEzlf4yzBoks7Xr4yyr8CIWcvlml { display:none; }
 }@media only screen and (max-width: 763px) { #u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM { display:block; }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R21gVzmRWnRxoVtplUrsv34AMbQUb7Vm { top:2rem;left:1.59375rem;width:46rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsPf6balczNWWXGtUwBOgITcdfrV1DNS { top:6rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgfTew0BCSZc5dsg9kx5irStAbelk27C { display:block; }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZG0GR0dIR6PJMhn0M8ffWdbt8Jmi7sv { top:6.1875rem;left:0rem;width:31.8125rem;height:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMLLgeCZFcNDK9chakXKmQy79JzQ8Gnc { top:2.25rem;left:0rem;width:19.4375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhXP6WSPmpEQKliOpARzqpf7COuV9Tnd { top:6.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnzs3zov1Rv5aEPCIo2rWIDe5e0QkbzI { top:13.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoPhxeFCLCxCxKwkx2ysS995F2XVn3TD { top:19.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp9ADEl3fSMcMPBzxWIqHefbqMwT1ezP { top:27.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBJfacZmTcNJAJJBBosyLqBkISTWtixg { top:35.8125rem;left:11.625rem;width:24rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDXd98X4ao2kDa84ayZh9rzZF09O7sFx { top:6.125rem;left:14.875rem;width:32.875rem;height:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HohUw6IFbRKlAmZVcbnefRWweAyRrJzL { top:10.5625rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWdTFrWkuuXWIbxsKHkAERicISxMvVEx { top:6.125rem;left:25.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkFSuE9K1gOWDQhIZQ6xHxvHa10CTJ0m { top:14.8125rem;left:25.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdaHtXSH9UxVuA0Qzm6nRSFK66qfXfo4 { top:19.75rem;left:25.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmKlmH2vemBMarFiJPVMyLIak0EC1pSq { top:23.5625rem;left:25.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gryEoaLlhGHa50JJUhsmL8WoPwt1Xqzf { top:2.25rem;left:25.9375rem;width:19.4375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVUTs86lTx7tzX1H0JuUwESGqGgZE9lW { top:45.25rem;left:11.625rem;width:14.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXwWHGX9M0DZ22O6iQ9k4lToaVflTJMf { top:35.75rem;left:0rem;width:22.125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9P1iMRcqH5EI0WGGlxaHurGpQrhmwvI { top:45.875rem;left:12rem;width:13.6875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTT88byPXvi7yT7ay4NaW6mMcG6EwWf { top:57.75rem;left:0rem;width:12.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCnVFOSEZ7udvNZccigyuTsWPOkopoJi { top:58.375rem;left:0rem;width:12.375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLXHzX77bDHLrEuHmh2S5DnaB1egSLLZ { top:49.8125rem;left:11.6875rem;width:23.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clT6NAops1MF3OFM0Tv4JAvgCELtdV9h { top:61.875rem;left:11.625rem;width:18.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJAqkDANv2dg5yk4JRmUaZIkGWB1pQ3i { top:62.375rem;left:12rem;width:17.1875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr6JdmTfz9CCCEB3WMyMqoGsfD4sBe18 { top:35.8125rem;left:25.1875rem;width:22.5625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwgMmNNFluQ1C1rZPaeK6TUlKTcEvmvF { top:36.4375rem;left:31.625rem;width:16.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCyvok76XeOOsylkfkTolF22ohBcZp8T { top:37rem;left:32.375rem;width:15.375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymEZ8GMduK3zr5WEoAe0AHwilW8q5lbU { top:51.25rem;left:25.1875rem;width:22.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXbA6o9SH3v7AbGDhM0uqoawal39NIOD { top:52.625rem;left:34.3125rem;width:13.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHPfF7iQxyCtp1ummr8Gfs5G63GCXtl { top:53.125rem;left:34.875rem;width:12.8125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbLrWhw3QAbvoJztt5EZUmeNesviNCiK { width:17.1875rem;height:3.4375rem;top:68.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEHvef5Dq1OnADdw2TsE0Cv2KVMC0gXe { display:block; }
 }@media only screen and (max-width: 763px) { #NlBk1cAb4uEop7C48TPb7y1xTlVcpiGR { top:26.75rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr { display:block; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izTuXiJJD8TeZkNI2UKDnw9SRIg66R3R { width:23.875rem;height:13.875rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddmTF5fDfp8hD288vt275c8UQEIOFuGZ { top:3.3125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzFhMwOV8MTIsTtZ8DWk5dng2KkBGoo { top:20.6875rem;left:0rem;width:20.625rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKESn46CJfGLIcLI1dRKz9yFlRzgqf4W { width:20.8125rem;height:13.875rem;top:10.0625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rclc9mDuNKef8R9wyeuw4AaJwTreSKHD { top:20.6875rem;left:14.0625rem;width:14.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX7KcDihdpnXDospACG3kokaH5OgT6aD { width:23.1875rem;height:13.9375rem;top:10.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyl8ldQh5xg76fs4H7FfQmdm9XWeNHDK { top:11.25rem;left:35.3125rem;width:12.4375rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM73VNksVTSrs9WS0OSFFZUewyEPTpfD { width:42.5rem;height:11.625rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T908rPcORCv6CZkWvNkMVKrVl8tn6dKI { top:33.0625rem;left:0rem;width:15.625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHag2BUVsAlhTSKRmVyUg1kfkblgACgs { width:18.625rem;height:13.9375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRokQbcipKDyHL69GgKFUx7ow2nw235a { top:37.6875rem;left:0rem;width:17.6875rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZSIcfFWh8E4cR7dMZdQ6b9tOtORTTi { top:25.875rem;left:32.5rem;width:13.375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4fAvcTf19VxH2DFOu5ri4L7FgeHeVdG { width:26rem;height:11.75rem;top:24.3125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQanH54dL2L3T83w6HcD8fyWTKRgkB1 { width:22.8125rem;height:13.9375rem;top:36.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwStdhUFboGlHJV4qShqd0lmGIHOZsga { top:20.1875rem;left:0rem;width:22.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkCfmzVxVqHgWDPfJxlIS9T2h45zXHNH { top:20.1875rem;left:13.5rem;width:15.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGIKniZ5dgys58STgXQtOSn9N8BGbDUd { top:10.75rem;left:34.6875rem;width:13.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tonqOSXshTcRRuG6GpNZbQ25sKSTPxBW { top:32.5625rem;left:0rem;width:15.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqiwkrgPUzV66KHPaaK1mayT6WJw0tTm { top:25.375rem;left:32.0625rem;width:14rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3l4ThLrPK3JsDTOgGAGaKehd2RwF0hA { top:37.125rem;left:0rem;width:18.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwpuXSiMDgqVWzAQ6zdL3P8ilAHZLU6O { top:46.6875rem;left:8.125rem;width:21.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPFkrOavadyH0dMq3FcLoLrhlOVSRWJF { top:47.3125rem;left:8.4375rem;width:21.4375rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6zu8vwbKKxgMCPSwSTHd3rPedIqkD0z { width:26.75rem;height:13.875rem;top:36.5rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcvLOD0vDhJ7G7nMfd5Xa2KcV16OUx08 { top:46.125rem;left:27.9375rem;width:19.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO75AqwEQv5tiF7P7E6qrO9Bmxm9Khq5 { top:46.4375rem;left:29.1875rem;width:18.5625rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXI9hBJC33qhidi7V6kTryFUkkiyDaxE { top:102.5rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDrUoHxyBINNFg8RdpTKhpCgmUGKWGLG { width:17.1875rem;height:3.4375rem;top:58.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc5L5zTLTaDeUZoNduJtDgzDTvWDxsmu { display:block; }
 }@media only screen and (max-width: 763px) { #gL8avWUEkleDy5GZcOgpm6T5RQuyhPFq { top:54rem;left:8.125rem;width:31.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSxrRoTfTfgVf2dro5J8DUad9y84f6y0 { top:87.5625rem;left:0rem;width:19.5625rem;height:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc { display:block; }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzyrDGT9OdhPlGrKEhvhUZyGMOEdNhpb { top:4.75rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFqPmgAQixrFNWk51vxPaTSPXsnAnwUX { top:14.0625rem;left:6.4375rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWNKWMZKOXxMHZTaBoIXctlaVwlFe8O { top:44.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlnlVtlxKF8PBI2ukGhZyNoT6Rzrr4gh { width:15.3125rem;height:3.4375rem;top:43.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIDP3L9mpLmbgKnNTa0wiPiiXuBJT39q { display:block; }
 }@media only screen and (max-width: 763px) { #RNPKenfZM8afvFp1cNqSt2wdxVXovq3f { top:14.0625rem;left:24.375rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCLmoUseg5zpnEhWyqZT0TTWbbzKxgZ8 { top:14.0625rem;left:0rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #greCinUTTkTAx11Ezq6A9KAsAik1qpmD { top:14.0625rem;left:30.875rem;width:16.875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxt4gR91r1RBTO3S5goxmCeWyRLTbtNb { width:17.1875rem;height:3.4375rem;top:49.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKmVlrNciJ9o76kuL0BhhbZv5mbh6Jxt { display:block; }
 }@media only screen and (max-width: 763px) { #iIfchT8aSrsvbu1g7d3NetbTkOeN5IAZ { top:13.5625rem;left:6.3125rem;width:16.875rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o { display:block; }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyqP2X1neoxIuu7Jo0xIRytDSJdKSE5u { width:30rem;height:2.3125rem;top:9.0625rem;left:1.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDmnm46rtmy7IXrZvHX26IIsKOr2G3xo { top:13.0625rem;left:2.625rem;width:29.125rem;height:20.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #harV4TstmaWMkG92MKFnSLphPHB1PEl9 { width:15.625rem;height:2.0625rem;top:31.3125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndqXp8XLGtgfH2ruO2oxHXbgbVaTk1wd { width:11.3125rem;height:11.3125rem;top:19.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhJh2sAEgwEFumZlkRRRpEbKhTqsTsgv { width:12.875rem;height:12.875rem;top:21.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #udx2d0WdEfhutbJXieBm018cWDuioDEw { width:12.875rem;height:3.9375rem;top:35.4375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PybAfPGdK3zPTJWt4hJg7eTEaFDgry7i { width:8.5rem;height:2.0625rem;top:17.75rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqit0in5zvVwQp0pRDTJvWDhcRM23qL1 { width:17.625rem;height:17.625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 { display:block; }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHwUPwylttbsZ68xCTfn3eCZDJGBG2BH { top:33.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBobblt9tBPXmdhWebp0nMsrJu9qW1GH { top:4.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn { display:flex;height:auto;width:42.1875rem;top:11rem;left:1.53125rem; }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #VBCuTlBzDGG3T6nKPVBn3h1t1exbdwte {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #KQTWyDxTlFvBefzPc2qvZScz5FtinNC2 {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #oNXIePfxC8oUXCisvhTkD307oH92JLkV {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #z4LT0XDb2TFct4WmVx85p7fCnLaLUnxH {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #Z8SfU8Qy6TCuP616wEsFRTctmTWW8GMN {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #o4urOFbUB9xt4f6GVVC5tx5iK1B1DNuW {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #whODr3G80htxeVvFe2tBr7EJgmFxwqT2 {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #nuOMlV5B0TtZToQzsHEbgkKvtTWhBrhE {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #hPPFcIMSOGdkCZL3JlsKTH1SLAxFhhWe {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #IqmWL9Exb1yBhal3KFrmc961QQr9wF5U {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #sWA0K8IBN8bbu7NEIQwTi4r4ckZT6uLr {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #qBF5dVwNTh8J4KTORDe7lOp7amP18AmH {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #D6tDoenhMG2M9ytoPtBfQAfZ090TSchL {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #A8wmmi5N6s8unyb7Qwk6iCpuvh6F4aqx {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #bNDELBlIosElkmUUfbDimvy0fTd9WDdq {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #MSFnTivU0ec3X6PZtbOR6hTmW0m4vc4U {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #esPKLWwZ89g8Vg7Nue8u9g9d1fqkiq3F {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #xECZEgqUXNScHeBP9vS7BfSoVKqUsW47 {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #q86ZG1f8dWxnf4sToXsV3c90ZMh2oVt5 {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #IGIVb6kPDHvRFsfEX24kvuEAIq3TSldC {  }
 }@media only screen and (max-width: 763px) { #FSeeVpi7RzS7Rhv0I3KoLU8JLtUkyE5V { width:17.1875rem;height:3.4375rem;top:38.25rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBV8HchHEH0AnheDWiSqUIKN8tUEdis5 { display:block; }
 }@media only screen and (max-width: 763px) { #epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 { display:block; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUCEq3kd451df2ovRF3CR32n1MzsEgOx { top:11.875rem;left:32.875rem;width:2.625rem;height:2.625rem;display:block; }
#eUCEq3kd451df2ovRF3CR32n1MzsEgOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 { top:11.9375rem;left:36.4375rem;width:2.625rem;height:2.625rem;display:block; }
#rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #uCne6O1V20eZ5T5difaOR6U5RoiT9XkO { top:10.875rem;left:24.6875rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEUGrgyweTomaoAuW2t9aHTmwsmX2swc { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #l5Z2wZ7DdSH1xts7eflwndkH9udUe1QE { top:10.5625rem;left:26.625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx2HylQkBVFZcAK934iX7l21DxHzpK5e { top:11.875rem;left:20.1875rem;width:2.625rem;height:2.625rem;display:block; }
#Hx2HylQkBVFZcAK934iX7l21DxHzpK5e > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU { top:11.875rem;left:16.6875rem;width:2.625rem;height:2.625rem;display:block; }
#mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #T4voNl4kAhIQz6EV5yGUvW0paKn4a4ei { top:11.5625rem;left:9.3125rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av7L7ISc6lQWTrXmS46uITnPsXpWNvs5 { top:20.25rem;left:8.5rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btyl8P7dno3qs2q03olmCrQ02My4dUMS { top:20.25rem;left:20.875rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUJrU8ms1FP0y2nTbZJ0BexxGbU6Ifz4 { top:20.875rem;left:20.3125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUficNtriECBaprBKDUZIfVmm2ElTFP { top:20.875rem;left:31.5625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sqh1VDJ2qlTCulKKig2hSZcX7pt9aM { top:20.1875rem;left:31.6875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkd14oJHE8EMFenReV9OKSD13gxrErQb { top:18.25rem;left:11.5rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7TAAJUE27VmJWocf68tVmaJO0EXU7Q4 { top:1.875rem;left:18.8125rem;width:10.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1HiPe0hfWwuZX0d0CdEy3wUlKQa5M7 { top:3.75rem;left:14.0625rem;width:19.625rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZqANdSwqUgMntcduyVyETuMtA2lgyfUK { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ZqANdSwqUgMntcduyVyETuMtA2lgyfUK > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UF66Gq6wNeftq9DT0wqwVLzQ4LA05yuk { width:16.8125rem;height:2.375rem;top:1rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BlJSkF9qLNi2lEXp028XoFRD1gWzCVtq { width:3.0625rem;height:1.9375rem;top:0.8125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QB1HDvq6RLmSn0CFgz5gcnr6V6qHVR99 { width:14.625rem;height:3.4375rem;top:4.125rem;left:0rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiKtbuwKJ8u416wALu1NCNDiGANCLqIy { display:block; }
 }@media only screen and (max-width: 763px) { #B17WzOfrfTAPpaKZkceefTNBugR24ffL { width:2.4375rem;height:3.3125rem;top:4.1875rem;left:17.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XXXlbgJAzlRCppeB0fBuQfKuTTHxfahJ { display:block; }
 }@media only screen and (max-width: 763px) { #zCx9CUiM8HkymRsUEnHTtF6KBSRk1Slv { width:2.4375rem;height:3.3125rem;top:4.1875rem;left:14.9375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-size:1.0625rem;background-color:transparent;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;color:#ffffff;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QDP1rTKELpX23U5miwic1KroXsUKWRrF { display:block; }
 }@media only screen and (max-width: 763px) { #mS4OukpRC4KbFelVrdttdLxXGzVxV6bb { display:block; }#mS4OukpRC4KbFelVrdttdLxXGzVxV6bb > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb36226b-9629-462f-b4e5-44e1f6d3371f/MyMovie3.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.adaptive-delivery-prevent-bg, #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.lazyload, #z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d.lazyloading { background-image: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { background-color: transparent; background-image: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container > .video-iframe-container { display: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,77,116,0.52); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row > .video-iframe-container { display: none; }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .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); }#z12gKy67vI7XqVn8FUf9i2xGvHcGJM6d > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuSi5Ef1wb7OhIRMZ3wN1OQIUTTDT2g8 { width:19rem;height:3.5rem;top:36.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #irpkoZmllpnqwgyv7B4lRXkBoEpobGQo { width:19.9375rem;height:4.125rem;top:33.8486328125rem;left:0.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #NvxWBELgwbhUuLwpo9xHcasHm6rTGw3A { width:15.1875rem;height:3.4375rem;top:41.8125rem;left:2.4375rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmWtevmSwHEZ5KA6E21AdtoNJTuiwR3R { display:block; }
 }@media only screen and (max-width: 763px) { #VSF6gNoJDpUBAkhXTAT8HJLWy2N1Ms8K { width:20rem;height:3.75rem;top:31rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ahdFGPo84Z0hOPp4pk4hVb4MlWoGpka3 { width:19.9375rem;height:3.75rem;top:21.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #gGKEwQIpD0vh3NzfZt6k8pLLRi2EX0fx { width:19.9375rem;height:3.75rem;top:25.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aaHGEBJN1b4vlGCMUr0f8NJ8iFZF9aen { width:20rem;height:9.9375rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cSGBK2IaPCbzCqmti6ZTaHHHK4WCNS8U { width:20rem;height:4.3125rem;top:46.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm { display:block; }#k7rNCUG5fK8XsJQT2c1wpRfn8ngsGqlm > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfxUALe7uQVTl1VnBebz8E4OeG2ty7CP { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTTQtzaSDrVHaWsJkKN3I2OSH6fDlL04 { width:5.9375rem;height:2.75rem;top:5.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrxAneArGCCCgsyPExXsxqPLzJqhV3GP { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLm0t3Ueu9vcDwAvVIOuwBm53CDixB1f { width:4.375rem;height:1.9375rem;top:6.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvs7vvSZcqsiJUuJpeHF3Ozx9ompkmLm { width:5.25rem;height:1.4375rem;top:1.875rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtQynoP0mtM1ca3vz72ZTkmJII8rc7PQ { width:3.375rem;height:1.5625rem;top:4.375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFRvB58TwKwyNxGNpCUbJtzS9nSOQXTl { width:4.375rem;height:1.3125rem;top:6.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQhJ1oRcLSNmvc7G3aO1oJzzwGwmGlx9 { width:4.5rem;height:1.125rem;top:4.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX8LScUAMxIr7vyBrdzMylH8r9JT0fx8 { width:5.375rem;height:1.5625rem;top:4.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7LyJTnuQcM41zIkvHdKuSCRGdRSOhiH { width:3.9375rem;height:1.375rem;top:4.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x41t2TCQCMaDmrXqRDueZgpEreCnzsfn { width:4.625rem;height:1.5625rem;top:6.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH { display:block; }#mRutCAoQ1kBmQN6THd7ahJyXfSoHteEH > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nluQEVcpKrrIy8FKGRw2z5sR482LZui5 { width:20rem;height:4.5rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #o5ZLx1trR1hlcmqSfGxo72qOGIW4uwcv { width:20rem;height:42.625rem;top:24.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcmuoX4tug34uI5UKcKq5p72a24EwpGI { width:20rem;height:20rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCT371qKaE2oTaGAr4A3qGXwfOu05OBi { width:14.3125rem;height:3.4375rem;top:69.25rem;left:2.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEdWLvKW2akZQ17LgMNcanTuUUHW12z0 { display:block; }
 }@media only screen and (max-width: 763px) { #cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL.adaptive-delivery-prevent-bg, #cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL.lazyload, #cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL.lazyloading { background-image: none; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container { background-color: transparent; background-image: none; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,40,95,0.5); }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container > .video-iframe-container { display: none; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,40,95,0.5); }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row > .video-iframe-container { display: none; }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .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); }#cxEu4qP4QDLgx2l83TD87TBSRf2rUEkL > .row .container { width:20rem;height:116.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrsuZIZQRaek1FKQ1l7IfJHM7O77dtdi { width:20rem;height:27.0625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uls7U9iX13FmQscLrAdPhQDRrr6Vc6w7 { width:20rem;height:27.1875rem;top:46.6875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NzZ5QTIRJoCwVlkgBTcW4mLoTvqx0A20 { width:20rem;height:37.1875rem;top:74.75rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #kTaMOKCP5lA10n97n2Jo6TzxMtT6IQlZ { width:5.8125rem;height:3.0625rem;top:26.3125rem;left:1.875rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #ubLWSrP2l0lX69LklbZnvfKmkSTCE5sc { width:8.9375rem;height:1.6875rem;top:21.875rem;left:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRLtCRyLHTcTkKlNX3w5ohZtRAgukaII { width:5.875rem;height:3.0625rem;top:54.4375rem;left:2.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToPAJ98LLhrOcGmNdfahTxDvGNK3scUX { width:7.0625rem;height:3.0625rem;top:86.125rem;left:2.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuPFxrT0mFLurblUxxlDM7PIdTns78Ry { width:8.9375rem;height:1.6875rem;top:50.25rem;left:7.3125rem;font-size:1.5625rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #VfVMxLp9rgLgPFmRJ88ghLTtFT2QznhG { width:9.3125rem;height:1.5rem;top:81.625rem;left:7.125rem;font-size:1.375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #Zh6LOT00OFDvRq9AE6ubtOJN02pxCErW { width:20rem;height:4.5rem;top:3.25rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdFBGzNwLpGJmnm4LsKlJN0WlkUHpuDs { width:14rem;height:2.875rem;top:8.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrbcNbTx8nKstA1tTmO0mgMVALlpQPAQ { width:3.375rem;height:1.8125rem;top:28.9375rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKMx4F9TJGIEseme6ylP3MARsXQPb0JG { width:3.6875rem;height:1.8125rem;top:57.125rem;left:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmKdfDeVO7NXQF0Rh9D7NdN5PmluTxu7 { width:4.375rem;height:1.8125rem;top:88.9375rem;left:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTlrGGCbCNIvxeZar50XhWMDnfR5PfFh { width:10.4375rem;height:4rem;top:26.6875rem;left:8rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #wPUpMFq6FpHIdRNMJBpH4U2AgRuHTVKm { width:12.3125rem;height:6.75rem;top:31.75rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82htRegDoBqzwfvDM0S7NAqCcOakVk2 { display:flex;width:1.5rem;height:1.5rem;top:31.75rem;left:2.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PiPaihO6Qfp3HeD7gZS5uc8sLNClwztR { display:flex;width:1.5rem;height:1.5rem;top:37.3125rem;left:2.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WDnML621dNdeoBmD7JmxZVpPsLWzGZwg { display:flex;width:1.5rem;height:1.5rem;top:102.4375rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #zHIs87bM4h3y0cZPAseOgQLUZqmqcV9y { width:13.1875rem;height:6.75rem;top:59.8125rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ36x6o71ux0waBGW0pTrmDzl28n3y8i { display:flex;width:1.5rem;height:1.5rem;top:65.125rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #n0ytMMmt9fWWoJ4PtPVP6VKq1CNzre4K { width:15.375rem;height:12.375rem;top:92.25rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkCx2GOXD6zXShxWEAdA1TkClA1nD6TX { display:flex;width:1.5rem;height:1.5rem;top:92.25rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VmWTo9SkDyvzuCiFi1rfCQT1SncliUMV { display:flex;width:1.5rem;height:1.5rem;top:59.8125rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #sgJALiIrcLraZb4MHp5X0Pe2Rcb8XIQ8 { width:16.5rem;height:8.0625rem;top:18.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS2Ryu6PegGqS2FPDRiF22pXNULUgoTT { width:16.8125rem;height:8.875rem;top:77.9375rem;left:1.625rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #dUyTF4eeN6qNtBeJPTPf95g1iUyAvZ7W { width:17.8125rem;height:8.625rem;top:46.6875rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cOPTfZvbuarWVIrEAhUozKA4DKe7rNJP { width:14rem;height:3.4375rem;top:40.4375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5wVF07JK9JsRKlArdtFFvzvG3CgBFtU { display:block; }
 }@media only screen and (max-width: 763px) { #xGG7XdeQAkraQpqzfnLUZEUg97D6MKao { width:14rem;height:3.4375rem;top:68.4375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrzDhDtNv2zKFx6rFMKdCwW2XUpxb77Q { display:block; }
 }@media only screen and (max-width: 763px) { #xzMlT1SaH5NSHrJfu6UIEZU74pXxSVLE { width:14rem;height:3.4375rem;top:105.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk3xeWLQU2zb85bItqS7iWf4Nbqu0XLi { display:block; }
 }@media only screen and (max-width: 763px) { #tu91ZHbhnsuPBPJrgxMawvd0DeTIiDud { width:9.25rem;height:3.375rem;top:54.75rem;left:8.625rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Ut3RvBTUEoRJGHaTgnn9XIa1BKOyIERe { width:10.1875rem;height:3rem;top:87.0625rem;left:8.25rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #AxQBGngEEVaOrmkfsw38xaCX7N9a8JR5 { display:flex;width:1.5rem;height:1.5rem;top:97.9375rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dTQWBDB7iM9knppKEBzlDwlaEAygzHXA { width:20rem;height:4.3125rem;top:12.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS31Qks6JATmoBzfoELeg5RQKUQmPeeC { width:20rem;height:2.5625rem;top:76.0625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #M6TLq2zLWOeApcVCZ4NoxqIOIO5dIh2P { width:19.1875rem;height:1.4375rem;top:76.5625rem;left:0.375rem;font-size:1.3125rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ltuDyd81leTAOplIBKkZsQhF7aV1yE68 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d2b45a7-22ee-4b38-bd75-168117c28c9b/GurudevSofia16.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:none; }#ltuDyd81leTAOplIBKkZsQhF7aV1yE68.adaptive-delivery-prevent-bg, #ltuDyd81leTAOplIBKkZsQhF7aV1yE68.lazyload, #ltuDyd81leTAOplIBKkZsQhF7aV1yE68.lazyloading { background-image: none; }#ltuDyd81leTAOplIBKkZsQhF7aV1yE68 > .row .container { width:20rem;height:181.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JQ4GZTPwgCVOQqgUpAiU551iDiAiFhWF { width:20rem;height:27.0625rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znQc8JWUdp4r9XWbzKdX7ODEgJqcR7ig { width:20rem;height:27.1875rem;top:45.4375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uae2PtsqlO3E6uXxPReGg7D91sxRiQw9 { width:20rem;height:37.1875rem;top:73.5rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #EIJHHcQTxOFhdICDeQOrnao2C4fga5PN { width:5.8125rem;height:3.0625rem;top:25.0625rem;left:1.875rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #tHSxgXyKeKZaWcMST5OMUiH5KPs3JAyz { width:8.9375rem;height:1.6875rem;top:20.625rem;left:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhtRHi4CGe7lJdQe37m03L9uZtMQOqf5 { width:5.875rem;height:3.0625rem;top:53.1875rem;left:2.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0R4Jbv3b5TMw1WR1Uhs7FOZdLxVlgke { width:7.0625rem;height:3.0625rem;top:84.875rem;left:2.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnrxxx5edi38KIG2zXAWERVzpJ1LW9Ck { width:8.9375rem;height:1.6875rem;top:49rem;left:7.3125rem;font-size:1.5625rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #uzTN9GHm3JCzHFBZKC02bAiuApChDeDJ { width:9.3125rem;height:1.5rem;top:80.375rem;left:7.125rem;font-size:1.375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #fOuQqDZvBpQTrPv4SNuFD3mnTMxmfAxs { width:20rem;height:4.5rem;top:2rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOoSXQSZaQVWPJMskBsx4kd65vGP5i4T { width:14rem;height:2.875rem;top:6.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhbuZGKEXL9gewpnWkKDEvz5nEyhrroz { width:3.375rem;height:1.8125rem;top:27.6875rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQnnug1vIEii9rmn125JsNhovlShsS2M { width:3.6875rem;height:1.8125rem;top:55.875rem;left:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX0G1PiZCeUSyf1A5kAhdLo72KsTOt5f { width:4.375rem;height:1.8125rem;top:87.6875rem;left:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0rPhCONu40yJybaiZ8u5i0Kl6xETJsm { width:10.4375rem;height:4rem;top:25.4375rem;left:8rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #S6Sh8BSqUwmzuMN3GV0AmRBtTxaZSf3s { width:12.3125rem;height:6.75rem;top:30.5rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLbuKpHJxdqlQHAyDJ69147bwQ5JBNVH { display:flex;width:1.5rem;height:1.5rem;top:30.5rem;left:2.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qGVHAc9z1napKueICgdL7NCno3uXnHLE { display:flex;width:1.5rem;height:1.5rem;top:36.0625rem;left:2.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #tgSArXsncTS5xrVZuSJXw2dGU2hGLWOO { display:flex;width:1.5rem;height:1.5rem;top:101.1875rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #z3Ragew92KVqm3Ds0Ft398qT6ITDL3fb { width:13.1875rem;height:6.75rem;top:58.5625rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35RURF3Ob5F6xHc0X9DiSUlyriy2RAZ { display:flex;width:1.5rem;height:1.5rem;top:63.875rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qryOpM2MkawAdEuEw6l1BZbKqCVLTOoG { width:15.375rem;height:12.375rem;top:91rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ZmInv6GPqplQTt6hM6ERoKwCSVCKv5 { display:flex;width:1.5rem;height:1.5rem;top:91rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XnxdKTZXwbTPNTLtwZc8Gq1kALB9DAXA { display:flex;width:1.5rem;height:1.5rem;top:58.5625rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TKA1bTQAzDURywUlDfSx5UORJcBLLDb3 { width:16.5rem;height:8.0625rem;top:17.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIwKSaeWwfwzEWUwwRT65MFmWvuyxy9q { width:16.8125rem;height:8.875rem;top:76.6875rem;left:1.625rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #ygAhF9xZyhyhpcBHIGd59SPGHmVXnJ5x { width:17.8125rem;height:8.625rem;top:45.4375rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KBCZ9ZzNhXTpCrVqXFQ4dqFCM3DaqK2T { width:14rem;height:3.4375rem;top:39.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3PKDq9fB5EVx1FXZpeE0GKyhsz9Atg6 { display:block; }
 }@media only screen and (max-width: 763px) { #i4HvbH24P0Rry3LyRR9MwO1p7chZF0uI { width:14rem;height:3.4375rem;top:67.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdzKLgln9JpWMBnmGPeWABsyJaDsTtMN { display:block; }
 }@media only screen and (max-width: 763px) { #OClBA4GMibi6Sw6Vq1g47EeMwBSlTNFb { width:14rem;height:3.4375rem;top:104.6875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhQDvSq3c9pfQsgnupoRg9VEdHmAwIhO { display:block; }
 }@media only screen and (max-width: 763px) { #rDklFFehl3sSX1vf4s2PhOIrAXzLpIxf { width:20rem;height:33.875rem;top:111.5625rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #OoczwCZ7t1XkecOWSObmoDRg0IyrPODU { width:15.375rem;height:16.875rem;top:126.8125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF3T3DVt2fV5TTUhF59BtlhHTEScdMLP { width:8.9375rem;height:2.4375rem;top:123.375rem;left:1.3125rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lydabNvoRMfG0c4AFCxTwiSIFdti0BMs { width:10.25rem;height:1.5625rem;top:118.25rem;left:6.625rem;font-size:1.4375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #H2NiaWF5CtqnkL5T5nKHglEwlXaZTWBW { display:flex;width:1.5rem;height:1.5rem;top:132.375rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #q5T7mVio2LXARehCSAeTJzNhQuNJqyds { display:flex;width:1.5rem;height:1.5rem;top:126.8125rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yTKQkP1vV0zeGWzD63si2oCFqXXwh2lC { display:flex;width:1.5rem;height:1.5rem;top:135.9375rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ad2ciX022nQTkX0Rb67cMFd3Ukri6alK { display:flex;width:1.5rem;height:1.5rem;top:139.125rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #taavRppBkftKupnEGq89H6kmgzkEaES5 { display:flex;width:1.5rem;height:1.5rem;top:141.625rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #gMWzDNInChE6yJs2ZC1gKxm1TqbpRpyG { width:9.25rem;height:3.375rem;top:53.5rem;left:8.625rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #IgZUNDMXJMmbTlnmRetMeluaLkZJFl8u { width:10.1875rem;height:3rem;top:85.8125rem;left:8.25rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #iRxU281vvv4zEGoLszIktmXfifXsK1Sg { display:flex;width:1.5rem;height:1.5rem;top:96.6875rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #xZ3tC47QmSpzDZSSiyd2k0tUTu2gTR1U { width:11.375rem;height:3rem;top:123.0625rem;left:7.6875rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #BHX4ApR36QPikNhnL4DOUKmimR9aZOUb { width:20rem;height:32.25rem;top:146.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qrk3NW1V9G5JLoFpL5r1AnZcQXpINGJ4 { width:14.875rem;height:15.75rem;top:160.6875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ0Z9UZ5WvTscDauoV8FVz9gTMVrQATp { width:8.9375rem;height:2.1875rem;top:157.5625rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3bQztVEsJgxAkIgzOG3n1gCb7I8gZ1L { width:8.5625rem;height:2.25rem;top:157.5625rem;left:8.625rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #ozpmAteOSRKQsX7n5h3lTMNiZxPuZAWi { display:flex;width:1.5rem;height:1.5rem;top:162.9375rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RmTkMXIdnov1krpI8VfPwE4B8aILFLXi { display:flex;width:1.5rem;height:1.5rem;top:160.625rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #oxhI0SwGKVqCyuK1xaqbgTu2plnczBNz { display:flex;width:1.5rem;height:1.5rem;top:166.3125rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TZoHVAKcCCRLpzIz253m3EzGElRaWpcU { display:flex;width:1.5rem;height:1.5rem;top:169.8125rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #NWvnaMboa5cSW5MCfbyBpX1h4qTmyTgI { display:flex;width:1.5rem;height:1.5rem;top:173.125rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TyxPBOyyP160y8VX3T1kliwqqRwIrp4D { width:9.375rem;height:1.5625rem;top:153.125rem;left:7.1875rem;font-size:1.4375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ywhGHSFpBT1tJsN3FKa61QbExiarBi5i { width:17.375rem;height:8.625rem;top:114.8125rem;left:1.3125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #DIhUZxP9X3unKQx6RvcAon3mri3utDTc { width:17.25rem;height:8.625rem;top:149.5rem;left:1.375rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #aFl0ZG0TV4WL6cnWNDptGi3hh6RRkUXM { width:20rem;height:4.3125rem;top:10.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOEtFshXAzkSbBT3xbNoKZLoPvRd4zaf { width:20rem;height:2.5625rem;top:74.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Sb3eUwGybNlS6IpkP6G9mWspnID8BsvA { width:19.1875rem;height:1.4375rem;top:75.3125rem;left:0.375rem;font-size:1.3125rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #HaHaaPVsgz1GnqUXH92CvrfPkbgOuFrt { width:20rem;height:2.5625rem;top:112.9375rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #uQ5gALSh1bPZxmxNAb72b02JeX2UkxB1 { width:18.3125rem;height:1.6875rem;top:113.375rem;left:0.875rem;font-size:1.5625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #TdIl2MIUQPMA0aIn24UvToPMKu7o5yuy { width:20rem;height:2.5625rem;top:147.6875rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #X7DUpbTTZQJXxnTb6bcS0BL3Nvs76NPe { width:19.8125rem;height:1.6875rem;top:148.1875rem;left:0.125rem;font-size:1.5625rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 { display:block; }#QgmsPfEaQoPWqfoKkJVOF0vrX7cEhxs9 > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5XLevKx9Q57GbkT3WAHGez1ckTboP11 { width:20rem;height:5.5rem;top:3.4375rem;left:0rem;font-size:2rem;line-height:1.4;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #nwxugsFgiXNCawHMRM2hlp6pddtkR8Rs { width:18.5625rem;height:2.875rem;top:22.125rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #XZgLOvCyTS1bfNMCZtBonuxlcfNkifhJ { display:flex;width:1.875rem;height:1.875rem;top:19.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #PPPtevXAUgUJyqstu8Nk8MKWPE5tEIfa { width:13.75rem;height:2.875rem;top:13rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #IxQ97UuLKRTIyX012i5hgh4MmJCu2xe3 { display:flex;width:1.5625rem;height:1.5625rem;top:10.625rem;left:9.25rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #sXbumCtS0LOPKgaFdHmU8VVt62T4e31H { width:20rem;height:14.4541015625rem;top:78.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaM3ErEcnrWhQI8w9pQaIuuRHrFqXZRz { width:20rem;height:12.4609375rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1U6Aqrmknh5cmScfu20pmUXbMK61bIX { width:17.1875rem;height:3.6875rem;top:43.5625rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z10ZWJA8CDFbEQ8uu4Q673eyS2lfWqrh { display:block; }
 }@media only screen and (max-width: 763px) { #uqZKkzsXo1wy00560WrvqV46BrDic7ld { width:20rem;height:10.0625rem;top:30.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#001342;font-weight:700;font-style:normal;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #dnZwbhDpxTGKaKyTSsSkupNsKDtolhGR { display:flex;width:1.4375rem;height:1.4375rem;top:28.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #QA087ygBZOwx9IBB6uVm5QmUpIM54S8T { width:20rem;height:0.125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRtHXXgKNaNITTt0fia1bTVpF9cvmOAt { width:20rem;height:14.4541015625rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIiCprbskqdPV3S1ICpkBs7pMSPK7GwK { width:20rem;height:0.125rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy { display:block; }#hVTzGeqVnu1c6nZvqGzs42ve3Gyp4MLy > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPCO1uCkyblXCTQRUqs2PHRCclWCNvws { width:18.625rem;height:4.625rem;top:3.4375rem;left:0.6875rem;font-size:2.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wfhFziMubSJewNEofGkP39rQk2szSLQT { width:18.5625rem;height:6.25rem;top:12.75rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdUWUDmK6QWKT7mTSFp7Q9dUTzpsCalD { width:19.125rem;height:6.25rem;top:24.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERTxiDbTwcaZ6Zm2Sso8LKKvsMtqV4G4 { width:20rem;height:11.5rem;top:21.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9OdELMLvzHuQygfc5AOkDSv3HuXSMBV { width:20rem;height:10.6875rem;top:9.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbS8GUpqGSvSZLXNeWb1hQdaMDq4qNJT { width:17.1875rem;height:1.625rem;top:10.75rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDDcicJ5w1sskJFnde1RFOt8qOQ9QWBy { width:17.1875rem;height:1.625rem;top:22.25rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0aAuQTbuUDeSqaJ0iSdCURCNKRuAzVE { width:20rem;height:9.8125rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWu7CgZOM621GP4u0vZdhQ6aVJpTdAwg { width:18.625rem;height:3.75rem;top:37.25rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdCb9NT5BTwGpEEatL6xatkSVkFH61Ln { width:11.4375rem;height:1.625rem;top:34.8125rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uheOqAyBBMD15MUFP3I08kJ6oEgHsXIh { width:20rem;height:5.0625rem;top:57.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRdr8fi8FOQ9O2ZKZvTC65bhkovzPTmA { width:20rem;height:10.9375rem;top:44.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcS9qxggAfEvaIZwTTvKuOMGwglHznTu { width:17.875rem;height:3.75rem;top:49.0625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZhZgH9wwn2luOg3h02XZJhnuEaqPG6c { width:14.0625rem;height:1.625rem;top:46.75rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q { display:block; }#zI5gaDvdk0p0cXeGV3rTXfEXAFyC338q > .row .container { width:20rem;height:94.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsEkSCNS3wtgvPLdwp2disH1ysUW83TN { width:18.8125rem;height:50rem;top:42.1875rem;left:1.1875rem;font-size:1rem;z-index:15000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #voosvxVq4a5silzEfun637CqbZOzhC6w { width:20rem;height:25.6875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMOq6WC1NT26mBGBsPAAGPzZNrTTfsus { width:20rem;height:2.3125rem;top:3.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOcdDOognipE0N8JszdbshsVk6Azt5OQ { width:20rem;height:6.25rem;top:35rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NXiLVIBcZ2myuO1wihddydBUlGLJdBLc { width:0.6875rem;height:0.6875rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJpxJby84MAUJ3FZUXRS3SQGsm7PJQH { width:0.6875rem;height:0.6875rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebl6qiNyiiH9p8FKvZt5fJdR1ThXeknO { width:0.6875rem;height:0.6875rem;top:69.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqANTUHexspkGQDeoZVN0CGM0CF2XrnW { width:0.6875rem;height:0.6875rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsDy9qKVAq3CaawSD3oC3BaHppS6xAaV { width:0.6875rem;height:0.6875rem;top:83.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeQAcwVL2dirHqMRqq7yFkRUx635nJQx { width:0.125rem;height:41.4375rem;top:42.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipi5KfJ9wThJW5wUUTnh2DTZ7skc9bVd { top:81.125rem;left:0rem;width:20rem;height:0.125rem;z-index:15015;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #w9ys89uub8iaN4gQBE9Vx3BaoN9aJuGN { top:68.6875rem;left:0rem;width:20rem;height:0.125rem;z-index:15016;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #NIT5EtmnT57n5UeZta3L7kyPmhR9Z2Rx { top:59.8125rem;left:0rem;width:20rem;height:0.125rem;z-index:15017;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #pbvnguSevFhcUmm7dK8TsiQkRKVTxgw5 { top:48.6875rem;left:0rem;width:20rem;height:0.125rem;z-index:15018;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #NlGssEzlf4yzBoks7Xr4yyr8CIWcvlml { top:42.4375rem;left:0rem;width:20rem;height:0.125rem;z-index:15019;background-color:#d7b543;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM { display:block; }#u1Evs8GIuvHoVCAlx6ITEOWgcQm8LTNM > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R21gVzmRWnRxoVtplUrsv34AMbQUb7Vm { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsPf6balczNWWXGtUwBOgITcdfrV1DNS { width:20rem;height:auto;top:6rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgfTew0BCSZc5dsg9kx5irStAbelk27C { display:block; }#PgfTew0BCSZc5dsg9kx5irStAbelk27C > .row .container { width:20rem;height:156.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZG0GR0dIR6PJMhn0M8ffWdbt8Jmi7sv { width:17.625rem;height:30rem;top:4.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMLLgeCZFcNDK9chakXKmQy79JzQ8Gnc { width:16.0625rem;height:1.875rem;top:0.9375rem;left:1.96875rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhXP6WSPmpEQKliOpARzqpf7COuV9Tnd { display:flex;width:1.875rem;height:1.875rem;top:4.375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lnzs3zov1Rv5aEPCIo2rWIDe5e0QkbzI { display:flex;width:1.875rem;height:1.875rem;top:12rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #aoPhxeFCLCxCxKwkx2ysS995F2XVn3TD { display:flex;width:1.875rem;height:1.875rem;top:18.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pp9ADEl3fSMcMPBzxWIqHefbqMwT1ezP { display:flex;width:1.875rem;height:1.875rem;top:26.9375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #IBJfacZmTcNJAJJBBosyLqBkISTWtixg { width:20rem;height:11.25rem;top:69.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDXd98X4ao2kDa84ayZh9rzZF09O7sFx { width:17.625rem;height:26.25rem;top:40.4375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HohUw6IFbRKlAmZVcbnefRWweAyRrJzL { display:flex;width:1.875rem;height:1.875rem;top:45.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TWdTFrWkuuXWIbxsKHkAERicISxMvVEx { display:flex;width:1.875rem;height:1.875rem;top:40.3125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #zkFSuE9K1gOWDQhIZQ6xHxvHa10CTJ0m { display:flex;width:1.6875rem;height:1.6875rem;top:56.6875rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #XdaHtXSH9UxVuA0Qzm6nRSFK66qfXfo4 { display:flex;width:1.875rem;height:1.875rem;top:50.5625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PmKlmH2vemBMarFiJPVMyLIak0EC1pSq { display:flex;width:1.875rem;height:1.875rem;top:61.5625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #gryEoaLlhGHa50JJUhsmL8WoPwt1Xqzf { width:19.4375rem;height:1.875rem;top:37rem;left:0.3125rem;font-size:1.875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVUTs86lTx7tzX1H0JuUwESGqGgZE9lW { width:14.5rem;height:2.9375rem;top:146rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #AXwWHGX9M0DZ22O6iQ9k4lToaVflTJMf { width:20rem;height:27.2880859375rem;top:81.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9P1iMRcqH5EI0WGGlxaHurGpQrhmwvI { width:12.5625rem;height:1.75rem;top:70.75rem;left:0.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #aZTT88byPXvi7yT7ay4NaW6mMcG6EwWf { width:12.75rem;height:2.75rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCnVFOSEZ7udvNZccigyuTsWPOkopoJi { width:12.375rem;height:1.75rem;top:82.75rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #gLXHzX77bDHLrEuHmh2S5DnaB1egSLLZ { width:20rem;height:13.2978515625rem;top:109.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clT6NAops1MF3OFM0Tv4JAvgCELtdV9h { width:12.625rem;height:2.9375rem;top:82.1875rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TJAqkDANv2dg5yk4JRmUaZIkGWB1pQ3i { width:16.875rem;height:1.75rem;top:119.8125rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lr6JdmTfz9CCCEB3WMyMqoGsfD4sBe18 { width:20rem;height:13.185546875rem;top:123rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwgMmNNFluQ1C1rZPaeK6TUlKTcEvmvF { width:17.4375rem;height:2.9375rem;top:119.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCyvok76XeOOsylkfkTolF22ohBcZp8T { width:13.5625rem;height:1.75rem;top:123.875rem;left:0.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ymEZ8GMduK3zr5WEoAe0AHwilW8q5lbU { width:20rem;height:12.796875rem;top:136.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXbA6o9SH3v7AbGDhM0uqoawal39NIOD { width:14.3125rem;height:2.5rem;top:123.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHPfF7iQxyCtp1ummr8Gfs5G63GCXtl { width:13.75rem;height:1.875rem;top:146.53125rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbLrWhw3QAbvoJztt5EZUmeNesviNCiK { width:17.1875rem;height:3.4375rem;top:151.75rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEHvef5Dq1OnADdw2TsE0Cv2KVMC0gXe { display:block; }
 }@media only screen and (max-width: 763px) { #NlBk1cAb4uEop7C48TPb7y1xTlVcpiGR { display:flex;width:1.875rem;height:1.875rem;top:65.125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr { display:block; }#S2R9shnCfhEHS0pa8kf2PcVrXqfuhbQr > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izTuXiJJD8TeZkNI2UKDnw9SRIg66R3R { width:20rem;height:11.623036649215rem;top:9.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ddmTF5fDfp8hD288vt275c8UQEIOFuGZ { width:20rem;height:6.5rem;top:2.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIzFhMwOV8MTIsTtZ8DWk5dng2KkBGoo { width:19.25rem;height:1.75rem;top:17.9375rem;left:0.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKESn46CJfGLIcLI1dRKz9yFlRzgqf4W { width:20rem;height:13.333333333333rem;top:22rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Rclc9mDuNKef8R9wyeuw4AaJwTreSKHD { width:17.0625rem;height:1.875rem;top:32.1875rem;left:0.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QX7KcDihdpnXDospACG3kokaH5OgT6aD { width:20rem;height:12.021563342318rem;top:35.875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wyl8ldQh5xg76fs4H7FfQmdm9XWeNHDK { width:18.3125rem;height:1.875rem;top:37.125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EM73VNksVTSrs9WS0OSFFZUewyEPTpfD { width:20rem;height:5.9375rem;top:48.5625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T908rPcORCv6CZkWvNkMVKrVl8tn6dKI { width:20rem;height:1.875rem;top:55.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHag2BUVsAlhTSKRmVyUg1kfkblgACgs { width:20rem;height:13.9375rem;top:68.3125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #SRokQbcipKDyHL69GgKFUx7ow2nw235a { width:19rem;height:1.875rem;top:69.5rem;left:0.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ACZSIcfFWh8E4cR7dMZdQ6b9tOtORTTi { width:18.3125rem;height:2.8125rem;top:59.75rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k4fAvcTf19VxH2DFOu5ri4L7FgeHeVdG { width:20rem;height:9.0384615384615rem;top:58.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KVQanH54dL2L3T83w6HcD8fyWTKRgkB1 { width:20rem;height:12.219178082192rem;top:82.875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kwStdhUFboGlHJV4qShqd0lmGIHOZsga { width:19.0625rem;height:3.25rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkCfmzVxVqHgWDPfJxlIS9T2h45zXHNH { width:15.0625rem;height:2.8125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGIKniZ5dgys58STgXQtOSn9N8BGbDUd { width:19.125rem;height:2.9375rem;top:36.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tonqOSXshTcRRuG6GpNZbQ25sKSTPxBW { width:20rem;height:2.9375rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqiwkrgPUzV66KHPaaK1mayT6WJw0tTm { width:18rem;height:3.375rem;top:59.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3l4ThLrPK3JsDTOgGAGaKehd2RwF0hA { width:19.125rem;height:2.9375rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwpuXSiMDgqVWzAQ6zdL3P8ilAHZLU6O { width:19.875rem;height:3.3125rem;top:91.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPFkrOavadyH0dMq3FcLoLrhlOVSRWJF { width:19.5625rem;height:0;top:87.06884765625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #a6zu8vwbKKxgMCPSwSTHd3rPedIqkD0z { width:20rem;height:10.373831775701rem;top:95.9375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #mcvLOD0vDhJ7G7nMfd5Xa2KcV16OUx08 { width:20rem;height:3.5625rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO75AqwEQv5tiF7P7E6qrO9Bmxm9Khq5 { width:20rem;height:0;top:101.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qXI9hBJC33qhidi7V6kTryFUkkiyDaxE { width:19.6875rem;height:2.8125rem;top:102.5rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #LDrUoHxyBINNFg8RdpTKhpCgmUGKWGLG { width:17.1875rem;height:3.4375rem;top:108.75rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc5L5zTLTaDeUZoNduJtDgzDTvWDxsmu { display:block; }
 }@media only screen and (max-width: 763px) { #gL8avWUEkleDy5GZcOgpm6T5RQuyhPFq { width:20rem;height:auto;top:54rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSxrRoTfTfgVf2dro5J8DUad9y84f6y0 { width:19.5625rem;height:2.8125rem;top:91.5625rem;left:0.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15021;color:#3baeed;display:block; }
 }@media only screen and (max-width: 763px) { #CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc { display:block; }#CuOPqtgy6zXTC7rygK8Lh0KT6n8OaZPc > .row .container { width:20rem;height:145.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzyrDGT9OdhPlGrKEhvhUZyGMOEdNhpb { width:20rem;height:7.5rem;top:3.8125rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HFqPmgAQixrFNWk51vxPaTSPXsnAnwUX { height:11.25rem;width:20rem;top:11.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkWNKWMZKOXxMHZTaBoIXctlaVwlFe8O { width:20rem;height:6rem;top:130.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlnlVtlxKF8PBI2ukGhZyNoT6Rzrr4gh { width:14.1875rem;height:3.4375rem;top:106.5rem;left:2.90625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIDP3L9mpLmbgKnNTa0wiPiiXuBJT39q { display:block; }
 }@media only screen and (max-width: 763px) { #RNPKenfZM8afvFp1cNqSt2wdxVXovq3f { height:28rem;width:20rem;top:71.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCLmoUseg5zpnEhWyqZT0TTWbbzKxgZ8 { height:28rem;width:20rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #greCinUTTkTAx11Ezq6A9KAsAik1qpmD { height:28rem;width:20rem;top:100.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxt4gR91r1RBTO3S5goxmCeWyRLTbtNb { width:17.1875rem;height:3.4375rem;top:138.625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKmVlrNciJ9o76kuL0BhhbZv5mbh6Jxt { display:block; }
 }@media only screen and (max-width: 763px) { #iIfchT8aSrsvbu1g7d3NetbTkOeN5IAZ { height:28rem;width:20rem;top:42.375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o { display:block; }#JtBU3igiPP8KAIcQs50op0AJr5i8Zk9o > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyqP2X1neoxIuu7Jo0xIRytDSJdKSE5u { width:19.375rem;height:4.625rem;top:3.4375rem;left:0.3125rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qDmnm46rtmy7IXrZvHX26IIsKOr2G3xo { width:20rem;height:28.875rem;top:9.0476531982425rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #harV4TstmaWMkG92MKFnSLphPHB1PEl9 { width:4.625rem;height:1.6875rem;top:60.13671875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #ndqXp8XLGtgfH2ruO2oxHXbgbVaTk1wd { width:13.1875rem;height:13.1875rem;top:39.5859375rem;left:6.6123046875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GhJh2sAEgwEFumZlkRRRpEbKhTqsTsgv { width:11.5rem;height:11.5rem;top:48.03515625rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #udx2d0WdEfhutbJXieBm018cWDuioDEw { width:10.375rem;height:3.75rem;top:63.3125rem;left:8.2998046875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #PybAfPGdK3zPTJWt4hJg7eTEaFDgry7i { width:3.875rem;height:1.6875rem;top:46.359375rem;left:1.849609375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #rqit0in5zvVwQp0pRDTJvWDhcRM23qL1 { width:11.0625rem;height:11.0625rem;top:51.640625rem;left:7.6748046875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 { display:block; }#JLZqRTLQlz3UeVsk0rEFLf0FTSvqOo92 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHwUPwylttbsZ68xCTfn3eCZDJGBG2BH { width:18.1875rem;height:5.4375rem;top:37.9697265625rem;left:0.90625rem;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KBobblt9tBPXmdhWebp0nMsrJu9qW1GH { width:20rem;height:2rem;top:2.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-heading-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn .accordion-desc-text { font-size:1rem;height:auto;line-height:1.4;overflow:hidden; }
#x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn { display:flex;height:auto;width:20rem;top:6.1875rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #VBCuTlBzDGG3T6nKPVBn3h1t1exbdwte {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #KQTWyDxTlFvBefzPc2qvZScz5FtinNC2 {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #oNXIePfxC8oUXCisvhTkD307oH92JLkV {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #z4LT0XDb2TFct4WmVx85p7fCnLaLUnxH {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #Z8SfU8Qy6TCuP616wEsFRTctmTWW8GMN {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #o4urOFbUB9xt4f6GVVC5tx5iK1B1DNuW {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #whODr3G80htxeVvFe2tBr7EJgmFxwqT2 {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #nuOMlV5B0TtZToQzsHEbgkKvtTWhBrhE {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #hPPFcIMSOGdkCZL3JlsKTH1SLAxFhhWe {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #IqmWL9Exb1yBhal3KFrmc961QQr9wF5U {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #sWA0K8IBN8bbu7NEIQwTi4r4ckZT6uLr {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #qBF5dVwNTh8J4KTORDe7lOp7amP18AmH {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #D6tDoenhMG2M9ytoPtBfQAfZ090TSchL {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #A8wmmi5N6s8unyb7Qwk6iCpuvh6F4aqx {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #bNDELBlIosElkmUUfbDimvy0fTd9WDdq {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #MSFnTivU0ec3X6PZtbOR6hTmW0m4vc4U {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #esPKLWwZ89g8Vg7Nue8u9g9d1fqkiq3F {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #xECZEgqUXNScHeBP9vS7BfSoVKqUsW47 {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #q86ZG1f8dWxnf4sToXsV3c90ZMh2oVt5 {  }
 }@media only screen and (max-width: 763px) { #x9FQX727LBZgRHKsL6r1WxXHFOTpvKcn #IGIVb6kPDHvRFsfEX24kvuEAIq3TSldC {  }
 }@media only screen and (max-width: 763px) { #FSeeVpi7RzS7Rhv0I3KoLU8JLtUkyE5V { width:17.1875rem;height:3.4375rem;top:45.9072265625rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBV8HchHEH0AnheDWiSqUIKN8tUEdis5 { display:block; }
 }@media only screen and (max-width: 763px) { #epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 { display:block; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 { border-width: 0; border-radius: 0; }#epZ1Tgp5MTZTQsdMyltETn2owDRy5T69 > .row .container { width:20rem;height:23.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUCEq3kd451df2ovRF3CR32n1MzsEgOx { display:flex;width:2.625rem;height:2.625rem;top:13.375rem;left:10.5rem;font-size:1.3125rem; }
#eUCEq3kd451df2ovRF3CR32n1MzsEgOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 { display:flex;width:2.75rem;height:2.75rem;top:13.3125rem;left:13.5rem;font-size:1.3125rem; }
#rlJzXgN0aFwNTiCib97OWgaNRCwVAT64 > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #uCne6O1V20eZ5T5difaOR6U5RoiT9XkO { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEUGrgyweTomaoAuW2t9aHTmwsmX2swc { top:12.0625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l5Z2wZ7DdSH1xts7eflwndkH9udUe1QE { width:3.6875rem;height:3.6875rem;top:12.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx2HylQkBVFZcAK934iX7l21DxHzpK5e { display:flex;width:2.625rem;height:2.625rem;top:8.8125rem;left:13.5625rem; }
#Hx2HylQkBVFZcAK934iX7l21DxHzpK5e > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU { display:flex;width:2.625rem;height:2.625rem;top:8.8125rem;left:10.375rem; }
#mTpi8vRIUKMzBTaz7HLy653dcgTwtaeU > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #T4voNl4kAhIQz6EV5yGUvW0paKn4a4ei { width:5.5625rem;height:2.6875rem;top:8.75rem;left:3.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Av7L7ISc6lQWTrXmS46uITnPsXpWNvs5 { width:6.75rem;height:1.625rem;top:19.8125rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btyl8P7dno3qs2q03olmCrQ02My4dUMS { width:6.375rem;height:1.625rem;top:19.875rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUJrU8ms1FP0y2nTbZJ0BexxGbU6Ifz4 { width:0.125rem;height:1.25rem;top:20.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUficNtriECBaprBKDUZIfVmm2ElTFP { width:0.125rem;height:1.25rem;top:20.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8sqh1VDJ2qlTCulKKig2hSZcX7pt9aM { width:4.5625rem;height:0;top:19.875rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkd14oJHE8EMFenReV9OKSD13gxrErQb { width:18.9375rem;height:1rem;top:18.0625rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B7TAAJUE27VmJWocf68tVmaJO0EXU7Q4 { width:10.1875rem;height:1.625rem;top:1.3125rem;left:4.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sr1HiPe0hfWwuZX0d0CdEy3wUlKQa5M7 { width:19.625rem;height:3rem;top:3.125rem;left:0rem;font-size:0.8125rem;font-weight:300;font-style:normal;display:block; }
 }