.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:245,217,227;--color-primary-1:222,128,163;--color-primary-2:189,0,71;--color-primary-3:95,0,36;--color-primary-4:28,0,11;--color-secondary-0:253,249,246;--color-secondary-1:247,236,227;--color-secondary-2:239,216,198;--color-secondary-3:120,108,99;--color-secondary-4:36,32,30;--color-tertiary-0:255,255,255;--color-tertiary-1:238,241,243;--color-tertiary-2:104,106,108;--color-tertiary-3:105,106,108;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Satoshi"; }body { 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;position:relative;top:0rem;left:0rem;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); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container { background-color: transparent; background-image: none; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container > .video-iframe-container { display: none; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row > .video-iframe-container { display: none; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .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); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container { border-width: 0; border-radius: 0; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;overflow:visible;position:relative;display:block; }#fMGm3axuzJiRM4Dy9OhHpfAN91MFIBmQ { color:#1f333b;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:14997;line-height:1.6;letter-spacing:0;top:4.1875rem;left:0rem;height:6.3994375rem;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; }
#My2HAsT8UTqvNv29y1roylfoCmmOElCJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.06689453125rem;left:0rem;display:block; }
#hFoTbkIiy9LsU5a0PU9iCASBcpRQ7ETN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MA0DeRpxCxAevbKgbPioiC1L65KHPOvX { color:rgba(31,51,59,0.8);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.9375rem;left:0rem;height:;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; }
#FQtcyZ65ZTdbkGGrQ21uabswCIf71npk { position:absolute;display:block;z-index:14987;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;box-shadow: none;height:35.6875rem;width:35.6875rem;top:0.71875rem;left:29.25rem;overflow:hidden;display:block; }
#TFIht2OMTdrO1kO2XpNtGo5AX7Tnko8y { position:absolute;display:block;z-index:14986;background-color:#efd8c6;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:35.5625rem;width:35.75rem;top:0.6875rem;left:29.0625rem;display:block; }
#zTPTBInfi9X8wurtUFlIKDh4wmzrABKs { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:14.5rem;top:-1.25rem;left:49.950839920949rem;overflow:hidden;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row .container { background-color: transparent; background-image: none; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row .container > .video-iframe-container { display: none; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row > .video-iframe-container { display: none; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .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); }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row .container { border-width: 0; border-radius: 0; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#D464gTrhJg0Te97T3LDyPqo45MFAthzr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.75rem;height:8.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.625rem;left:5.625rem;display:block; }
#qfX6vVgDhQSVtq5UMDESdGs8BNQxyOEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row .container { background-color: transparent; background-image: none; }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row .container > .video-iframe-container { display: none; }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row > .video-iframe-container { display: none; }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .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); }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row .container { border-width: 0; border-radius: 0; }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row .container { background-color: transparent; background-image: none; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row .container > .video-iframe-container { display: none; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row > .video-iframe-container { display: none; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .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); }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row .container { border-width: 0; border-radius: 0; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#vQpRSbJxWJmLOHtmP7LkPThOKGyT7SKA { color:rgba(var(--color-primary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fTqfNDZbZI2NsWby0fFuTZQ19JKFwnFM { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#P2vq3AoQT1X7Jb7NV9CwMxXRMJQ7K13J { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:4.0625rem;left:12rem;display:block; }
#Ix25FCTRworqBe5lNwq6tTp8pi232fKO { box-sizing:content-box;height:13.125rem;width:20.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.4375rem;left:38rem;display:block; }
#oaKBIf7k8Az7qn2wFIukXCfy5T5PGbZl { color:rgba(var(--color-primary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12rem;left:37.34375rem;height:1.70605625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KxPXT1VZ53SKR5KpyF9ncKrL4TByIkfC { color:#5e5e5e;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.80615234375rem;left:2.625rem;height:18.99025rem;display:block; }#KxPXT1VZ53SKR5KpyF9ncKrL4TByIkfC li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#KxPXT1VZ53SKR5KpyF9ncKrL4TByIkfC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
#mhfmBH9P4MmREn3MzZOwllti4nPRhTgo { color:rgba(var(--color-primary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.31884765625rem;left:37.34375rem;height:3.4121125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row .container { background-color: transparent; background-image: none; }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row .container > .video-iframe-container { display: none; }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row > .video-iframe-container { display: none; }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .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); }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row .container { border-width: 0; border-radius: 0; }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#OK5lTTQxCShSiE8KmHCmkn53HaapyKEN { color:rgba(var(--color-primary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UEbFiNcbmEWwhGQgdkZHidJluNI8OMzc { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#r0FEIiTi4IQGw47olXOwb4MKa1FEws2a { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.0625rem;left:12rem;display:block; }
#mUtXTT6fDH8SdVJJ1zsmkGh2U5ZEocmH { color:#5e5e5e;display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.61865234375rem;left:5.75rem;height:14.660125rem;display:block; }#mUtXTT6fDH8SdVJJ1zsmkGh2U5ZEocmH li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#mUtXTT6fDH8SdVJJ1zsmkGh2U5ZEocmH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
#yi76RiB25NRBnMzC74ynIKgiGmJbvGP4 { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:26.375rem;left:2.40625rem;height:8.074225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row .container { background-color: transparent; background-image: none; }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row .container > .video-iframe-container { display: none; }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row > .video-iframe-container { display: none; }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .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); }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row .container { border-width: 0; border-radius: 0; }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#r0A67I0trmmP0wa2sQLvywenecBWW6Ht { color:#e6b772;display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:24.25rem;height:4.5498rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZarempAbC18VLSMsTaTl9TuR1pMyBleG { background-color:transparent;background-image: -webkit-linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));background-image: -moz-linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));background-image: -ms-linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));background-image: -o-linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b772', endColorstr='#b45309cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b772', endColorstr='#b45309cc' );";background-image: linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #b2846a ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.8125rem;left:25.96875rem;display:block; }
#GcLTLG411dx05tqB3kPo05vvlxba1kpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiq58kLh0Ju1XnMe2ECO3PgxFXiPADdy { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.62158203125rem;left:24.25rem;height:16.25535625rem;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; }
#yaUTJHFrmlgg02adTwl8ID2ZqyCnloig { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:27.75rem;width:18.5rem;top:1.875rem;left:1.5625rem;overflow:hidden;display:block; }
#HyTMseHF851xwCztUBeCe1OTwoDHfk5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { background-color: transparent; background-image: none; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container > .video-iframe-container { display: none; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row > .video-iframe-container { display: none; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .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); }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { border-width: 0; border-radius: 0; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#qpKQCvt1vAIBLPgxFevxf5lbkCSuBbP3 { color:rgba(var(--color-primary-2),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:3.380859375rem;left:13.3125rem;height:3.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z0wmQ7Q09f9hx89qMrsSLGGTUIXkgkUI { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5rem;left:0rem;display:block; }
#SQ6I3ZnTZ3z7AoIHJcogNeLuCcbhJkCU { box-sizing:content-box;height:9.375rem;width:17.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:13.5625rem;left:1.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#g6cFvnT18CI37xa33BsbBTZ00pFTzmZf { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.8125rem;left:0rem;display:block; }
#i7lZTE3uPhQ6sEhwu5Mz2Mom52Epx7B6 { box-sizing:content-box;height:1.8125rem;width:39.25rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:4.12451171875rem;left:12.78125rem;display:block; }
#brr6rtwxIHznxu8EKvGh91PZCEF4poMX { color:#023a4f;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.181640625rem;left:4.28125rem;height:4.38720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KBcbpQCXe1WfMdX2tGdWoB7TnTnXepRD { color:#023a4f;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:8.0625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vyGSNWhMVfDTJh62kvEoQnKDMxo5sHrE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.3125rem;left:0.5rem; }
#pdAsc0VBWlmdzMZ4wsBaFFupupRDiOoe { color:#023a4f;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:14.71875rem;left:25.4375rem;height:7.312rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hErwPsAiGAQHTWLtCMOMUDS8ewyErEVl { color:#023a4f;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.71875rem;left:45.53125rem;height:7.312rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ACQ7DJMnvDa1NNTweZzLa99uHpyJGAT4 { box-sizing:content-box;height:9.375rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:13.5625rem;left:22.46875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#B06bckpQ1Wm5orsbM8x2M0mIULXhdfip { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.3125rem;left:21.25rem; }
#IOFyIIDl2rItRV6JGwVkufaJggD9BMK8 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.8125rem;left:20.75rem;display:block; }
#fE1kRTBdIzInuolJZrHkkypwKUcPWpHS { box-sizing:content-box;height:9.375rem;width:17.1875rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:13.5625rem;left:42.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#kpaorQpQqFuVxTKCagRstyFN96eRhrGn { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.3125rem;left:42rem; }
#gB12ULcipl52JPg0T7wzyTUIswrtQSrk { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.8125rem;left:41.5rem;display:block; }
#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row .container { background-color: transparent; background-image: none; }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row .container > .video-iframe-container { display: none; }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row > .video-iframe-container { display: none; }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .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); }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row .container { border-width: 0; border-radius: 0; }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#TgRtokczTcawDIFfQLKgLr649IF0PwMy { box-sizing:content-box;height:24.3125rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-1),1));background-size:auto !important;top:3.25rem;left:0rem;display:block; }
#T9tLdRkEDfq6bIoa8F3i0qTMJvaLaLnR { color:rgba(var(--color-primary-2),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.3125rem;left:20.5rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E8zOCmfqoPFmwSzv76OzzEIrOOMuuRi3 { box-sizing:content-box;height:17.6875rem;width:17.6875rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:1.9375rem;left:0.5625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid #e7e3df;border-left:0.125rem solid #e7e3df;border-right:0.125rem solid #e7e3df;border-bottom:0.125rem solid #e7e3df;display:block; }
#uMk6DdvZs2drFGnQaSTmd6vBTS8yyy7D { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.4375rem;left:33.25rem;box-shadow: none;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#F0Jh1fS8eFzzzo6sh1yan0L8EoJ6B0lq { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.8125rem;left:36.875rem;height:3.32421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E4BHSrFrXHCzO5p9a7hNIu73HM0qTEVv { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.875rem;left:33.6875rem; }
#ghsNzaDz9EdoTS4Ev9LKT3t721knDmuv { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:26rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BeukiqkGunyEHCXFLlSetaOTx5wGH8BX { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.6875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#scJgK8xOdOfWMAXTrLWNne4XASMrx6NQ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.125rem;left:33.6875rem; }
#EDvvlaqTzmLTTRb2ztMiDcJg5tN4B8TQ { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:21rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cvUyGpDONLyoAutXeFJtk6Sd2bLaoHgi { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#oHo0u6PTid06SixyPbkTkNpwJlhURqUf { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:26.3125rem;left:33.6875rem; }
#MztWU4ZbpGiyD3ZJS97QXD0pc7bvZgpa { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31.125rem;left:33.6875rem; }
#yKED50hVCNAvzz7EPqWac7PVOnUZ8aT5 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:30.8125rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U2bOSGHw1dmG8qEAZ1MQqHBeG2dpN7oH { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.6875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#T0e63AFtt0XkRWWxBFUQXuOTaLQ5g66Z { box-sizing:content-box;height:14.1875rem;width:28.1875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:21.125rem;left:2.125rem;display:block; }
#uPcPQrwIN2CTSbVM8QSN2EDHdQkyPrq8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6250rem;border-top-right-radius:6250rem;border-bottom-left-radius:6250rem;border-bottom-right-radius:6250rem;box-shadow: none;height:13.625rem;width:17.875rem;top:4.3125rem;left:2.4375rem;overflow:hidden;display:block; }
#quXVsCITwTUkhfCJqD0w5NltXyS2sKrQ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.375rem;left:33.6875rem;display:none; }
#sDT88JLr1Ttt7Wq4yc9Ic4LpGS9z2Z77 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:8.5625rem;left:36.875rem;height:6.6484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n9r4O8CDlX1qHRpmVHgmf5FzggwF15IK { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.4375rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#wDzGg5IWTeR2S3BVTQborT9cCZJfUBRe { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.875rem;left:33.6875rem; }
#nxoC4ulJIB6JLSOiNIwxKSAWPLAwK9Pk { color:rgba(var(--color-secondary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:23.375rem;left:3.0625rem;height:1.57470625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AGwN3uM6Ix6vtDC5Qwslu6vBbQgCAgw1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:26.01220703125rem;left:3.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#AGwN3uM6Ix6vtDC5Qwslu6vBbQgCAgw1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AGwN3uM6Ix6vtDC5Qwslu6vBbQgCAgw1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.8)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.8));background-size:auto !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; }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row .container { background-color: transparent; background-image: none; }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row .container > .video-iframe-container { display: none; }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row > .video-iframe-container { display: none; }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .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); }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row .container { border-width: 0; border-radius: 0; }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#IbSuWhlsMVmZJPNCDOzUGXtdQABbgzcT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:7.636725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsD2ZR14KPtuVPlgMtG1MoTnlG3xH6p8 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LJtgNWqT6T8vFRpsWyWcglS1qhFbZ43b { color:rgba(var(--color-tertiary-1),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.75rem;left:21.78125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpl1Nl80sTsS57Z19TKSqg6XzwZSRkTg { color:rgba(var(--color-tertiary-1),1);display:block;width:16.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TwTKAuwq7viT364MZQeStAJDQKfNP5z3 { color:rgba(var(--color-tertiary-1),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.875rem;left:5.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3VqaaK5vp2ZRwmUDccEMcoBpBE5yzTi { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.5625rem;left:29.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hboFcF155DPp0C29rXp3KTxkLrOkfKfv { 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:15011;opacity:1;top:11.69921875rem;left:8.40625rem; }
#r0cpckoFyitRxH16WG7IIxLLcmzrOdqM { 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:15012;opacity:1;top:11.69921875rem;left:28.4375rem; }
#L8We65reNibEezHHwTQstWPVUnUCQzvP { 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:15013;opacity:1;top:12.44921875rem;left:48.46875rem; }
#sTgcE0c7s97IxozQ3D7UWmZ7aVGF6JRz { 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:15014;opacity:1;top:30.8125rem;left:40.625rem; }
#F7952kCKnCXytRTtdHu2FrzMs1gu8Vsm { 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:15015;opacity:1;top:30.8125rem;left:14.0625rem; }
#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { background-color: transparent; background-image: none; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container > .video-iframe-container { display: none; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row > .video-iframe-container { display: none; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .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); }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { border-width: 0; border-radius: 0; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#QBuDVZZzuHhTSpER8ZQM4iqtnLUQ7Nk7 { box-sizing:content-box;height:20.25rem;width:38.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.40625rem;left:21.125rem;display:block; }
#iT2G4qEnThwGv2U3vBb74CP6tnunCOQ5 { box-sizing:content-box;height:19rem;width:37.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:5.875rem;left:21.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#G4IWwLTp8okRmScsyzHpTMhpVereiWeK { color:rgba(var(--color-secondary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.984375rem;left:23rem;height:17.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mGQAnhXSV8PKMWeESH2tuvmESzofSJoG { color:rgba(var(--color-primary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.63134765625rem;left:0rem;height:9.5995875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/def27697-4104-4d7b-838e-2e960c1c31e1/2AnnaKremnickafotazwww.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ.adaptive-delivery-prevent-bg, #B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ.lazyload, #B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ.lazyloading { background-image: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container { background-color: transparent; background-image: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container > .video-iframe-container { display: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row > .video-iframe-container { display: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .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); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container { border-width: 0; border-radius: 0; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#R09gTUyK63s69zUIBxQgDNeJp522i6ZX { color:#eef1f3;display:block;width:46.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZmtbXwnVyx9ybG6MplMAfsNTcdDPOkb { color:#eef1f3;display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:3.84375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ND50T0ot1zes3cD0n3awfOIqowdAs6Jt { color:#eef1f3;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:9.5rem;left:1.375rem;height:9.28075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ND50T0ot1zes3cD0n3awfOIqowdAs6Jt li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ND50T0ot1zes3cD0n3awfOIqowdAs6Jt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3f3485078407344fba1c40a4b0e593d7ef71d6b9.svg); }
#fm7elaEeADJ6UHkxwgfX4WhALI4Lgyu5 { color:#eef1f3;display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:21.59228515625rem;left:1rem;height:19.125rem;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; }
#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row .container { background-color: transparent; background-image: none; }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row .container > .video-iframe-container { display: none; }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row > .video-iframe-container { display: none; }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .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); }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row .container { border-width: 0; border-radius: 0; }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#vCMCT4nNtrXnote16iV89ZLCcVyvpTWr { box-sizing:content-box;height:19.3125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6rem;left:0rem;display:block; }
#phCy6wqvTAkbDEMhSI2bSzXTvwdUu5Gr { color:rgba(var(--color-primary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:10.5625rem;left:2.4375rem;height:10.49803125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mtn4tw3LhmLmsIV9NwxMXhita3sF8qEu { box-sizing:content-box;height:19.125rem;width:58.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:6.5rem;left:0.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#kAwoppXUMDuVk7i23RrDRwGMOFfoTPS3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ededed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.5625rem;left:33.71875rem;display:block; }
#Edg4WRGi8OsVuMBXJ4S9z5ETeD9IqNNZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZxCxw9oXeSQ7SgtAMpA9N38eWoBeSu0D { box-sizing:content-box;height:12.5rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.9375rem;left:23.9375rem;display:block; }
#s7ul7Dr798z2McuwoftMCTsrWN0uQfpo { box-sizing:content-box;height:3.8125rem;width:26rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.0966796875rem;left:29.5625rem;display:block; }
#QOSZ64ZpwJ25nvWL0co1tTOeVUCDt692 { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:4.28125rem;left:29.8125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.624375rem;padding-right:0.583125rem;padding-bottom:0.624375rem;padding-left:0.583125rem;display:block;align-items:center;width:3.50625rem;min-width:3.50625rem;height:3.355rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.4975rem;font-weight:700;line-height:53.68px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.39rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.674375rem;height:1.325rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.936875rem;font-weight:400;line-height:21.2px;text-align:center;text-align-last:center;text-transform:none;top:10%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.6875rem;height:6.31875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:11.97509765625rem;left:30.4375rem;z-index:15020; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #lUc0ec94oxrdZVI4qiKzCcvSmmylEHtP { display:flex;position:relative;top:0rem;left:0rem; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #Ahwwxu8g1X390qEE1SvVl9oGyKxF61Hs { width:auto; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #EzTtzNonqPCOs0nmlZLTyP8l0fkSC3vC {  }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #ZiuFDR15aylW2VLE6TcBpTRDenNAR1ix { display:flex;position:relative;top:0rem;left:0rem; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #P3hbd3TSuaLm3uKcoWSTK9COXCJQTS39 {  }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #yWxqnu3828EPblRkGFfcWmi7m4FtGxer {  }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #s49TOx1byqBtvKWHXduM546IpPLgwC4T { display:flex;position:relative;top:0rem;left:0rem; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #eLWrJ8lOAOsobq7MDw2obxaibgNGT8XA {  }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #RONruPHCOHZ8kqkhyBiesJXJ7qROB4c6 {  }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #ABiwxNn1DZqSgeTnQQh3Nz19T6K4J0ah { display:flex;position:relative;top:0rem;left:0rem; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #t4Ie9aEoQa4gpr3eiVOxi9UTTtMWstsB {  }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #xdpyCd6qL3LJrI9Ed0eWgSGZGaA6EH26 {  }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { 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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.21875rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsHEXMG1cTJ238esASDv3vBoisseEnpN { 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; }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row .container { background-color: transparent; background-image: none; }#UsHEXMG1cTJ238esASDv3vBoisseEnpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row .container > .video-iframe-container { display: none; }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row > .video-iframe-container { display: none; }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .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); }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row .container { border-width: 0; border-radius: 0; }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { position:absolute;display:block;z-index:15003;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.8125rem;left:0.40625rem;display:block; }
#ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { 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:15016;opacity:1;top:1.75rem;left:5.625rem; }
#G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { color:#1d2b51;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0.40625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQuGbkbGv8ouuBekulXHbt03s4Q83b1l { position:absolute;display:block;z-index:15007;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.8125rem;left:15.4375rem;display:block; }
#avNmXzowS7ya3IGhFGimmbxUoDq34UZL { color:#1d2b51;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:15.40625rem;height:4.3872rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoT88Iooi42ZdeV1fRG4E6JazhXunhtG { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.0625rem;left:15.40625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMcBuFwd3w2M48XKMAEpDgVtHWyV4dTG { position:absolute;display:block;z-index:15011;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.8125rem;left:30.4375rem;display:block; }
#lWB3ZhqAWzAgZFWDO00K8fy23LW8MKCQ { color:#1d2b51;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.9375rem;left:30.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uI33dS07g5xNWFwGO1z2wTEQU7d71bLT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.05517578125rem;left:30.40625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4uC8CluaaqzBUytXBE93b5Tr5sCzDrN { position:absolute;display:block;z-index:15015;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.8125rem;left:45.8125rem;display:block; }
#Dauk9NUB9A164EgNvoqLEfzqWp7bzJlV { color:#1d2b51;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.9375rem;left:45.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZdXi96zb8GHctO13sONany3U6W5FiPai { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.61767578125rem;left:45.8125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOCy86eregWO3LrKtJrRuiaxx49aAxWK { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.0625rem;left:20.9375rem; }
#Hs8uSEvgUGFoEfuwpQNsI8eHCni5rJ3R { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.0625rem;left:35.9375rem; }
#CoiMG8wXQakWug2Egi0cfa0pHkJtuV4o { 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:15031;opacity:1;top:2.0625rem;left:50.9375rem; }
#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row .container { background-color: transparent; background-image: none; }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row .container > .video-iframe-container { display: none; }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row > .video-iframe-container { display: none; }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .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); }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row .container { border-width: 0; border-radius: 0; }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#wxXRd7en0toyZWiRBknTiJcypaxHUpXA { color:rgba(var(--color-primary-2),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.23095703125rem;left:11.9375rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZeLcKiqRPV4TJvPPRsFDI1KfTEdIkAyy { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5rem;left:0rem;display:block; }
#DuJPXTzHL35zQSz9TEnxT42zUi9oxgob { box-sizing:content-box;height:24.625rem;width:19.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:9.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#iLdsafq8N5T1TKn8cmxQSDACcXrvhgFy { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.6875rem;left:29.6875rem; }
#stzXzrP22CJDFm6XmzBAKrRLEp09ozEi { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:8.25rem;left:8.125rem;display:block; }
#qOTVs3zWsFRHxnvFnvQlpIo75iZoG0TV { box-sizing:content-box;height:1.8125rem;width:36.625rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:4.125rem;left:12.53125rem;display:block; }
#bmehGqn1aEqRiAmTuLq5pUuq1eTHnpVn { color:#023a4f;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3369140625rem;left:1.8125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NoDTfxPD3yHngp188Iwy8yh0QgD2a3yr { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:9.6875rem;left:22rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#BBnzeLQXEfg5poAhbglcWXNFdr1L45wq { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.3369140625rem;left:23.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pN2BLnVwnQRCJN9TT5IpL8hFJzzTUrIB { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:8.25rem;left:29.3125rem;display:block; }
#LIeakotnDydiaT1axO9AF82qHfJnID6m { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.625rem;left:8.5rem; }
#byOM7ENZq8RDAQ7Zzh01QoBPFq9M77NZ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:8.3125rem;left:49.5625rem;display:block; }
#xKtWBX5vzPMAtm18V8hh9QTIFUvH7m4H { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.6875rem;left:49.9375rem; }
#SbOk1z3WVFQKHLsRQaHG1vyovcZataVi { color:#023a4f;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.64999961853rem;left:0rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A9OBTrXJ27oAB8aerRKITeaCzf4ihF2p { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.08740234375rem;left:22.03125rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xdm2zw2kGm4eZdHHsi5GuBqkMdv8456Q { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.5rem;width:14.125rem;top:22.0966796875rem;left:2.59375rem;overflow:hidden;display:block; }
#RsKnbXbk9P4rQh7NSAgO2ByO5Sp3sL2g { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:9.6875rem;left:42.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#nUctUp7JezH4Z2qMxONrF3xPOAROsOI7 { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.6875rem;left:42.375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I1UyVWprk4N7TCu5kXMrK9ERKP98QAPb { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.375rem;left:44.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PHNKcecOpRilg4DSE9dN7xhSsF9QNPbb { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:23.6875rem;left:22rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#feWekQOxoQaQCP3KaMgk64TyoaeeM9nA { box-sizing:content-box;height:10.9375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:23.6875rem;left:42.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#EZL0LJPeTklNacNVTXh5LzNXed8v1iU2 { color:#023a4f;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:29.44677734375rem;left:22.875rem;height:2.9248rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CociF9bBppfLifo4NrUTDQXlakpqrcX8 { color:#023a4f;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:29.2841796875rem;left:43.65625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MpDSmkFVMf0ITQWiPbH7Eu43ntJ1NbuG { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.640625rem;left:22.03125rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TrzDo9xnaExou3bR2MTXkzRxXXDwKc7B { color:#023a4f;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.015625rem;left:42.375rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CNgizSzs83No4fCO6w7DA4kU4EqOKWWt { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:22.25rem;left:29.3125rem;display:block; }
#ZblylH11KLhU37VnkVQGf4CJWL2cfdsT { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:22.3125rem;left:49.5625rem;display:block; }
#AlkGgTecJKxgybahPNtZ2JzNztaB4Whb { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.6875rem;left:29.6875rem; }
#A8FPqESFHt76iTVIgifw6oitNQ6zDTTA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:22.6875rem;left:49.9375rem; }
#VcD7yrbFBXaNHzvrDre8kGTBFQsFRTFq { color:#ae411e;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.013671875rem;left:1.8125rem;height:2.92383125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row .container { background-color: transparent; background-image: none; }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row .container > .video-iframe-container { display: none; }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row > .video-iframe-container { display: none; }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .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); }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row .container { border-width: 0; border-radius: 0; }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row .container { font-size:0.875rem;font-family:arial;height:104.25rem;width:60rem;position:relative;display:block; }#GL0wRCztipQ1TApSGZcKNkX5QTzq3N9S { color:rgba(var(--color-tertiary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.92578125rem;left:10.96875rem;height:3.07470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wmWIhOB4AAsvmcotfDDbiKpkE6OtCvkI { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5rem;left:0rem;display:block; }
#VW1e7Nx7xpfdN0vnAM4IPeqLfntkLU2k { box-sizing:content-box;height:1.8125rem;width:34rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:4.125rem;left:13rem;display:block; }
#dHNNroTPR4L3u93xxo8caQzaUwByObAA { box-sizing:content-box;height:11.875rem;width:23.25rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:10.5rem;left:5.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#uL7WPw1PHcgJnbTgy1tPetsOfTnTlPGC { box-sizing:content-box;height:20.75rem;width:23.125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:10.5rem;left:33.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#Cm3hfOEUstRLgEw0MGMBOICkPRN4rblD { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.0625rem;left:8.1875rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wkJxwoQEXmtbkNN7Dd86Aw155MBX77bb { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:13.21875rem;left:36.0625rem;height:3.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xnltq01OCKV4lcz0wbbv5CVGaXdvlqFN { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.4375rem;left:15.8125rem; }
#ixnKV6H38b9zuVAGEl2NuB7DAB2yL6LA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.4375rem;left:43.6875rem; }
#xbQKSpEyL6BchLKn1bzzLacT9wpccmqE { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:9.0625rem;left:43.3125rem;display:block; }
#oaJ2Ubp7ql76ZFEIBZWxxKayfEh5Gm2V { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:9.0625rem;left:15.4375rem;display:block; }
#MafdL537Ixb5CIlL0SeVhB2RoaGmEgI4 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:19.08740234375rem;left:6.78125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MafdL537Ixb5CIlL0SeVhB2RoaGmEgI4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MafdL537Ixb5CIlL0SeVhB2RoaGmEgI4 li:before{  }
#fTF7k3W14bJuKkRD8TtNSN9oFKWNFH0h { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:19.08740234375rem;left:34.65625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#fTF7k3W14bJuKkRD8TtNSN9oFKWNFH0h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fTF7k3W14bJuKkRD8TtNSN9oFKWNFH0h li:before{  }
#QkKucxnwefzhT6SNt0T6s44ekbAWHiTB { color:rgba(var(--color-tertiary-2),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:99.4375rem;left:6.78125rem;height:1.4433625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r8pvCO6soShiGkgcR8OGfhvXALLlFhFB { box-sizing:content-box;height:23.6875rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:25rem;left:5.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#zVzEs8OVnQlgEtIISmcQ70nAg4Q5yT2d { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:23.9375rem;left:15.75rem; }
#LIHo3iNT9UVTunt89xsiV3a7MxM3eyfe { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:23.5625rem;left:15.375rem;display:block; }
#NPgiDeBWafsAUXIN1WvWW1hox0SBbzSO { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:27.75rem;left:8.125rem;height:3.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Qg5imonfVmScdGCJueGNxPf1QZqTm2e6 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:32.9375rem;left:6.78125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Qg5imonfVmScdGCJueGNxPf1QZqTm2e6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qg5imonfVmScdGCJueGNxPf1QZqTm2e6 li:before{  }
#hRapMa4AFv5a6q6UkeVe9JGX3ucakgMo { box-sizing:content-box;height:15.25rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:33.5rem;left:33.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#yKBoFfg12hwRKntfKEyGyE2pACdHTvWA { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:42.0625rem;left:34.6875rem;height:5.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#yKBoFfg12hwRKntfKEyGyE2pACdHTvWA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yKBoFfg12hwRKntfKEyGyE2pACdHTvWA li:before{  }
#GTtOXuLzMrv1ESZoZ9FCTJnSaCQPs2kH { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:36.25rem;left:36.0625rem;height:3.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GQ51uBOWI4SbnnSR3L4wBDoSWPEZJG0U { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:32.4375rem;left:43.6875rem; }
#Bb1znxWhy88nXw8bCLo7cx2HRwKl8DUK { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:32.0625rem;left:43.3125rem;display:block; }
#NVKFadeLtOaBc4IMOQBylNGg7RtHndXT { box-sizing:content-box;height:21.5rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:51.4375rem;left:5.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#MDXiQEvdSQKCyASq7GVxWbk1L9EPmOeM { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:62.4375rem;left:6.78125rem;height:7.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MDXiQEvdSQKCyASq7GVxWbk1L9EPmOeM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MDXiQEvdSQKCyASq7GVxWbk1L9EPmOeM li:before{  }
#aENDLACSVIrPuZeyRCvkX0InlAysI2rW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:54.1875rem;left:8.1875rem;height:6.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N35yiQchWyzXpQoeeoAesGRXg3aTe5fE { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:50rem;left:15.4375rem;display:block; }
#N0J3pXNfJqMlNy0wGampdB1F2LFQut0H { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:50.375rem;left:15.8125rem; }
#gVThsfH4z8ZDHVqVcA7deqkHfS6kE6ET { box-sizing:content-box;height:21.5rem;width:23.125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:51.4375rem;left:33.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#TdR8AvSEKc8AO4AAiIW5MwSieeQKIWqE { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:60rem;left:34.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TdR8AvSEKc8AO4AAiIW5MwSieeQKIWqE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TdR8AvSEKc8AO4AAiIW5MwSieeQKIWqE li:before{  }
#tmSS2sQ91sMWftwMFpaPXHClbQ7qn9wZ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:54.1875rem;left:36.1875rem;height:5.15625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B6FD5RLXJyFrurbRtTqgZsoIz4icT1ho { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:50rem;left:43.4375rem;display:block; }
#H7rHTvsbiBH4zPubMD6B0dCU6k9yR1Pn { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:50.375rem;left:43.8125rem; }
#wysrwyOUMAy3b3G56tuKCEqEXFw8CrvF { box-sizing:content-box;height:20.0625rem;width:43.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:75.1875rem;left:8.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#ODUwK4sW2x6B1n64wNpPpvCeHFaIg9v7 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:77.3125rem;left:15.625rem;height:1.71875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bxLc8SybU1LRBU591ZBzatf5G4koebXT { color:rgba(var(--color-tertiary-2),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:81.75rem;left:12.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#bxLc8SybU1LRBU591ZBzatf5G4koebXT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bxLc8SybU1LRBU591ZBzatf5G4koebXT li:before{  }
#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX { 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; }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row .container { background-color: transparent; background-image: none; }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row .container > .video-iframe-container { display: none; }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row > .video-iframe-container { display: none; }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .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); }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row .container { border-width: 0; border-radius: 0; }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#lqwWvHBhRQgcNwdHbuHOkyDfP75Gwa2V { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDt1H0XKwv0rRTlxRFH6TcC9tPoWWrtX { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.73046875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ { 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; }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row .container { background-color: transparent; background-image: none; }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row .container > .video-iframe-container { display: none; }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row > .video-iframe-container { display: none; }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .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); }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row .container { border-width: 0; border-radius: 0; }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#Us82vvhST4dEd0KrT1Mrt0kkM8WfavZQ { position:absolute;display:block;z-index:15011;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.3125rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#mXQDGFyCGq1Lb599rhMmMDhBMy71iVTx { position:absolute;display:block;z-index:15015;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.3125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#HQRtBUChRPdUdITPubr5VSw44WbdciTk { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:22.71875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7x4UTV53zFTyXTDnuysah5TvS87HRub { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:1.84375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmOE29ABpDsZCIDDB33cJ8HZwWCDFOUa { position:absolute;display:block;z-index:15019;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-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.3125rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#vimmcs0FQRnKLarKdtQFRpRrMCOaiehV { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:43.59375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H0ihXKBR781B8wBTmlZURHC8F7Ma3lW9 { color:rgba(var(--color-primary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.81884765625rem;left:22.78125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gMxpohBCed5rUfEnclXyK06KpHbHDq6k { color:rgba(var(--color-primary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:43.59375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PIhycfdrdV8bQIRRb42tzSWu4ScUg9zm { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.28125rem;left:43.625rem; }
#dbTSzkrXNm0So6EdrIIgoNhBOOrLwsso { 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:15027;opacity:1;top:1.4375rem;left:22.75rem; }
#f4M2fuHXbsvm83G3ZWH0UKfeQut50JUv { 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:1.4375rem;left:1.84375rem; }
#nnUH3JTSJTdTtbPMag6wkDEKkudGvCTz { color:rgba(var(--color-primary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:7.26220703125rem;left:1.90625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row .container { background-color: transparent; background-image: none; }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row .container > .video-iframe-container { display: none; }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row > .video-iframe-container { display: none; }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .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); }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row .container { border-width: 0; border-radius: 0; }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#hIEBaVqTtlXHBDmwzCUTby9WW543w78w { color:rgba(var(--color-primary-4),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:4.0625rem;height:3.1499rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V6HuyQibBlkDltPzr1CcRqF2WcRqi0sF { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#W2GtFMUyVVi0OMo0gz4T9SQ5tpE9vo2D { box-sizing:content-box;height:1.8125rem;width:54.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.0625rem;left:4.375rem;display:block; }
#MFzgyct1WFmTpSSxvHOQHQ10ktOLCr20 { color:#5e5e5e;display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:8.61865234375rem;left:5.75rem;height:26.5986125rem;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; }
#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i.adaptive-delivery-prevent-bg, #CwKa70S7el2xmfb1wTzliGSWwHSqSI5i.lazyload, #CwKa70S7el2xmfb1wTzliGSWwHSqSI5i.lazyloading { background-image: none; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row .container { background-color: transparent; background-image: none; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row .container > .video-iframe-container { display: none; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row > .video-iframe-container { display: none; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .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); }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row .container { border-width: 0; border-radius: 0; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { background-color: transparent; background-image: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .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); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { border-width: 0; border-radius: 0; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:60rem;position:relative;display:block; }#Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:43.875rem;width:37.5625rem;top:10.1875rem;left:11.25rem;display:block; }
#PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { color:#ae411e;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5380859375rem;left:13.15625rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { color:rgba(var(--color-primary-2),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.7060546875rem;left:11.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { color:rgba(var(--color-tertiary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:30.3125rem;left:15.375rem;height:;text-align:left;text-align-last:left;display:block; }#pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_126a1df2f686d14a05ed062fe3286b66fbc64143.svg); }
#xDPB4oy5DnKWNGu1Rvh7mImdMm2H84L9 { color:#ae411e;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9560546875rem;left:11.28125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:67.625rem;left:4.0625rem;display:block; }
#L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { position:absolute;display:block;z-index:15001;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:42.0625rem;width:35.0625rem;top:11.1875rem;left:12.5rem;display:block; }
#dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLhWOBOfnfd5HpdaFEXNJaDTf6oy7DcN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.5rem;left:21.4375rem;display:block; }
#yEPAst5fQvJl8qq7nXOHXxIK9HFAPn2W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JA9WLcFfPT7h7UpcU3Npgf8d2HcUybtL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:24.5rem;left:30.875rem;display:block; }
#ptcp3v6Rbi4T6J7oxO9eTJOELkoOt38R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUyPzsTf9BzsOuo9qLnuQ25S7lkLHI2k { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:67.625rem;left:30.875rem;display:block; }
#MUrzrtM4SozvQT77l5gHHBolmcnOBrbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aNqTFtFJtOzpQeCTTNZdkck9TTq4vpzD { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:72.125rem;left:8.90625rem;display:block; }
#KCodAy3oLTgRbZ7m7KW5x7dVCshp9PMn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KE5T4JlgisamOOFqvPTQokc9ue3ww99p { color:#ae411e;display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:55.7880859375rem;left:7.125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#saC2rCg9TcnU2nAQKsZ0f2PhDxZwg7dV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:60.875rem;left:36.9375rem; }
#TeU8pHcuCgfUyzm7MkO7vOS1LL0opmO2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:60.71875rem;left:17.4375rem; }
#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi.adaptive-delivery-prevent-bg, #CxzT8TzzzbluGTMeWbTwQCVencoDkqvi.lazyload, #CxzT8TzzzbluGTMeWbTwQCVencoDkqvi.lazyloading { background-image: none; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row .container { background-color: transparent; background-image: none; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row .container > .video-iframe-container { display: none; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row > .video-iframe-container { display: none; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .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); }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row .container { border-width: 0; border-radius: 0; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#o9p6yOqZa9cD6kwzbTEVXf4GRs3C5Hsn { color:rgba(var(--color-primary-4),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.9375rem;left:3.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxo2tOtOenimsORTB8nsJxcBOt4bC3WE { color:rgba(var(--color-secondary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:9.837890625rem;left:8.4375rem;height:13.384775rem;text-align:center;text-align-last:center;display:block; }
#XTluktF6TPw0dB63qGSWXJN9WaePT5eN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.1875rem;left:18.8125rem;display:block; }
#qD0wIrZPuDL7N4e5PkOfKGt2f99Wc1n3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNAhAFNKEa1lsmhoXD0L5KMaTi8o9uhT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:60rem;top:2.25rem;left:0rem;display:block; }
#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row .container { background-color: transparent; background-image: none; }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row .container > .video-iframe-container { display: none; }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row > .video-iframe-container { display: none; }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .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); }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row .container { border-width: 0; border-radius: 0; }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#fzUiOakfBmmtFhCAWZLFRgDrUDEp2uBg { color:#ededed;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.494140625rem;left:6.0625rem;height:3.07470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bf13l6dGzvaOAigBaXahOx84ZNn6f05y { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#b2b2b2;background-image:none;top:5rem;left:0rem;display:block; }
#ll7s4CsL6nvy1D4PVhSTqtyTBkbDJ7ws { box-sizing:content-box;height:2.6875rem;width:34.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.6875rem;left:0rem;display:block; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;vertical-align:top;border-top:0.125rem solid #cec7bf;border-left:0.125rem solid #cec7bf;border-right:0.125rem solid #cec7bf;border-bottom:0.125rem solid #cec7bf; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .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; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.1875rem;font-family:var(--paragraphs-font-family);height:auto;color:rgba(var(--color-tertiary-4),1);font-style:normal; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);line-height:1.4;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .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_4cec429f2c186c098323a40e01c23a9eb0db3fb0.svg");background-size:contain !important; }#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-trigger.adaptive-delivery-prevent-bg, #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-trigger.lazyload, #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-trigger.lazyloading { background-image: none; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx { box-sizing:content-box;height:auto;width:59.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.6875rem;left:0.46875rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #nybnr80p0DXntbAHGJWNO54bWUcGx690 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG { display:block;position:relative; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #y7Ae3OhambTnZtllLSQd05qczOMo7kNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #E2B77GSro0xBrLkrBLo3LyL7IctObJkw { display:block;position:relative; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #xxMUsqUUwikng1mcHMQH06t5lR28G5NT { display:none; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX { display:block;position:relative; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo { display:none; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd { display:block;position:relative; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S { display:none; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P { display:block;position:relative; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 { display:none; }
#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { position:relative;display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { background-color: transparent; background-image: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { border-width: 0; border-radius: 0; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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:4.625rem;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; }#iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI { display:block; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fMGm3axuzJiRM4Dy9OhHpfAN91MFIBmQ { width:30.75rem;height:6.375rem;top:4.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #My2HAsT8UTqvNv29y1roylfoCmmOElCJ { width:15.6875rem;height:4.0625rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hFoTbkIiy9LsU5a0PU9iCASBcpRQ7ETN { display:block; }
 }@media only screen and (max-width: 959px) { #MA0DeRpxCxAevbKgbPioiC1L65KHPOvX { width:28.5rem;height:;top:12.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FQtcyZ65ZTdbkGGrQ21uabswCIf71npk { width:35.6875rem;height:35.6875rem;top:0.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TFIht2OMTdrO1kO2XpNtGo5AX7Tnko8y { width:35.75rem;height:35.5625rem;top:0.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #zTPTBInfi9X8wurtUFlIKDh4wmzrABKs { width:14.5rem;height:13.625rem;top:-1.25rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu { display:block; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #D464gTrhJg0Te97T3LDyPqo45MFAthzr { width:46.75rem;height:8.5rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #qfX6vVgDhQSVtq5UMDESdGs8BNQxyOEc { display:block; }
 }@media only screen and (max-width: 959px) { #D2A42EWJQtTwr7THxqKS88cWTdd38Cgs { display:block; }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NSB22Kc0ocxRLuWV69gThOJX2GnVfChE { display:block; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vQpRSbJxWJmLOHtmP7LkPThOKGyT7SKA { width:39rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fTqfNDZbZI2NsWby0fFuTZQ19JKFwnFM { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #P2vq3AoQT1X7Jb7NV9CwMxXRMJQ7K13J { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ix25FCTRworqBe5lNwq6tTp8pi232fKO { width:20.625rem;height:13.125rem;top:10.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oaKBIf7k8Az7qn2wFIukXCfy5T5PGbZl { width:21.9375rem;height:1.6875rem;top:12rem;left:25.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KxPXT1VZ53SKR5KpyF9ncKrL4TByIkfC { top:8.75rem;left:0rem;width:34.6875rem;height:21.75rem;font-size:1.0625rem;display:block; }#KxPXT1VZ53SKR5KpyF9ncKrL4TByIkfC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 959px) { #mhfmBH9P4MmREn3MzZOwllti4nPRhTgo { width:21.9375rem;height:3.375rem;top:15.3125rem;left:25.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T { display:block; }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OK5lTTQxCShSiE8KmHCmkn53HaapyKEN { width:39rem;height:3.375rem;top:2.5625rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UEbFiNcbmEWwhGQgdkZHidJluNI8OMzc { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #r0FEIiTi4IQGw47olXOwb4MKa1FEws2a { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mUtXTT6fDH8SdVJJ1zsmkGh2U5ZEocmH { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#mUtXTT6fDH8SdVJJ1zsmkGh2U5ZEocmH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 959px) { #yi76RiB25NRBnMzC74ynIKgiGmJbvGP4 { width:47.75rem;height:8.0625rem;top:26.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 { display:block; }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #r0A67I0trmmP0wa2sQLvywenecBWW6Ht { top:1.875rem;left:0rem;width:35.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZarempAbC18VLSMsTaTl9TuR1pMyBleG { width:29.5rem;height:3.125rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GcLTLG411dx05tqB3kPo05vvlxba1kpt { display:block; }
 }@media only screen and (max-width: 959px) { #iiq58kLh0Ju1XnMe2ECO3PgxFXiPADdy { top:7.5625rem;left:0rem;width:33.6875rem;height:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yaUTJHFrmlgg02adTwl8ID2ZqyCnloig { width:18.5rem;height:27.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HyTMseHF851xwCztUBeCe1OTwoDHfk5z { display:block; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qpKQCvt1vAIBLPgxFevxf5lbkCSuBbP3 { width:33.375rem;height:3.25rem;top:3.375rem;left:7.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z0wmQ7Q09f9hx89qMrsSLGGTUIXkgkUI { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #SQ6I3ZnTZ3z7AoIHJcogNeLuCcbhJkCU { width:17.1875rem;height:9.375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #g6cFvnT18CI37xa33BsbBTZ00pFTzmZf { width:3.125rem;height:3.125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #i7lZTE3uPhQ6sEhwu5Mz2Mom52Epx7B6 { width:39.25rem;height:1.8125rem;top:4.0625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #brr6rtwxIHznxu8EKvGh91PZCEF4poMX { width:13.375rem;height:4.375rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KBcbpQCXe1WfMdX2tGdWoB7TnTnXepRD { width:47.75rem;height:;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vyGSNWhMVfDTJh62kvEoQnKDMxo5sHrE { width:2.125rem;height:2.125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pdAsc0VBWlmdzMZ4wsBaFFupupRDiOoe { width:13.9375rem;height:7.3125rem;top:14.6875rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #hErwPsAiGAQHTWLtCMOMUDS8ewyErEVl { width:13.8125rem;height:7.25rem;top:14.6875rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ACQ7DJMnvDa1NNTweZzLa99uHpyJGAT4 { width:17.1875rem;height:9.375rem;top:13.5625rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #B06bckpQ1Wm5orsbM8x2M0mIULXhdfip { width:2.125rem;height:2.125rem;top:17.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IOFyIIDl2rItRV6JGwVkufaJggD9BMK8 { width:3.125rem;height:3.125rem;top:16.8125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fE1kRTBdIzInuolJZrHkkypwKUcPWpHS { width:17.1875rem;height:9.375rem;top:13.5625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kpaorQpQqFuVxTKCagRstyFN96eRhrGn { width:2.125rem;height:2.125rem;top:17.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gB12ULcipl52JPg0T7wzyTUIswrtQSrk { width:3.125rem;height:3.125rem;top:16.8125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV { display:block; }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TgRtokczTcawDIFfQLKgLr649IF0PwMy { width:32.375rem;height:24.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #T9tLdRkEDfq6bIoa8F3i0qTMJvaLaLnR { width:38.5625rem;height:2.875rem;top:4.3125rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #E8zOCmfqoPFmwSzv76OzzEIrOOMuuRi3 { width:17.6875rem;height:17.6875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uMk6DdvZs2drFGnQaSTmd6vBTS8yyy7D { width:3.125rem;height:3.125rem;top:16.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #F0Jh1fS8eFzzzo6sh1yan0L8EoJ6B0lq { width:22.375rem;height:3.3125rem;top:16.8125rem;left:25.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #E4BHSrFrXHCzO5p9a7hNIu73HM0qTEVv { width:2.25rem;height:2.25rem;top:16.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ghsNzaDz9EdoTS4Ev9LKT3t721knDmuv { width:23.125rem;height:2.8125rem;top:26rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BeukiqkGunyEHCXFLlSetaOTx5wGH8BX { width:3.125rem;height:3.125rem;top:20.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #scJgK8xOdOfWMAXTrLWNne4XASMrx6NQ { width:2.25rem;height:2.25rem;top:21.125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #EDvvlaqTzmLTTRb2ztMiDcJg5tN4B8TQ { width:23.125rem;height:2.8125rem;top:21rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #cvUyGpDONLyoAutXeFJtk6Sd2bLaoHgi { width:3.125rem;height:3.125rem;top:25.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oHo0u6PTid06SixyPbkTkNpwJlhURqUf { width:2.25rem;height:2.25rem;top:26.3125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MztWU4ZbpGiyD3ZJS97QXD0pc7bvZgpa { width:2.25rem;height:2.25rem;top:31.125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yKED50hVCNAvzz7EPqWac7PVOnUZ8aT5 { width:23.125rem;height:2.8125rem;top:30.8125rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #U2bOSGHw1dmG8qEAZ1MQqHBeG2dpN7oH { width:3.125rem;height:3.125rem;top:30.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T0e63AFtt0XkRWWxBFUQXuOTaLQ5g66Z { width:28.1875rem;height:14.1875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uPcPQrwIN2CTSbVM8QSN2EDHdQkyPrq8 { width:17.875rem;height:13.625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #quXVsCITwTUkhfCJqD0w5NltXyS2sKrQ { width:2.25rem;height:2.25rem;top:21.375rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #sDT88JLr1Ttt7Wq4yc9Ic4LpGS9z2Z77 { width:23.125rem;height:6.625rem;top:8.5625rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #n9r4O8CDlX1qHRpmVHgmf5FzggwF15IK { width:3.125rem;height:3.125rem;top:8.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wDzGg5IWTeR2S3BVTQborT9cCZJfUBRe { width:2.25rem;height:2.25rem;top:8.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nxoC4ulJIB6JLSOiNIwxKSAWPLAwK9Pk { width:26.3125rem;height:1.5625rem;top:23.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AGwN3uM6Ix6vtDC5Qwslu6vBbQgCAgw1 { width:25.3125rem;height:;top:26rem;left:0rem;font-size:0.875rem;display:block; }#AGwN3uM6Ix6vtDC5Qwslu6vBbQgCAgw1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
 }@media only screen and (max-width: 959px) { #XFqdDxrKBG40B18enzfRMZMkZty8xZ9M { display:block; }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IbSuWhlsMVmZJPNCDOzUGXtdQABbgzcT { width:47.75rem;height:7.625rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NsD2ZR14KPtuVPlgMtG1MoTnlG3xH6p8 { width:16.4375rem;height:4.875rem;top:17.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LJtgNWqT6T8vFRpsWyWcglS1qhFbZ43b { width:16.4375rem;height:4.875rem;top:17.75rem;left:15.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #mpl1Nl80sTsS57Z19TKSqg6XzwZSRkTg { width:16.8125rem;height:6.5rem;top:17.75rem;left:30.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TwTKAuwq7viT364MZQeStAJDQKfNP5z3 { width:19.9375rem;height:4.875rem;top:34.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #B3VqaaK5vp2ZRwmUDccEMcoBpBE5yzTi { width:26.6875rem;height:4.875rem;top:35.5625rem;left:21.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hboFcF155DPp0C29rXp3KTxkLrOkfKfv { width:3.125rem;height:3.125rem;top:11.6875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #r0cpckoFyitRxH16WG7IIxLLcmzrOdqM { width:3.125rem;height:3.125rem;top:11.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #L8We65reNibEezHHwTQstWPVUnUCQzvP { width:3.125rem;height:3.125rem;top:12.4375rem;left:42.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #sTgcE0c7s97IxozQ3D7UWmZ7aVGF6JRz { width:3.125rem;height:3.125rem;top:30.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #F7952kCKnCXytRTtdHu2FrzMs1gu8Vsm { width:3.125rem;height:3.125rem;top:30.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D { display:block; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QBuDVZZzuHhTSpER8ZQM4iqtnLUQ7Nk7 { width:38.875rem;height:20.25rem;top:5.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iT2G4qEnThwGv2U3vBb74CP6tnunCOQ5 { width:37.875rem;height:19rem;top:5.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #G4IWwLTp8okRmScsyzHpTMhpVereiWeK { width:35.125rem;height:17.25rem;top:6.9375rem;left:12.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mGQAnhXSV8PKMWeESH2tuvmESzofSJoG { width:22.375rem;height:9.5625rem;top:8.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ { background-color:transparent;background-image:none;display:block; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container { background-color: transparent; background-image: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container > .video-iframe-container { display: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row > .video-iframe-container { display: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .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); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #R09gTUyK63s69zUIBxQgDNeJp522i6ZX { top:1.8125rem;left:0rem;width:46.375rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wZmtbXwnVyx9ybG6MplMAfsNTcdDPOkb { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ND50T0ot1zes3cD0n3awfOIqowdAs6Jt { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }#ND50T0ot1zes3cD0n3awfOIqowdAs6Jt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3f3485078407344fba1c40a4b0e593d7ef71d6b9.svg); }
 }@media only screen and (max-width: 959px) { #fm7elaEeADJ6UHkxwgfX4WhALI4Lgyu5 { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW { display:block; }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vCMCT4nNtrXnote16iV89ZLCcVyvpTWr { width:47.75rem;height:19.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #phCy6wqvTAkbDEMhSI2bSzXTvwdUu5Gr { width:19.8125rem;height:10.4375rem;top:10.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #mtn4tw3LhmLmsIV9NwxMXhita3sF8qEu { width:47.5rem;height:19.125rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kAwoppXUMDuVk7i23RrDRwGMOFfoTPS3 { width:17.6875rem;height:4.4375rem;top:23.5625rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Edg4WRGi8OsVuMBXJ4S9z5ETeD9IqNNZ { display:block; }
 }@media only screen and (max-width: 959px) { #ZxCxw9oXeSQ7SgtAMpA9N38eWoBeSu0D { top:9.9375rem;left:17.8125rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #s7ul7Dr798z2McuwoftMCTsrWN0uQfpo { width:26rem;height:3.8125rem;top:4.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #QOSZ64ZpwJ25nvWL0co1tTOeVUCDt692 { width:25.5rem;height:2.8125rem;top:4.25rem;left:22.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK { display:flex;width:18rem;height:5.0625rem;top:4.125rem;left:17.0625rem; }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #lUc0ec94oxrdZVI4qiKzCcvSmmylEHtP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #Ahwwxu8g1X390qEE1SvVl9oGyKxF61Hs {  }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #EzTtzNonqPCOs0nmlZLTyP8l0fkSC3vC {  }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #ZiuFDR15aylW2VLE6TcBpTRDenNAR1ix { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #P3hbd3TSuaLm3uKcoWSTK9COXCJQTS39 {  }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #yWxqnu3828EPblRkGFfcWmi7m4FtGxer {  }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #s49TOx1byqBtvKWHXduM546IpPLgwC4T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #eLWrJ8lOAOsobq7MDw2obxaibgNGT8XA {  }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #RONruPHCOHZ8kqkhyBiesJXJ7qROB4c6 {  }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #ABiwxNn1DZqSgeTnQQh3Nz19T6K4J0ah { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #t4Ie9aEoQa4gpr3eiVOxi9UTTtMWstsB {  }
 }@media only screen and (max-width: 959px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #xdpyCd6qL3LJrI9Ed0eWgSGZGaA6EH26 {  }
 }@media only screen and (max-width: 959px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #UsHEXMG1cTJ238esASDv3vBoisseEnpN { display:block; }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { top:0.8125rem;left:0rem;width:14.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { width:3.125rem;height:3.125rem;top:1.75rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { top:5.9375rem;left:0rem;width:14.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { top:9.8125rem;left:0rem;width:14.1875rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dQuGbkbGv8ouuBekulXHbt03s4Q83b1l { top:0.8125rem;left:9.6875rem;width:14.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #avNmXzowS7ya3IGhFGimmbxUoDq34UZL { top:5.9375rem;left:9.6875rem;width:14.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WoT88Iooi42ZdeV1fRG4E6JazhXunhtG { top:12.0625rem;left:9.6875rem;width:14.1875rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #oMcBuFwd3w2M48XKMAEpDgVtHWyV4dTG { top:0.8125rem;left:21.625rem;width:14.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #lWB3ZhqAWzAgZFWDO00K8fy23LW8MKCQ { top:5.9375rem;left:21.625rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #uI33dS07g5xNWFwGO1z2wTEQU7d71bLT { top:11rem;left:21.625rem;width:14.1875rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #c4uC8CluaaqzBUytXBE93b5Tr5sCzDrN { top:0.8125rem;left:33.5625rem;width:14.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dauk9NUB9A164EgNvoqLEfzqWp7bzJlV { top:5.9375rem;left:33.5625rem;width:14.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZdXi96zb8GHctO13sONany3U6W5FiPai { top:8.5625rem;left:33.5625rem;width:14.1875rem;height:9.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TOCy86eregWO3LrKtJrRuiaxx49aAxWK { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Hs8uSEvgUGFoEfuwpQNsI8eHCni5rJ3R { width:2.875rem;height:2.875rem;top:2.0625rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CoiMG8wXQakWug2Egi0cfa0pHkJtuV4o { width:3.125rem;height:3.125rem;top:2.0625rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 { display:block; }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wxXRd7en0toyZWiRBknTiJcypaxHUpXA { width:36.125rem;height:3.5625rem;top:3.1875rem;left:5.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZeLcKiqRPV4TJvPPRsFDI1KfTEdIkAyy { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DuJPXTzHL35zQSz9TEnxT42zUi9oxgob { width:19.0625rem;height:24.625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iLdsafq8N5T1TKn8cmxQSDACcXrvhgFy { width:2.3125rem;height:2.3125rem;top:8.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #stzXzrP22CJDFm6XmzBAKrRLEp09ozEi { width:3.125rem;height:3.125rem;top:8.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #qOTVs3zWsFRHxnvFnvQlpIo75iZoG0TV { width:36.625rem;height:1.8125rem;top:4.125rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bmehGqn1aEqRiAmTuLq5pUuq1eTHnpVn { width:15.6875rem;height:1.625rem;top:15.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #NoDTfxPD3yHngp188Iwy8yh0QgD2a3yr { width:17.5rem;height:10.9375rem;top:9.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BBnzeLQXEfg5poAhbglcWXNFdr1L45wq { width:14.9375rem;height:1.625rem;top:15.3125rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #pN2BLnVwnQRCJN9TT5IpL8hFJzzTUrIB { width:3.125rem;height:3.125rem;top:8.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LIeakotnDydiaT1axO9AF82qHfJnID6m { width:2.375rem;height:2.375rem;top:8.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #byOM7ENZq8RDAQ7Zzh01QoBPFq9M77NZ { width:3.125rem;height:3.125rem;top:8.3125rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xKtWBX5vzPMAtm18V8hh9QTIFUvH7m4H { width:2.3125rem;height:2.3125rem;top:8.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SbOk1z3WVFQKHLsRQaHG1vyovcZataVi { width:19.4375rem;height:2rem;top:12.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #A9OBTrXJ27oAB8aerRKITeaCzf4ihF2p { width:17.625rem;height:2rem;top:12.0625rem;left:15.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xdm2zw2kGm4eZdHHsi5GuBqkMdv8456Q { top:22.0625rem;left:0rem;width:14.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #RsKnbXbk9P4rQh7NSAgO2ByO5Sp3sL2g { width:17.5rem;height:10.9375rem;top:9.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 959px) { #nUctUp7JezH4Z2qMxONrF3xPOAROsOI7 { width:17.625rem;height:2rem;top:12.6875rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #I1UyVWprk4N7TCu5kXMrK9ERKP98QAPb { width:14.9375rem;height:1.625rem;top:15.375rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #PHNKcecOpRilg4DSE9dN7xhSsF9QNPbb { width:17.5rem;height:10.9375rem;top:23.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #feWekQOxoQaQCP3KaMgk64TyoaeeM9nA { width:17.5rem;height:10.9375rem;top:23.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 959px) { #EZL0LJPeTklNacNVTXh5LzNXed8v1iU2 { width:15.9375rem;height:2.875rem;top:29.4375rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CociF9bBppfLifo4NrUTDQXlakpqrcX8 { width:14.9375rem;height:3.25rem;top:29.25rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MpDSmkFVMf0ITQWiPbH7Eu43ntJ1NbuG { width:17.625rem;height:2rem;top:25.625rem;left:15.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TrzDo9xnaExou3bR2MTXkzRxXXDwKc7B { width:17.625rem;height:2rem;top:26rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CNgizSzs83No4fCO6w7DA4kU4EqOKWWt { width:3.125rem;height:3.125rem;top:22.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZblylH11KLhU37VnkVQGf4CJWL2cfdsT { width:3.125rem;height:3.125rem;top:22.3125rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AlkGgTecJKxgybahPNtZ2JzNztaB4Whb { width:2.3125rem;height:2.3125rem;top:22.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #A8FPqESFHt76iTVIgifw6oitNQ6zDTTA { width:2.3125rem;height:2.3125rem;top:22.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VcD7yrbFBXaNHzvrDre8kGTBFQsFRTFq { width:15.6875rem;height:2.875rem;top:18rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R { display:block; }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GL0wRCztipQ1TApSGZcKNkX5QTzq3N9S { width:38.0625rem;height:1.5rem;top:2.875rem;left:4.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wmWIhOB4AAsvmcotfDDbiKpkE6OtCvkI { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #VW1e7Nx7xpfdN0vnAM4IPeqLfntkLU2k { width:34rem;height:1.8125rem;top:4.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dHNNroTPR4L3u93xxo8caQzaUwByObAA { width:23.25rem;height:11.875rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uL7WPw1PHcgJnbTgy1tPetsOfTnTlPGC { width:23.125rem;height:20.75rem;top:10.5rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cm3hfOEUstRLgEw0MGMBOICkPRN4rblD { width:17.625rem;height:4.0625rem;top:13.0625rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wkJxwoQEXmtbkNN7Dd86Aw155MBX77bb { width:17.625rem;height:3.4375rem;top:13.1875rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xnltq01OCKV4lcz0wbbv5CVGaXdvlqFN { width:2.3125rem;height:2.3125rem;top:9.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ixnKV6H38b9zuVAGEl2NuB7DAB2yL6LA { width:2.3125rem;height:2.3125rem;top:9.4375rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xbQKSpEyL6BchLKn1bzzLacT9wpccmqE { width:3.125rem;height:3.125rem;top:9.0625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oaJ2Ubp7ql76ZFEIBZWxxKayfEh5Gm2V { width:3.125rem;height:3.125rem;top:9.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MafdL537Ixb5CIlL0SeVhB2RoaGmEgI4 { width:20.4375rem;height:;top:19.0625rem;left:0.65625rem;font-size:0.75rem;display:block; }#MafdL537Ixb5CIlL0SeVhB2RoaGmEgI4 li:before{  }
 }@media only screen and (max-width: 959px) { #fTF7k3W14bJuKkRD8TtNSN9oFKWNFH0h { width:20.4375rem;height:;top:19.0625rem;left:27.3125rem;font-size:0.75rem;display:block; }#fTF7k3W14bJuKkRD8TtNSN9oFKWNFH0h li:before{  }
 }@media only screen and (max-width: 959px) { #QkKucxnwefzhT6SNt0T6s44ekbAWHiTB { width:47.75rem;height:1.4375rem;top:99.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #r8pvCO6soShiGkgcR8OGfhvXALLlFhFB { width:23.125rem;height:23.6875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zVzEs8OVnQlgEtIISmcQ70nAg4Q5yT2d { width:2.3125rem;height:2.3125rem;top:23.9375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #LIHo3iNT9UVTunt89xsiV3a7MxM3eyfe { width:3.125rem;height:3.125rem;top:23.5625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #NPgiDeBWafsAUXIN1WvWW1hox0SBbzSO { width:17.625rem;height:3.4375rem;top:27.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qg5imonfVmScdGCJueGNxPf1QZqTm2e6 { width:20.4375rem;height:;top:32.9375rem;left:0.65625rem;font-size:0.75rem;display:block; }#Qg5imonfVmScdGCJueGNxPf1QZqTm2e6 li:before{  }
 }@media only screen and (max-width: 959px) { #hRapMa4AFv5a6q6UkeVe9JGX3ucakgMo { width:23.125rem;height:15.25rem;top:33.5rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yKBoFfg12hwRKntfKEyGyE2pACdHTvWA { width:20.4375rem;height:;top:42.0625rem;left:27.3125rem;font-size:0.75rem;display:block; }#yKBoFfg12hwRKntfKEyGyE2pACdHTvWA li:before{  }
 }@media only screen and (max-width: 959px) { #GTtOXuLzMrv1ESZoZ9FCTJnSaCQPs2kH { width:17.625rem;height:3.4375rem;top:36.25rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GQ51uBOWI4SbnnSR3L4wBDoSWPEZJG0U { width:2.3125rem;height:2.3125rem;top:32.4375rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bb1znxWhy88nXw8bCLo7cx2HRwKl8DUK { width:3.125rem;height:3.125rem;top:32.0625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NVKFadeLtOaBc4IMOQBylNGg7RtHndXT { width:23.125rem;height:21.5rem;top:51.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MDXiQEvdSQKCyASq7GVxWbk1L9EPmOeM { width:20.4375rem;height:;top:62.4375rem;left:0.65625rem;font-size:0.75rem;display:block; }#MDXiQEvdSQKCyASq7GVxWbk1L9EPmOeM li:before{  }
 }@media only screen and (max-width: 959px) { #aENDLACSVIrPuZeyRCvkX0InlAysI2rW { width:17.625rem;height:6.875rem;top:54.1875rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #N35yiQchWyzXpQoeeoAesGRXg3aTe5fE { width:3.125rem;height:3.125rem;top:50rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #N0J3pXNfJqMlNy0wGampdB1F2LFQut0H { width:2.3125rem;height:2.3125rem;top:50.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gVThsfH4z8ZDHVqVcA7deqkHfS6kE6ET { width:23.125rem;height:21.5rem;top:51.4375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TdR8AvSEKc8AO4AAiIW5MwSieeQKIWqE { width:20.4375rem;height:;top:60rem;left:27.3125rem;font-size:0.75rem;display:block; }#TdR8AvSEKc8AO4AAiIW5MwSieeQKIWqE li:before{  }
 }@media only screen and (max-width: 959px) { #tmSS2sQ91sMWftwMFpaPXHClbQ7qn9wZ { width:17.625rem;height:5.125rem;top:54.1875rem;left:30.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #B6FD5RLXJyFrurbRtTqgZsoIz4icT1ho { width:3.125rem;height:3.125rem;top:50rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #H7rHTvsbiBH4zPubMD6B0dCU6k9yR1Pn { width:2.3125rem;height:2.3125rem;top:50.375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wysrwyOUMAy3b3G56tuKCEqEXFw8CrvF { width:43.75rem;height:20.0625rem;top:75.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ODUwK4sW2x6B1n64wNpPpvCeHFaIg9v7 { width:28.9375rem;height:1.6875rem;top:77.3125rem;left:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bxLc8SybU1LRBU591ZBzatf5G4koebXT { width:36.8125rem;height:;top:81.75rem;left:6.3125rem;font-size:0.9375rem;display:block; }#bxLc8SybU1LRBU591ZBzatf5G4koebXT li:before{  }
 }@media only screen and (max-width: 959px) { #VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX { display:block; }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lqwWvHBhRQgcNwdHbuHOkyDfP75Gwa2V { top:0.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #zDt1H0XKwv0rRTlxRFH6TcC9tPoWWrtX { top:4.6875rem;left:0rem;width:47.75rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #pEhmvKy29suCtcCN1aybaWbgXNsCseDQ { display:block; }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Us82vvhST4dEd0KrT1Mrt0kkM8WfavZQ { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mXQDGFyCGq1Lb599rhMmMDhBMy71iVTx { top:0rem;left:16.375rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HQRtBUChRPdUdITPubr5VSw44WbdciTk { top:5.0625rem;left:17.3330078125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #i7x4UTV53zFTyXTDnuysah5TvS87HRub { top:5.0625rem;left:0.6767578125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmOE29ABpDsZCIDDB33cJ8HZwWCDFOUa { top:0rem;left:32.75rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vimmcs0FQRnKLarKdtQFRpRrMCOaiehV { top:5.0625rem;left:34.54150390625rem;width:10.5rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #H0ihXKBR781B8wBTmlZURHC8F7Ma3lW9 { top:7.09375rem;left:0.8642578125rem;width:13.375rem;height:5.84960625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gMxpohBCed5rUfEnclXyK06KpHbHDq6k { top:7.8125rem;left:17.3330078125rem;width:13.4375rem;height:4.38720625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PIhycfdrdV8bQIRRb42tzSWu4ScUg9zm { width:3.4375rem;height:3.4375rem;top:1.6875rem;left:34.3017578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dbTSzkrXNm0So6EdrIIgoNhBOOrLwsso { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #f4M2fuHXbsvm83G3ZWH0UKfeQut50JUv { width:3.125rem;height:3.125rem;top:1.4375rem;left:0.6767578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nnUH3JTSJTdTtbPMag6wkDEKkudGvCTz { top:7.09375rem;left:0.8642578125rem;width:13.375rem;height:5.84960625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa { display:block; }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hIEBaVqTtlXHBDmwzCUTby9WW543w78w { width:47.75rem;height:3.125rem;top:2.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #V6HuyQibBlkDltPzr1CcRqF2WcRqi0sF { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #W2GtFMUyVVi0OMo0gz4T9SQ5tpE9vo2D { width:47.75rem;height:1.8125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MFzgyct1WFmTpSSxvHOQHQ10ktOLCr20 { top:8.5625rem;left:0rem;width:47.75rem;height:26.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CwKa70S7el2xmfb1wTzliGSWwHSqSI5i { display:block; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { top:10.1875rem;left:0rem;width:37.5625rem;height:43.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { top:13.5rem;left:0rem;width:33.6875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { top:16.6875rem;left:0rem;width:37.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { top:30.3125rem;left:0rem;width:29.25rem;height:;font-size:0.875rem;display:block; }#pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_126a1df2f686d14a05ed062fe3286b66fbc64143.svg); }
 }@media only screen and (max-width: 959px) { #xDPB4oy5DnKWNGu1Rvh7mImdMm2H84L9 { top:19.9375rem;left:0rem;width:37.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { width:22.5rem;height:3.75rem;top:67.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block; }
 }@media only screen and (max-width: 959px) { #JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { top:11.1875rem;left:0rem;width:35.0625rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { top:2.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LLhWOBOfnfd5HpdaFEXNJaDTf6oy7DcN { width:7.5rem;height:3.125rem;top:24.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yEPAst5fQvJl8qq7nXOHXxIK9HFAPn2W { display:block; }
 }@media only screen and (max-width: 959px) { #JA9WLcFfPT7h7UpcU3Npgf8d2HcUybtL { width:7.5rem;height:3.125rem;top:24.5rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ptcp3v6Rbi4T6J7oxO9eTJOELkoOt38R { display:block; }
 }@media only screen and (max-width: 959px) { #dUyPzsTf9BzsOuo9qLnuQ25S7lkLHI2k { width:22.5rem;height:3.75rem;top:67.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MUrzrtM4SozvQT77l5gHHBolmcnOBrbF { display:block; }
 }@media only screen and (max-width: 959px) { #aNqTFtFJtOzpQeCTTNZdkck9TTq4vpzD { width:12.8125rem;height:2.125rem;top:72.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KCodAy3oLTgRbZ7m7KW5x7dVCshp9PMn { display:block; }
 }@media only screen and (max-width: 959px) { #KE5T4JlgisamOOFqvPTQokc9ue3ww99p { top:55.75rem;left:0rem;width:45.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #saC2rCg9TcnU2nAQKsZ0f2PhDxZwg7dV { width:3.75rem;height:3.75rem;top:60.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TeU8pHcuCgfUyzm7MkO7vOS1LL0opmO2 { width:4.0625rem;height:4.0625rem;top:60.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #CxzT8TzzzbluGTMeWbTwQCVencoDkqvi { display:block; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o9p6yOqZa9cD6kwzbTEVXf4GRs3C5Hsn { top:4.9375rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nxo2tOtOenimsORTB8nsJxcBOt4bC3WE { top:9.8125rem;left:2.3125rem;width:43.125rem;height:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XTluktF6TPw0dB63qGSWXJN9WaePT5eN { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #qD0wIrZPuDL7N4e5PkOfKGt2f99Wc1n3 { display:block; }
 }@media only screen and (max-width: 959px) { #kNAhAFNKEa1lsmhoXD0L5KMaTi8o9uhT { width:47.75rem;height:28.5625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV { display:block; }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fzUiOakfBmmtFhCAWZLFRgDrUDEp2uBg { width:21.1875rem;height:3.07470625rem;top:3.4375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bf13l6dGzvaOAigBaXahOx84ZNn6f05y { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ll7s4CsL6nvy1D4PVhSTqtyTBkbDJ7ws { width:34.625rem;height:2.6875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #nybnr80p0DXntbAHGJWNO54bWUcGx690 {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
 }@media only screen and (max-width: 959px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 {  }
 }@media only screen and (max-width: 959px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:47.75rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI { background-color:#eef2f1;background-image:none;display:block; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container { background-color: transparent; background-image: none; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container > .video-iframe-container { display: none; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row > .video-iframe-container { display: none; }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .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); }#OKy6NbcQInGOJUs6G0dc1Hh3uJtDoWBI > .row .container { width:20rem;height:115.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMGm3axuzJiRM4Dy9OhHpfAN91MFIBmQ { width:20rem;height:6.8984375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #My2HAsT8UTqvNv29y1roylfoCmmOElCJ { width:12.1875rem;height:3.25rem;top:35.185546875rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFoTbkIiy9LsU5a0PU9iCASBcpRQ7ETN { display:block; }
 }@media only screen and (max-width: 763px) { #MA0DeRpxCxAevbKgbPioiC1L65KHPOvX { width:17.25rem;height:3.65625rem;top:11.1230625rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQtcyZ65ZTdbkGGrQ21uabswCIf71npk { width:18.4375rem;height:18.4375rem;top:43.748046875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIht2OMTdrO1kO2XpNtGo5AX7Tnko8y { width:20rem;height:35.5625rem;top:63.435546875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #zTPTBInfi9X8wurtUFlIKDh4wmzrABKs { width:14.5rem;height:13.625rem;top:61.498046875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu { display:block; }#USs2h4O1ghaN3i0BtS3CaTTFJnQ07zqu > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D464gTrhJg0Te97T3LDyPqo45MFAthzr { width:19rem;height:4.5625rem;top:1.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfX6vVgDhQSVtq5UMDESdGs8BNQxyOEc { display:block; }
 }@media only screen and (max-width: 763px) { #D2A42EWJQtTwr7THxqKS88cWTdd38Cgs { display:block; }#D2A42EWJQtTwr7THxqKS88cWTdd38Cgs > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSB22Kc0ocxRLuWV69gThOJX2GnVfChE { display:block; }#NSB22Kc0ocxRLuWV69gThOJX2GnVfChE > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQpRSbJxWJmLOHtmP7LkPThOKGyT7SKA { width:20rem;height:2.0249rem;top:2.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #fTqfNDZbZI2NsWby0fFuTZQ19JKFwnFM { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2vq3AoQT1X7Jb7NV9CwMxXRMJQ7K13J { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ix25FCTRworqBe5lNwq6tTp8pi232fKO { width:20rem;height:9.8125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaKBIf7k8Az7qn2wFIukXCfy5T5PGbZl { width:18.875rem;height:2.11230625rem;top:29.875rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KxPXT1VZ53SKR5KpyF9ncKrL4TByIkfC { width:18.1875rem;height:21.745625rem;top:5.8369125rem;left:0.875rem;font-size:0.8125rem;display:block; }#KxPXT1VZ53SKR5KpyF9ncKrL4TByIkfC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #mhfmBH9P4MmREn3MzZOwllti4nPRhTgo { width:16.9375rem;height:4.1425875rem;top:33.1875rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T { display:block; }#fyoZLg1ZzqiTK1BSmnTq8rVnKtCxLI1T > .row .container { width:20rem;height:41.611359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OK5lTTQxCShSiE8KmHCmkn53HaapyKEN { width:20rem;height:2.0996125rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UEbFiNcbmEWwhGQgdkZHidJluNI8OMzc { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0FEIiTi4IQGw47olXOwb4MKa1FEws2a { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUtXTT6fDH8SdVJJ1zsmkGh2U5ZEocmH { width:18.125rem;height:25.15725rem;top:5.9121125rem;left:0.9375rem;font-size:0.8125rem;display:block; }#mUtXTT6fDH8SdVJJ1zsmkGh2U5ZEocmH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #yi76RiB25NRBnMzC74ynIKgiGmJbvGP4 { width:20rem;height:0;top:32.287109375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 { display:block; }#vL8BMiowyBqOtZFOhs7spLxU4d4TbVc6 > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0A67I0trmmP0wa2sQLvywenecBWW6Ht { width:19.375rem;height:6.5rem;top:20.13720703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZarempAbC18VLSMsTaTl9TuR1pMyBleG { width:16.875rem;height:2.8125rem;top:37.71142578125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcLTLG411dx05tqB3kPo05vvlxba1kpt { display:block; }
 }@media only screen and (max-width: 763px) { #iiq58kLh0Ju1XnMe2ECO3PgxFXiPADdy { width:19.375rem;height:4.78125rem;top:30.03759765625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yaUTJHFrmlgg02adTwl8ID2ZqyCnloig { width:11.9375rem;height:17.9375rem;top:1.125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTMseHF851xwCztUBeCe1OTwoDHfk5z { display:block; }#HyTMseHF851xwCztUBeCe1OTwoDHfk5z > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpKQCvt1vAIBLPgxFevxf5lbkCSuBbP3 { width:20rem;height:4.79980625rem;top:0.82470703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Z0wmQ7Q09f9hx89qMrsSLGGTUIXkgkUI { width:10rem;height:0.0625rem;top:5.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ6I3ZnTZ3z7AoIHJcogNeLuCcbhJkCU { width:18.25rem;height:7.5rem;top:14.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6cFvnT18CI37xa33BsbBTZ00pFTzmZf { width:3.125rem;height:3.125rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7lZTE3uPhQ6sEhwu5Mz2Mom52Epx7B6 { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #brr6rtwxIHznxu8EKvGh91PZCEF4poMX { width:14.75rem;height:3.89941875rem;top:16.2998046875rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBcbpQCXe1WfMdX2tGdWoB7TnTnXepRD { width:20rem;height:6.2988125rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyGSNWhMVfDTJh62kvEoQnKDMxo5sHrE { display:flex;width:2.125rem;height:2.125rem;top:17.09375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #pdAsc0VBWlmdzMZ4wsBaFFupupRDiOoe { width:13.9375rem;height:5.19921875rem;top:25.587890625rem;left:4.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hErwPsAiGAQHTWLtCMOMUDS8ewyErEVl { width:13.8125rem;height:5.19921875rem;top:36.462890625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACQ7DJMnvDa1NNTweZzLa99uHpyJGAT4 { width:18.625rem;height:9.375rem;top:23.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B06bckpQ1Wm5orsbM8x2M0mIULXhdfip { display:flex;width:2.125rem;height:2.125rem;top:27.125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #IOFyIIDl2rItRV6JGwVkufaJggD9BMK8 { width:3.125rem;height:3.125rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE1kRTBdIzInuolJZrHkkypwKUcPWpHS { width:18.6875rem;height:9.375rem;top:34.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpaorQpQqFuVxTKCagRstyFN96eRhrGn { display:flex;width:2.125rem;height:2.125rem;top:38rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #gB12ULcipl52JPg0T7wzyTUIswrtQSrk { width:3.125rem;height:3.125rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV { display:block; }#hNyzTDcRrov0GUUoVE8gpKea1GT3h2sV > .row .container { width:20rem;height:99.08496875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgRtokczTcawDIFfQLKgLr649IF0PwMy { width:20rem;height:18.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9tLdRkEDfq6bIoa8F3i0qTMJvaLaLnR { width:20rem;height:3.1494125rem;top:20.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #E8zOCmfqoPFmwSzv76OzzEIrOOMuuRi3 { width:18.125rem;height:18.125rem;top:-1.46875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMk6DdvZs2drFGnQaSTmd6vBTS8yyy7D { width:3.125rem;height:3.125rem;top:40.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Jh1fS8eFzzzo6sh1yan0L8EoJ6B0lq { width:17.1875rem;height:2.25rem;top:37rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4BHSrFrXHCzO5p9a7hNIu73HM0qTEVv { display:flex;width:2.25rem;height:2.25rem;top:41.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ghsNzaDz9EdoTS4Ev9LKT3t721knDmuv { width:17.375rem;height:2.25rem;top:60.4375rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeukiqkGunyEHCXFLlSetaOTx5wGH8BX { width:3.125rem;height:3.125rem;top:56.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJgK8xOdOfWMAXTrLWNne4XASMrx6NQ { display:flex;width:2.25rem;height:2.25rem;top:57.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #EDvvlaqTzmLTTRb2ztMiDcJg5tN4B8TQ { width:18.625rem;height:2.25rem;top:44.5rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvUyGpDONLyoAutXeFJtk6Sd2bLaoHgi { width:3.125rem;height:3.125rem;top:24.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHo0u6PTid06SixyPbkTkNpwJlhURqUf { display:flex;width:2.25rem;height:2.25rem;top:25.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #MztWU4ZbpGiyD3ZJS97QXD0pc7bvZgpa { display:flex;width:2.25rem;height:2.25rem;top:33.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #yKED50hVCNAvzz7EPqWac7PVOnUZ8aT5 { width:20rem;height:2.25rem;top:52.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2bOSGHw1dmG8qEAZ1MQqHBeG2dpN7oH { width:3.125rem;height:3.125rem;top:32.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0e63AFtt0XkRWWxBFUQXuOTaLQ5g66Z { width:20rem;height:12.3125rem;top:73.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uPcPQrwIN2CTSbVM8QSN2EDHdQkyPrq8 { width:16.0625rem;height:12.3125rem;top:1.5625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quXVsCITwTUkhfCJqD0w5NltXyS2sKrQ { display:flex;width:2.25rem;height:2.25rem;top:49.3125rem;left:8.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #sDT88JLr1Ttt7Wq4yc9Ic4LpGS9z2Z77 { width:20rem;height:2.25rem;top:68.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9r4O8CDlX1qHRpmVHgmf5FzggwF15IK { width:3.125rem;height:3.125rem;top:64.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDzGg5IWTeR2S3BVTQborT9cCZJfUBRe { display:flex;width:2.25rem;height:2.25rem;top:64.875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #nxoC4ulJIB6JLSOiNIwxKSAWPLAwK9Pk { width:20rem;height:0;top:87.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AGwN3uM6Ix6vtDC5Qwslu6vBbQgCAgw1 { width:20rem;height:0;top:90.07421875rem;left:0rem;font-size:0.875rem;display:block; }#AGwN3uM6Ix6vtDC5Qwslu6vBbQgCAgw1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_59c58ca305acababd355af60ca3c749d993297e8.svg); }
 }@media only screen and (max-width: 763px) { #XFqdDxrKBG40B18enzfRMZMkZty8xZ9M { display:block; }#XFqdDxrKBG40B18enzfRMZMkZty8xZ9M > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbSuWhlsMVmZJPNCDOzUGXtdQABbgzcT { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsD2ZR14KPtuVPlgMtG1MoTnlG3xH6p8 { width:19.9375rem;height:4.875rem;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJtgNWqT6T8vFRpsWyWcglS1qhFbZ43b { width:19.9375rem;height:6.5rem;top:24.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpl1Nl80sTsS57Z19TKSqg6XzwZSRkTg { width:19.9375rem;height:4.875rem;top:36.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwTKAuwq7viT364MZQeStAJDQKfNP5z3 { width:19.9375rem;height:6.5rem;top:48.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3VqaaK5vp2ZRwmUDccEMcoBpBE5yzTi { width:19.9375rem;height:4.875rem;top:62.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hboFcF155DPp0C29rXp3KTxkLrOkfKfv { display:flex;width:3.125rem;height:3.125rem;top:9.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #r0cpckoFyitRxH16WG7IIxLLcmzrOdqM { display:flex;width:3.125rem;height:3.125rem;top:32.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #L8We65reNibEezHHwTQstWPVUnUCQzvP { display:flex;width:3.125rem;height:3.125rem;top:20.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #sTgcE0c7s97IxozQ3D7UWmZ7aVGF6JRz { display:flex;width:3.125rem;height:3.125rem;top:57.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #F7952kCKnCXytRTtdHu2FrzMs1gu8Vsm { display:flex;width:3.125rem;height:3.125rem;top:44rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D { display:block; }#NDmxLqvcsOh9eCHEMsP2XE6IPLpbDT3D > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBuDVZZzuHhTSpER8ZQM4iqtnLUQ7Nk7 { width:20rem;height:20.9375rem;top:12.6875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #iT2G4qEnThwGv2U3vBb74CP6tnunCOQ5 { width:18.0625rem;height:20.9375rem;top:13.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4IWwLTp8okRmScsyzHpTMhpVereiWeK { width:16.8125rem;height:14rem;top:15.5625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGQAnhXSV8PKMWeESH2tuvmESzofSJoG { width:20rem;height:9.5995875rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ { background-color:#9caf5e;background-image:none;display:block; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container { background-color: transparent; background-image: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container > .video-iframe-container { display: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row > .video-iframe-container { display: none; }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .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); }#B8o3wgVPKevcfgTBBy8ndTBMGCECU4HZ > .row .container { width:20rem;height:60.23876953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R09gTUyK63s69zUIBxQgDNeJp522i6ZX { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZmtbXwnVyx9ybG6MplMAfsNTcdDPOkb { width:20rem;height:4.63036875rem;top:8.65966796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ND50T0ot1zes3cD0n3awfOIqowdAs6Jt { width:17.5rem;height:22.1733125rem;top:16.48876953125rem;left:2.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#ND50T0ot1zes3cD0n3awfOIqowdAs6Jt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3f3485078407344fba1c40a4b0e593d7ef71d6b9.svg); }
 }@media only screen and (max-width: 763px) { #fm7elaEeADJ6UHkxwgfX4WhALI4Lgyu5 { width:20rem;height:0;top:39.86376953125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW { display:block; }#y2GTEK9iBr7qlJPiI4oG4JqmlhHWciLW > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCMCT4nNtrXnote16iV89ZLCcVyvpTWr { width:20rem;height:32.75rem;top:0.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #phCy6wqvTAkbDEMhSI2bSzXTvwdUu5Gr { width:18rem;height:4.94970625rem;top:2.3759765625rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #mtn4tw3LhmLmsIV9NwxMXhita3sF8qEu { width:18.0625rem;height:20.125rem;top:13.9375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAwoppXUMDuVk7i23RrDRwGMOFfoTPS3 { width:15.25rem;height:3.4375rem;top:25.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edg4WRGi8OsVuMBXJ4S9z5ETeD9IqNNZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZxCxw9oXeSQ7SgtAMpA9N38eWoBeSu0D { width:0.125rem;height:12.5rem;top:31rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7ul7Dr798z2McuwoftMCTsrWN0uQfpo { width:16.6875rem;height:3.8125rem;top:11.1875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOSZ64ZpwJ25nvWL0co1tTOeVUCDt692 { width:16.3125rem;height:1.7871125rem;top:12.21240234375rem;left:1.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-text.counter-number { padding-top:0.370625rem;padding-right:0.34125rem;padding-bottom:0.370625rem;padding-left:0.34125rem;width:2.045625rem;min-width:2.045625rem;height:1.994375rem;font-size:1.484375rem;line-height:31.91px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.231875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.728125rem;height:0.7875rem;font-size:0.556875rem;line-height:12.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK { display:flex;width:14.9375rem;height:3.755rem;top:18.53125rem;left:2.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #lUc0ec94oxrdZVI4qiKzCcvSmmylEHtP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #Ahwwxu8g1X390qEE1SvVl9oGyKxF61Hs {  }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #EzTtzNonqPCOs0nmlZLTyP8l0fkSC3vC {  }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #ZiuFDR15aylW2VLE6TcBpTRDenNAR1ix { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #P3hbd3TSuaLm3uKcoWSTK9COXCJQTS39 {  }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #yWxqnu3828EPblRkGFfcWmi7m4FtGxer {  }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #s49TOx1byqBtvKWHXduM546IpPLgwC4T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #eLWrJ8lOAOsobq7MDw2obxaibgNGT8XA {  }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #RONruPHCOHZ8kqkhyBiesJXJ7qROB4c6 {  }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #ABiwxNn1DZqSgeTnQQh3Nz19T6K4J0ah { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #t4Ie9aEoQa4gpr3eiVOxi9UTTtMWstsB {  }
 }@media only screen and (max-width: 763px) { #xtwf1t4W7akLEmH9uT2Q7cGVD64AvOCK #xdpyCd6qL3LJrI9Ed0eWgSGZGaA6EH26 {  }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:4.7119125rem;top:2.16748046875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsHEXMG1cTJ238esASDv3vBoisseEnpN { display:block; }#UsHEXMG1cTJ238esASDv3vBoisseEnpN > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { width:18.25rem;height:11.4375rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { display:flex;width:3.125rem;height:3.125rem;top:2.125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { width:14.5625rem;height:1.625rem;top:5.25rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { width:16.5rem;height:4.14258125rem;top:7.375rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQuGbkbGv8ouuBekulXHbt03s4Q83b1l { width:18.25rem;height:16.25rem;top:15.642575rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avNmXzowS7ya3IGhFGimmbxUoDq34UZL { width:14.1875rem;height:2.9248rem;top:20.45458984375rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoT88Iooi42ZdeV1fRG4E6JazhXunhtG { width:14.1875rem;height:8.285125rem;top:24.14208984375rem;left:2.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMcBuFwd3w2M48XKMAEpDgVtHWyV4dTG { width:18.25rem;height:14.9375rem;top:33.51708984375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWB3ZhqAWzAgZFWDO00K8fy23LW8MKCQ { width:14.1875rem;height:3.25rem;top:38.57958984375rem;left:2.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI33dS07g5xNWFwGO1z2wTEQU7d71bLT { width:14.1875rem;height:4.142575rem;top:43.32958984375rem;left:2.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4uC8CluaaqzBUytXBE93b5Tr5sCzDrN { width:18.25rem;height:15rem;top:50.45458984375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dauk9NUB9A164EgNvoqLEfzqWp7bzJlV { width:14.1875rem;height:1.625rem;top:55.955078125rem;left:2.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdXi96zb8GHctO13sONany3U6W5FiPai { width:14.1875rem;height:5.5234375rem;top:59.017578125rem;left:2.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCy86eregWO3LrKtJrRuiaxx49aAxWK { display:flex;width:2.8125rem;height:2.8125rem;top:16.76708984375rem;left:8.59375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Hs8uSEvgUGFoEfuwpQNsI8eHCni5rJ3R { display:flex;width:2.875rem;height:2.875rem;top:34.51708984375rem;left:8.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CoiMG8wXQakWug2Egi0cfa0pHkJtuV4o { display:flex;width:3.125rem;height:3.125rem;top:51.39208984375rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 { display:block; }#bnNL52oTKPXOZmJv3KA8HOotpBxV7ys5 > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxXRd7en0toyZWiRBknTiJcypaxHUpXA { width:20rem;height:2.4rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZeLcKiqRPV4TJvPPRsFDI1KfTEdIkAyy { width:10rem;height:0.0625rem;top:5.5875015258789rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuJPXTzHL35zQSz9TEnxT42zUi9oxgob { width:19.75rem;height:10rem;top:9.2749938964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLdsafq8N5T1TKn8cmxQSDACcXrvhgFy { display:flex;width:2.3125rem;height:2.3125rem;top:20.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #stzXzrP22CJDFm6XmzBAKrRLEp09ozEi { width:3.125rem;height:3.125rem;top:7.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTVs3zWsFRHxnvFnvQlpIo75iZoG0TV { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmehGqn1aEqRiAmTuLq5pUuq1eTHnpVn { width:17.875rem;height:1.29980625rem;top:14.612499237061rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoDTfxPD3yHngp188Iwy8yh0QgD2a3yr { width:19.75rem;height:10rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBnzeLQXEfg5poAhbglcWXNFdr1L45wq { width:17.875rem;height:1.29980625rem;top:27.375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN2BLnVwnQRCJN9TT5IpL8hFJzzTUrIB { width:3.125rem;height:3.125rem;top:20.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIeakotnDydiaT1axO9AF82qHfJnID6m { display:flex;width:2.375rem;height:2.375rem;top:8.0625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #byOM7ENZq8RDAQ7Zzh01QoBPFq9M77NZ { width:3.125rem;height:3.125rem;top:35.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKtWBX5vzPMAtm18V8hh9QTIFUvH7m4H { display:flex;width:2.3125rem;height:2.3125rem;top:36.0625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #SbOk1z3WVFQKHLsRQaHG1vyovcZataVi { width:19.4375rem;height:1.7875rem;top:11.987499237061rem;left:0.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9OBTrXJ27oAB8aerRKITeaCzf4ihF2p { width:19.4375rem;height:1.7875rem;top:24.6875rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdm2zw2kGm4eZdHHsi5GuBqkMdv8456Q { width:11.5625rem;height:8.625rem;top:46.125rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsKnbXbk9P4rQh7NSAgO2ByO5Sp3sL2g { width:17.5rem;height:8.75rem;top:37.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUctUp7JezH4Z2qMxONrF3xPOAROsOI7 { width:17.625rem;height:2.03125rem;top:40.4375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1UyVWprk4N7TCu5kXMrK9ERKP98QAPb { width:14.9375rem;height:1.625rem;top:43.0625rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHNKcecOpRilg4DSE9dN7xhSsF9QNPbb { width:17.5rem;height:10.9375rem;top:49.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feWekQOxoQaQCP3KaMgk64TyoaeeM9nA { width:17.5rem;height:10.9375rem;top:63.90625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZL0LJPeTklNacNVTXh5LzNXed8v1iU2 { width:15.9375rem;height:2.9248rem;top:54.125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CociF9bBppfLifo4NrUTDQXlakpqrcX8 { width:14.9375rem;height:3.25rem;top:69.625rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpDSmkFVMf0ITQWiPbH7Eu43ntJ1NbuG { width:17.625rem;height:2.03125rem;top:51.8125rem;left:1.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrzDo9xnaExou3bR2MTXkzRxXXDwKc7B { width:17.625rem;height:2.03125rem;top:66.5625rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNgizSzs83No4fCO6w7DA4kU4EqOKWWt { width:3.125rem;height:3.125rem;top:48.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZblylH11KLhU37VnkVQGf4CJWL2cfdsT { width:3.125rem;height:3.125rem;top:62.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlkGgTecJKxgybahPNtZ2JzNztaB4Whb { display:flex;width:2.3125rem;height:2.3125rem;top:48.875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #A8FPqESFHt76iTVIgifw6oitNQ6zDTTA { display:flex;width:2.3125rem;height:2.3125rem;top:62.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #VcD7yrbFBXaNHzvrDre8kGTBFQsFRTFq { width:15.6875rem;height:1.94921875rem;top:76.34375rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R { display:block; }#F8REtcgCg3inuz6GoiJ6UGT05oSa8I1R > .row .container { width:20rem;height:259rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GL0wRCztipQ1TApSGZcKNkX5QTzq3N9S { width:20rem;height:1.5rem;top:2.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wmWIhOB4AAsvmcotfDDbiKpkE6OtCvkI { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW1e7Nx7xpfdN0vnAM4IPeqLfntkLU2k { width:20rem;height:1.8125rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHNNroTPR4L3u93xxo8caQzaUwByObAA { width:17.5rem;height:17.8125rem;top:7.86230625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL7WPw1PHcgJnbTgy1tPetsOfTnTlPGC { width:17.5rem;height:16.5625rem;top:28.60595859375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm3hfOEUstRLgEw0MGMBOICkPRN4rblD { width:17.625rem;height:1.625rem;top:10.4248046875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkJxwoQEXmtbkNN7Dd86Aw155MBX77bb { width:17.625rem;height:1.375rem;top:31.19970703125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnltq01OCKV4lcz0wbbv5CVGaXdvlqFN { display:flex;width:2.3125rem;height:2.3125rem;top:6.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #ixnKV6H38b9zuVAGEl2NuB7DAB2yL6LA { display:flex;width:2.3125rem;height:2.3125rem;top:27.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #xbQKSpEyL6BchLKn1bzzLacT9wpccmqE { width:3.125rem;height:3.125rem;top:27.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaJ2Ubp7ql76ZFEIBZWxxKayfEh5Gm2V { width:3.125rem;height:3.125rem;top:6.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MafdL537Ixb5CIlL0SeVhB2RoaGmEgI4 { width:14.875rem;height:7.19725rem;top:15.63720703125rem;left:2.5625rem;font-size:0.75rem;display:block; }#MafdL537Ixb5CIlL0SeVhB2RoaGmEgI4 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#MafdL537Ixb5CIlL0SeVhB2RoaGmEgI4 li:before{  }
 }@media only screen and (max-width: 763px) { #fTF7k3W14bJuKkRD8TtNSN9oFKWNFH0h { width:13.8125rem;height:5.49805rem;top:38.35595703125rem;left:3.09375rem;font-size:0.75rem;display:block; }#fTF7k3W14bJuKkRD8TtNSN9oFKWNFH0h li:before{  }
 }@media only screen and (max-width: 763px) { #QkKucxnwefzhT6SNt0T6s44ekbAWHiTB { width:20rem;height:0;top:154.66845703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8pvCO6soShiGkgcR8OGfhvXALLlFhFB { width:19.75rem;height:23.6875rem;top:46.41845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVzEs8OVnQlgEtIISmcQ70nAg4Q5yT2d { display:flex;width:2.3125rem;height:2.3125rem;top:45.35595703125rem;left:9.625rem; }
 }@media only screen and (max-width: 763px) { #LIHo3iNT9UVTunt89xsiV3a7MxM3eyfe { width:3.125rem;height:3.125rem;top:44.98095703125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPgiDeBWafsAUXIN1WvWW1hox0SBbzSO { width:17.625rem;height:0;top:49.16845703125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg5imonfVmScdGCJueGNxPf1QZqTm2e6 { width:20rem;height:0;top:54.35595703125rem;left:0rem;font-size:0.75rem;display:block; }#Qg5imonfVmScdGCJueGNxPf1QZqTm2e6 li:before{  }
 }@media only screen and (max-width: 763px) { #hRapMa4AFv5a6q6UkeVe9JGX3ucakgMo { width:19.75rem;height:15.25rem;top:71.35595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKBoFfg12hwRKntfKEyGyE2pACdHTvWA { width:20rem;height:0;top:79.91845703125rem;left:0rem;font-size:0.75rem;display:block; }#yKBoFfg12hwRKntfKEyGyE2pACdHTvWA li:before{  }
 }@media only screen and (max-width: 763px) { #GTtOXuLzMrv1ESZoZ9FCTJnSaCQPs2kH { width:17.625rem;height:0;top:74.10595703125rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ51uBOWI4SbnnSR3L4wBDoSWPEZJG0U { display:flex;width:2.3125rem;height:2.3125rem;top:70.29345703125rem;left:13.1875rem; }
 }@media only screen and (max-width: 763px) { #Bb1znxWhy88nXw8bCLo7cx2HRwKl8DUK { width:3.125rem;height:3.125rem;top:69.91845703125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVKFadeLtOaBc4IMOQBylNGg7RtHndXT { width:19.75rem;height:21.5rem;top:87.85595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDXiQEvdSQKCyASq7GVxWbk1L9EPmOeM { width:20rem;height:0;top:98.85595703125rem;left:0rem;font-size:0.75rem;display:block; }#MDXiQEvdSQKCyASq7GVxWbk1L9EPmOeM li:before{  }
 }@media only screen and (max-width: 763px) { #aENDLACSVIrPuZeyRCvkX0InlAysI2rW { width:17.625rem;height:0;top:90.60595703125rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N35yiQchWyzXpQoeeoAesGRXg3aTe5fE { width:3.125rem;height:3.125rem;top:86.41845703125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0J3pXNfJqMlNy0wGampdB1F2LFQut0H { display:flex;width:2.3125rem;height:2.3125rem;top:86.79345703125rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #gVThsfH4z8ZDHVqVcA7deqkHfS6kE6ET { width:19.75rem;height:21.5rem;top:110.60595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdR8AvSEKc8AO4AAiIW5MwSieeQKIWqE { width:20rem;height:0;top:119.16845703125rem;left:0rem;font-size:0.75rem;display:block; }#TdR8AvSEKc8AO4AAiIW5MwSieeQKIWqE li:before{  }
 }@media only screen and (max-width: 763px) { #tmSS2sQ91sMWftwMFpaPXHClbQ7qn9wZ { width:17.625rem;height:0;top:113.35595703125rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6FD5RLXJyFrurbRtTqgZsoIz4icT1ho { width:3.125rem;height:3.125rem;top:109.16845703125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7rHTvsbiBH4zPubMD6B0dCU6k9yR1Pn { display:flex;width:2.3125rem;height:2.3125rem;top:109.54345703125rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #wysrwyOUMAy3b3G56tuKCEqEXFw8CrvF { width:19.75rem;height:20.0625rem;top:133.35595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODUwK4sW2x6B1n64wNpPpvCeHFaIg9v7 { width:20rem;height:0;top:135.48095703125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxLc8SybU1LRBU591ZBzatf5G4koebXT { width:20rem;height:0;top:139.91845703125rem;left:0rem;font-size:0.9375rem;display:block; }#bxLc8SybU1LRBU591ZBzatf5G4koebXT li:before{  }
 }@media only screen and (max-width: 763px) { #VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX { display:block; }#VI12xs5G1HQnpBLqAkK1H6xSM7ySZPCX > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqwWvHBhRQgcNwdHbuHOkyDfP75Gwa2V { width:20rem;height:5.19921875rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDt1H0XKwv0rRTlxRFH6TcC9tPoWWrtX { width:20rem;height:1.94970625rem;top:7.69921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEhmvKy29suCtcCN1aybaWbgXNsCseDQ { display:block; }#pEhmvKy29suCtcCN1aybaWbgXNsCseDQ > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Us82vvhST4dEd0KrT1Mrt0kkM8WfavZQ { width:18.25rem;height:12.5625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXQDGFyCGq1Lb599rhMmMDhBMy71iVTx { width:18.25rem;height:10.625rem;top:15.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQRtBUChRPdUdITPubr5VSw44WbdciTk { width:14.5625rem;height:1.625rem;top:18.9375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7x4UTV53zFTyXTDnuysah5TvS87HRub { width:14.5625rem;height:1.625rem;top:5.1875rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmOE29ABpDsZCIDDB33cJ8HZwWCDFOUa { width:18.25rem;height:10.625rem;top:27.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vimmcs0FQRnKLarKdtQFRpRrMCOaiehV { width:14.5625rem;height:1.625rem;top:32.3125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ihXKBR781B8wBTmlZURHC8F7Ma3lW9 { width:16.8125rem;height:2.4375rem;top:21.3125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMxpohBCed5rUfEnclXyK06KpHbHDq6k { width:15.125rem;height:2.4375rem;top:33.9375rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIhycfdrdV8bQIRRb42tzSWu4ScUg9zm { display:flex;width:3.125rem;height:3.125rem;top:28.3125rem;left:1.8125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #dbTSzkrXNm0So6EdrIIgoNhBOOrLwsso { display:flex;width:2.5rem;height:2.5rem;top:16.5rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #f4M2fuHXbsvm83G3ZWH0UKfeQut50JUv { display:flex;width:2.5rem;height:2.5rem;top:2.6875rem;left:1.5517578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nnUH3JTSJTdTtbPMag6wkDEKkudGvCTz { width:16.5625rem;height:6.09375rem;top:6.8125rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa { display:block; }#GCxv77LvfTbgQCNBZaV68oFDmoS9cEQa > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIEBaVqTtlXHBDmwzCUTby9WW543w78w { width:20rem;height:2.0996125rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #V6HuyQibBlkDltPzr1CcRqF2WcRqi0sF { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2GtFMUyVVi0OMo0gz4T9SQ5tpE9vo2D { width:20rem;height:1.8125rem;top:4.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFzgyct1WFmTpSSxvHOQHQ10ktOLCr20 { width:18.125rem;height:19.4711875rem;top:5.9121125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwKa70S7el2xmfb1wTzliGSWwHSqSI5i { display:block; }#CwKa70S7el2xmfb1wTzliGSWwHSqSI5i > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { background-color: transparent; background-image: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .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); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { border-width: 0; border-radius: 0; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { width:20rem;height:104.79296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { width:19.3125rem;height:64.5rem;top:7.51171875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { width:17.6875rem;height:1.94970625rem;top:9.26171875rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { width:19.125rem;height:2.03125rem;top:13.82421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { width:15.1875rem;height:29.39455625rem;top:20.4814453125rem;left:3.65625rem;font-size:0.875rem;display:block; }#pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_126a1df2f686d14a05ed062fe3286b66fbc64143.svg); }
 }@media only screen and (max-width: 763px) { #xDPB4oy5DnKWNGu1Rvh7mImdMm2H84L9 { width:19.3125rem;height:2.03125rem;top:16.51171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { width:12.5rem;height:3.25rem;top:65.63671875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block; }
 }@media only screen and (max-width: 763px) { #JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { width:18.4375rem;height:63.25rem;top:8.26171875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLhWOBOfnfd5HpdaFEXNJaDTf6oy7DcN { width:7.5rem;height:3.125rem;top:73.26171875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEPAst5fQvJl8qq7nXOHXxIK9HFAPn2W { display:block; }
 }@media only screen and (max-width: 763px) { #JA9WLcFfPT7h7UpcU3Npgf8d2HcUybtL { width:7.5rem;height:3.125rem;top:95.41796875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptcp3v6Rbi4T6J7oxO9eTJOELkoOt38R { display:block; }
 }@media only screen and (max-width: 763px) { #dUyPzsTf9BzsOuo9qLnuQ25S7lkLHI2k { width:19rem;height:3.75rem;top:87.04296875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUrzrtM4SozvQT77l5gHHBolmcnOBrbF { display:block; }
 }@media only screen and (max-width: 763px) { #aNqTFtFJtOzpQeCTTNZdkck9TTq4vpzD { width:12.8125rem;height:2.125rem;top:92.04296875rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCodAy3oLTgRbZ7m7KW5x7dVCshp9PMn { display:block; }
 }@media only screen and (max-width: 763px) { #KE5T4JlgisamOOFqvPTQokc9ue3ww99p { width:20rem;height:0;top:77.63671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #saC2rCg9TcnU2nAQKsZ0f2PhDxZwg7dV { display:flex;width:3.75rem;height:3.75rem;top:99.79296875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #TeU8pHcuCgfUyzm7MkO7vOS1LL0opmO2 { display:flex;width:4.0625rem;height:4.0625rem;top:81.73046875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #CxzT8TzzzbluGTMeWbTwQCVencoDkqvi { display:block; }#CxzT8TzzzbluGTMeWbTwQCVencoDkqvi > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9p6yOqZa9cD6kwzbTEVXf4GRs3C5Hsn { width:17.5rem;height:9.44825rem;top:8.75rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #nxo2tOtOenimsORTB8nsJxcBOt4bC3WE { width:17.5rem;height:5.736325rem;top:18.8125rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #XTluktF6TPw0dB63qGSWXJN9WaePT5eN { width:12.75rem;height:3.75rem;top:26rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #qD0wIrZPuDL7N4e5PkOfKGt2f99Wc1n3 { display:block; }
 }@media only screen and (max-width: 763px) { #kNAhAFNKEa1lsmhoXD0L5KMaTi8o9uhT { width:20rem;height:28.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV { display:block; }#FXk6BbmGyhlvoyEmMc5zflHSAz6UWQoV > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzUiOakfBmmtFhCAWZLFRgDrUDEp2uBg { width:20rem;height:2.3999rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;color:#bc1e85;display:block; }
 }@media only screen and (max-width: 763px) { #bf13l6dGzvaOAigBaXahOx84ZNn6f05y { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll7s4CsL6nvy1D4PVhSTqtyTBkbDJ7ws { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-heading-text { font-size:0.9375rem;height:auto; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx .accordion-desc-text { font-size:0.6875rem;height:auto; }
#KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx { display:flex;height:auto;width:20rem;top:6.2119125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #nybnr80p0DXntbAHGJWNO54bWUcGx690 {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #GtmwkHRRhIdT8cIfJEJ7l2oM6qoP0SoQ {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #wdRonSU4BIb84OsHI7wuu28Kd3Eu3WrG {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #tsBZAa1kEfIZod8l4AIIN7R6g2OKLrq0 {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #eekSW8GZvaah5aT0eqoynxgu5bQkUt33 {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #aBeqzM5ahdLqndRvkfhnZgb0mFdqo8Tw {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #y7Ae3OhambTnZtllLSQd05qczOMo7kNd {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #E2B77GSro0xBrLkrBLo3LyL7IctObJkw {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #O9NPK9nfTxbyNQiLJ7oNDq8NxiRn68Ty {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #xxMUsqUUwikng1mcHMQH06t5lR28G5NT {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #GrDfmG9ZWBLGfptvlVKin2hfNBpcEotQ {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #wc7SOliW0Qu3Uq4nILEwJZcopbwyvP74 {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #tTZXPMsVzuhTrrXls16WODd2aSPBr1SX {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #bJTHQa57xtrvFEfl7l6WNhn3TNzsu1Uq {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #ku0aETAz8bWWTBF3FtGFoMQV5BThiGOo {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #R8Kc6BgGW1WSz4RH58B6bsexOq1us0Oo {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #vpLeNMGrTboxZ97cyxh5lsNIfvTRP483 {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #pKOapyPz3XCPaZTUcs8pp4d8tOzEX8Kd {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #uZbSw28TE9q2LA2GOOVksFNJvx6lexyB {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #Ersp6fOFa1DVU18f4RqFJq8VT6xHBe2S {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #ggFtpl6AilVw0HkWNdUGE7ymcGknqPEn {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #c9bDnszKgo2r88Izkkhqisi2Z1euoi9L {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #nvfOUbsaziy9Ec4IKbS5s5kttox36E7P {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #KTlBwTcJvmIJQ7KNyQezptQ6xJzA5lT5 {  }
 }@media only screen and (max-width: 763px) { #KlX43kIf0CzHTR5GflfRGOrnL8Zkh4Xx #XdqTkZ2v5AVqApQeNM2PBRqF9V9fKPs8 {  }
 }@media only screen and (max-width: 763px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }