.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.40625rem;left:3.5rem;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; }
#XfyWoka63tbLXGuQw54DeRHS5NRDLlW1 { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #001342;border-left:0.0625rem solid #001342;border-right:0.0625rem solid #001342;border-bottom:0.0625rem solid #001342;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.1875rem;width:2.125rem;top:1.875rem;left:12.0625rem;overflow:hidden;display:block; }
#TVPcgvlWAmrDgTE68fM1l6KVxK5126Pb { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #001342;border-left:0.0625rem solid #001342;border-right:0.0625rem solid #001342;border-bottom:0.0625rem solid #001342;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.25rem;width:2.0625rem;top:1.875rem;left:14.75rem;overflow:hidden;display:block; }
#uMeLGG9QGhUEecoud4HOUc3XR2pvsXCx { box-sizing:content-box;height:2.5625rem;width:5.6875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:1.25rem;left:11.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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:41.875rem;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.625rem;width:41.25rem;top:0.8125rem;left:17rem;overflow:hidden;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:8rem;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; }
#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma { position:relative;display:block; }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma { background-color: transparent; background-image: none; }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .row .container > .video-iframe-container { display: none; }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .row > .video-iframe-container { display: none; }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .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); }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma { border-width: 0; border-radius: 0; }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .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; }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .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:3.5rem;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; }#pBpvlBGTHQQpIafdKvxEUEKmcOvt3yXQ { 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:3.0625rem;width:30.3125rem;top:0rem;left:22.34375rem;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; }
#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 { 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; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0.adaptive-delivery-prevent-bg, #GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0.lazyload, #GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0.lazyloading { background-image: none; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container { background-color: transparent; background-image: none; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.7); }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container > .video-iframe-container { display: none; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.7); }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row > .video-iframe-container { display: none; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .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); }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container { border-width: 0; border-radius: 0; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0::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; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container { font-size:0.875rem;font-family:arial;height:87.25rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#sGQH0eb43t5PO8tdsatPnWz7BOusC79K { box-sizing:content-box;height:31.375rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.0625rem;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; }
#fOutAZTRELwLDkGOySPLITXsMDExaDxO { box-sizing:content-box;height:31.375rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.0625rem;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; }
#Pru4dGurfPtV498tUdMhKiTyVcTIyrUm { box-sizing:content-box;height:31.375rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12rem;left:50.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; }
#xx221Pi7l0pdROyucgPswsCvZepob93C { color:rgba(var(--color-secondary-4),1);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:20.4375rem;left:8.125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ie88E3xB4WnnrphU879D9w3D3upaf4J5 { color:rgba(var(--color-secondary-4),1);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:15.5625rem;left:12.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKR3Mc1nzK3tPvwLlIX9uteDzT0NGMBF { color:rgba(var(--color-secondary-4),1);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:20.4375rem;left:30.0625rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vdDTFgvfFkWZJTOhSZGVHNhntch2ku39 { color:rgba(var(--color-secondary-4),1);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:20.5rem;left:52.0625rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m8b9x88XEo1u1vFgECZkO2mQL7K5hhAK { color:rgba(var(--color-secondary-4),1);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:15.5625rem;left:35rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a68fhNKzMI6LF83amz8Uok9Dok4GFDeR { color:rgba(var(--color-secondary-4),1);display:block;width:10.9375rem;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:15.5rem;left:55.6875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VnZQt6vouUoJIUmsaIEkla1Ubx09qi4C { 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; }
#r3cylag7DTDsO5hqvs67HaSwTLGCH4za { 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; }
#CWnmryAhWrETvI2GzH18svnsPOWK6HqH { color:rgba(var(--color-secondary-4),1);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:23.6875rem;left:8.65625rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#aoH2yktp40lQel5Ww9cgKuQ5MkvPDhn6 { color:rgba(var(--color-secondary-4),1);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:23.6875rem;left:30.40625rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#rRM1MD0OZQnL7JJx3lCH01HCwLrIEbhw { color:rgba(var(--color-secondary-4),1);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:23.6875rem;left:52.0625rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#VcrM6nvkn6MVlsSqq5dfJ84b08TWhLvB { color:rgba(var(--color-secondary-4),1);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:20.875rem;left:14.75rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#XPoicJefAdigt1D2xieQiEsGrQHhtsqU { 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:26.1875rem;left:10.25rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#DEW8hV48zbgVN3MAsnF88K2aig3g6pWI { 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:26.1875rem;left:8.375rem; }
#HoKTi71AcEOwPwlkeJcRpchPUlNgBxPA { 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:31.5rem;left:8.125rem; }
#EMc42fvSHukHdTT9NSJ7OAcGw2KibyaO { 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:26rem;left:30.0625rem; }
#h75VVKpoxdH2xclaK3JpZulgFzgoamut { 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:26rem;left:31.9375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#e2bUHJfxJWcBfJnXoBTaNVQDg6pKsxnS { 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:31.5rem;left:30.0625rem; }
#wiTwvxuD1R7QdrZNS1dCenffcQVeOF97 { 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:26rem;left:53.9375rem;height:11rem;text-align:left;text-align-last:left;display:block; }
#clevWmTpPAJDSlzLcbqDHuJ3uS7rnN4e { 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:26rem;left:52.0625rem; }
#dHX2bC7bUAMro8tyeI4R2twDGD9BSLvX { 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:31rem;left:52.0625rem; }
#Svvg46vPoZy9u88hSdqRyxtSd8uE7F9T { 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:12.0625rem;left:7rem;overflow:hidden;display:block; }
#Vvkbe459wlSQ5B3hdN9NquvE40NiIGea { 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.5625rem;width:17.5rem;top:12.0625rem;left:50.6875rem;overflow:hidden;display:block; }
#fyX6ZSdTD8mfroFEGhcKO0pANAfND7mC { 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:12rem;left:28.75rem;overflow:hidden;display:block; }
#UvhooVGFH406VRrzz1x8QLwP26zcVlym { 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:37.875rem;left:8.65625rem;display:block; }
#MpVTKFDFr1zJwsMDKdPXTK5GCFhswkCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lrivFRcOvcHs5ZCzrMRpZu9ypZ2leKdl { 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:37.875rem;left:30.40625rem;display:block; }
#iS8SEzhb6bSd0PH5EnumcLLtiTqifvGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGNUvpmE6466wr74sGrm1xHEunivECSl { 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:37.9375rem;left:52.375rem;display:block; }
#ipc8Q1KBekVB8l3oXO3V2JyPtzTik7hJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UWQOfGmHtXMV5OgOBGz6rvU68a4nsh4B { box-sizing:content-box;height:34.375rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.625rem;left:16.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; }
#tg3e8X5EkZuOsgHd4CRaGHiaVECIzAKe { 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:60.125rem;left:19.9375rem;height:15rem;text-align:left;text-align-last:left;display:block; }
#w3TV9q22ZEwkTolOSRs4BT4XaTUfPunr { color:rgba(var(--color-secondary-4),1);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:55.625rem;left:17.5625rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvuls2iR6gwiAifZU6TzDCs3RZ05BzW6 { 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:51.1875rem;left:23.375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m49uIJDdIB9QX0TCLt58slNhdS59fpfM { position:absolute;display:block;z-index:15065;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.375rem;top:47.625rem;left:17.5625rem;overflow:hidden;display:block; }
#knZSo1elnNGHbHE7oaTF3rcQeakQouuw { 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:65rem;left:18.125rem; }
#HgnFPLNfZXTZrgTF2lk7Jz38q9X7E6xG { 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:60.0625rem;left:18.125rem; }
#MMkt9eRtwcrg2UTEBkAXSK8MEtVO5bSL { 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:68rem;left:18.0625rem; }
#Flr26tO1EkZTSHDtpxsCe4TM4aMNxh9a { 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:70.6875rem;left:18.0625rem; }
#Ig7IakWc4xxiVqkIV2KVcA7eMTbMuiBJ { 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:72.875rem;left:18.0625rem; }
#Q2y47V9S3pdf05R7Ibv7kFMCXpIEQV7K { 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:15017;text-align:center;text-align-last:center;top:76.9375rem;left:19.1875rem;display:block; }
#cqDP0rJ3FLPaLF3iL0gbESIPOheS7Bxy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cV61iKdNtxGNpiGgNskRzP765p3JZrdD { color:rgba(var(--color-secondary-4),1);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:20.875rem;left:36.375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#w07XK2OTsxdxAdyxXfSDxP8URHGoIc16 { color:rgba(var(--color-secondary-4),1);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:20.9375rem;left:58.75rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#l1CiJVDDaBUOFi7s92B2LcqvUoVGM3rX { 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:34.9375rem;left:52.0625rem; }
#yowfQx5qnGQhREc53fy2axBIsG348uWZ { color:rgba(var(--color-secondary-4),1);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:55.65625rem;left:26.59375rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#bp0mdlCHhlDW2PDhhlECVx7As6tQAOQr { box-sizing:content-box;height:34.375rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.625rem;left:40.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; }
#x3g9I8tOmAf7eic1rTP9PRFSRHMfzd5p { 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:60.125rem;left:43.125rem;height:14rem;text-align:left;text-align-last:left;display:block; }
#sDp0N4JDs40iyJKkdCJ74xd2Zas0bZFU { 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:15029;text-align:center;text-align-last:center;top:76.9375rem;left:42.375rem;display:block; }
#Ns5SpbOvd8eEVnW2bkZ0EutEyumgxQh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tLUAptW9Sskc0kkKtV5ivg39SymvUa5Z { color:rgba(var(--color-secondary-4),1);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:55.625rem;left:40.75rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Olpzgm7ApKE6oTiLzk6fTLwJFfAwKVNp { position:absolute;display:block;z-index:15077;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:47.625rem;left:40.75rem;overflow:hidden;display:block; }
#SD6wQ5DsJdPMqhFktXsV0Lp4Sh1Jy9eA { color:rgba(var(--color-secondary-4),1);display:block;width:8.0625rem;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:55.6875rem;left:49.8125rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#vOHFIoJpyuThPIe6D3GNyCTzHTCbUyQ6 { 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:62.25rem;left:41.3125rem; }
#PRbBoFemAIFmQZJZC2Fip7yEQznRTrgC { 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:60.0625rem;left:41.3125rem; }
#PaKz6FaGTETXDW5MizIMv4b9K4s51Arh { 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:65rem;left:41.3125rem; }
#vo0iJatM5rvN69W8awa9lmAHo1cTv2dH { 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:68rem;left:41.3125rem; }
#KP9BcnvLU2OG1naCdAQC7O1HcugJz0ve { 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:71rem;left:41.3125rem; }
#CQhioICwT4anIbDarRxJdLcHv9DgLEtp { 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:51.1875rem;left:46.5625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK { position:relative;display:block; }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK { background-color: transparent; background-image: none; }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .row .container > .video-iframe-container { display: none; }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .row > .video-iframe-container { display: none; }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .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); }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK { border-width: 0; border-radius: 0; }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .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; }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .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:3.5rem;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; }#FyDJERhUuIETgMRUhrPlZKbNOXGpdzOB { 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:3.0625rem;width:30.3125rem;top:0rem;left:22.34375rem;overflow:hidden;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; }
#WApONXk48DX59o1gdRCqVdCunc6cy4ol { position:relative;display:block; }#WApONXk48DX59o1gdRCqVdCunc6cy4ol { background-color: transparent; background-image: none; }#WApONXk48DX59o1gdRCqVdCunc6cy4ol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .row .container > .video-iframe-container { display: none; }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .row > .video-iframe-container { display: none; }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .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); }#WApONXk48DX59o1gdRCqVdCunc6cy4ol { border-width: 0; border-radius: 0; }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .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; }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .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:3.5rem;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; }#hXZuMdZm5zWUlf6RCZnCQbACgsKTooPP { 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:3.0625rem;width:30.3125rem;top:0rem;left:22.34375rem;overflow:hidden;display:block; }
#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR { 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; }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row .container { background-color: transparent; background-image: none; }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row .container > .video-iframe-container { display: none; }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row > .video-iframe-container { display: none; }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .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); }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row .container { border-width: 0; border-radius: 0; }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:75rem;position:relative;display:block; }#VgAUo8q6Ss6QVLAssEQ2QrVRKHlXhB6J { 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:9.9375rem;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; }
#J7Mr364Qf5ppuXgC2B2R1hRz0CXnQiv2 { 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:17.75rem;left:9.5rem;overflow:hidden;display:block; }
#gFHEAK4Sf1RtNBEBa9C9gEI6gSUC0ei8 { 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:3.5625rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fAs84IUxaiOxCULicEXAwXBkE4bsRnxJ { 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:10.25rem;left:9.5rem;height:5.5rem;display:block; }
#TBi6T9fzfpUSXoIpwt6SwOrTiTVMkhdM { 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:10.3125rem;left:37.9375rem;display:block; }
#K52V6hQeO0TyTMOrtWU04FlHf3nfXrmQ { 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:17.25rem;left:37.9375rem;display:block; }
#XVlHeFTPna1afzhehxTG81Kp6Q11SZcx { 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:26.75rem;left:37.9375rem;display:block; }
#dw3ZD3T3oCB8DunEO8eWTHszwBLHrzrv { 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:33.75rem;left:37.9375rem;display:block; }
#XQNFT71oOw6E107fHDfAn93EzLTZ84w8 { 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:44.6875rem;left:37.875rem;display:block; }
#MUap2oSNDIRwIHEtTH3ciH25oaTw0yqH { box-sizing:content-box;height:34.5rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#d7b543;background-image:none;top:10.5625rem;left:38.1875rem;display:block; }
#uS4Z32CluU7xrvrsv7cepXNERTo9Sc8c { 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; }
#u8S1kcE2Cpodakv8km9w73LNHTcry4il { 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; }
#Aq1zHipcyPwvREzwRJFKn93ky7s1oGRP { 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; }
#Chrgf5X7BOI6TxHUdXgf9onP1Ohs1V0m { 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; }
#BvevTzNGQPfTXuv6T2NbzlQJfgTFyDDk { 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:74.8125rem;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:11.6875rem;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:11.6875rem;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; }
#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.375rem;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) { #XfyWoka63tbLXGuQw54DeRHS5NRDLlW1 { top:1.875rem;left:0rem;width:2.125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPcgvlWAmrDgTE68fM1l6KVxK5126Pb { top:1.875rem;left:1.125rem;width:2.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMeLGG9QGhUEecoud4HOUc3XR2pvsXCx { top:1.25rem;left:0rem;width:5.6875rem;height:2.5625rem;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.625rem;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:8rem;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) { #IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma { display:block; }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBpvlBGTHQQpIafdKvxEUEKmcOvt3yXQ { top:0rem;left:8.71875rem;width:30.3125rem;height:3.0625rem;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) { #GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 { display:block; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGQH0eb43t5PO8tdsatPnWz7BOusC79K { top:12.0625rem;left:0rem;width:18.75rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOutAZTRELwLDkGOySPLITXsMDExaDxO { top:12.0625rem;left:14.5rem;width:18.75rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pru4dGurfPtV498tUdMhKiTyVcTIyrUm { top:12rem;left:29rem;width:18.75rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx221Pi7l0pdROyucgPswsCvZepob93C { top:20.4375rem;left:0rem;width:6.4375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie88E3xB4WnnrphU879D9w3D3upaf4J5 { top:15.5625rem;left:0rem;width:8.9375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKR3Mc1nzK3tPvwLlIX9uteDzT0NGMBF { top:20.4375rem;left:16.4375rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdDTFgvfFkWZJTOhSZGVHNhntch2ku39 { top:20.5rem;left:38.4375rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8b9x88XEo1u1vFgECZkO2mQL7K5hhAK { top:15.5625rem;left:21.375rem;width:8.875rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a68fhNKzMI6LF83amz8Uok9Dok4GFDeR { top:15.5rem;left:36.8125rem;width:10.9375rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnZQt6vouUoJIUmsaIEkla1Ubx09qi4C { top:4.4375rem;left:5.875rem;width:36.125rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3cylag7DTDsO5hqvs67HaSwTLGCH4za { top:7.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWnmryAhWrETvI2GzH18svnsPOWK6HqH { top:23.6875rem;left:0rem;width:3.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoH2yktp40lQel5Ww9cgKuQ5MkvPDhn6 { top:23.6875rem;left:16.78125rem;width:3.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRM1MD0OZQnL7JJx3lCH01HCwLrIEbhw { top:23.6875rem;left:38.4375rem;width:4rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcrM6nvkn6MVlsSqq5dfJ84b08TWhLvB { top:20.875rem;left:1.125rem;width:9.5rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPoicJefAdigt1D2xieQiEsGrQHhtsqU { top:26.1875rem;left:0rem;width:12.875rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEW8hV48zbgVN3MAsnF88K2aig3g6pWI { top:26.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoKTi71AcEOwPwlkeJcRpchPUlNgBxPA { top:31.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMc42fvSHukHdTT9NSJ7OAcGw2KibyaO { top:26rem;left:16.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h75VVKpoxdH2xclaK3JpZulgFzgoamut { top:26rem;left:18.3125rem;width:13.0625rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2bUHJfxJWcBfJnXoBTaNVQDg6pKsxnS { top:31.5rem;left:16.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTwvxuD1R7QdrZNS1dCenffcQVeOF97 { top:26rem;left:34.1875rem;width:13.5625rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clevWmTpPAJDSlzLcbqDHuJ3uS7rnN4e { top:26rem;left:38.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHX2bC7bUAMro8tyeI4R2twDGD9BSLvX { top:31rem;left:38.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svvg46vPoZy9u88hSdqRyxtSd8uE7F9T { top:12.0625rem;left:0rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvkbe459wlSQ5B3hdN9NquvE40NiIGea { top:12.0625rem;left:30.25rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyX6ZSdTD8mfroFEGhcKO0pANAfND7mC { top:12rem;left:15.125rem;width:17.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvhooVGFH406VRrzz1x8QLwP26zcVlym { width:14.1875rem;height:3.0625rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpVTKFDFr1zJwsMDKdPXTK5GCFhswkCH { display:block; }
 }@media only screen and (max-width: 763px) { #lrivFRcOvcHs5ZCzrMRpZu9ypZ2leKdl { width:14.1875rem;height:3.0625rem;top:37.875rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS8SEzhb6bSd0PH5EnumcLLtiTqifvGm { display:block; }
 }@media only screen and (max-width: 763px) { #BGNUvpmE6466wr74sGrm1xHEunivECSl { width:14.1875rem;height:3.0625rem;top:37.9375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipc8Q1KBekVB8l3oXO3V2JyPtzTik7hJ { display:block; }
 }@media only screen and (max-width: 763px) { #UWQOfGmHtXMV5OgOBGz6rvU68a4nsh4B { top:47.625rem;left:3.25rem;width:18.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg3e8X5EkZuOsgHd4CRaGHiaVECIzAKe { top:60.125rem;left:6.3125rem;width:14.0625rem;height:15rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3TV9q22ZEwkTolOSRs4BT4XaTUfPunr { top:55.625rem;left:3.9375rem;width:8.9375rem;height:3.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvuls2iR6gwiAifZU6TzDCs3RZ05BzW6 { top:51.1875rem;left:9.75rem;width:9.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m49uIJDdIB9QX0TCLt58slNhdS59fpfM { top:47.625rem;left:3.9375rem;width:17.375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knZSo1elnNGHbHE7oaTF3rcQeakQouuw { top:65rem;left:4.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgnFPLNfZXTZrgTF2lk7Jz38q9X7E6xG { top:60.0625rem;left:4.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMkt9eRtwcrg2UTEBkAXSK8MEtVO5bSL { top:68rem;left:4.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flr26tO1EkZTSHDtpxsCe4TM4aMNxh9a { top:70.6875rem;left:4.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7IakWc4xxiVqkIV2KVcA7eMTbMuiBJ { top:72.875rem;left:4.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2y47V9S3pdf05R7Ibv7kFMCXpIEQV7K { width:14.1875rem;height:3.0625rem;top:76.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqDP0rJ3FLPaLF3iL0gbESIPOheS7Bxy { display:block; }
 }@media only screen and (max-width: 763px) { #cV61iKdNtxGNpiGgNskRzP765p3JZrdD { top:20.875rem;left:22.75rem;width:8.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07XK2OTsxdxAdyxXfSDxP8URHGoIc16 { top:20.9375rem;left:38.625rem;width:9.125rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1CiJVDDaBUOFi7s92B2LcqvUoVGM3rX { top:34.9375rem;left:38.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yowfQx5qnGQhREc53fy2axBIsG348uWZ { top:55.625rem;left:12.96875rem;width:8.0625rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp0mdlCHhlDW2PDhhlECVx7As6tQAOQr { top:47.625rem;left:26.4375rem;width:18.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3g9I8tOmAf7eic1rTP9PRFSRHMfzd5p { top:60.125rem;left:29.5rem;width:14.0625rem;height:14rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDp0N4JDs40iyJKkdCJ74xd2Zas0bZFU { width:14.1875rem;height:3.0625rem;top:76.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns5SpbOvd8eEVnW2bkZ0EutEyumgxQh6 { display:block; }
 }@media only screen and (max-width: 763px) { #tLUAptW9Sskc0kkKtV5ivg39SymvUa5Z { top:55.625rem;left:27.125rem;width:8.9375rem;height:3.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olpzgm7ApKE6oTiLzk6fTLwJFfAwKVNp { top:47.625rem;left:27.125rem;width:17.25rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD6wQ5DsJdPMqhFktXsV0Lp4Sh1Jy9eA { top:55.6875rem;left:36.1875rem;width:8.0625rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOHFIoJpyuThPIe6D3GNyCTzHTCbUyQ6 { top:62.25rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRbBoFemAIFmQZJZC2Fip7yEQznRTrgC { top:60.0625rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaKz6FaGTETXDW5MizIMv4b9K4s51Arh { top:65rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo0iJatM5rvN69W8awa9lmAHo1cTv2dH { top:68rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP9BcnvLU2OG1naCdAQC7O1HcugJz0ve { top:71rem;left:27.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQhioICwT4anIbDarRxJdLcHv9DgLEtp { top:51.1875rem;left:32.9375rem;width:9.375rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK { display:block; }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyDJERhUuIETgMRUhrPlZKbNOXGpdzOB { top:0rem;left:8.71875rem;width:30.3125rem;height:3.0625rem;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) { #WApONXk48DX59o1gdRCqVdCunc6cy4ol { display:block; }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXZuMdZm5zWUlf6RCZnCQbACgsKTooPP { top:0rem;left:8.71875rem;width:30.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR { display:block; }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgAUo8q6Ss6QVLAssEQ2QrVRKHlXhB6J { top:9.9375rem;left:20.1875rem;width:27.5625rem;height:41.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Mr364Qf5ppuXgC2B2R1hRz0CXnQiv2 { top:17.75rem;left:0rem;width:24.375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFHEAK4Sf1RtNBEBa9C9gEI6gSUC0ei8 { top:3.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAs84IUxaiOxCULicEXAwXBkE4bsRnxJ { top:10.25rem;left:0rem;width:24.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBi6T9fzfpUSXoIpwt6SwOrTiTVMkhdM { top:10.3125rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K52V6hQeO0TyTMOrtWU04FlHf3nfXrmQ { top:17.25rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVlHeFTPna1afzhehxTG81Kp6Q11SZcx { top:26.75rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw3ZD3T3oCB8DunEO8eWTHszwBLHrzrv { top:33.75rem;left:24.3125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQNFT71oOw6E107fHDfAn93EzLTZ84w8 { top:44.6875rem;left:24.25rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUap2oSNDIRwIHEtTH3ciH25oaTw0yqH { top:10.5625rem;left:24.5625rem;width:0.125rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS4Z32CluU7xrvrsv7cepXNERTo9Sc8c { display:none; }
 }@media only screen and (max-width: 763px) { #u8S1kcE2Cpodakv8km9w73LNHTcry4il { display:none; }
 }@media only screen and (max-width: 763px) { #Aq1zHipcyPwvREzwRJFKn93ky7s1oGRP { display:none; }
 }@media only screen and (max-width: 763px) { #Chrgf5X7BOI6TxHUdXgf9onP1Ohs1V0m { display:none; }
 }@media only screen and (max-width: 763px) { #BvevTzNGQPfTXuv6T2NbzlQJfgTFyDDk { 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:36.0625rem;width:11.6875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHPfF7iQxyCtp1ummr8Gfs5G63GCXtl { top:53.125rem;left:36.0625rem;width:11.6875rem;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) { #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:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UF66Gq6wNeftq9DT0wqwVLzQ4LA05yuk { width:16.8125rem;height:2.375rem;top:0.875rem;left:1.59375rem;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:15.25rem;height:3.4375rem;top:3.875rem;left:2.375rem;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) { #XfyWoka63tbLXGuQw54DeRHS5NRDLlW1 { width:2.0625rem;height:1.1525735294118rem;top:1.4375rem;left:3rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVPcgvlWAmrDgTE68fM1l6KVxK5126Pb { width:2.0625rem;height:1.25rem;top:1.4375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMeLGG9QGhUEecoud4HOUc3XR2pvsXCx { width:5.625rem;height:2.5rem;top:0.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:none; }
 }@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:48.625rem;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:19.875rem;height:9.9375rem;top:10.4375rem;left:0rem;overflow:hidden;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) { #IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma { display:block; }#IkiwaLPOb7xhKbpTBgpTNwIAabOC0Pma > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBpvlBGTHQQpIafdKvxEUEKmcOvt3yXQ { width:20rem;height:2.0625rem;top:0rem;left:0rem;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) { #GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 { 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; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0.adaptive-delivery-prevent-bg, #GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0.lazyload, #GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0.lazyloading { background-image: none; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container { background-color: transparent; background-image: none; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,40,95,0.5); }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container > .video-iframe-container { display: none; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .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); }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row > .video-iframe-container { display: none; }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .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); }#GHQfi3V9soeO0ouGOJDRXt2NpAFJkRB0 > .row .container { width:20rem;height:182.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGQH0eb43t5PO8tdsatPnWz7BOusC79K { width:20rem;height:27rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOutAZTRELwLDkGOySPLITXsMDExaDxO { width:20rem;height:27.25rem;top:39.8125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Pru4dGurfPtV498tUdMhKiTyVcTIyrUm { width:20rem;height:32.5rem;top:68.9375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xx221Pi7l0pdROyucgPswsCvZepob93C { width:5.8125rem;height:3.0625rem;top:18.9375rem;left:1.875rem;font-size:2.8125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #Ie88E3xB4WnnrphU879D9w3D3upaf4J5 { width:8.9375rem;height:1.6875rem;top:14.5rem;left:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKR3Mc1nzK3tPvwLlIX9uteDzT0NGMBF { width:5.875rem;height:3.0625rem;top:47.53125rem;left:2.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdDTFgvfFkWZJTOhSZGVHNhntch2ku39 { width:7.0625rem;height:3.0625rem;top:76.1875rem;left:2.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8b9x88XEo1u1vFgECZkO2mQL7K5hhAK { width:8.9375rem;height:1.6875rem;top:43.369140625rem;left:7.3125rem;font-size:1.5625rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #a68fhNKzMI6LF83amz8Uok9Dok4GFDeR { width:10.0625rem;height:1.5rem;top:72.27197265625rem;left:6.5625rem;font-size:1.375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #VnZQt6vouUoJIUmsaIEkla1Ubx09qi4C { width:19rem;height:4.125rem;top:2rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3cylag7DTDsO5hqvs67HaSwTLGCH4za { width:14rem;height:2.875rem;top:6.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWnmryAhWrETvI2GzH18svnsPOWK6HqH { width:3.375rem;height:1.8125rem;top:21.5625rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoH2yktp40lQel5Ww9cgKuQ5MkvPDhn6 { width:3.6875rem;height:1.8125rem;top:50.21875rem;left:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRM1MD0OZQnL7JJx3lCH01HCwLrIEbhw { width:4.375rem;height:1.8125rem;top:79rem;left:2.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcrM6nvkn6MVlsSqq5dfJ84b08TWhLvB { width:10.4375rem;height:4rem;top:19.3125rem;left:8rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #XPoicJefAdigt1D2xieQiEsGrQHhtsqU { width:12.3125rem;height:6.75rem;top:24.375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEW8hV48zbgVN3MAsnF88K2aig3g6pWI { display:flex;width:1.5rem;height:1.5rem;top:24.375rem;left:2.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #HoKTi71AcEOwPwlkeJcRpchPUlNgBxPA { display:flex;width:1.5rem;height:1.5rem;top:29.9375rem;left:2.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #EMc42fvSHukHdTT9NSJ7OAcGw2KibyaO { 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) { #h75VVKpoxdH2xclaK3JpZulgFzgoamut { width:13.1875rem;height:6.75rem;top:52.9375rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2bUHJfxJWcBfJnXoBTaNVQDg6pKsxnS { display:flex;width:1.5rem;height:1.5rem;top:58.25rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #wiTwvxuD1R7QdrZNS1dCenffcQVeOF97 { width:15.375rem;height:12.375rem;top:82.3125rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clevWmTpPAJDSlzLcbqDHuJ3uS7rnN4e { display:flex;width:1.5rem;height:1.5rem;top:82.3125rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dHX2bC7bUAMro8tyeI4R2twDGD9BSLvX { display:flex;width:1.5rem;height:1.5rem;top:52.6875rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Svvg46vPoZy9u88hSdqRyxtSd8uE7F9T { width:16.5rem;height:8.0625rem;top:11.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvkbe459wlSQ5B3hdN9NquvE40NiIGea { width:16.4375rem;height:8rem;top:68.9375rem;left:1.78125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #fyX6ZSdTD8mfroFEGhcKO0pANAfND7mC { width:17.8125rem;height:8.625rem;top:39.8125rem;left:1.09375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UvhooVGFH406VRrzz1x8QLwP26zcVlym { width:14rem;height:3.4375rem;top:33.0625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpVTKFDFr1zJwsMDKdPXTK5GCFhswkCH { display:block; }
 }@media only screen and (max-width: 763px) { #lrivFRcOvcHs5ZCzrMRpZu9ypZ2leKdl { width:14rem;height:3.4375rem;top:61.5625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS8SEzhb6bSd0PH5EnumcLLtiTqifvGm { display:block; }
 }@media only screen and (max-width: 763px) { #BGNUvpmE6466wr74sGrm1xHEunivECSl { width:14rem;height:3.4375rem;top:96.1875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipc8Q1KBekVB8l3oXO3V2JyPtzTik7hJ { display:block; }
 }@media only screen and (max-width: 763px) { #UWQOfGmHtXMV5OgOBGz6rvU68a4nsh4B { width:19.375rem;height:36.5rem;top:103.375rem;left:0.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tg3e8X5EkZuOsgHd4CRaGHiaVECIzAKe { width:15.375rem;height:16.875rem;top:116.0625rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3TV9q22ZEwkTolOSRs4BT4XaTUfPunr { width:8.9375rem;height:2.4375rem;top:112.625rem;left:1.3125rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wvuls2iR6gwiAifZU6TzDCs3RZ05BzW6 { width:10.25rem;height:1.5625rem;top:107.5rem;left:6.4375rem;font-size:1.4375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #m49uIJDdIB9QX0TCLt58slNhdS59fpfM { width:16.4375rem;height:9.5625rem;top:103.375rem;left:1.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #knZSo1elnNGHbHE7oaTF3rcQeakQouuw { display:flex;width:1.5rem;height:1.5rem;top:121.625rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #HgnFPLNfZXTZrgTF2lk7Jz38q9X7E6xG { display:flex;width:1.5rem;height:1.5rem;top:116.0625rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MMkt9eRtwcrg2UTEBkAXSK8MEtVO5bSL { display:flex;width:1.5rem;height:1.5rem;top:125.1875rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Flr26tO1EkZTSHDtpxsCe4TM4aMNxh9a { display:flex;width:1.5rem;height:1.5rem;top:128.375rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Ig7IakWc4xxiVqkIV2KVcA7eMTbMuiBJ { display:flex;width:1.5rem;height:1.5rem;top:130.875rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Q2y47V9S3pdf05R7Ibv7kFMCXpIEQV7K { width:14rem;height:3.4375rem;top:135rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqDP0rJ3FLPaLF3iL0gbESIPOheS7Bxy { display:block; }
 }@media only screen and (max-width: 763px) { #cV61iKdNtxGNpiGgNskRzP765p3JZrdD { width:9.25rem;height:3.375rem;top:47.875rem;left:8.59375rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #w07XK2OTsxdxAdyxXfSDxP8URHGoIc16 { width:10.1875rem;height:3rem;top:77.125rem;left:8.25rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #l1CiJVDDaBUOFi7s92B2LcqvUoVGM3rX { display:flex;width:1.5rem;height:1.5rem;top:87.75rem;left:1.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yowfQx5qnGQhREc53fy2axBIsG348uWZ { width:11.375rem;height:3rem;top:112.3125rem;left:7.6875rem;font-size:0.8125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #bp0mdlCHhlDW2PDhhlECVx7As6tQAOQr { width:18.75rem;height:36.4375rem;top:143.375rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #x3g9I8tOmAf7eic1rTP9PRFSRHMfzd5p { width:14.0625rem;height:16.875rem;top:155.875rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDp0N4JDs40iyJKkdCJ74xd2Zas0bZFU { width:14.1875rem;height:3.0625rem;top:174.0625rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns5SpbOvd8eEVnW2bkZ0EutEyumgxQh6 { display:block; }
 }@media only screen and (max-width: 763px) { #tLUAptW9Sskc0kkKtV5ivg39SymvUa5Z { width:8.9375rem;height:2.1875rem;top:151.375rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olpzgm7ApKE6oTiLzk6fTLwJFfAwKVNp { width:17.25rem;height:8.625rem;top:143.375rem;left:1.3125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #SD6wQ5DsJdPMqhFktXsV0Lp4Sh1Jy9eA { width:8.875rem;height:2.25rem;top:151.34375rem;left:9.3125rem;font-size:0.875rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #vOHFIoJpyuThPIe6D3GNyCTzHTCbUyQ6 { display:flex;width:1.5rem;height:1.5rem;top:158.125rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PRbBoFemAIFmQZJZC2Fip7yEQznRTrgC { display:flex;width:1.5rem;height:1.5rem;top:155.8125rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PaKz6FaGTETXDW5MizIMv4b9K4s51Arh { display:flex;width:1.5rem;height:1.5rem;top:161.5rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #vo0iJatM5rvN69W8awa9lmAHo1cTv2dH { display:flex;width:1.5rem;height:1.5rem;top:165.8125rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KP9BcnvLU2OG1naCdAQC7O1HcugJz0ve { display:flex;width:1.5rem;height:1.5rem;top:169.5625rem;left:1.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CQhioICwT4anIbDarRxJdLcHv9DgLEtp { width:9.375rem;height:1.5625rem;top:146.9375rem;left:7.125rem;font-size:1.4375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK { display:block; }#wdUcIE5xLfvyPpSdbCDBHREMMoLFTBuK > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyDJERhUuIETgMRUhrPlZKbNOXGpdzOB { width:20rem;height:2.0625rem;top:0rem;left:0rem;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) { #WApONXk48DX59o1gdRCqVdCunc6cy4ol { display:block; }#WApONXk48DX59o1gdRCqVdCunc6cy4ol > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXZuMdZm5zWUlf6RCZnCQbACgsKTooPP { width:20rem;height:2.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR { display:block; }#TvSdIau7ozOg6gbWTgnBFUOuaA3DV8DR > .row .container { width:20rem;height:92.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgAUo8q6Ss6QVLAssEQ2QrVRKHlXhB6J { width:20rem;height:47.5rem;top:43.0625rem;left:0rem;font-size:1rem;z-index:15000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7Mr364Qf5ppuXgC2B2R1hRz0CXnQiv2 { width:20rem;height:25.6875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFHEAK4Sf1RtNBEBa9C9gEI6gSUC0ei8 { width:20rem;height:2.3125rem;top:3.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAs84IUxaiOxCULicEXAwXBkE4bsRnxJ { width:20rem;height:6.25rem;top:35rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBi6T9fzfpUSXoIpwt6SwOrTiTVMkhdM { width:0.6875rem;height:0.6875rem;top:51.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K52V6hQeO0TyTMOrtWU04FlHf3nfXrmQ { width:0.6875rem;height:0.6875rem;top:62.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVlHeFTPna1afzhehxTG81Kp6Q11SZcx { width:0.6875rem;height:0.6875rem;top:71.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dw3ZD3T3oCB8DunEO8eWTHszwBLHrzrv { width:0.6875rem;height:0.6875rem;top:44.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQNFT71oOw6E107fHDfAn93EzLTZ84w8 { width:0.6875rem;height:0.6875rem;top:85.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUap2oSNDIRwIHEtTH3ciH25oaTw0yqH { width:0.125rem;height:27.375rem;top:95.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uS4Z32CluU7xrvrsv7cepXNERTo9Sc8c { top:81.1875rem;left:0rem;width:20rem;height:0.125rem;z-index:15015;background-color:#d7b543;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u8S1kcE2Cpodakv8km9w73LNHTcry4il { top:68.75rem;left:0rem;width:20rem;height:0.125rem;z-index:15016;background-color:#d7b543;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Aq1zHipcyPwvREzwRJFKn93ky7s1oGRP { top:59.9375rem;left:0rem;width:20rem;height:0.125rem;z-index:15017;background-color:#d7b543;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Chrgf5X7BOI6TxHUdXgf9onP1Ohs1V0m { top:48.75rem;left:0rem;width:20rem;height:0.125rem;z-index:15018;background-color:#d7b543;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BvevTzNGQPfTXuv6T2NbzlQJfgTFyDDk { top:42.375rem;left:0rem;width:20rem;height:0.125rem;z-index:15019;background-color:#d7b543;background-image:none;display:block; }
 }@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:158.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.5625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lnzs3zov1Rv5aEPCIo2rWIDe5e0QkbzI { display:flex;width:1.875rem;height:1.875rem;top:12.0625rem;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:27.0625rem;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.4375rem;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:12.4375rem;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:11.6875rem;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) { #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; }
 }