.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:224,248,230;--color-primary-1:163,233,179;--color-primary-2:102,218,129;--color-primary-3:39,174,96;--color-primary-4:0,193,45;--color-secondary-0:249,253,254;--color-secondary-1:234,248,253;--color-secondary-2:212,240,250;--color-secondary-3:106,120,125;--color-secondary-4:32,36,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { position:relative;display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { background-color: transparent; background-image: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row > .video-iframe-container { display: none; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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); }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { border-width: 0; border-radius: 0; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .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:5.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { 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:5rem;width:5rem;top:0.46875rem;left:0.9375rem;overflow:hidden;display:block; }
#qWUIuUxrbKTBaLsiiw70KEfT1y6DSUGF { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.18408203125rem;left:31.75rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { font-size:0.875rem;font-family:arial;height:76.25rem;width:60rem;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:#0c0c0c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:#0c0c0c;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:13.3125rem;left:2.5rem;height:4.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:41.5rem;top:2.3125rem;left:10.21875rem;display:block; }
#uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { color:#f39c12;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:10.65625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { background-color:rgba(var(--color-primary-3),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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.625rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:32.9375rem;height:5.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:62.875rem;left:13.3125rem;display:block; }
#GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:69.3125rem;left:13.125rem;overflow:hidden;display:block; }
#LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:69.625rem;left:17.5625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zcwhGDvOwQnVRnaIzfOuA7TZpzhTePdE { position:absolute;display:block;z-index:15028;height:41.6875rem;width:41.6875rem;top:18.875rem;left:10.125rem;display:block; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { position:relative;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:157.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:#f39c12;display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.875rem;left:11.84375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9.4375rem;left:10.5625rem;height:29.91941875rem;font-style:normal;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; }
#nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { color:#f39c12;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:67.875rem;left:10.625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:74.875rem;left:10.5625rem;height:31.494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTgzpwLGcnNCtRq4ZZy8ZgF4sqBfldm3 { 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:30.8125rem;width:54.8125rem;top:120.5625rem;left:0.96875rem;overflow:hidden;display:block; }
#ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { color:#f39c12;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:153.125rem;left:10.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTCIwMNbyRg31IIT0fG5ys0LQwXMQaIc { position:absolute;display:block;z-index:15005;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:23.4375rem;width:41.8125rem;top:42.3125rem;left:9.09375rem;overflow:hidden;display:block; }
#mQ9crTJxH5Ns0xV4Gfki27vGiDzNh88y { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:109.4892578125rem;left:10.6875rem;height:8.4985625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mQ9crTJxH5Ns0xV4Gfki27vGiDzNh88y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mQ9crTJxH5Ns0xV4Gfki27vGiDzNh88y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
#ams4uFz2xWDT2HS9uW5aHmW4ylu4Tvmk { color:#c70000;display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:153.125rem;left:10.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { position:relative;display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { background-color: transparent; background-image: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { border-width: 0; border-radius: 0; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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:154.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:1.75rem;left:9.6875rem;height:17.32176875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ofHMVfZvo7C6gbnRUTzgauMCTOhoLEM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:21.25rem;left:24.3125rem;height:11.02294375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nfEJNs9ysCEidftPLTdLap1lri3kfgiz { color:#f39c12;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:50.6875rem;left:9.65625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ka5smVNrkqzCLzuRJTC1DebonrQzyulo { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:57.5rem;left:9.6875rem;height:85.0341375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtORAhvZwbh1XvBfzHAnAXxSVo5a238n { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:11.5625rem;width:11.5625rem;top:21.21875rem;left:9.6875rem;overflow:hidden;display:block; }
#A1nFXgCZwFdqdlW0wfNETBqzcXlkDkkT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:11.5625rem;width:11.5625rem;top:36.4375rem;left:9.6875rem;overflow:hidden;display:block; }
#BDR68iHekwSZzLOg7oOrgdwNoe0iqtpT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:34.4375rem;left:24.3125rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uGNd56eyuwm2CD3l10efcyrM5Gh8GvTO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:38.8125rem;left:24.3125rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZehA6ieEF4TTqc7pncwJJtTnW97mnsgk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:45.6875rem;left:24.3125rem;height:1.57486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tUaEkJi3HJ3L07CgVrOmwTV3qVTKJMd8 { color:#f39c12;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:50.6875rem;left:9.65625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");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; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt.adaptive-delivery-prevent-bg, #fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt.lazyload, #fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt.lazyloading { background-image: none; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row .container { background-color: transparent; background-image: none; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row .container > .video-iframe-container { display: none; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row > .video-iframe-container { display: none; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .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); }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row .container { border-width: 0; border-radius: 0; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row .container { font-size:0.875rem;font-family:arial;height:86rem;width:60rem;position:relative;display:block; }#fGJlkJ6oolVeaFGrMxzboFpoE0zP4NfK { color:#f39c12;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.8125rem;left:10.03125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsOa1fhIBzsKhePkragEyB5oJzrMNSHS { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.837240219116rem;left:10.770183563233rem;height:7.8735625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nDOAzFsCEUDCuJN1eLhbvnA9onDstAoV { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.748046875rem;left:10.770183563233rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDd9FiOt0vf5V39cLqpkkqTF0htfdt4s { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:12.068359375rem;left:7.4264335632325rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBJU9u4dykfR1KgXVy7VZa2bkHAsOhSc { position:absolute;display:block;z-index:15015;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:3rem;width:12.0625rem;top:6.435546875rem;left:23.968753814698rem;overflow:hidden;display:block; }
#Sx1NUu2eMbKGq6ZDbi1PAHwMVaQ81qMI { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:34.5rem;left:10.75rem;height:4.72411875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#FgMoiB5KGNfh61N4XxWzWmLNoJ5p80cv { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:31.75rem;left:7.4375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E362THn87kMnCVqgJgTl97UP9Nc4ZcIi { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:29.4375rem;left:10.75rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wve64rBgaciKOyX0zWwPT0IVuisIDBFT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:12.0625rem;top:26.125rem;left:24rem;overflow:hidden;display:block; }
#LTLR34E6ITC9UTAiVPeuwCxoH34OJSIA { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:50.1875rem;left:10.75rem;height:7.8735625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kdEmWRK3CqNOLNXwFANoq03yfW0VZk1W { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:47.4375rem;left:7.4375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rRavRih5ThxvbxQCKmlU9IFpfdWKXQyN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:45.125rem;left:10.75rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PoG5fq7T5k4pviZcuuggR7dqIkBkn3cX { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:12.0625rem;top:41.8125rem;left:24rem;overflow:hidden;display:block; }
#cFgK07ILKz8L1wQfDhLktVTI8OwJUKX5 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:69.9375rem;left:10.75rem;height:11.0229375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#z609paTQSQ3y76rHibfk6RkSUkU807wp { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:67.1875rem;left:7.4375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CID9prIpg6x9pQKO1TWLRraBbvuk2vGR { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:64.875rem;left:10.75rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3dXJ00myGI03rngnI6uKUBSPLI2ZTkZ { position:absolute;display:block;z-index:15023;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:3rem;width:12.0625rem;top:61.5625rem;left:24rem;overflow:hidden;display:block; }
#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { position:relative;display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { background-color: transparent; background-image: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container > .video-iframe-container { display: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row > .video-iframe-container { display: none; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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); }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { border-width: 0; border-radius: 0; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .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:135.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qHkSNkxkMiuE4bfMDaPgXOwTfEv7ZuWT { color:#f39c12;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.96875rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0G29uqdDu1oQs4WeaEP0bk9OqhId0D2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:28.125rem;width:18.6875rem;top:6.84375rem;left:38.71875rem;overflow:hidden;display:block; }
#QRFIoXqooivcfeC3OGog4yohacFST3dh { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:8.3076171875rem;left:10.03125rem;height:25.1953rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlwkDuRHXNcyDsABhVTJTKxAbrd8JRUM { color:#f39c12;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:37.3125rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCKbbgvPgX4o7sK0s1TxzUt404sJdwnl { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:67.3125rem;left:10.03125rem;height:31.494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BckOq1TFCw83owQ73iM8PUTJLKoOpt6R { 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:21.875rem;width:39.0625rem;top:42.9375rem;left:10.46875rem;overflow:hidden;display:block; }
#T7QeF0sbHuI5iv5NX6SnFisRDZBgt4Tk { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:124.0625rem;left:9.6875rem;height:9.4482375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BF7GeGtEi34I4Zu6JeP3Pzq21ToPtvPE { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:103.5625rem;left:10.0625rem;height:16.3720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BF7GeGtEi34I4Zu6JeP3Pzq21ToPtvPE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BF7GeGtEi34I4Zu6JeP3Pzq21ToPtvPE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
#AIPaOew2VPtL6KoSsuWwMqM56HNiUsd0 { color:#c70000;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:52.8125rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Z27hghTB2VIDfJc61Big9zJMBGdTukAe { color:#f39c12;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.96875rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { position:relative;display:block; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { background-color: transparent; background-image: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container > .video-iframe-container { display: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row > .video-iframe-container { display: none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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); }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { border-width: 0; border-radius: 0; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .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:131.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:46.375rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
#xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:43.125rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OL13EXX3baFrEJPJXD74XL9QkaHazTrS { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:76.0625rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#OL13EXX3baFrEJPJXD74XL9QkaHazTrS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OL13EXX3baFrEJPJXD74XL9QkaHazTrS li:before{  }
#f5osTiy5zozFq9unUNkNTunDJauUUdvu { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:71.875rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:84.5625rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:89.1875rem;left:9.6875rem;height:10.38575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
#PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:102.75rem;left:18.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WshwClABviF8I2A4aINLt8NLrihcIOB4 { color:#f39c12;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6875rem;left:8.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10rem;left:12rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { position:absolute;display:block;z-index:15024;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:27.3125rem;width:48.5625rem;top:14.9375rem;left:5.1865234375rem;overflow:hidden;display:block; }
#hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:121.3125rem;left:17.8125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cfexTLSyeCafZ1W3cdt76CP7948A5R3o { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249025rem;width:12.9360625rem;top:117.25rem;left:23.125rem;overflow:hidden;display:block; }
#kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:115.625rem;left:25.625rem;height:1.5rem;font-style:normal;display:block; }
#CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { background-color:rgba(var(--color-primary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:109.125rem;left:14.9375rem;display:block; }
#c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:115.5634765625rem;left:23.8125rem; }
#XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:121rem;left:13.75rem;overflow:hidden;display:block; }
#eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { box-sizing:content-box;height:126.6875rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:#f5faff;background-image:none;top:1.7060546875rem;left:5.84375rem;border-top:0.1875rem dashed #0cb9f6;border-left:0.1875rem dashed #0cb9f6;border-right:0.1875rem dashed #0cb9f6;border-bottom:0.1875rem dashed #0cb9f6;display:block; }
#b53EsWl5nbvTd2FnRus2QARkZliCCOHT { position:relative;display:none; }#b53EsWl5nbvTd2FnRus2QARkZliCCOHT { border-width: 0; border-radius: 0; }#b53EsWl5nbvTd2FnRus2QARkZliCCOHT > .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; }#b53EsWl5nbvTd2FnRus2QARkZliCCOHT > .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:131.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WqqhTEHJiGoRTTdSdzpTwiErTTAzgcl5 { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:46.375rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#WqqhTEHJiGoRTTdSdzpTwiErTTAzgcl5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WqqhTEHJiGoRTTdSdzpTwiErTTAzgcl5 li:before{  }
#hqT33mh5FSUrTtq9lqXGIUMuDkGr4glp { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:43.125rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xop2Lgs6mQzfMDzSKhqi0zf41wTRpoXA { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:76.0625rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xop2Lgs6mQzfMDzSKhqi0zf41wTRpoXA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xop2Lgs6mQzfMDzSKhqi0zf41wTRpoXA li:before{  }
#ZUTvTZmaKeSJF7TLkgd1G2PmqGp7uGeD { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:71.875rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qt0tt4JJKrDgIovAscbpMNLJcVeIZ9Up { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:84.5625rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzP27PHmkqKezfyAtaceCPaQKUhkypZW { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:89.1875rem;left:9.6875rem;height:11.9604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dzP27PHmkqKezfyAtaceCPaQKUhkypZW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dzP27PHmkqKezfyAtaceCPaQKUhkypZW li:before{  }
#nytclKf4a1baNbh0sqeLwogMmsg2FVWq { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:102.75rem;left:18.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWmWgMcNfuchhbX6zlo2WPJtynhwf4gJ { color:#f39c12;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6875rem;left:8.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5i35IVfQv4zyyN3pleZDEUgDL7HDEOR { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10rem;left:12rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBeNuBLlZz38PpQk7Q2ix1reNSSoHb9M { position:absolute;display:block;z-index:15024;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:27.3125rem;width:34.125rem;top:14.9375rem;left:5.1865234375rem;overflow:hidden;display:block; }
#Lwmdq4IWx0qBAuRp8rVBKQBo5ZUNk6xs { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:121.3125rem;left:17.8125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pAOuBSQPQJDFZ10Tk6vaozFvHLBRCev9 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249025rem;width:12.9360625rem;top:117.25rem;left:23.125rem;overflow:hidden;display:block; }
#u98qBPaHQHEbPAucaG2sN3J4mUzz5Xxo { color:rgba(var(--color-tertiary-3),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:115.625rem;left:25.625rem;height:1.5rem;font-style:normal;display:block; }
#rF5L65JexqZNq1zcPgQPEf6KuKTLaiOJ { background-color:rgba(var(--color-primary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:109.125rem;left:14.9375rem;display:block; }
#qcUKfKCbX3hgkwSnqgqqIF8GhDyebM19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFeeRvoT9lzHLRWPqfUPICHoqDPrHn1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:115.5634765625rem;left:23.8125rem; }
#UFQSmwPHsCW47FC9aHsy7s1TTgOr8O8T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:121rem;left:13.75rem;overflow:hidden;display:block; }
#PqA9TXVko4Tu8IiyaTDm6QlHDcT4ZSgo { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rITZ2TN5oqXmMMgyoNNGk7NDrnIPkFyg { box-sizing:content-box;height:126.6875rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:#f5faff;background-image:none;top:1.7060546875rem;left:5.84375rem;border-top:0.1875rem dashed #0cb9f6;border-left:0.1875rem dashed #0cb9f6;border-right:0.1875rem dashed #0cb9f6;border-bottom:0.1875rem dashed #0cb9f6;display:block; }
#GQiWyugtw4tgWJ3lBIM7TrxfQ9Hlzqv0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ii3xDvyrQz77yaxO3vEA7KbhU9aCxHdk { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HC7rSqbiUk1TBuBxlJw4CvCfVsGvvIIe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LVmobkXsBRKinI05TOtUHQvL3ch1omlw { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EyqK5FXiSVxIZ4dwe7eqwOEe4scWgn3u { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ikva98guJzSbZL04ehGFpC6aGraFAc81 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:102.75rem;left:18.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5faff;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; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { background-color: transparent; background-image: none; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container > .video-iframe-container { display: none; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row > .video-iframe-container { display: none; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .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); }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { border-width: 0; border-radius: 0; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { font-size:0.875rem;font-family:arial;height:191.8125rem;width:60rem;position:relative;display:block; }#T2sNB6OIsClvNwBo3231TZQFtOmahTEu { color:#f39c12;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.09375rem;left:10.03125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPg0cgRI7rhhBGhAhDBr9cAQdvJEUsz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:6.5rem;left:10.6875rem;height:20.47118125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:42.25rem;left:10.6875rem;height:22.3461875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
#ppRRipbh7I7F8Os14qK6CLfwAFTxs7f5 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:29.34375rem;left:10.6875rem;height:9.4482375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwmkW3hsoxPlO5ITM4531w5dJTcZcsCO { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:69.9375rem;left:10.0625rem;height:9.4482375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fL7e191ntUSgrGIDZ9DWOuJfvnQXO3G1 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:80.8125rem;left:10.5rem;height:22.3461875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fL7e191ntUSgrGIDZ9DWOuJfvnQXO3G1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fL7e191ntUSgrGIDZ9DWOuJfvnQXO3G1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
#UewTU6hbBs7bnw7O79Ir1nUsEF0rogBh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:122.375rem;left:10.125rem;height:23.920875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UewTU6hbBs7bnw7O79Ir1nUsEF0rogBh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UewTU6hbBs7bnw7O79Ir1nUsEF0rogBh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
#xBofaGdXCEWwfd6SbrCB8q2PZhPqFfPM { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:111.5rem;left:9.6875rem;height:9.4482375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#otTsmJhxLd2K9vvc0f7L0UTydILs3TSg { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:162.625rem;left:10.03125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#otTsmJhxLd2K9vvc0f7L0UTydILs3TSg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#otTsmJhxLd2K9vvc0f7L0UTydILs3TSg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
#c7POaHQ1eO7y9qxyXZFcd1yzUi3VxI5e { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:149.25rem;left:9.4375rem;height:9.4482375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { position:relative;display:block; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { background-color: transparent; background-image: none; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container > .video-iframe-container { display: none; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row > .video-iframe-container { display: none; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .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); }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { border-width: 0; border-radius: 0; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .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; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .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:6.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lL8kwVzmqT6eCZeBWun6Pht1p5MO6SpK { color:#f39c12;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.15625rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { position:relative;display:block; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { background-color: transparent; background-image: none; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row .container > .video-iframe-container { display: none; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row > .video-iframe-container { display: none; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .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); }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { border-width: 0; border-radius: 0; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .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; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .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.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FneuHhv0vCtXCJ2aSJOUAewSvgJOTmI4 { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#kCHgHUX5Dew6qQsu8fhomH3VALtRKpmv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cN5VqrSbWeGPcCTmbWzTHA8eHFFv8GO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VvEyFai3qZbodcJC8JNRQpy9QqJ8zbbG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.75rem;left:32.8125rem;height:1.62524375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n99A51At7RQTtmw9pdM01y9914MWpTAE { 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:14.75rem;width:8rem;top:0rem;left:11.25rem;overflow:hidden;display:block; }
#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe { position:relative;display:block; }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe { background-color: transparent; background-image: none; }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .row .container > .video-iframe-container { display: none; }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .row > .video-iframe-container { display: none; }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .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); }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe { border-width: 0; border-radius: 0; }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .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; }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .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.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GfsRyQABUSIRSzRIVfEdEMtT35lMfLRb { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#vP0EwbVFJCNsst8OqJbboNJm9V7HFTa5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wOToOh54zBoVUoS9OQM5vGZ2heTxf3MS { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkN1LEosCRf6e2D323W9TLguvfksApdF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eUug6adyMZ4GUg1qMISecUuPhbH3UGKW { 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:14.25rem;width:8rem;top:0rem;left:11.25rem;overflow:hidden;display:block; }
#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT { position:relative;display:block; }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT { background-color: transparent; background-image: none; }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .row .container > .video-iframe-container { display: none; }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .row > .video-iframe-container { display: none; }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .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); }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT { border-width: 0; border-radius: 0; }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .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; }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .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.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AOMeMTpQOlwGCPgGLwNqT5qBnwEnVsJh { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#wcrLlLp3abWot0OHkpRiTyMQPVr1DoLP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mo2J6oR1sAy6eUUTyTgytdKOV6cAdWpN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1L0ec1ntKtAi7vIpCENygx0x3Da7V0T { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.974609375rem;left:32.9375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lB6PfI5gtZTiqmytpEVhscJ4ZlSUDK6U { 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:14.25rem;width:8rem;top:0rem;left:11.25rem;overflow:hidden;display:block; }
#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe { position:relative;display:block; }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe { background-color: transparent; background-image: none; }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .row .container > .video-iframe-container { display: none; }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .row > .video-iframe-container { display: none; }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .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); }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe { border-width: 0; border-radius: 0; }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .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; }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .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.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ihmkDLO4qhi6mSRednahmTLuQFQNdT6R { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#cJ1cGG8RImz441GpbcTBCv8kdbPwzbhs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D11KfmldVTTTtFlrXuK99to5W1n6Nn87 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lchidBlC7BB9TctZUwJBtovFGliCKRyD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5rem;left:33rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#URZ1qNyqUc6HyQwKBGk26aVFdV9L89VX { 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:14.25rem;width:8rem;top:0rem;left:11.25rem;overflow:hidden;display:block; }
#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD { position:relative;display:block; }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD { background-color: transparent; background-image: none; }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .row .container > .video-iframe-container { display: none; }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .row > .video-iframe-container { display: none; }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .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); }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD { border-width: 0; border-radius: 0; }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .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; }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .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.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GPWnVhDwFzZZE2BSmh4zG2m76x45NZey { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:0.8125rem;left:19.75rem;display:block; }
#N7PmJTgv9apsgtUQF1NGekLZb9PTvIQW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:19.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rddTrcKlwIHqFweNd238vgM26G7OKtFz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.75rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yhSmrMRBQh50J3hJwywrGvbaKSHfdZ4e { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5rem;left:33rem;height:1.62524375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IpuHL1KPhSIc0K53wgvfO62klenTx7AI { 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:14.25rem;width:8rem;top:0rem;left:11.25rem;overflow:hidden;display:block; }
#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { position:relative;display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { background-color: transparent; background-image: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container > .video-iframe-container { display: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row > .video-iframe-container { display: none; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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); }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { border-width: 0; border-radius: 0; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .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:67.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { color:#f39c12;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2rem;left:10.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZ0iOJ185JyTprJXyyex9alvAMfniL4F { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.5rem;left:9.6875rem;height:1.57486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:12.125rem;top:18.34375rem;left:23.9375rem;overflow:hidden;display:block; }
#VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:11.59375rem;left:9.6875rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { position:absolute;display:block;z-index:15012;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat: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;height:0.125rem;width:4.75rem;top:10.1875rem;left:27.625rem;display:block; }
#rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:59.875rem;left:18.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:63.1875rem;left:15.3125rem;height:2.0625rem;font-style:normal;display:block; }
#JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:60rem;left:15.9375rem; }
#Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:32.375rem;left:9.6875rem;height:25.1953rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:7.5rem;left:9.6875rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { position:relative;display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { background-color: transparent; background-image: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container > .video-iframe-container { display: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row > .video-iframe-container { display: none; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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); }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { border-width: 0; border-radius: 0; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .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:61rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.125rem solid #0c0c0c;border-left:0.125rem solid #0c0c0c;border-right:0.125rem solid #0c0c0c;border-bottom:0.125rem solid #0c0c0c; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .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; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.125rem;height:auto;line-height:1.5;overflow:hidden; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans";height:auto;line-height:1.5;overflow:hidden; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.adaptive-delivery-prevent-bg, #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.lazyload, #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-trigger.lazyloading { background-image: none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { box-sizing:content-box;height:auto;width:45.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.84375rem;left:6.125rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sRIOTkDAOdaz7BLrPyhTFV9xWJ2XD7OS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #zPutgpmdoL3Jv1wFuvIELBDs4V5XX9fl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MqMMoTBhqn8CLhQJ7Cx91rxDxN4EUliO { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xaB1REctsDdMDovRxEMO8fa9WzovmqVg {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #erfJOMni0EW6O87ZGrJ22NUHITSXuABs { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HHGC6T3vE0BugJBkBgE6mPbbV0IvUabM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #dyNzOL9C03uwBKBPBokHe773pi0oBnkR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hThLkAiBbsT6BHK8WtIoTxwHHe8ZXb2Z { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MMXIW7wF9za2P5v777ChS8CTNF5iLXWD {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lRZp338R4y05ge2Vus4HpU5bRGMhwqaG { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CpTAJC2DlFqKSaMPUZZEppsMDmLVD7IH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qrkDmD3kZLUsad2U95MasfVKzJnFahJd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xBhRHELBx2I0CQ6vVtutdsH1GD5wZagV { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #nEKnhttwTWTnI5ATez38TI5xKn3HeXqJ {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Mfogw6tLXBtheDntQuC2OwPLx3IbuuUp { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #D2noCZlLy2V0XdVFweGFrcW14tITO0VB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hHmXNpQAONwgTqlAxTfUo7lPXVXsqvQJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #vOXwbkHM0SVKPD0rxgcQhgUbksV3EdUv { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #wFr8ENfdH004Hiby0OuqM6n3EiLnxBT3 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SDTD520IW8T7XCSKUhNmuL9bTO6L7Wmo { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #m8pUTaIAXNJaW1pk08uDxffg9EfCV8Le { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DW54XKpbqC3UPJT2Do6AuUoCBAnciaF0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #b6eEPgIrpcLkNwwAbO3lvwVd4VGT4cL6 { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #gZcO7kQDSJtNMw2KT1vzy0m1SkRmQqi4 {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MEaAMkDHwNAlMc7fQcWlKbq7VuRFzl7A { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #NTlDFzK0qRoS06Ez8dtbqzQ18lxCPuwz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #a9RhDzWi6CDn2Sq1hwrzMgoSF9Waum8s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #UUIJucBW5CqvQO8z2cJNifJ0QHZTvm1L { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LsHkfCCgpJAAo1idfyoFCu43bxrtGpiu {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bFQoogIHkeM20TTCEmygdHVnHCdgpTs2 { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ATxMSm1qQIwdBPpIqHaTHNxlSvKZemt3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Tu9VDRFxa9HBIG82ZaXE5v9MmkuqT8UU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ywCreQGVcsSSFZQ1mHHPfRx5dmNtJtrx { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XpgIdbbX62cc6IcKh5ArPGZe6bmF45Mu {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #WnwFwy5maGeqsXWuV9tkTlZOFuy8D43x { display:none; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #tSsr981o8TQOCwArGdLBiCdCqdi1Bcbw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XgbUUiPnsvWnz6An9f2EFu9eV0loU1aD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lgztRh0ahcDxfOmOXiOetR4wFU4mfGHH { display:block;position:relative; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #n0b2RHSeWRUsR15FXNON4I6Tc7kKSawt {  }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HBqqzinpv0z1ZNPaos8La1NVhWcD2T19 { display:none; }
#LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { color:#0c0c0c;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:1.96875rem;left:9.375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgZzKXdmGQOpt42drOAPeBGK7m9EWsg5 { position:relative;display:none; }#tgZzKXdmGQOpt42drOAPeBGK7m9EWsg5 { border-width: 0; border-radius: 0; }#tgZzKXdmGQOpt42drOAPeBGK7m9EWsg5 > .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; }#tgZzKXdmGQOpt42drOAPeBGK7m9EWsg5 > .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:131.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fHPrPc5XORaLQ1UNif9rJlx5GDHZO5DT { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:46.375rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#fHPrPc5XORaLQ1UNif9rJlx5GDHZO5DT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fHPrPc5XORaLQ1UNif9rJlx5GDHZO5DT li:before{  }
#MHoV1SmzLt1wiiMTiLgHkIRoWxonFSdO { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:43.125rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vg1e3UsJXODcmeg3cWDMTFEfn9AzMFif { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:76.0625rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vg1e3UsJXODcmeg3cWDMTFEfn9AzMFif li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vg1e3UsJXODcmeg3cWDMTFEfn9AzMFif li:before{  }
#CsThEKVCkyAtbEPANmitC5xNB3i5FAmV { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:71.875rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wg12qSCFsgVGAmwoWXhHTXRiuTUgrXa4 { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:84.5625rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfr8oTnxUDmKCWtXdqZWUJuyhyRk1dBW { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:89.1875rem;left:9.6875rem;height:11.9604375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vfr8oTnxUDmKCWtXdqZWUJuyhyRk1dBW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vfr8oTnxUDmKCWtXdqZWUJuyhyRk1dBW li:before{  }
#xEPBRxJXwDAhzbFpsTrXVTd47IU6k877 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:102.75rem;left:18.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdViVDonG20Fo8VzTDLrVSzVftJ2r3wa { color:#f39c12;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6875rem;left:8.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCzwLPTP8uZtioTP2VWh3bpKleVP3Pkt { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10rem;left:12rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WX0eUWr1cHlAzZvbgGNhGSGm44vxqGXK { position:absolute;display:block;z-index:15024;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:27.3125rem;width:34.125rem;top:14.9375rem;left:5.1865234375rem;overflow:hidden;display:block; }
#mKPBBTDr2ETGg5DotyR9I5P0E2mIzyVU { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:121.3125rem;left:17.8125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qi1WgLwuy2KiSi6NogCdbdl4rN6u0lFl { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249025rem;width:12.9360625rem;top:117.25rem;left:23.125rem;overflow:hidden;display:block; }
#GN0I4aImZTd7GMkHJD4ESQodTNgXTzTd { color:rgba(var(--color-tertiary-3),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:115.625rem;left:25.625rem;height:1.5rem;font-style:normal;display:block; }
#xlpfkrvDfSMeNoV3l22h4sKsuWv9irC4 { background-color:rgba(var(--color-primary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:109.125rem;left:14.9375rem;display:block; }
#tEi8EN8C2HzGLRTb5XV3bwnlHrFNBxI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giWeBJbPlknOnwoSQ2L6kogguGGElJGO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:115.5634765625rem;left:23.8125rem; }
#Qff3bvpxdo0GQkqdUv6JA4U3RK4uOAJi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:121rem;left:13.75rem;overflow:hidden;display:block; }
#oIxLPaZdJh5aRTzL3wXKCc9RwGpTP3XG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmGdgb5AIULtB8k5gwKHEWJt7R1xJqGP { box-sizing:content-box;height:126.6875rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:#f5faff;background-image:none;top:1.7060546875rem;left:5.84375rem;border-top:0.1875rem dashed #0cb9f6;border-left:0.1875rem dashed #0cb9f6;border-right:0.1875rem dashed #0cb9f6;border-bottom:0.1875rem dashed #0cb9f6;display:block; }
#xoqkX3bcRQ5IyhOqk15q5AxvvPUuL20n { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mppaP4itgOHnmTxd7TzKigKRChqMp0g5 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Us5naTXOXe4BtUVWSlMfkbW0ASKbFR4F { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CgK3eV9NtJZBv5zisUrhJtQr7JpnXZpL { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qMwWXecEiniCBe2kZIG7PKNIWt0ZDnwg { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EetOPm1Wks6PTfbbiS2hRoMLWKfMdJGP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:102.75rem;left:18.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn { position:relative;display:block; }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn { background-color: transparent; background-image: none; }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .row .container > .video-iframe-container { display: none; }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .row > .video-iframe-container { display: none; }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .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); }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn { border-width: 0; border-radius: 0; }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .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; }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .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:131.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RWmwMoScaA0D3oPeTBfNXuwd4FFKu0Sn { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:46.375rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#RWmwMoScaA0D3oPeTBfNXuwd4FFKu0Sn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RWmwMoScaA0D3oPeTBfNXuwd4FFKu0Sn li:before{  }
#sQ8msARrIha7yX5Umqni0KuEtKyTSk6w { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:43.125rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5dozkINmdGMrUwWAlQyBqxi5wJSCvOg { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:76.0625rem;left:9.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#O5dozkINmdGMrUwWAlQyBqxi5wJSCvOg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5dozkINmdGMrUwWAlQyBqxi5wJSCvOg li:before{  }
#QOQVxT5kAGRFTfGqeRg84Ziykfu4vw1m { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:71.875rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSSahDC2d0HtXhWA21ivJgS30hJxoMUr { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:84.5625rem;left:12rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmoAmsTMJxSfWXodfXLbhgJy3cuuVp9a { color:#0c0c0c;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:89.1875rem;left:9.6875rem;height:10.38575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dmoAmsTMJxSfWXodfXLbhgJy3cuuVp9a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dmoAmsTMJxSfWXodfXLbhgJy3cuuVp9a li:before{  }
#HmUqHt1pw5TcFO65DZ9WWlmxP02VSJXK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:102.75rem;left:18.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHgwdbuJwnt9bnD1QRWHrvIkKo7sn6bx { color:#f39c12;display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.6875rem;left:8.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MLM2Lop2ukMkMXtPsodBCDxAgFaybEw8 { color:#0c0c0c;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10rem;left:12rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzTkGDasTkJT3zZ9GMr8bBA3doG6zQ5M { position:absolute;display:block;z-index:15024;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:27.3125rem;width:48.5625rem;top:14.9375rem;left:5.1865234375rem;overflow:hidden;display:block; }
#HKuN6ulb90z36ag27QhCy6TwNG05InIz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:121.3125rem;left:17.8125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kE2431e47TJHqxC1DsVnDvptEvSXKZkw { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249025rem;width:12.9360625rem;top:117.25rem;left:23.125rem;overflow:hidden;display:block; }
#NvGHsdNQRggvoqFb0RDszOZAgMDZMrUk { color:rgba(var(--color-tertiary-3),1);display:block;width:10.874rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:115.625rem;left:25.625rem;height:1.5rem;font-style:normal;display:block; }
#AyUdbieLqeDwRwuceOp5FcvpPLnXgokF { background-color:rgba(var(--color-primary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:109.125rem;left:14.9375rem;display:block; }
#ntJDJ3mK4pXsTyTSzcG9Tfv9AA2PvHtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HPkVyUV2CZfqvz0qoGONdRfmTG7F5feP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.311525rem;width:1.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:115.5634765625rem;left:23.8125rem; }
#bCxkCHLy3RtryULPQMSGmOcDk3GD8Ccq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:121rem;left:13.75rem;overflow:hidden;display:block; }
#fGu7ka6MoJQdzcMWiEgDS2Nhiif7i5Wg { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:106.3125rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icT61OAasnCrUSm9wR8r2sUQ8fXDuXeH { box-sizing:content-box;height:126.6875rem;width:47.9375rem;position:absolute;display:block;z-index:15000;background-color:#f5faff;background-image:none;top:1.7060546875rem;left:5.84375rem;border-top:0.1875rem dashed #0cb9f6;border-left:0.1875rem dashed #0cb9f6;border-right:0.1875rem dashed #0cb9f6;border-bottom:0.1875rem dashed #0cb9f6;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { position:absolute;display:block;z-index:15001;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.4375rem;width:5.4375rem;top:1.625rem;left:27.28125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { top:0.4375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWUIuUxrbKTBaLsiiw70KEfT1y6DSUGF { top:2.125rem;left:20.875rem;width:26.875rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:6.0625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:13.3125rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { top:2.3125rem;left:4.09375rem;width:41.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { top:2.8125rem;left:4.53125rem;width:40.625rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:32.9375rem;height:5.1875rem;top:62.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { top:69.3125rem;left:7rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { top:69.625rem;left:11.4375rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcwhGDvOwQnVRnaIzfOuA7TZpzhTePdE { top:18.875rem;left:4rem;width:41.6875rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:2.875rem;left:5.71875rem;width:36.3125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:9.4375rem;left:4.4375rem;width:38.875rem;height:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { top:67.875rem;left:4.5rem;width:38.75rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { top:74.875rem;left:4.4375rem;width:38.875rem;height:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgzpwLGcnNCtRq4ZZy8ZgF4sqBfldm3 { top:120.5625rem;left:0rem;width:47.75rem;height:26.84236031927rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { top:153.125rem;left:4.4375rem;width:38.875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTCIwMNbyRg31IIT0fG5ys0LQwXMQaIc { top:42.3125rem;left:2.96875rem;width:41.8125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ9crTJxH5Ns0xV4Gfki27vGiDzNh88y { top:109.4375rem;left:4.5625rem;width:38.625rem;height:8.4375rem;font-size:1rem;display:block; }#mQ9crTJxH5Ns0xV4Gfki27vGiDzNh88y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #ams4uFz2xWDT2HS9uW5aHmW4ylu4Tvmk { top:141.75rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { top:1.75rem;left:3.5625rem;width:40.625rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofHMVfZvo7C6gbnRUTzgauMCTOhoLEM4 { top:21.25rem;left:18.1875rem;width:26.0625rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfEJNs9ysCEidftPLTdLap1lri3kfgiz { top:50.6875rem;left:3.53125rem;width:40.6875rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka5smVNrkqzCLzuRJTC1DebonrQzyulo { top:57.5rem;left:3.5625rem;width:40.625rem;height:92.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtORAhvZwbh1XvBfzHAnAXxSVo5a238n { top:21.1875rem;left:3.5625rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1nFXgCZwFdqdlW0wfNETBqzcXlkDkkT { top:36.4375rem;left:3.5625rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDR68iHekwSZzLOg7oOrgdwNoe0iqtpT { top:34.4375rem;left:18.1875rem;width:26.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNd56eyuwm2CD3l10efcyrM5Gh8GvTO { top:38.8125rem;left:18.1875rem;width:26.0625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZehA6ieEF4TTqc7pncwJJtTnW97mnsgk { top:45.6875rem;left:18.1875rem;width:26.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUaEkJi3HJ3L07CgVrOmwTV3qVTKJMd8 { top:83.3125rem;left:0rem;width:20rem;height:5.5625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt { display:block; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGJlkJ6oolVeaFGrMxzboFpoE0zP4NfK { top:2.8125rem;left:3.90625rem;width:39.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsOa1fhIBzsKhePkragEyB5oJzrMNSHS { top:14.8125rem;left:4.6451835632324rem;width:40.5625rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOAzFsCEUDCuJN1eLhbvnA9onDstAoV { top:9.6875rem;left:4.6451835632324rem;width:40.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDd9FiOt0vf5V39cLqpkkqTF0htfdt4s { top:12.0625rem;left:0.5rem;width:47.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBJU9u4dykfR1KgXVy7VZa2bkHAsOhSc { top:6.375rem;left:17.843753814698rem;width:12.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1NUu2eMbKGq6ZDbi1PAHwMVaQ81qMI { top:34.5rem;left:4.625rem;width:40.5625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMoiB5KGNfh61N4XxWzWmLNoJ5p80cv { top:31.75rem;left:0.5rem;width:47.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E362THn87kMnCVqgJgTl97UP9Nc4ZcIi { top:29.4375rem;left:4.625rem;width:40.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wve64rBgaciKOyX0zWwPT0IVuisIDBFT { top:26.125rem;left:17.875rem;width:12.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLR34E6ITC9UTAiVPeuwCxoH34OJSIA { top:50.1875rem;left:4.625rem;width:40.5625rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdEmWRK3CqNOLNXwFANoq03yfW0VZk1W { top:47.4375rem;left:0.5rem;width:47.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRavRih5ThxvbxQCKmlU9IFpfdWKXQyN { top:45.125rem;left:4.625rem;width:40.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoG5fq7T5k4pviZcuuggR7dqIkBkn3cX { top:41.8125rem;left:17.875rem;width:12.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFgK07ILKz8L1wQfDhLktVTI8OwJUKX5 { top:69.9375rem;left:4.625rem;width:40.5625rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z609paTQSQ3y76rHibfk6RkSUkU807wp { top:67.1875rem;left:0.5rem;width:47.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CID9prIpg6x9pQKO1TWLRraBbvuk2vGR { top:64.875rem;left:4.625rem;width:40.5625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3dXJ00myGI03rngnI6uKUBSPLI2ZTkZ { top:61.5625rem;left:17.875rem;width:12.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHkSNkxkMiuE4bfMDaPgXOwTfEv7ZuWT { top:0.9375rem;left:3.90625rem;width:39.9375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0G29uqdDu1oQs4WeaEP0bk9OqhId0D2 { top:6.8125rem;left:29.0625rem;width:18.6875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRFIoXqooivcfeC3OGog4yohacFST3dh { top:8.25rem;left:3.90625rem;width:27.3125rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlwkDuRHXNcyDsABhVTJTKxAbrd8JRUM { top:37.3125rem;left:3.90625rem;width:39.9375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCKbbgvPgX4o7sK0s1TxzUt404sJdwnl { top:67.3125rem;left:3.90625rem;width:40.625rem;height:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BckOq1TFCw83owQ73iM8PUTJLKoOpt6R { top:42.9375rem;left:4.34375rem;width:39.0625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QeF0sbHuI5iv5NX6SnFisRDZBgt4Tk { top:124.0625rem;left:3.5625rem;width:40.625rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF7GeGtEi34I4Zu6JeP3Pzq21ToPtvPE { top:103.5625rem;left:3.9375rem;width:38.625rem;height:17.9375rem;font-size:1rem;display:block; }#BF7GeGtEi34I4Zu6JeP3Pzq21ToPtvPE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #AIPaOew2VPtL6KoSsuWwMqM56HNiUsd0 { top:55.125rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z27hghTB2VIDfJc61Big9zJMBGdTukAe { top:1.6875rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { display:block; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:46.375rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
 }@media only screen and (max-width: 763px) { #xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { top:43.125rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL13EXX3baFrEJPJXD74XL9QkaHazTrS { top:76.0625rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#OL13EXX3baFrEJPJXD74XL9QkaHazTrS li:before{  }
 }@media only screen and (max-width: 763px) { #f5osTiy5zozFq9unUNkNTunDJauUUdvu { top:71.875rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { top:84.5625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { top:89.1875rem;left:3.5625rem;width:40.625rem;height:11.9375rem;font-size:1.125rem;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
 }@media only screen and (max-width: 763px) { #PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { top:102.75rem;left:12.4375rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshwClABviF8I2A4aINLt8NLrihcIOB4 { top:3.6875rem;left:2.8125rem;width:42.125rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { top:10rem;left:5.875rem;width:36rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { top:14.9375rem;left:0rem;width:47.75rem;height:26.855534105534rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { top:121.3125rem;left:11.6875rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfexTLSyeCafZ1W3cdt76CP7948A5R3o { top:117.25rem;left:17rem;width:12.875rem;height:2.2384088570227rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { width:10.8125rem;height:1.5rem;top:115.625rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { width:30.125rem;height:5.5rem;top:109.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block; }
 }@media only screen and (max-width: 763px) { #C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { top:115.5625rem;left:17.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { top:121rem;left:7.625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { top:1.6875rem;left:0rem;width:47.375rem;height:126.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b53EsWl5nbvTd2FnRus2QARkZliCCOHT { display:none; }#b53EsWl5nbvTd2FnRus2QARkZliCCOHT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WqqhTEHJiGoRTTdSdzpTwiErTTAzgcl5 { top:46.375rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#WqqhTEHJiGoRTTdSdzpTwiErTTAzgcl5 li:before{  }
 }@media only screen and (max-width: 763px) { #hqT33mh5FSUrTtq9lqXGIUMuDkGr4glp { top:43.125rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xop2Lgs6mQzfMDzSKhqi0zf41wTRpoXA { top:76.0625rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#xop2Lgs6mQzfMDzSKhqi0zf41wTRpoXA li:before{  }
 }@media only screen and (max-width: 763px) { #ZUTvTZmaKeSJF7TLkgd1G2PmqGp7uGeD { top:71.875rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt0tt4JJKrDgIovAscbpMNLJcVeIZ9Up { top:84.5625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzP27PHmkqKezfyAtaceCPaQKUhkypZW { top:89.1875rem;left:3.5625rem;width:40.625rem;height:11.9375rem;font-size:1.125rem;display:block; }#dzP27PHmkqKezfyAtaceCPaQKUhkypZW li:before{  }
 }@media only screen and (max-width: 763px) { #nytclKf4a1baNbh0sqeLwogMmsg2FVWq { top:102.75rem;left:12.4375rem;width:23.6875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWmWgMcNfuchhbX6zlo2WPJtynhwf4gJ { top:3.6875rem;left:2.8125rem;width:42.125rem;height:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5i35IVfQv4zyyN3pleZDEUgDL7HDEOR { top:10rem;left:5.875rem;width:36rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBeNuBLlZz38PpQk7Q2ix1reNSSoHb9M { top:14.9375rem;left:0rem;width:34.125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwmdq4IWx0qBAuRp8rVBKQBo5ZUNk6xs { top:121.3125rem;left:11.6875rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAOuBSQPQJDFZ10Tk6vaozFvHLBRCev9 { top:117.25rem;left:17rem;width:12.875rem;height:2.2384088570227rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98qBPaHQHEbPAucaG2sN3J4mUzz5Xxo { width:10.8125rem;height:1.5rem;top:115.625rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF5L65JexqZNq1zcPgQPEf6KuKTLaiOJ { width:30.125rem;height:5.5rem;top:109.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcUKfKCbX3hgkwSnqgqqIF8GhDyebM19 { display:block; }
 }@media only screen and (max-width: 763px) { #XFeeRvoT9lzHLRWPqfUPICHoqDPrHn1T { top:115.5625rem;left:17.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQSmwPHsCW47FC9aHsy7s1TTgOr8O8T { top:121rem;left:7.625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqA9TXVko4Tu8IiyaTDm6QlHDcT4ZSgo { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rITZ2TN5oqXmMMgyoNNGk7NDrnIPkFyg { top:1.6875rem;left:0rem;width:47.375rem;height:126.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQiWyugtw4tgWJ3lBIM7TrxfQ9Hlzqv0 { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ii3xDvyrQz77yaxO3vEA7KbhU9aCxHdk { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HC7rSqbiUk1TBuBxlJw4CvCfVsGvvIIe { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVmobkXsBRKinI05TOtUHQvL3ch1omlw { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyqK5FXiSVxIZ4dwe7eqwOEe4scWgn3u { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikva98guJzSbZL04ehGFpC6aGraFAc81 { top:132.8125rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx { display:block; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2sNB6OIsClvNwBo3231TZQFtOmahTEu { top:3.0625rem;left:3.90625rem;width:39.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPg0cgRI7rhhBGhAhDBr9cAQdvJEUsz3 { top:6.5rem;left:4.5625rem;width:40.625rem;height:22rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC7d6ETabrPza7EmoBJD8qODDEbRdvOz { top:42.25rem;left:4.5625rem;width:38.625rem;height:;font-size:1rem;display:block; }#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
 }@media only screen and (max-width: 763px) { #ppRRipbh7I7F8Os14qK6CLfwAFTxs7f5 { top:29.3125rem;left:4.5625rem;width:40.625rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwmkW3hsoxPlO5ITM4531w5dJTcZcsCO { top:69.9375rem;left:3.9375rem;width:40.625rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL7e191ntUSgrGIDZ9DWOuJfvnQXO3G1 { top:80.8125rem;left:4.375rem;width:38.625rem;height:;font-size:1rem;display:block; }#fL7e191ntUSgrGIDZ9DWOuJfvnQXO3G1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
 }@media only screen and (max-width: 763px) { #UewTU6hbBs7bnw7O79Ir1nUsEF0rogBh { top:122.375rem;left:4rem;width:38.625rem;height:;font-size:1rem;display:block; }#UewTU6hbBs7bnw7O79Ir1nUsEF0rogBh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
 }@media only screen and (max-width: 763px) { #xBofaGdXCEWwfd6SbrCB8q2PZhPqFfPM { top:111.5rem;left:3.5625rem;width:40.625rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otTsmJhxLd2K9vvc0f7L0UTydILs3TSg { top:162.625rem;left:3.90625rem;width:38.625rem;height:;font-size:1rem;display:block; }#otTsmJhxLd2K9vvc0f7L0UTydILs3TSg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
 }@media only screen and (max-width: 763px) { #c7POaHQ1eO7y9qxyXZFcd1yzUi3VxI5e { top:149.25rem;left:3.3125rem;width:40.625rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { display:block; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL8kwVzmqT6eCZeBWun6Pht1p5MO6SpK { top:1.125rem;left:3.90625rem;width:39.9375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { display:block; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FneuHhv0vCtXCJ2aSJOUAewSvgJOTmI4 { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCHgHUX5Dew6qQsu8fhomH3VALtRKpmv { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5VqrSbWeGPcCTmbWzTHA8eHFFv8GO1 { top:4.125rem;left:12.375rem;width:35.375rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvEyFai3qZbodcJC8JNRQpy9QqJ8zbbG { top:10.75rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n99A51At7RQTtmw9pdM01y9914MWpTAE { top:0rem;left:5.125rem;width:8rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe { display:block; }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfsRyQABUSIRSzRIVfEdEMtT35lMfLRb { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP0EwbVFJCNsst8OqJbboNJm9V7HFTa5 { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOToOh54zBoVUoS9OQM5vGZ2heTxf3MS { top:4.125rem;left:11rem;width:36.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkN1LEosCRf6e2D323W9TLguvfksApdF { top:9.5rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUug6adyMZ4GUg1qMISecUuPhbH3UGKW { top:0rem;left:5.125rem;width:8rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT { display:block; }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOMeMTpQOlwGCPgGLwNqT5qBnwEnVsJh { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcrLlLp3abWot0OHkpRiTyMQPVr1DoLP { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2J6oR1sAy6eUUTyTgytdKOV6cAdWpN { top:4.125rem;left:10.5625rem;width:37.1875rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1L0ec1ntKtAi7vIpCENygx0x3Da7V0T { top:9.9375rem;left:26.8125rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB6PfI5gtZTiqmytpEVhscJ4ZlSUDK6U { top:0rem;left:5.125rem;width:8rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe { display:block; }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihmkDLO4qhi6mSRednahmTLuQFQNdT6R { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1cGG8RImz441GpbcTBCv8kdbPwzbhs { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D11KfmldVTTTtFlrXuK99to5W1n6Nn87 { top:4.125rem;left:10.3125rem;width:37.4375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lchidBlC7BB9TctZUwJBtovFGliCKRyD { top:10.5rem;left:26.875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URZ1qNyqUc6HyQwKBGk26aVFdV9L89VX { top:0rem;left:5.125rem;width:8rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD { display:block; }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPWnVhDwFzZZE2BSmh4zG2m76x45NZey { top:0.8125rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7PmJTgv9apsgtUQF1NGekLZb9PTvIQW { top:1.5rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddTrcKlwIHqFweNd238vgM26G7OKtFz { top:4.125rem;left:10.3125rem;width:37.4375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhSmrMRBQh50J3hJwywrGvbaKSHfdZ4e { top:10.5rem;left:26.875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpuHL1KPhSIc0K53wgvfO62klenTx7AI { top:0rem;left:5.125rem;width:8rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { top:2rem;left:3.90625rem;width:39.9375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0iOJ185JyTprJXyyex9alvAMfniL4F { top:7.5rem;left:3.5625rem;width:40.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { top:18.3125rem;left:17.8125rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { top:11.5625rem;left:3.5625rem;width:40.625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { width:4.75rem;height:0.125rem;top:10.1875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { top:59.875rem;left:12.125rem;width:25.8125rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { width:29.4375rem;height:2.0625rem;top:63.1875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { top:60rem;left:9.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { top:32.375rem;left:3.5625rem;width:40.625rem;height:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { top:6.4375rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { display:flex;height:auto;width:45.25rem;top:2.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sRIOTkDAOdaz7BLrPyhTFV9xWJ2XD7OS {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #zPutgpmdoL3Jv1wFuvIELBDs4V5XX9fl {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MqMMoTBhqn8CLhQJ7Cx91rxDxN4EUliO {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xaB1REctsDdMDovRxEMO8fa9WzovmqVg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #erfJOMni0EW6O87ZGrJ22NUHITSXuABs {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HHGC6T3vE0BugJBkBgE6mPbbV0IvUabM {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #dyNzOL9C03uwBKBPBokHe773pi0oBnkR {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hThLkAiBbsT6BHK8WtIoTxwHHe8ZXb2Z {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MMXIW7wF9za2P5v777ChS8CTNF5iLXWD {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lRZp338R4y05ge2Vus4HpU5bRGMhwqaG {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CpTAJC2DlFqKSaMPUZZEppsMDmLVD7IH {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qrkDmD3kZLUsad2U95MasfVKzJnFahJd {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xBhRHELBx2I0CQ6vVtutdsH1GD5wZagV {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #nEKnhttwTWTnI5ATez38TI5xKn3HeXqJ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Mfogw6tLXBtheDntQuC2OwPLx3IbuuUp {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #D2noCZlLy2V0XdVFweGFrcW14tITO0VB {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hHmXNpQAONwgTqlAxTfUo7lPXVXsqvQJ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #vOXwbkHM0SVKPD0rxgcQhgUbksV3EdUv {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #wFr8ENfdH004Hiby0OuqM6n3EiLnxBT3 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SDTD520IW8T7XCSKUhNmuL9bTO6L7Wmo {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #m8pUTaIAXNJaW1pk08uDxffg9EfCV8Le {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DW54XKpbqC3UPJT2Do6AuUoCBAnciaF0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #b6eEPgIrpcLkNwwAbO3lvwVd4VGT4cL6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #gZcO7kQDSJtNMw2KT1vzy0m1SkRmQqi4 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MEaAMkDHwNAlMc7fQcWlKbq7VuRFzl7A {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #NTlDFzK0qRoS06Ez8dtbqzQ18lxCPuwz {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #a9RhDzWi6CDn2Sq1hwrzMgoSF9Waum8s {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #UUIJucBW5CqvQO8z2cJNifJ0QHZTvm1L {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LsHkfCCgpJAAo1idfyoFCu43bxrtGpiu {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bFQoogIHkeM20TTCEmygdHVnHCdgpTs2 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ATxMSm1qQIwdBPpIqHaTHNxlSvKZemt3 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Tu9VDRFxa9HBIG82ZaXE5v9MmkuqT8UU {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ywCreQGVcsSSFZQ1mHHPfRx5dmNtJtrx {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XpgIdbbX62cc6IcKh5ArPGZe6bmF45Mu {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #WnwFwy5maGeqsXWuV9tkTlZOFuy8D43x {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #tSsr981o8TQOCwArGdLBiCdCqdi1Bcbw {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XgbUUiPnsvWnz6An9f2EFu9eV0loU1aD {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lgztRh0ahcDxfOmOXiOetR4wFU4mfGHH {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #n0b2RHSeWRUsR15FXNON4I6Tc7kKSawt {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HBqqzinpv0z1ZNPaos8La1NVhWcD2T19 {  }
 }@media only screen and (max-width: 763px) { #LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { top:1.9375rem;left:3.25rem;width:39.9375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgZzKXdmGQOpt42drOAPeBGK7m9EWsg5 { display:none; }#tgZzKXdmGQOpt42drOAPeBGK7m9EWsg5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fHPrPc5XORaLQ1UNif9rJlx5GDHZO5DT { top:46.375rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#fHPrPc5XORaLQ1UNif9rJlx5GDHZO5DT li:before{  }
 }@media only screen and (max-width: 763px) { #MHoV1SmzLt1wiiMTiLgHkIRoWxonFSdO { top:43.125rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg1e3UsJXODcmeg3cWDMTFEfn9AzMFif { top:76.0625rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#vg1e3UsJXODcmeg3cWDMTFEfn9AzMFif li:before{  }
 }@media only screen and (max-width: 763px) { #CsThEKVCkyAtbEPANmitC5xNB3i5FAmV { top:71.875rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg12qSCFsgVGAmwoWXhHTXRiuTUgrXa4 { top:84.5625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfr8oTnxUDmKCWtXdqZWUJuyhyRk1dBW { top:89.1875rem;left:3.5625rem;width:40.625rem;height:11.9375rem;font-size:1.125rem;display:block; }#vfr8oTnxUDmKCWtXdqZWUJuyhyRk1dBW li:before{  }
 }@media only screen and (max-width: 763px) { #xEPBRxJXwDAhzbFpsTrXVTd47IU6k877 { top:102.75rem;left:12.4375rem;width:23.6875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdViVDonG20Fo8VzTDLrVSzVftJ2r3wa { top:3.6875rem;left:2.8125rem;width:42.125rem;height:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCzwLPTP8uZtioTP2VWh3bpKleVP3Pkt { top:10rem;left:5.875rem;width:36rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX0eUWr1cHlAzZvbgGNhGSGm44vxqGXK { top:14.9375rem;left:0rem;width:34.125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKPBBTDr2ETGg5DotyR9I5P0E2mIzyVU { top:121.3125rem;left:11.6875rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1WgLwuy2KiSi6NogCdbdl4rN6u0lFl { top:117.25rem;left:17rem;width:12.875rem;height:2.2384088570227rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN0I4aImZTd7GMkHJD4ESQodTNgXTzTd { width:10.8125rem;height:1.5rem;top:115.625rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlpfkrvDfSMeNoV3l22h4sKsuWv9irC4 { width:30.125rem;height:5.5rem;top:109.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEi8EN8C2HzGLRTb5XV3bwnlHrFNBxI8 { display:block; }
 }@media only screen and (max-width: 763px) { #giWeBJbPlknOnwoSQ2L6kogguGGElJGO { top:115.5625rem;left:17.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qff3bvpxdo0GQkqdUv6JA4U3RK4uOAJi { top:121rem;left:7.625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIxLPaZdJh5aRTzL3wXKCc9RwGpTP3XG { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmGdgb5AIULtB8k5gwKHEWJt7R1xJqGP { top:1.6875rem;left:0rem;width:47.375rem;height:126.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoqkX3bcRQ5IyhOqk15q5AxvvPUuL20n { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mppaP4itgOHnmTxd7TzKigKRChqMp0g5 { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Us5naTXOXe4BtUVWSlMfkbW0ASKbFR4F { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgK3eV9NtJZBv5zisUrhJtQr7JpnXZpL { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMwWXecEiniCBe2kZIG7PKNIWt0ZDnwg { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EetOPm1Wks6PTfbbiS2hRoMLWKfMdJGP { top:132.8125rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rai6aTqf3gCWyDmcu7B6lnT22padPDMn { display:block; }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWmwMoScaA0D3oPeTBfNXuwd4FFKu0Sn { top:46.375rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#RWmwMoScaA0D3oPeTBfNXuwd4FFKu0Sn li:before{  }
 }@media only screen and (max-width: 763px) { #sQ8msARrIha7yX5Umqni0KuEtKyTSk6w { top:43.125rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5dozkINmdGMrUwWAlQyBqxi5wJSCvOg { top:76.0625rem;left:3.5625rem;width:40.625rem;height:;font-size:1.125rem;display:block; }#O5dozkINmdGMrUwWAlQyBqxi5wJSCvOg li:before{  }
 }@media only screen and (max-width: 763px) { #QOQVxT5kAGRFTfGqeRg84Ziykfu4vw1m { top:71.875rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSSahDC2d0HtXhWA21ivJgS30hJxoMUr { top:84.5625rem;left:5.875rem;width:36rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmoAmsTMJxSfWXodfXLbhgJy3cuuVp9a { top:89.1875rem;left:3.5625rem;width:40.625rem;height:11.9375rem;font-size:1.125rem;display:block; }#dmoAmsTMJxSfWXodfXLbhgJy3cuuVp9a li:before{  }
 }@media only screen and (max-width: 763px) { #HmUqHt1pw5TcFO65DZ9WWlmxP02VSJXK { top:102.75rem;left:12.4375rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHgwdbuJwnt9bnD1QRWHrvIkKo7sn6bx { top:3.6875rem;left:2.8125rem;width:42.125rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLM2Lop2ukMkMXtPsodBCDxAgFaybEw8 { top:10rem;left:5.875rem;width:36rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzTkGDasTkJT3zZ9GMr8bBA3doG6zQ5M { top:14.9375rem;left:0rem;width:47.75rem;height:26.855534105534rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKuN6ulb90z36ag27QhCy6TwNG05InIz { top:121.3125rem;left:11.6875rem;width:29.3125rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE2431e47TJHqxC1DsVnDvptEvSXKZkw { top:117.25rem;left:17rem;width:12.875rem;height:2.2384088570227rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGHsdNQRggvoqFb0RDszOZAgMDZMrUk { width:10.8125rem;height:1.5rem;top:115.625rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyUdbieLqeDwRwuceOp5FcvpPLnXgokF { width:30.125rem;height:5.5rem;top:109.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntJDJ3mK4pXsTyTSzcG9Tfv9AA2PvHtT { display:block; }
 }@media only screen and (max-width: 763px) { #HPkVyUV2CZfqvz0qoGONdRfmTG7F5feP { top:115.5625rem;left:17.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCxkCHLy3RtryULPQMSGmOcDk3GD8Ccq { top:121rem;left:7.625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGu7ka6MoJQdzcMWiEgDS2Nhiif7i5Wg { top:106.3125rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icT61OAasnCrUSm9wR8r2sUQ8fXDuXeH { top:1.6875rem;left:0rem;width:47.375rem;height:126.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { top:1.625rem;left:21.15625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod { display:block; }#ikTBwnpSpVTNKNu0KSut3NHRfi09Lsod > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3XXXqmIRuh1ii50vLnoUbeUKX9LqTky { width:4.3125rem;height:4.3125rem;top:0rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWUIuUxrbKTBaLsiiw70KEfT1y6DSUGF { width:14.625rem;height:0;top:4.375rem;left:2.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:18.9985625rem;height:11.3745rem;top:3.9375rem;left:0.50048828125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:19.25rem;height:4.19970625rem;top:16.099609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t99pEKcv7zTc3KtagI0KLhvRPT1StbNi { width:19rem;height:1.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNIDfqxTLRVA9ROsORTuco9xvMIVWT4I { width:19.2485625rem;height:0.73095625rem;top:1.759765625rem;left:0.37548828125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfnnqvA5wvWk7XdZZD9DvstQEIAbVbAD { width:19rem;height:4.625rem;top:44.1875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiOShTnIlptyJqgE0T2A1sQl6mIZ5hQt { display:block; }
 }@media only screen and (max-width: 763px) { #ASMAWyUUwm2rrITUyTQvxpMZgn7vqCSC { width:3.375rem;height:3.375rem;top:50.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaIm7ztBegXtU09Okue8K1Zi7exc2XJ0 { width:14.6875rem;height:2.923825rem;top:50.375rem;left:4.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zcwhGDvOwQnVRnaIzfOuA7TZpzhTePdE { width:20rem;height:20rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#ffffff;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:137.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.187rem;height:6.82470625rem;top:1.25rem;left:0.375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:18.9985625rem;height:39.19725rem;top:8.974609375rem;left:0.50048828125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqhDuXqxVpWmriwuaSIuTuwclGEQrsLa { width:20rem;height:6.09375rem;top:59.795576095581rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fHxrkDh0RoLKNRQiTQ30PuyLZabl6UTJ { width:20rem;height:36.39743125rem;top:66.762374877931rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTgzpwLGcnNCtRq4ZZy8ZgF4sqBfldm3 { width:20rem;height:11.25rem;top:104.28450584412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICET28cpTDx1T8leOwbQXz3JAkhTLba6 { width:20rem;height:0;top:165.4511875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #mTCIwMNbyRg31IIT0fG5ys0LQwXMQaIc { width:19.75rem;height:11.0625rem;top:48.1708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ9crTJxH5Ns0xV4Gfki27vGiDzNh88y { width:20rem;height:13.224125rem;top:116.95442581177rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#mQ9crTJxH5Ns0xV4Gfki27vGiDzNh88y li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #ams4uFz2xWDT2HS9uW5aHmW4ylu4Tvmk { width:20rem;height:6.09375rem;top:131.0136756897rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15004;color:#f39c12;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:20rem;height:195.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNnKIlVCNxRoRnyZHpRMeKndth4cO4UA { width:19.125rem;height:20.998525rem;top:1.25rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ofHMVfZvo7C6gbnRUTzgauMCTOhoLEM4 { width:20rem;height:13.9990125rem;top:35.70654296875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nfEJNs9ysCEidftPLTdLap1lri3kfgiz { width:20rem;height:0;top:75.85009765625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ka5smVNrkqzCLzuRJTC1DebonrQzyulo { width:20rem;height:109.19229375rem;top:83.274089813231rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtORAhvZwbh1XvBfzHAnAXxSVo5a238n { width:11.5625rem;height:11.5625rem;top:23.08154296875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1nFXgCZwFdqdlW0wfNETBqzcXlkDkkT { width:11.5625rem;height:11.5625rem;top:53.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDR68iHekwSZzLOg7oOrgdwNoe0iqtpT { width:20rem;height:1.3999rem;top:50.517578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uGNd56eyuwm2CD3l10efcyrM5Gh8GvTO { width:20rem;height:5.5996125rem;top:66.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZehA6ieEF4TTqc7pncwJJtTnW97mnsgk { width:20rem;height:1.3999rem;top:73.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUaEkJi3HJ3L07CgVrOmwTV3qVTKJMd8 { width:20rem;height:6.09375rem;top:75.885421752931rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt { display:block; }#fL4g8l5ddXu835AH3chP7Uyy7aDi9Wyt > .row .container { width:20rem;height:118.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGJlkJ6oolVeaFGrMxzboFpoE0zP4NfK { width:20rem;height:auto;top:2.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #AsOa1fhIBzsKhePkragEyB5oJzrMNSHS { width:18.875rem;height:15.3989375rem;top:16.909505844116rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nDOAzFsCEUDCuJN1eLhbvnA9onDstAoV { width:20rem;height:3.8496125rem;top:5.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDd9FiOt0vf5V39cLqpkkqTF0htfdt4s { width:20rem;height:5.25rem;top:10.59830625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBJU9u4dykfR1KgXVy7VZa2bkHAsOhSc { width:12.0625rem;height:3rem;top:1.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1NUu2eMbKGq6ZDbi1PAHwMVaQ81qMI { width:18.9375rem;height:8.3994375rem;top:45.856773376465rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgMoiB5KGNfh61N4XxWzWmLNoJ5p80cv { width:20rem;height:3.5rem;top:41.1692875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E362THn87kMnCVqgJgTl97UP9Nc4ZcIi { width:20rem;height:1.92480625rem;top:37.99480625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wve64rBgaciKOyX0zWwPT0IVuisIDBFT { width:12.0625rem;height:3rem;top:33.74480625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTLR34E6ITC9UTAiVPeuwCxoH34OJSIA { width:18.9375rem;height:15.3989375rem;top:67.133464813231rem;left:0.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdEmWRK3CqNOLNXwFANoq03yfW0VZk1W { width:20rem;height:3.5rem;top:62.99220625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRavRih5ThxvbxQCKmlU9IFpfdWKXQyN { width:20rem;height:1.92480625rem;top:59.817725rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PoG5fq7T5k4pviZcuuggR7dqIkBkn3cX { width:12.0625rem;height:3rem;top:55.567725rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFgK07ILKz8L1wQfDhLktVTI8OwJUKX5 { width:18.75rem;height:20.9985625rem;top:95.013023376462rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z609paTQSQ3y76rHibfk6RkSUkU807wp { width:20rem;height:3.5rem;top:90.4134375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CID9prIpg6x9pQKO1TWLRraBbvuk2vGR { width:20rem;height:1.92480625rem;top:87.23895625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3dXJ00myGI03rngnI6uKUBSPLI2ZTkZ { width:12.0625rem;height:3rem;top:82.98895625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 { display:block; }#FOTpCkkr9w3f9zb0qrGevKTiBrWdK460 > .row .container { width:20rem;height:148.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHkSNkxkMiuE4bfMDaPgXOwTfEv7ZuWT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #c0G29uqdDu1oQs4WeaEP0bk9OqhId0D2 { width:13.3125rem;height:20rem;top:8.57421875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRFIoXqooivcfeC3OGog4yohacFST3dh { width:20rem;height:23.79833125rem;top:29.69921875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XlwkDuRHXNcyDsABhVTJTKxAbrd8JRUM { width:20rem;height:0;top:55.3681640625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #GCKbbgvPgX4o7sK0s1TxzUt404sJdwnl { width:20rem;height:34.99753125rem;top:74.666667938231rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BckOq1TFCw83owQ73iM8PUTJLKoOpt6R { width:20rem;height:11.25rem;top:62.2919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7QeF0sbHuI5iv5NX6SnFisRDZBgt4Tk { width:20rem;height:11.1992125rem;top:136.03125762939rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BF7GeGtEi34I4Zu6JeP3Pzq21ToPtvPE { width:20rem;height:24.4233125rem;top:110.79883384704rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#BF7GeGtEi34I4Zu6JeP3Pzq21ToPtvPE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eab4b45c55a11b70ffa14baeef58ca717dbec6a0.svg); }
 }@media only screen and (max-width: 763px) { #AIPaOew2VPtL6KoSsuWwMqM56HNiUsd0 { width:20rem;height:6.09375rem;top:54.992828369141rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15007;color:#f39c12;display:block; }
 }@media only screen and (max-width: 763px) { #Z27hghTB2VIDfJc61Big9zJMBGdTukAe { width:20rem;height:6.09375rem;top:1.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CcbAT6qtb00vi0mTXDxieA2txPgKKkgS { display:none; }#CcbAT6qtb00vi0mTXDxieA2txPgKKkgS > .row .container { width:20rem;height:129.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.6865rem;height:47.5415rem;top:45.9189453125rem;left:1.3135rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp li:before{  }
 }@media only screen and (max-width: 763px) { #xbWQdalWNkazaBHNFlnQEqAKTwcDexv2 { width:20rem;height:7.7988125rem;top:41.7314453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OL13EXX3baFrEJPJXD74XL9QkaHazTrS { width:20rem;height:11.6479375rem;top:75.6064453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#OL13EXX3baFrEJPJXD74XL9QkaHazTrS li:before{  }
 }@media only screen and (max-width: 763px) { #f5osTiy5zozFq9unUNkNTunDJauUUdvu { width:20rem;height:5.19921875rem;top:71.4189453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NfC7PCrPULJURriEBSw18BsnS8Qz1TTn { width:20rem;height:2.5996125rem;top:84.1064453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM { width:20rem;height:21.4086875rem;top:88.7314453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#LaNHNeHKgKXtZXBLIVDU9XMtry2bhPzM li:before{  }
 }@media only screen and (max-width: 763px) { #PBCVg0p9c1haVkqRgQJR6dscZeGvyFIF { width:20rem;height:2.2749rem;top:102.2939453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshwClABviF8I2A4aINLt8NLrihcIOB4 { width:20rem;height:6.8246875rem;top:3.2314453125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a3WTspcyxZdCzpdRoiR5U6TlinPcJJr5 { width:20rem;height:9.4238125rem;top:9.5439453125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { width:16.1875rem;height:9.0625rem;top:16.7939453125rem;left:3.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hkXG5pIuTPIP37Xg0GkmT77lT6AGHvfA { width:20rem;height:2.923825rem;top:120.8564453125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cfexTLSyeCafZ1W3cdt76CP7948A5R3o { width:12.875rem;height:2.23828125rem;top:116.7939453125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqpGqDVGmfxTQxVdOxnUJOJZBxuqTo6 { width:10.8125rem;height:1.3999rem;top:115.1689453125rem;left:9.1875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CgL5LQGkFwXT6a6nlHgMID6l4rtBguNq { width:19rem;height:5.5rem;top:108.6689453125rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1hFc0oGLhdEhXkfChdFzwxBhrKQBPaq { display:block; }
 }@media only screen and (max-width: 763px) { #C6RS93k9w3cOoEOORmLvnM9Nz9mA1Ks6 { display:flex;width:1.25rem;height:1.25rem;top:115.107421875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #XGqpzhGCZiws7yK81Dt7mAf5si5ivsfA { width:3.375rem;height:3.375rem;top:120.5439453125rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOvJ52eJexPg45EOmfZWcLvBL0lLZPZ7 { width:20rem;height:0;top:105.8564453125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4ue2wGtfBFGgK2zOoyxn7efm2fBu7qD { width:19.625rem;height:126.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b53EsWl5nbvTd2FnRus2QARkZliCCOHT { display:block; }#b53EsWl5nbvTd2FnRus2QARkZliCCOHT > .row .container { width:20rem;height:158.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqqhTEHJiGoRTTdSdzpTwiErTTAzgcl5 { width:18.6855625rem;height:47.5415rem;top:39.270877838135rem;left:0.6569011211395rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#WqqhTEHJiGoRTTdSdzpTwiErTTAzgcl5 li:before{  }
 }@media only screen and (max-width: 763px) { #hqT33mh5FSUrTtq9lqXGIUMuDkGr4glp { width:20rem;height:4.0625rem;top:34.042970180511rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xop2Lgs6mQzfMDzSKhqi0zf41wTRpoXA { width:20rem;height:11.6479375rem;top:90.998703002931rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#xop2Lgs6mQzfMDzSKhqi0zf41wTRpoXA li:before{  }
 }@media only screen and (max-width: 763px) { #ZUTvTZmaKeSJF7TLkgd1G2PmqGp7uGeD { width:20rem;height:2.03125rem;top:87.731086730956rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qt0tt4JJKrDgIovAscbpMNLJcVeIZ9Up { width:20rem;height:2.03125rem;top:103.79297447204rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dzP27PHmkqKezfyAtaceCPaQKUhkypZW { width:20rem;height:21.4086875rem;top:106.87500572204rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#dzP27PHmkqKezfyAtaceCPaQKUhkypZW li:before{  }
 }@media only screen and (max-width: 763px) { #nytclKf4a1baNbh0sqeLwogMmsg2FVWq { width:20rem;height:2.4375rem;top:129.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWmWgMcNfuchhbX6zlo2WPJtynhwf4gJ { width:20rem;height:6.09375rem;top:3.35546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W5i35IVfQv4zyyN3pleZDEUgDL7HDEOR { width:16.5rem;height:4.63036875rem;top:10.16796875rem;left:1.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CBeNuBLlZz38PpQk7Q2ix1reNSSoHb9M { width:20rem;height:15.9375rem;top:15.955080032349rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lwmdq4IWx0qBAuRp8rVBKQBo5ZUNk6xs { width:12rem;height:3.8984375rem;top:146.97657012939rem;left:7.3841152191163rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pAOuBSQPQJDFZ10Tk6vaozFvHLBRCev9 { width:12.875rem;height:2.23828125rem;top:143.81250762939rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98qBPaHQHEbPAucaG2sN3J4mUzz5Xxo { width:10.8125rem;height:1.3999rem;top:141.4375rem;left:5.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rF5L65JexqZNq1zcPgQPEf6KuKTLaiOJ { width:19rem;height:5.5rem;top:134.93750762939rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcUKfKCbX3hgkwSnqgqqIF8GhDyebM19 { display:block; }
 }@media only screen and (max-width: 763px) { #XFeeRvoT9lzHLRWPqfUPICHoqDPrHn1T { display:flex;width:1.25rem;height:1.25rem;top:141.5rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #UFQSmwPHsCW47FC9aHsy7s1TTgOr8O8T { width:5.75rem;height:5.75rem;top:146.05078887939rem;left:0.6569011211395rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqA9TXVko4Tu8IiyaTDm6QlHDcT4ZSgo { width:20rem;height:0;top:105.8564453125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rITZ2TN5oqXmMMgyoNNGk7NDrnIPkFyg { width:19.625rem;height:152.125rem;top:1.0625rem;left:0.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQiWyugtw4tgWJ3lBIM7TrxfQ9Hlzqv0 { width:20rem;height:0;top:134.39583587646rem;left:1.25rem;font-size:1.25rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Ii3xDvyrQz77yaxO3vEA7KbhU9aCxHdk { width:20rem;height:0;top:145.08333587646rem;left:1.25rem;font-size:1.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #HC7rSqbiUk1TBuBxlJw4CvCfVsGvvIIe { width:20rem;height:0;top:160.33333587646rem;left:1.25rem;font-size:1.25rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #LVmobkXsBRKinI05TOtUHQvL3ch1omlw { width:20rem;height:0;top:160.33333587646rem;left:1.25rem;font-size:1.25rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #EyqK5FXiSVxIZ4dwe7eqwOEe4scWgn3u { width:20rem;height:0;top:160.70833587646rem;left:1.25rem;font-size:1.25rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #ikva98guJzSbZL04ehGFpC6aGraFAc81 { width:20rem;height:1.3808625rem;top:132.83658981323rem;left:0rem;font-size:1.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx { display:block; }#IQeTwErvoVvwVdFz72zhpgrI8mKBUhTx > .row .container { width:20rem;height:230.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2sNB6OIsClvNwBo3231TZQFtOmahTEu { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fPg0cgRI7rhhBGhAhDBr9cAQdvJEUsz3 { width:20rem;height:27.99803125rem;top:6.2988090515138rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KC7d6ETabrPza7EmoBJD8qODDEbRdvOz { width:20rem;height:31.2729375rem;top:49.851564884186rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KC7d6ETabrPza7EmoBJD8qODDEbRdvOz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
 }@media only screen and (max-width: 763px) { #ppRRipbh7I7F8Os14qK6CLfwAFTxs7f5 { width:20rem;height:13.99900625rem;top:34.291706085205rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwmkW3hsoxPlO5ITM4531w5dJTcZcsCO { width:20rem;height:12.59911875rem;top:83.061851501462rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fL7e191ntUSgrGIDZ9DWOuJfvnQXO3G1 { width:20rem;height:32.672875rem;top:96.410137176513rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#fL7e191ntUSgrGIDZ9DWOuJfvnQXO3G1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
 }@media only screen and (max-width: 763px) { #UewTU6hbBs7bnw7O79Ir1nUsEF0rogBh { width:20rem;height:32.672875rem;top:145.58203887939rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#UewTU6hbBs7bnw7O79Ir1nUsEF0rogBh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
 }@media only screen and (max-width: 763px) { #xBofaGdXCEWwfd6SbrCB8q2PZhPqFfPM { width:20rem;height:13.999025rem;top:130.27085494995rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #otTsmJhxLd2K9vvc0f7L0UTydILs3TSg { width:20rem;height:32.672875rem;top:195.90365600586rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#otTsmJhxLd2K9vvc0f7L0UTydILs3TSg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e140101be1f7d9eb4a50ce5c770c2612cdf8ba84.svg); }
 }@media only screen and (max-width: 763px) { #c7POaHQ1eO7y9qxyXZFcd1yzUi3VxI5e { width:20rem;height:15.3989125rem;top:179.38023376465rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU { display:block; }#zTxSkmqJkToBZ8TFtoyHmvSHL9NElTJU > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lL8kwVzmqT6eCZeBWun6Pht1p5MO6SpK { width:20rem;height:9.0996125rem;top:0.62369918823242rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf { display:block; }#HveTsvO4JlWwtv6ToFXdAfBse1Ea9Apf > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FneuHhv0vCtXCJ2aSJOUAewSvgJOTmI4 { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCHgHUX5Dew6qQsu8fhomH3VALtRKpmv { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN5VqrSbWeGPcCTmbWzTHA8eHFFv8GO1 { width:18.875rem;height:9.098625rem;top:20.187501907349rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VvEyFai3qZbodcJC8JNRQpy9QqJ8zbbG { width:14.6875rem;height:1.625rem;top:17.809896469116rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n99A51At7RQTtmw9pdM01y9914MWpTAE { width:8.75rem;height:15.5625rem;top:3.1562504768372rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe { display:block; }#fsKln0DNmFVR8gMNIMnnS6s0AtWTNAfe > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfsRyQABUSIRSzRIVfEdEMtT35lMfLRb { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP0EwbVFJCNsst8OqJbboNJm9V7HFTa5 { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOToOh54zBoVUoS9OQM5vGZ2heTxf3MS { width:18.875rem;height:6.499rem;top:20.8125rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WkN1LEosCRf6e2D323W9TLguvfksApdF { width:14.6875rem;height:1.625rem;top:17.729167938233rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUug6adyMZ4GUg1qMISecUuPhbH3UGKW { width:8.75rem;height:15.5625rem;top:3.1562881469726rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT { display:block; }#ohZWtRQ3O796Z1k7yAIiKggulJMJ0UJT > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOMeMTpQOlwGCPgGLwNqT5qBnwEnVsJh { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcrLlLp3abWot0OHkpRiTyMQPVr1DoLP { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2J6oR1sAy6eUUTyTgytdKOV6cAdWpN { width:18.875rem;height:9.098625rem;top:20.625rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q1L0ec1ntKtAi7vIpCENygx0x3Da7V0T { width:14.6875rem;height:1.625rem;top:17.748046875rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lB6PfI5gtZTiqmytpEVhscJ4ZlSUDK6U { width:8.75rem;height:15.5625rem;top:3.1562919616699rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe { display:block; }#HPq3BMWbwdpN9SSqm741sJFS3FsG1KAe > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihmkDLO4qhi6mSRednahmTLuQFQNdT6R { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ1cGG8RImz441GpbcTBCv8kdbPwzbhs { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D11KfmldVTTTtFlrXuK99to5W1n6Nn87 { width:18.875rem;height:9.098625rem;top:20.312501907349rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lchidBlC7BB9TctZUwJBtovFGliCKRyD { width:14.6875rem;height:1.625rem;top:17.810546875rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URZ1qNyqUc6HyQwKBGk26aVFdV9L89VX { width:8.75rem;height:15.5625rem;top:3.1561698913574rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD { display:block; }#dsCBlV6mmlTgxzOiZbN4HBZhT762wyrD > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPWnVhDwFzZZE2BSmh4zG2m76x45NZey { width:12.5rem;height:2.5625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7PmJTgv9apsgtUQF1NGekLZb9PTvIQW { width:12.5rem;height:1.21875rem;top:1.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rddTrcKlwIHqFweNd238vgM26G7OKtFz { width:18.875rem;height:9.098625rem;top:20.375rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhSmrMRBQh50J3hJwywrGvbaKSHfdZ4e { width:14.6875rem;height:1.625rem;top:17.810546875rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpuHL1KPhSIc0K53wgvfO62klenTx7AI { width:8.75rem;height:15.5625rem;top:3.15625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz { display:block; }#wM7GEBXPBLTuXpgeIDzAG17nVqs1FTKz > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUtlagsKzVBibraCkbqvHtkKE4Hs2oyC { width:20rem;height:4.0625rem;top:0.68749809265137rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sZ0iOJ185JyTprJXyyex9alvAMfniL4F { width:20rem;height:0;top:6.3623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tm9um3hLQioRAsr2ehFlCXMPPkTZTFvi { width:9.25rem;height:9.25rem;top:10.185546875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIQtWR1Ge0mIQ8qpTFBlPLNSP1WuGmRt { width:20rem;height:6.9995rem;top:20.823568344116rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FQ2fprVQFyBCQI2XQTpCDqWW78WpwUTa { width:4.75rem;height:0.125rem;top:9.13623046875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvmN2p6aLqR4eB8dAWhrgcGzzH6krJw { width:14rem;height:1.875rem;top:60.0625rem;left:4.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0Cs9rlW9NSaThcfgOLoVQrHtx1uPUk5 { width:20rem;height:3.1494125rem;top:62.25rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JL7gHgTWCfbMcRSZUe4v5Ed0GPwp5oqb { display:flex;width:2.4375rem;height:2.4375rem;top:59.8125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Dr1LQOTLTt2NfagFuPcnZ2Tg4cyZvF9T { width:20rem;height:29.39793125rem;top:29.009767532349rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l5fhiZCWWkld5mfsD6rZRopNU5KebIk7 { width:20rem;height:2.79980625rem;top:5.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 { display:block; }#eF3T8oyCtBU9Q41zdmFZTSctVGPOBc02 > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-heading-text { font-size:1rem;height:auto; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX .accordion-desc-text { font-size:0.875rem;height:auto; }
#Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX { display:flex;height:auto;width:17.5rem;top:7.04980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #pJHEqR7neZkxZDdnTRn5EPHxN3Z3QUn6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #i8Kt8ozCD5rVbAox0nGeTwi49kDd7GQg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DXunoSWWEwX3yor4EE7lfx8232zRuuGQ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #OF5ymmPkAMTD4OZ5NOcs8N4N8ARS6pt0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #AKD16UX1HwgVieBBtBultZQe093Xrld1 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #sRIOTkDAOdaz7BLrPyhTFV9xWJ2XD7OS {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #zPutgpmdoL3Jv1wFuvIELBDs4V5XX9fl {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MqMMoTBhqn8CLhQJ7Cx91rxDxN4EUliO {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xaB1REctsDdMDovRxEMO8fa9WzovmqVg {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #erfJOMni0EW6O87ZGrJ22NUHITSXuABs {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HHGC6T3vE0BugJBkBgE6mPbbV0IvUabM {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #dyNzOL9C03uwBKBPBokHe773pi0oBnkR {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hThLkAiBbsT6BHK8WtIoTxwHHe8ZXb2Z {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MMXIW7wF9za2P5v777ChS8CTNF5iLXWD {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lRZp338R4y05ge2Vus4HpU5bRGMhwqaG {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #CpTAJC2DlFqKSaMPUZZEppsMDmLVD7IH {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #qrkDmD3kZLUsad2U95MasfVKzJnFahJd {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #xBhRHELBx2I0CQ6vVtutdsH1GD5wZagV {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #nEKnhttwTWTnI5ATez38TI5xKn3HeXqJ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Mfogw6tLXBtheDntQuC2OwPLx3IbuuUp {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #D2noCZlLy2V0XdVFweGFrcW14tITO0VB {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #hHmXNpQAONwgTqlAxTfUo7lPXVXsqvQJ {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #vOXwbkHM0SVKPD0rxgcQhgUbksV3EdUv {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #wFr8ENfdH004Hiby0OuqM6n3EiLnxBT3 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #SDTD520IW8T7XCSKUhNmuL9bTO6L7Wmo {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #m8pUTaIAXNJaW1pk08uDxffg9EfCV8Le {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #DW54XKpbqC3UPJT2Do6AuUoCBAnciaF0 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #b6eEPgIrpcLkNwwAbO3lvwVd4VGT4cL6 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #gZcO7kQDSJtNMw2KT1vzy0m1SkRmQqi4 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #MEaAMkDHwNAlMc7fQcWlKbq7VuRFzl7A {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #NTlDFzK0qRoS06Ez8dtbqzQ18lxCPuwz {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #a9RhDzWi6CDn2Sq1hwrzMgoSF9Waum8s {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #UUIJucBW5CqvQO8z2cJNifJ0QHZTvm1L {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #LsHkfCCgpJAAo1idfyoFCu43bxrtGpiu {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #bFQoogIHkeM20TTCEmygdHVnHCdgpTs2 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ATxMSm1qQIwdBPpIqHaTHNxlSvKZemt3 {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #Tu9VDRFxa9HBIG82ZaXE5v9MmkuqT8UU {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #ywCreQGVcsSSFZQ1mHHPfRx5dmNtJtrx {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XpgIdbbX62cc6IcKh5ArPGZe6bmF45Mu {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #WnwFwy5maGeqsXWuV9tkTlZOFuy8D43x {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #tSsr981o8TQOCwArGdLBiCdCqdi1Bcbw {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #XgbUUiPnsvWnz6An9f2EFu9eV0loU1aD {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #lgztRh0ahcDxfOmOXiOetR4wFU4mfGHH {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #n0b2RHSeWRUsR15FXNON4I6Tc7kKSawt {  }
 }@media only screen and (max-width: 763px) { #Zk5GlfBRZym3z9TREAxNkd7ZW4OK4ScX #HBqqzinpv0z1ZNPaos8La1NVhWcD2T19 {  }
 }@media only screen and (max-width: 763px) { #LTC1CGX3Vq8IBzNQIMqHD5IPLixrx7cF { width:20rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tgZzKXdmGQOpt42drOAPeBGK7m9EWsg5 { display:block; }#tgZzKXdmGQOpt42drOAPeBGK7m9EWsg5 > .row .container { width:20rem;height:158.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHPrPc5XORaLQ1UNif9rJlx5GDHZO5DT { width:18.6855625rem;height:47.5415rem;top:39.270877838135rem;left:0.6569011211395rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#fHPrPc5XORaLQ1UNif9rJlx5GDHZO5DT li:before{  }
 }@media only screen and (max-width: 763px) { #MHoV1SmzLt1wiiMTiLgHkIRoWxonFSdO { width:20rem;height:4.0625rem;top:34.042970180511rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vg1e3UsJXODcmeg3cWDMTFEfn9AzMFif { width:20rem;height:11.6479375rem;top:90.998703002931rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#vg1e3UsJXODcmeg3cWDMTFEfn9AzMFif li:before{  }
 }@media only screen and (max-width: 763px) { #CsThEKVCkyAtbEPANmitC5xNB3i5FAmV { width:20rem;height:2.03125rem;top:87.731086730956rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wg12qSCFsgVGAmwoWXhHTXRiuTUgrXa4 { width:20rem;height:2.03125rem;top:103.79297447204rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vfr8oTnxUDmKCWtXdqZWUJuyhyRk1dBW { width:20rem;height:21.4086875rem;top:106.87500572204rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#vfr8oTnxUDmKCWtXdqZWUJuyhyRk1dBW li:before{  }
 }@media only screen and (max-width: 763px) { #xEPBRxJXwDAhzbFpsTrXVTd47IU6k877 { width:20rem;height:2.4375rem;top:129.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdViVDonG20Fo8VzTDLrVSzVftJ2r3wa { width:20rem;height:6.09375rem;top:3.35546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lCzwLPTP8uZtioTP2VWh3bpKleVP3Pkt { width:16.5rem;height:4.63036875rem;top:10.16796875rem;left:1.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WX0eUWr1cHlAzZvbgGNhGSGm44vxqGXK { width:20rem;height:15.9375rem;top:15.955080032349rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mKPBBTDr2ETGg5DotyR9I5P0E2mIzyVU { width:12rem;height:3.8984375rem;top:146.97657012939rem;left:7.3841152191163rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1WgLwuy2KiSi6NogCdbdl4rN6u0lFl { width:12.875rem;height:2.23828125rem;top:143.81250762939rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN0I4aImZTd7GMkHJD4ESQodTNgXTzTd { width:10.8125rem;height:1.3999rem;top:141.4375rem;left:5.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xlpfkrvDfSMeNoV3l22h4sKsuWv9irC4 { width:19rem;height:5.5rem;top:134.93750762939rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEi8EN8C2HzGLRTb5XV3bwnlHrFNBxI8 { display:block; }
 }@media only screen and (max-width: 763px) { #giWeBJbPlknOnwoSQ2L6kogguGGElJGO { display:flex;width:1.25rem;height:1.25rem;top:141.5rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #Qff3bvpxdo0GQkqdUv6JA4U3RK4uOAJi { width:5.75rem;height:5.75rem;top:146.05078887939rem;left:0.6569011211395rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIxLPaZdJh5aRTzL3wXKCc9RwGpTP3XG { width:20rem;height:0;top:105.8564453125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmGdgb5AIULtB8k5gwKHEWJt7R1xJqGP { width:19.625rem;height:152.125rem;top:1.0625rem;left:0.041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoqkX3bcRQ5IyhOqk15q5AxvvPUuL20n { width:20rem;height:0;top:134.39583587646rem;left:1.25rem;font-size:1.25rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #mppaP4itgOHnmTxd7TzKigKRChqMp0g5 { width:20rem;height:0;top:145.08333587646rem;left:1.25rem;font-size:1.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Us5naTXOXe4BtUVWSlMfkbW0ASKbFR4F { width:20rem;height:0;top:160.33333587646rem;left:1.25rem;font-size:1.25rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #CgK3eV9NtJZBv5zisUrhJtQr7JpnXZpL { width:20rem;height:0;top:160.33333587646rem;left:1.25rem;font-size:1.25rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #qMwWXecEiniCBe2kZIG7PKNIWt0ZDnwg { width:20rem;height:0;top:160.70833587646rem;left:1.25rem;font-size:1.25rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #EetOPm1Wks6PTfbbiS2hRoMLWKfMdJGP { width:20rem;height:1.3808625rem;top:132.83658981323rem;left:0rem;font-size:1.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Rai6aTqf3gCWyDmcu7B6lnT22padPDMn { display:none; }#Rai6aTqf3gCWyDmcu7B6lnT22padPDMn > .row .container { width:20rem;height:129.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RWmwMoScaA0D3oPeTBfNXuwd4FFKu0Sn { width:18.6865rem;height:47.5415rem;top:45.9189453125rem;left:1.3135rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#RWmwMoScaA0D3oPeTBfNXuwd4FFKu0Sn li:before{  }
 }@media only screen and (max-width: 763px) { #sQ8msARrIha7yX5Umqni0KuEtKyTSk6w { width:20rem;height:7.7988125rem;top:41.7314453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O5dozkINmdGMrUwWAlQyBqxi5wJSCvOg { width:20rem;height:11.6479375rem;top:75.6064453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#O5dozkINmdGMrUwWAlQyBqxi5wJSCvOg li:before{  }
 }@media only screen and (max-width: 763px) { #QOQVxT5kAGRFTfGqeRg84Ziykfu4vw1m { width:20rem;height:5.19921875rem;top:71.4189453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nSSahDC2d0HtXhWA21ivJgS30hJxoMUr { width:20rem;height:2.5996125rem;top:84.1064453125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dmoAmsTMJxSfWXodfXLbhgJy3cuuVp9a { width:20rem;height:21.4086875rem;top:88.7314453125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#dmoAmsTMJxSfWXodfXLbhgJy3cuuVp9a li:before{  }
 }@media only screen and (max-width: 763px) { #HmUqHt1pw5TcFO65DZ9WWlmxP02VSJXK { width:20rem;height:2.2749rem;top:102.2939453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHgwdbuJwnt9bnD1QRWHrvIkKo7sn6bx { width:20rem;height:6.8246875rem;top:3.2314453125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MLM2Lop2ukMkMXtPsodBCDxAgFaybEw8 { width:20rem;height:9.4238125rem;top:9.5439453125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bzTkGDasTkJT3zZ9GMr8bBA3doG6zQ5M { width:16.1875rem;height:9.0625rem;top:16.7939453125rem;left:3.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HKuN6ulb90z36ag27QhCy6TwNG05InIz { width:20rem;height:2.923825rem;top:120.8564453125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kE2431e47TJHqxC1DsVnDvptEvSXKZkw { width:12.875rem;height:2.23828125rem;top:116.7939453125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGHsdNQRggvoqFb0RDszOZAgMDZMrUk { width:10.8125rem;height:1.3999rem;top:115.1689453125rem;left:9.1875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AyUdbieLqeDwRwuceOp5FcvpPLnXgokF { width:19rem;height:5.5rem;top:108.6689453125rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntJDJ3mK4pXsTyTSzcG9Tfv9AA2PvHtT { display:block; }
 }@media only screen and (max-width: 763px) { #HPkVyUV2CZfqvz0qoGONdRfmTG7F5feP { display:flex;width:1.25rem;height:1.25rem;top:115.107421875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #bCxkCHLy3RtryULPQMSGmOcDk3GD8Ccq { width:3.375rem;height:3.375rem;top:120.5439453125rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGu7ka6MoJQdzcMWiEgDS2Nhiif7i5Wg { width:20rem;height:0;top:105.8564453125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #icT61OAasnCrUSm9wR8r2sUQ8fXDuXeH { width:19.625rem;height:126.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:6.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq7qWJSfeQgXAKUhAc7mL8sLOtpT3m3K { width:6.375rem;height:6.375rem;top:0rem;left:6.8125rem;display:block; }
 }