.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:228,232,237;--color-primary-1:175,185,202;--color-primary-2:122,139,166;--color-primary-3:63,61,128;--color-primary-4:33,61,106;--color-secondary-0:217,242,235;--color-secondary-1:128,213,190;--color-secondary-2:0,170,124;--color-secondary-3:0,85,62;--color-secondary-4:0,26,19;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }body { background-color:#f1f1f1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg { position:relative;display:block; }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg { background-color: transparent; background-image: none; }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .row .container > .video-iframe-container { display: none; }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .row > .video-iframe-container { display: none; }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .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); }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg { border-width: 0; border-radius: 0; }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .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; }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ib5PQmRIeIe5ukZeGaueLqhsWAF7Tor7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:27.875rem;top:2.1875rem;left:3.71875rem;overflow:hidden;display:block; }
#BfXlOzOqDyTwkwHhOsAeOpaOIxTIVCul { position:absolute;display:block;z-index:15001;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:11.9375rem;width:11.9375rem;top:2.1875rem;left:37.46875rem;overflow:hidden;display:block; }
#ovZAeZJK88Ob5bKQOpukFWE63PgalzvC { position:absolute;display:block;z-index:15001;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:11.875rem;width:14.625rem;top:2.21875rem;left:56.78125rem;overflow:hidden;display:block; }
#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row .container { background-color: transparent; background-image: none; }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row .container > .video-iframe-container { display: none; }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row > .video-iframe-container { display: none; }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .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); }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row .container { border-width: 0; border-radius: 0; }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#VqCShks2XLAo49eTp6Bf6KEOkiLaQTnl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.75rem;width:68.625rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row .container { background-color: transparent; background-image: none; }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row .container > .video-iframe-container { display: none; }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row > .video-iframe-container { display: none; }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .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); }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row .container { border-width: 0; border-radius: 0; }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#uhLPOPgVs8VLwWJZubELw59IbRDvHSrP { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.0625rem;left:5.875rem;height:3.798825rem;text-align:left;text-align-last:left;display:block; }
#TAx99TPU7IJvpvcocN7TWXMVJkFGTsuv { 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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.56055rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.2490234375rem;left:26.53125rem;display:block; }
#qbT1Mb9Cf91GVz52eu4oZDuXeoQh9KXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z75l7oFcZRDBv4zKgmeyohBTXzBbWWNQ { position:absolute;display:block;z-index:14998;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;height:24rem;width:68.75rem;top:0rem;left:3.0625rem;display:block; }
#Adhv6z191zlbZuAhNJ4RAbxsTFSEZObV { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:5.9375rem;height:5.361325rem;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; }
#LziNrJzWkHMg2HqtambZgg9wiqmTh5wG { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.599609375rem;left:5.875rem;height:4.111325rem;text-align:left;text-align-last:left;display:block; }#LziNrJzWkHMg2HqtambZgg9wiqmTh5wG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LziNrJzWkHMg2HqtambZgg9wiqmTh5wG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c3f5d9808e560421877badeb45e176.svg); }
#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row .container { background-color: transparent; background-image: none; }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row .container > .video-iframe-container { display: none; }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row > .video-iframe-container { display: none; }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .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); }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row .container { border-width: 0; border-radius: 0; }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#D2RdJKUnkVftxRcUEQNphN2RpxOL5QpM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:18.1875rem;left:10.9375rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#t44lzrbany90E38RMuzIaX3h7lTuGPLp { 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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.56055rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.4375rem;left:26.53125rem;display:block; }
#apuWgqsganJ93NRng9kex9Re8OU21cVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QiykxbCLLoTo101MGKawSNuhqW426XG6 { position:absolute;display:block;z-index:14998;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;height:63.5625rem;width:68.75rem;top:0rem;left:2.5625rem;display:block; }
#qsBaztXTiGSZb49Tichk31Nav9sgLuOA { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:5.9375rem;height:1.7871125rem;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; }
#vIZ0u7UXETTwMBEd0zrWAMaehR9hmGeb { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:4.5625rem;left:15.125rem;overflow:hidden;display:block; }
#pT49HpLiZ9SMKux2GKLfdA1LlJq2qlDv { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:4.6875rem;left:45.8125rem;overflow:hidden;display:block; }
#h7Em7J45tKcmJLqNHOGmByEUnWMtAzQJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:18.3125rem;left:41.6875rem;height:7.99805rem;text-align:center;text-align-last:center;display:block; }
#TmAcLM0ampJDpPT9GzkpJ3GJwtysfT1T { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:37.125rem;left:31.3125rem;overflow:hidden;display:block; }
#ROa2T4TW1wZr33Si5JQKSaVM8SeG7RQk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:50.6875rem;left:26.5625rem;height:3.199225rem;text-align:center;text-align-last:center;display:block; }
#WAizqH3yocAEh9cwKkOLLJRbGtAwz3Ca { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.40625rem;left:5.375rem;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; }
#egZwRclRv2TONdk2pavsIm2NZsZwUf13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row .container { background-color: transparent; background-image: none; }#egZwRclRv2TONdk2pavsIm2NZsZwUf13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row .container > .video-iframe-container { display: none; }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row > .video-iframe-container { display: none; }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .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); }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row .container { border-width: 0; border-radius: 0; }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#rSCiWAZW0Etxmqi1wflwAWQntBQ6X224 { position:absolute;display:block;z-index:14998;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;height:59.25rem;width:68.75rem;top:0rem;left:3.0625rem;display:block; }
#SZfBceQREuZDAVoxA6be5wOW9ez7IfET { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:5.9375rem;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; }
#af5l6KTr7OhkKTX6n4ULKJ5KtQpr9Tpm { color:rgba(var(--color-tertiary-4),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:4.912109375rem;left:5.9375rem;height:1.8994125rem;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;font-style:normal;display:block; }
#VbezrQ2rx0Ek4d0iln7FT4deXx5e1KmT { color:rgba(var(--color-tertiary-4),1);display:block;width:60.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:7.537109375rem;left:7.875rem;height:4.111325rem;text-align:left;text-align-last:left;display:block; }#VbezrQ2rx0Ek4d0iln7FT4deXx5e1KmT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VbezrQ2rx0Ek4d0iln7FT4deXx5e1KmT li:before{  }
#pCNyfHRtKu6wnJrF6SVzDsadLu79e8qW { color:rgba(var(--color-tertiary-4),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:13.099609375rem;left:5.9375rem;height:1.8994125rem;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;font-style:normal;display:block; }
#VTQAHegyg9CGTgA5iSZA8ttnNL8ADfTt { color:rgba(var(--color-tertiary-4),1);display:block;width:60.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:15.537109375rem;left:7.8740234375rem;height:4.111325rem;text-align:left;text-align-last:left;display:block; }#VTQAHegyg9CGTgA5iSZA8ttnNL8ADfTt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VTQAHegyg9CGTgA5iSZA8ttnNL8ADfTt li:before{  }
#uZqBABKKsk0JED1CzmwT0S7VsdlD4PRG { color:rgba(var(--color-tertiary-4),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:20.599609375rem;left:5.9375rem;height:1.8994125rem;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;font-style:normal;display:block; }
#QWeqDqbFDQu9hhW51CKnthToywe29cZd { color:rgba(var(--color-tertiary-4),1);display:block;width:60.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:24rem;left:7.8740234375rem;height:6.32325rem;text-align:left;text-align-last:left;display:block; }#QWeqDqbFDQu9hhW51CKnthToywe29cZd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QWeqDqbFDQu9hhW51CKnthToywe29cZd li:before{  }
#L3HehPiSnUxl3zikCbokKTOSwvSNan49 { color:rgba(var(--color-tertiary-4),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:31.720703125rem;left:5.9375rem;height:1.8994125rem;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;font-style:normal;display:block; }
#sxXOuVAwSGHthMA9KywCK8FmE6ViDegM { color:rgba(var(--color-tertiary-4),1);display:block;width:60.0625rem;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:34.6611328125rem;left:7.8740234375rem;height:4.111325rem;text-align:left;text-align-last:left;display:block; }#sxXOuVAwSGHthMA9KywCK8FmE6ViDegM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sxXOuVAwSGHthMA9KywCK8FmE6ViDegM li:before{  }
#DU1qEnSmdT8HrdcK4R7xIZe64PEgmpBR { color:rgba(var(--color-tertiary-4),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:40.470703125rem;left:5.9375rem;height:1.8994125rem;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;font-style:normal;display:block; }
#TvwqoUtRLrNPItzyNpGCgmKqTWxUTitT { color:rgba(var(--color-tertiary-4),1);display:block;width:60.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:43.3486328125rem;left:7.8740234375rem;height:4.111325rem;text-align:left;text-align-last:left;display:block; }#TvwqoUtRLrNPItzyNpGCgmKqTWxUTitT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TvwqoUtRLrNPItzyNpGCgmKqTWxUTitT li:before{  }
#EMOEMkTnlqEEQzKpKNt1aSJSwuVdKzfd { color:rgba(var(--color-tertiary-4),1);display:block;width:62rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:48.720703125rem;left:5.9375rem;height:1.8994125rem;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;font-style:normal;display:block; }
#eE7RfJZ0k3khCtVPr2cimlUoQ1ly8TSl { color:rgba(var(--color-tertiary-4),1);display:block;width:60.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:51.9111328125rem;left:7.8740234375rem;height:;text-align:left;text-align-last:left;display:block; }#eE7RfJZ0k3khCtVPr2cimlUoQ1ly8TSl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eE7RfJZ0k3khCtVPr2cimlUoQ1ly8TSl li:before{  }
#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row .container { background-color: transparent; background-image: none; }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row .container > .video-iframe-container { display: none; }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row > .video-iframe-container { display: none; }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .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); }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row .container { border-width: 0; border-radius: 0; }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#WavzAblMTO3SXyx6JpT3Vf8SCSebui5C { 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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.4365234375rem;left:27.0625rem;display:block; }
#zOXBCMFRTqRw6fHntq2u8EzWKJhHCBX9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1BL8ctn630yuSMZmSvzMg3hbohgEWzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.46875rem;left:5.9375rem;height:1.7871125rem;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; }
#evkd09S6m9eEXCL8dKNApoBfA78u07gK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:5.912109375rem;left:5.9375rem;height:8.222625rem;text-align:left;text-align-last:left;display:block; }#evkd09S6m9eEXCL8dKNApoBfA78u07gK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#evkd09S6m9eEXCL8dKNApoBfA78u07gK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c3f5d9808e560421877badeb45e176.svg); }
#o7RSOOiZUKOivID4yuHPOnUC4k5ouvaB { position:absolute;display:block;z-index:14998;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;height:24rem;width:68.75rem;top:0.84375rem;left:3.125rem;display:block; }
#rXF9NWaaJwA3XF7rFwmbaw5GElthh6HE { color:rgba(var(--color-tertiary-4),1);display:block;width:64.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:15.474609375rem;left:5.9375rem;height:1.8994125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { background-color: transparent; background-image: none; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container > .video-iframe-container { display: none; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row > .video-iframe-container { display: none; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .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); }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { border-width: 0; border-radius: 0; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { background-color: transparent; background-image: none; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container > .video-iframe-container { display: none; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row > .video-iframe-container { display: none; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .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); }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { border-width: 0; border-radius: 0; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#LT6roOaOmfqZmTWusLTdibx4O0ZlueUD { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:40.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#wV2ZyJQ3pEaeURT7lb74kkVtbidfKecf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:9.625rem;top:2.75rem;left:3.125rem;overflow:hidden;display:block; }
#VbL4WqeLd4rhJzWiWXGiLWmo3U5XkTDo { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.71875rem;height:;display:block; }
#vieer3t2LMfP5hTgMyPMlg0wXIOpi0qu { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.71875rem;height:4.875rem;display:block; }
#kA3p0GPVmgv4QTN2529p3rUNFccDsT66 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.837890625rem;left:53.8125rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#TzTEf0E66pM6pDhRtTAZa0z0Fvb239er { position:absolute;z-index:15001;top:8.6875rem;left:48.625rem;width:23.5rem;height:24.5rem;display:block; }
#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { background-color: transparent; background-image: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .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); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { border-width: 0; border-radius: 0; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.6875rem;top:3.0947914123535rem;left:64.46875rem;overflow:hidden;display:block; }
#yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:3.138671875rem;left:0.8125rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#goT43xyykx7qtEcLfaQTbGSlBmaEueCE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:3.8125rem;left:56.5625rem;overflow:hidden;display:block; }
#E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:3.8125rem;left:29.9375rem;overflow:hidden;display:block; }
#SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:3.25rem;left:32.4375rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.5rem;left:32.4375rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:4.099609375rem;left:42.8125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:6.4873046875rem;left:0.8125rem;height:4.546875rem;text-align:left;text-align-last:left;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:0.875rem;font-family:"open sans";height:0.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg { display:block; }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .row .container { width:47.75rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ib5PQmRIeIe5ukZeGaueLqhsWAF7Tor7 { width:17.1875rem;height:7.3125rem;top:2.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BfXlOzOqDyTwkwHhOsAeOpaOIxTIVCul { width:7.125rem;height:7.125rem;top:2.28125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovZAeZJK88Ob5bKQOpukFWE63PgalzvC { width:8.25rem;height:6.6875rem;top:2.5rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT { display:block; }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row .container { width:47.75rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VqCShks2XLAo49eTp6Bf6KEOkiLaQTnl { width:47.75rem;height:31.833333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 { display:block; }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row .container { width:47.75rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uhLPOPgVs8VLwWJZubELw59IbRDvHSrP { width:38.625rem;height:3.19921875rem;top:7.2158203125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAx99TPU7IJvpvcocN7TWXMVJkFGTsuv { width:21.1875rem;height:2.5rem;top:16.75rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbT1Mb9Cf91GVz52eu4oZDuXeoQh9KXO { display:block; }
 }@media only screen and (max-width: 1199px) { #z75l7oFcZRDBv4zKgmeyohBTXzBbWWNQ { width:47.75rem;height:21.375rem;top:0rem;left:0rem;z-index:14998;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;display:block; }
 }@media only screen and (max-width: 1199px) { #Adhv6z191zlbZuAhNJ4RAbxsTFSEZObV { width:44.25rem;height:4.142575rem;top:1.51953125rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LziNrJzWkHMg2HqtambZgg9wiqmTh5wG { width:39.125rem;height:3.51171875rem;top:11.5908203125rem;left:1.75rem;font-size:1rem;display:block; }#LziNrJzWkHMg2HqtambZgg9wiqmTh5wG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c3f5d9808e560421877badeb45e176.svg); }
 }@media only screen and (max-width: 1199px) { #EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ { display:block; }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row .container { width:47.75rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D2RdJKUnkVftxRcUEQNphN2RpxOL5QpM { width:18.5rem;height:7.99805rem;top:18.6533203125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t44lzrbany90E38RMuzIaX3h7lTuGPLp { width:21.1875rem;height:2.5rem;top:52.8125rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apuWgqsganJ93NRng9kex9Re8OU21cVb { display:block; }
 }@media only screen and (max-width: 1199px) { #QiykxbCLLoTo101MGKawSNuhqW426XG6 { width:47.75rem;height:57.75rem;top:0rem;left:0rem;z-index:14998;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;display:block; }
 }@media only screen and (max-width: 1199px) { #qsBaztXTiGSZb49Tichk31Nav9sgLuOA { width:43.125rem;height:1.3808625rem;top:1.64453125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vIZ0u7UXETTwMBEd0zrWAMaehR9hmGeb { width:12.5rem;height:12.5rem;top:4.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pT49HpLiZ9SMKux2GKLfdA1LlJq2qlDv { width:12.5rem;height:12.5rem;top:5.1650390625rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7Em7J45tKcmJLqNHOGmByEUnWMtAzQJ { width:18.5rem;height:9.597675rem;top:18.6533203125rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmAcLM0ampJDpPT9GzkpJ3GJwtysfT1T { width:12.5rem;height:12.5rem;top:33.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ROa2T4TW1wZr33Si5JQKSaVM8SeG7RQk { width:23.4375rem;height:3.199225rem;top:47.375rem;left:12.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAizqH3yocAEh9cwKkOLLJRbGtAwz3Ca { width:42rem;height:1.3808625rem;top:30.2431640625rem;left:3.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #egZwRclRv2TONdk2pavsIm2NZsZwUf13 { display:block; }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row .container { width:47.75rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rSCiWAZW0Etxmqi1wflwAWQntBQ6X224 { width:47.75rem;height:53.5625rem;top:0rem;left:0rem;z-index:14998;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;display:block; }
 }@media only screen and (max-width: 1199px) { #SZfBceQREuZDAVoxA6be5wOW9ez7IfET { width:44rem;height:1.3808625rem;top:3.45703125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #af5l6KTr7OhkKTX6n4ULKJ5KtQpr9Tpm { width:23.4375rem;height:1.5996125rem;top:6.2158203125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbezrQ2rx0Ek4d0iln7FT4deXx5e1KmT { width:43.6875rem;height:3.51171875rem;top:8.2705078125rem;left:2.9375rem;font-size:1rem;display:block; }#VbezrQ2rx0Ek4d0iln7FT4deXx5e1KmT li:before{  }
 }@media only screen and (max-width: 1199px) { #pCNyfHRtKu6wnJrF6SVzDsadLu79e8qW { width:23.4375rem;height:1.5996125rem;top:13.0439453125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTQAHegyg9CGTgA5iSZA8ttnNL8ADfTt { width:43.3125rem;height:3.51171875rem;top:15.181640625rem;left:2.9375rem;font-size:1rem;display:block; }#VTQAHegyg9CGTgA5iSZA8ttnNL8ADfTt li:before{  }
 }@media only screen and (max-width: 1199px) { #uZqBABKKsk0JED1CzmwT0S7VsdlD4PRG { width:23.4375rem;height:1.5996125rem;top:20rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWeqDqbFDQu9hhW51CKnthToywe29cZd { width:43.5rem;height:5.423825rem;top:22.5625rem;left:2.9375rem;font-size:1rem;display:block; }#QWeqDqbFDQu9hhW51CKnthToywe29cZd li:before{  }
 }@media only screen and (max-width: 1199px) { #L3HehPiSnUxl3zikCbokKTOSwvSNan49 { width:23.4375rem;height:1.5996125rem;top:29.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxXOuVAwSGHthMA9KywCK8FmE6ViDegM { width:42.875rem;height:3.51171875rem;top:31.625rem;left:2.9375rem;font-size:1rem;display:block; }#sxXOuVAwSGHthMA9KywCK8FmE6ViDegM li:before{  }
 }@media only screen and (max-width: 1199px) { #DU1qEnSmdT8HrdcK4R7xIZe64PEgmpBR { width:23.4375rem;height:1.5996125rem;top:36.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvwqoUtRLrNPItzyNpGCgmKqTWxUTitT { width:43rem;height:3.51171875rem;top:39.625rem;left:2.9375rem;font-size:1rem;display:block; }#TvwqoUtRLrNPItzyNpGCgmKqTWxUTitT li:before{  }
 }@media only screen and (max-width: 1199px) { #EMOEMkTnlqEEQzKpKNt1aSJSwuVdKzfd { width:23.4375rem;height:1.5996125rem;top:44.3251953125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eE7RfJZ0k3khCtVPr2cimlUoQ1ly8TSl { width:42.6875rem;height:3.51171875rem;top:46.849609375rem;left:2.9375rem;font-size:1rem;display:block; }#eE7RfJZ0k3khCtVPr2cimlUoQ1ly8TSl li:before{  }
 }@media only screen and (max-width: 1199px) { #VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl { display:block; }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WavzAblMTO3SXyx6JpT3Vf8SCSebui5C { width:21.1875rem;height:2.5rem;top:19.78125rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOXBCMFRTqRw6fHntq2u8EzWKJhHCBX9 { display:block; }
 }@media only screen and (max-width: 1199px) { #e1BL8ctn630yuSMZmSvzMg3hbohgEWzQ { width:44.5625rem;height:1.3808625rem;top:2.76953125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #evkd09S6m9eEXCL8dKNApoBfA78u07gK { width:23.4375rem;height:10.222625rem;top:5.4033203125rem;left:12.15625rem;font-size:1rem;display:block; }#evkd09S6m9eEXCL8dKNApoBfA78u07gK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c3f5d9808e560421877badeb45e176.svg); }
 }@media only screen and (max-width: 1199px) { #o7RSOOiZUKOivID4yuHPOnUC4k5ouvaB { width:47.75rem;height:24.5625rem;top:0rem;left:0rem;z-index:14998;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;display:block; }
 }@media only screen and (max-width: 1199px) { #rXF9NWaaJwA3XF7rFwmbaw5GElthh6HE { width:45.3125rem;height:1.5996125rem;top:16.5908203125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx { display:block; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { width:47.75rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s175ogtFuZ9VdddV8AQTgBSUZMEVbslh { display:block; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { width:47.75rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LT6roOaOmfqZmTWusLTdibx4O0ZlueUD { width:47.75rem;height:60rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wV2ZyJQ3pEaeURT7lb74kkVtbidfKecf { width:6.3125rem;height:3rem;top:2.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbL4WqeLd4rhJzWiWXGiLWmo3U5XkTDo { width:37.5rem;height:2.68125rem;top:8.375rem;left:1.625rem;font-size:2.0625rem;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; }
 }@media only screen and (max-width: 1199px) { #vieer3t2LMfP5hTgMyPMlg0wXIOpi0qu { width:42.625rem;height:4.875rem;top:12.5625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kA3p0GPVmgv4QTN2529p3rUNFccDsT66 { width:24.375rem;height:2.923825rem;top:18.875rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzTEf0E66pM6pDhRtTAZa0z0Fvb239er { width:22.9375rem;height:29.75rem;top:22.6875rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { display:block; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { width:47.75rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { width:6.3125rem;height:3rem;top:2.017707824707rem;left:40rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { width:12.4375rem;height:3.6738375rem;top:1.6796875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #goT43xyykx7qtEcLfaQTbGSlBmaEueCE { width:2.3125rem;height:2.3125rem;top:2.361457824707rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { width:1.625rem;height:1.625rem;top:2.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { width:9.375rem;height:1.225rem;top:2rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { width:9.375rem;height:1.225rem;top:3.125rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { width:9.375rem;height:1.225rem;top:2.90234375rem;left:26.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { width:27.75rem;height:6.12305625rem;top:5.84375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg { display:block; }#Tv2S5z9gZCnlJsXbx4Rd4nKn3chTgZSg > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib5PQmRIeIe5ukZeGaueLqhsWAF7Tor7 { width:12.5rem;height:5.3125rem;top:1.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfXlOzOqDyTwkwHhOsAeOpaOIxTIVCul { width:7.125rem;height:7.125rem;top:7.5712890625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovZAeZJK88Ob5bKQOpukFWE63PgalzvC { width:7.125rem;height:5.75rem;top:8.2587890625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT { display:block; }#FV2qcOUUCnSRyDVRU4DwxN7J1NiG7tWT > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqCShks2XLAo49eTp6Bf6KEOkiLaQTnl { width:19.875rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 { display:block; }#fJnJVlKaPOL3vZ182Oh7yLBdEQoNHWC8 > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhLPOPgVs8VLwWJZubELw59IbRDvHSrP { width:18.75rem;height:6.3984375rem;top:11.8994140625rem;left:0.625rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAx99TPU7IJvpvcocN7TWXMVJkFGTsuv { width:17.5rem;height:2.75rem;top:26.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbT1Mb9Cf91GVz52eu4oZDuXeoQh9KXO { display:block; }
 }@media only screen and (max-width: 763px) { #z75l7oFcZRDBv4zKgmeyohBTXzBbWWNQ { width:20rem;height:31.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adhv6z191zlbZuAhNJ4RAbxsTFSEZObV { width:18.75rem;height:7.3095625rem;top:3rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LziNrJzWkHMg2HqtambZgg9wiqmTh5wG { width:18.75rem;height:6.7109375rem;top:18.875rem;left:0.625rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }#LziNrJzWkHMg2HqtambZgg9wiqmTh5wG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c3f5d9808e560421877badeb45e176.svg); }
 }@media only screen and (max-width: 763px) { #EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ { display:block; }#EJxzikDKSdWFx1Tu3ngeqPx6GU9C8TkQ > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2RdJKUnkVftxRcUEQNphN2RpxOL5QpM { width:18.75rem;height:7.99805rem;top:15.7744140625rem;left:0.625rem;font-size:1rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t44lzrbany90E38RMuzIaX3h7lTuGPLp { width:17.5rem;height:2.75rem;top:68.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apuWgqsganJ93NRng9kex9Re8OU21cVb { display:block; }
 }@media only screen and (max-width: 763px) { #QiykxbCLLoTo101MGKawSNuhqW426XG6 { width:20rem;height:74.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsBaztXTiGSZb49Tichk31Nav9sgLuOA { width:18.75rem;height:1.4619125rem;top:1.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIZ0u7UXETTwMBEd0zrWAMaehR9hmGeb { width:9.375rem;height:9.375rem;top:5.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT49HpLiZ9SMKux2GKLfdA1LlJq2qlDv { width:9.375rem;height:9.375rem;top:25.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Em7J45tKcmJLqNHOGmByEUnWMtAzQJ { width:18.75rem;height:9.597675rem;top:36.25rem;left:0.625rem;font-size:1rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmAcLM0ampJDpPT9GzkpJ3GJwtysfT1T { width:9.375rem;height:9.375rem;top:51.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROa2T4TW1wZr33Si5JQKSaVM8SeG7RQk { width:18.75rem;height:3.199225rem;top:61.8125rem;left:0.625rem;font-size:1rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAizqH3yocAEh9cwKkOLLJRbGtAwz3Ca { width:20rem;height:1.4619125rem;top:48.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egZwRclRv2TONdk2pavsIm2NZsZwUf13 { display:block; }#egZwRclRv2TONdk2pavsIm2NZsZwUf13 > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSCiWAZW0Etxmqi1wflwAWQntBQ6X224 { width:20rem;height:76rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZfBceQREuZDAVoxA6be5wOW9ez7IfET { width:18.75rem;height:1.4619125rem;top:3rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #af5l6KTr7OhkKTX6n4ULKJ5KtQpr9Tpm { width:20rem;height:3.19921875rem;top:5.6875rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbezrQ2rx0Ek4d0iln7FT4deXx5e1KmT { width:20rem;height:6.7109375rem;top:10.125rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }#VbezrQ2rx0Ek4d0iln7FT4deXx5e1KmT li:before{  }
 }@media only screen and (max-width: 763px) { #pCNyfHRtKu6wnJrF6SVzDsadLu79e8qW { width:20rem;height:1.5996125rem;top:18.125rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTQAHegyg9CGTgA5iSZA8ttnNL8ADfTt { width:20rem;height:6.7109375rem;top:20.9375rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }#VTQAHegyg9CGTgA5iSZA8ttnNL8ADfTt li:before{  }
 }@media only screen and (max-width: 763px) { #uZqBABKKsk0JED1CzmwT0S7VsdlD4PRG { width:20rem;height:1.5996125rem;top:28.9375rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QWeqDqbFDQu9hhW51CKnthToywe29cZd { width:20rem;height:10.222625rem;top:31.75rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }#QWeqDqbFDQu9hhW51CKnthToywe29cZd li:before{  }
 }@media only screen and (max-width: 763px) { #L3HehPiSnUxl3zikCbokKTOSwvSNan49 { width:20rem;height:1.5996125rem;top:43.25rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxXOuVAwSGHthMA9KywCK8FmE6ViDegM { width:20rem;height:6.7109375rem;top:46.0625rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }#sxXOuVAwSGHthMA9KywCK8FmE6ViDegM li:before{  }
 }@media only screen and (max-width: 763px) { #DU1qEnSmdT8HrdcK4R7xIZe64PEgmpBR { width:20rem;height:1.5996125rem;top:54.0625rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvwqoUtRLrNPItzyNpGCgmKqTWxUTitT { width:20rem;height:6.7109375rem;top:56.875rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }#TvwqoUtRLrNPItzyNpGCgmKqTWxUTitT li:before{  }
 }@media only screen and (max-width: 763px) { #EMOEMkTnlqEEQzKpKNt1aSJSwuVdKzfd { width:20rem;height:1.5996125rem;top:64.875rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eE7RfJZ0k3khCtVPr2cimlUoQ1ly8TSl { width:20rem;height:6.7109375rem;top:67.6875rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }#eE7RfJZ0k3khCtVPr2cimlUoQ1ly8TSl li:before{  }
 }@media only screen and (max-width: 763px) { #VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl { display:block; }#VaLTnk6s6qAVNfBC9Sy0ChzLq70zZiBl > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WavzAblMTO3SXyx6JpT3Vf8SCSebui5C { width:17.5rem;height:2.75rem;top:22.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXBCMFRTqRw6fHntq2u8EzWKJhHCBX9 { display:block; }
 }@media only screen and (max-width: 763px) { #e1BL8ctn630yuSMZmSvzMg3hbohgEWzQ { width:18.75rem;height:2.923825rem;top:3rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evkd09S6m9eEXCL8dKNApoBfA78u07gK { width:20rem;height:10.222625rem;top:6.6875rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }#evkd09S6m9eEXCL8dKNApoBfA78u07gK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_45c3f5d9808e560421877badeb45e176.svg); }
 }@media only screen and (max-width: 763px) { #o7RSOOiZUKOivID4yuHPOnUC4k5ouvaB { width:20rem;height:26.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXF9NWaaJwA3XF7rFwmbaw5GElthh6HE { width:20rem;height:3.19921875rem;top:18.1875rem;left:0rem;font-size:1rem;z-index:14999;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx { display:block; }#qgeG3pngQwPZ3MBikO8tQRvLErAKqIwx > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s175ogtFuZ9VdddV8AQTgBSUZMEVbslh { display:block; }#s175ogtFuZ9VdddV8AQTgBSUZMEVbslh > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT6roOaOmfqZmTWusLTdibx4O0ZlueUD { width:20rem;height:53.0625rem;top:0.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV2ZyJQ3pEaeURT7lb74kkVtbidfKecf { width:7.0625rem;height:3.375rem;top:2rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbL4WqeLd4rhJzWiWXGiLWmo3U5XkTDo { width:18.75rem;height:4.875rem;top:6.73828125rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vieer3t2LMfP5hTgMyPMlg0wXIOpi0qu { width:18.75rem;height:7.3095625rem;top:13.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA3p0GPVmgv4QTN2529p3rUNFccDsT66 { width:14.875rem;height:4.875rem;top:21.75rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTEf0E66pM6pDhRtTAZa0z0Fvb239er { width:18.75rem;height:24.5rem;top:27.46875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 { background-color:#213d6a;background-image:none;display:block; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { background-color: transparent; background-image: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row > .video-iframe-container { display: none; }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .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); }#nUakCOONyB7oMG5d8BKhSTcP5rsHkDG4 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRChh3FdvSnbJEOkX7OQWcJ2EbtomZCa { width:7.5rem;height:3.4375rem;top:15.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimZmbdH0GmRpLqTkBT4QH5F4zTSe1yB { width:19.4375rem;height:3.14941875rem;top:1.7099609375rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #goT43xyykx7qtEcLfaQTbGSlBmaEueCE { width:2.0625rem;height:2.0625rem;top:10.625rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E857aDAiMWrD3RoqHB1SNhFT4OT45WMl { width:1.625rem;height:1.625rem;top:7.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxD1dTEILpy00UoLtHHwPkzeJebW2q5B { width:6.25rem;height:1.4875rem;top:6.5625rem;left:3rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GLyotxdzv2rL0OmC6fxLVKrKHTZnLRVp { width:8.1875rem;height:1.6625rem;top:7.9375rem;left:3.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f2BMTINh9Dv1Txys4ImAFy13espCpnz1 { width:7.875rem;height:1.4875rem;top:7.318359375rem;left:12.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MqnN7nPIXxTyRWLPy2nvVtinusaD9eJf { width:18.75rem;height:6.2988375rem;top:19.3125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }