.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;
}
body { background-color:#efefef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l { 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; }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row .container { background-color: transparent; background-image: none; }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row .container > .video-iframe-container { display: none; }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row > .video-iframe-container { display: none; }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .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); }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row .container { border-width: 0; border-radius: 0; }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#AsePiWwHNir8z05kS8kV37NoW3GLvKmM { 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:39.25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 { 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; }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row .container { background-color: transparent; background-image: none; }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row .container > .video-iframe-container { display: none; }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row > .video-iframe-container { display: none; }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .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); }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row .container { border-width: 0; border-radius: 0; }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#THP7dV3iHL4Be2xwMV7fiyACiZJtGQMp { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.0625rem;left:5.875rem;height:24.6924125rem;text-align:left;text-align-last:left;display:block; }
#EGyM9XWdEDmsLZln609TDZaPolyLqwAb { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.0625rem;left:45.8125rem;height:1.4619125rem;font-style:normal;display:block; }
#aOuN31cw0WNGo5tReEdZoAd4sfy3hEfa { position:absolute;display:block;z-index:14999;background-color:#f1f1f1;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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.8125rem;width:25.1875rem;top:8.0625rem;left:43.875rem;display:block; }
#L6C4GAJrKurTlWdKN0fPyPwlpaPQZxTq { background-color:#00aa7c;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9980625rem;height:2.56055rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.75rem;left:29.5rem;display:block; }
#n2Cecwxcfz5H9cpDCS4O3EiSzOmnLTaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kmURIzpdrIFTqIc0BQy7g0AciPMOTWLH { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.6875rem;left:18.90625rem;height:1.5625rem;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; }
#hB08RO59AxgRKOP7rUo7K8kZr4heC5xc { color:#000000;display:block;width:8.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.375rem;left:45.8125rem;height:1.95rem;font-style:normal;display:block; }
#qB8hSuzJKzJkEAAOdTIneXNQLaWu9hMx { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:38.4375rem;width:68.75rem;top:0rem;left:3.0625rem;display:block; }
#VTDl996VTBwLm9RpX70XQwm3pD26fX0M { color:#000000;display:block;width:63.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.78125rem;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; }
#Z6w0tdUd8FK6Q9nJzaSOfdFMsyePBPGl { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:45.8125rem;height:10.556625rem;font-style:normal;display:block; }
#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA { 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; }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row .container { background-color: transparent; background-image: none; }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row .container > .video-iframe-container { display: none; }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row > .video-iframe-container { display: none; }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .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); }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row .container { border-width: 0; border-radius: 0; }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row .container { font-size:0.875rem;font-family:arial;height:83.5rem;width:75rem;position:relative;display:block; }#E7FKB3EIafdz5iD8kogK4Ob4rn03Z2FF { color:#000000;display:block;width:9rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:7.6875rem;height:2.03125rem;font-style:normal;display:block; }
#S7tSew8hSHFESRHyKm2PlTs9NdVa2was { position:absolute;display:block;z-index:15002;background-color:#f1f1f1;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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:54.1875rem;width:64.0625rem;top:1.8125rem;left:5.8125rem;display:block; }
#I9xtw0G61gw0UJr9uwhnWMvaChZcksda { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:81.8125rem;width:68.75rem;top:0.5625rem;left:3.125rem;display:block; }
#c6uLLSdwZlasBIukoP8ADuDTCFp3TWvP { color:#000000;display:block;width:27.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:58.75rem;left:7.5625rem;height:2.03125rem;font-style:normal;display:block; }
#ibu1u7FS6PaDFIRSl1QA5d6TzbWT7DkF { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;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.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:21.625rem;width:64.0625rem;top:57.375rem;left:5.8125rem;display:block; }
#bsQMd5QBUypxE6icd3BMRcroLrl1OoOg { color:#000000;display:block;width:62.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:61.625rem;left:7.6875rem;height:15.171875rem;text-align:left;text-align-last:left;display:block; }#bsQMd5QBUypxE6icd3BMRcroLrl1OoOg li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#bsQMd5QBUypxE6icd3BMRcroLrl1OoOg li:before{  }
#Hw9zaCuUlrLAvFUkEW2U89XcCqocIdDp { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.875rem;left:7.6875rem;height:3.548825rem;display:block; }#Hw9zaCuUlrLAvFUkEW2U89XcCqocIdDp li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hw9zaCuUlrLAvFUkEW2U89XcCqocIdDp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
#lvOS0UcWXBuZVbNghGaK4LoaqCWIkobH { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:7.6875rem;height:1.4619125rem;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; }
#pyE62vJyJ2uCsJNettni3rZnoMe2wXeb { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.125rem;left:7.75rem;height:1.4619125rem;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; }
#n5kp5Qz1uzFmLXqiAR4J68WrbW3Ozgok { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.625rem;left:7.6875rem;height:5.63574375rem;display:block; }#n5kp5Qz1uzFmLXqiAR4J68WrbW3Ozgok li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#n5kp5Qz1uzFmLXqiAR4J68WrbW3Ozgok li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
#mkZSE6Ey95tHoaAmB3SzNDkNHPFOKWTv { color:#000000;display:block;width:59.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.6875rem;left:7.6875rem;height:7.097625rem;display:block; }#mkZSE6Ey95tHoaAmB3SzNDkNHPFOKWTv li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#mkZSE6Ey95tHoaAmB3SzNDkNHPFOKWTv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
#MHBEXQrGoD08FB8bg5iC6GHeD2uqia1H { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.1875rem;left:7.75rem;height:1.4619125rem;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; }
#qg8B7mwgRbShxzCawvcMEoCVp4G4GZUc { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.1875rem;left:7.6875rem;height:1.4619125rem;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; }
#ydhRvU5CZ9R4hMUFmat9lQOL3z6ED74T { color:#000000;display:block;width:66.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.6875rem;left:7.6875rem;height:3.548825rem;display:block; }#ydhRvU5CZ9R4hMUFmat9lQOL3z6ED74T li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ydhRvU5CZ9R4hMUFmat9lQOL3z6ED74T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
#bUik6ImT5UqeKR7sk9IL5Ni0I9XqWHOv { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:43.5625rem;left:7.6875rem;height:1.4619125rem;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; }
#OBi5TM1tZeRKgNpVVp0CntPuDtdBfquh { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:46.9375rem;left:7.6875rem;height:5.63574375rem;display:block; }#OBi5TM1tZeRKgNpVVp0CntPuDtdBfquh li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OBi5TM1tZeRKgNpVVp0CntPuDtdBfquh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg { 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; }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row .container { background-color: transparent; background-image: none; }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row .container > .video-iframe-container { display: none; }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row > .video-iframe-container { display: none; }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .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); }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row .container { border-width: 0; border-radius: 0; }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#yPRiF3sVPL0UNhgrnlRypsCO12sDGGtf { 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:6.5rem;width:6.875rem;top:6.125rem;left:44.25rem;overflow:hidden;display:block; }
#wOS0Pvpho7TdqT248CkGgF9TyQ62UBzz { color:#213d6a;display:block;width:11rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.625rem;left:21.875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFdPlSELiWBPftu7oeMwm35qJgAIw8yo { position:absolute;display:block;z-index:14999;background-color:#f1f1f1;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;height:22.1875rem;width:15.25rem;top:4.375rem;left:19.75rem;display:block; }
#o52hSQB63zZgE8O83BzFDcOl42pTBVuG { background-color:#00aa7c;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.625rem;left:29.5rem;display:block; }
#uBm8LX0vORlUevtEUHxNGrA3GxZQwJW0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbLW0k907zJPi484Jf4vurZWr5QRGGxh { color:#000000;display:block;width:37.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.875rem;left:18.90625rem;height:1.5625rem;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; }
#e8pbULxcqHJC873WqbX4ZysafvB6VqWh { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:31.6875rem;width:68.75rem;top:0rem;left:3.125rem;display:block; }
#qhw5fvPgqmMwWUzMMwclFWzpqFMwta6J { position:absolute;display:block;z-index:14999;background-color:#f1f1f1;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;height:22.1875rem;width:15.25rem;top:4.6875rem;left:40.0625rem;display:block; }
#Kg5gMrRQe9cVcr8nslwFzfz9wObTm6KW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.875rem;top:6.125rem;left:23.9375rem;overflow:hidden;display:block; }
#ziNoIdqNJf1CQPeqBJwBDoEpmywxwEHr { color:#213d6a;display:block;width:12.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.625rem;left:21.25rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tR6TJK1auRote3FAuSUvFXTsPRoZDToo { color:#213d6a;display:block;width:11rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.6875rem;left:42.1875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6ZPsak9lsPfyHoRbJDcERgvhIkFgVam { color:#213d6a;display:block;width:12.25rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.625rem;left:41.5625rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R { 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; }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row .container { background-color: transparent; background-image: none; }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row .container > .video-iframe-container { display: none; }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row > .video-iframe-container { display: none; }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .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); }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row .container { border-width: 0; border-radius: 0; }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#KhLiDcW782B6dtJqWrxVF1JCp6cuGRIa { position:absolute;z-index:15000;top:8.25rem;left:48.625rem;width:23.5rem;height:24.5rem;display:block; }
#tU8mORWR2nQ9TLpBZ7FFahugJcfxzTaM { position:absolute;display:block;z-index:14998;background-color:#213d6a;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; }
#XTrewhmUDKSZJbzC6rcpmsW3cEpvlZXs { 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; }
#AgaAXKE2xturafJGNa8MDfqTNJlTSPnp { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.71875rem;height:2.68125rem;display:block; }
#By8I4QL6FDOup3K4PMDm9M5PSC4DxngJ { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;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; }
#scAkxIJC3Twr1KTZPZ1ZDwDLRDlpsfmt { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:ubuntu;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; }
#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#213d6a;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; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container { background-color: transparent; background-image: none; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container > .video-iframe-container { display: none; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row > .video-iframe-container { display: none; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .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); }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container { border-width: 0; border-radius: 0; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#rRr4X9q0z25xTqQgEeyftdVIRnOni3G4 { 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; }
#Np3EpOPQW5pfshSg3ipnecWRU7cecTD0 { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;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; }
#uiBodVsIKXxLlhhmBugpXdFNAC5KRdwN { 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; }
#LadLqviJ81g5PG31BUCHzZDQp8cZugJZ { 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; }
#lNtGxL7DgBMoecTmPfkldTk6UpbpvoeM { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:ubuntu;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; }
#uXOzTy6zkv5mPg8K1JkQV2TFfzaSB8Up { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;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; }
#ZyIfMT2edmF6ro6mLCe17WCbWx3Mx9z2 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;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; }
#k2zbeJ1OQB8XileWLruC6JZaC5qH3h5k { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:ubuntu;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; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l { display:block; }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row .container { width:47.75rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AsePiWwHNir8z05kS8kV37NoW3GLvKmM { width:47.75rem;height:24.989166666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 { display:block; }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row .container { width:47.75rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #THP7dV3iHL4Be2xwMV7fiyACiZJtGQMp { width:23.4375rem;height:27.1933625rem;top:8.2158203125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGyM9XWdEDmsLZln609TDZaPolyLqwAb { width:15.75rem;height:1.4619125rem;top:7.5rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOuN31cw0WNGo5tReEdZoAd4sfy3hEfa { width:21.8125rem;height:22.8125rem;top:3.5625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L6C4GAJrKurTlWdKN0fPyPwlpaPQZxTq { width:15.625rem;height:2.5rem;top:36.55078125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2Cecwxcfz5H9cpDCS4O3EiSzOmnLTaO { display:block; }
 }@media only screen and (max-width: 1199px) { #kmURIzpdrIFTqIc0BQy7g0AciPMOTWLH { width:23.0625rem;height:1.5625rem;top:0.625rem;left:12.34375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hB08RO59AxgRKOP7rUo7K8kZr4heC5xc { width:6.4375rem;height:2.1125rem;top:4.9351577758789rem;left:26.687499582768rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qB8hSuzJKzJkEAAOdTIneXNQLaWu9hMx { width:47.75rem;height:40.5rem;top:0rem;left:0rem;z-index:14998;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;display:block; }
 }@media only screen and (max-width: 1199px) { #VTDl996VTBwLm9RpX70XQwm3pD26fX0M { width:18.9375rem;height:4.142575rem;top:3.4572916030884rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Z6w0tdUd8FK6Q9nJzaSOfdFMsyePBPGl { width:17.6875rem;height:13.723625rem;top:9.859375rem;left:26.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA { display:block; }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row .container { width:47.75rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E7FKB3EIafdz5iD8kogK4Ob4rn03Z2FF { width:6.1875rem;height:1.7875rem;top:2.1875rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7tSew8hSHFESRHyKm2PlTs9NdVa2was { width:45.625rem;height:59.375rem;top:1.09375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I9xtw0G61gw0UJr9uwhnWMvaChZcksda { width:47.75rem;height:86.3125rem;top:0rem;left:0rem;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;display:block; }
 }@media only screen and (max-width: 1199px) { #c6uLLSdwZlasBIukoP8ADuDTCFp3TWvP { width:15.5625rem;height:1.7871125rem;top:63.5rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ibu1u7FS6PaDFIRSl1QA5d6TzbWT7DkF { width:45.625rem;height:22.625rem;top:61.8125rem;left:0.5625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #bsQMd5QBUypxE6icd3BMRcroLrl1OoOg { width:43.8125rem;height:16.5215rem;top:66.375rem;left:1.8125rem;font-size:1.125rem;display:block; }#bsQMd5QBUypxE6icd3BMRcroLrl1OoOg li:before{  }
 }@media only screen and (max-width: 1199px) { #Hw9zaCuUlrLAvFUkEW2U89XcCqocIdDp { width:40.625rem;height:3.548825rem;top:8.125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Hw9zaCuUlrLAvFUkEW2U89XcCqocIdDp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 1199px) { #lvOS0UcWXBuZVbNghGaK4LoaqCWIkobH { width:40.625rem;height:1.4619125rem;top:4.9375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pyE62vJyJ2uCsJNettni3rZnoMe2wXeb { width:40.625rem;height:1.4619125rem;top:14.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #n5kp5Qz1uzFmLXqiAR4J68WrbW3Ozgok { width:40.625rem;height:7.097625rem;top:17.5625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#n5kp5Qz1uzFmLXqiAR4J68WrbW3Ozgok li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 1199px) { #mkZSE6Ey95tHoaAmB3SzNDkNHPFOKWTv { width:43.8125rem;height:8.5595625rem;top:29.5625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#mkZSE6Ey95tHoaAmB3SzNDkNHPFOKWTv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 1199px) { #MHBEXQrGoD08FB8bg5iC6GHeD2uqia1H { width:40.625rem;height:1.4619125rem;top:26.5rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #qg8B7mwgRbShxzCawvcMEoCVp4G4GZUc { width:40.625rem;height:1.4619125rem;top:39.9375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ydhRvU5CZ9R4hMUFmat9lQOL3z6ED74T { width:40.625rem;height:3.548825rem;top:42.5625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ydhRvU5CZ9R4hMUFmat9lQOL3z6ED74T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 1199px) { #bUik6ImT5UqeKR7sk9IL5Ni0I9XqWHOv { width:40.625rem;height:1.4619125rem;top:49.0625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #OBi5TM1tZeRKgNpVVp0CntPuDtdBfquh { width:40.625rem;height:5.63574375rem;top:52.3125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#OBi5TM1tZeRKgNpVVp0CntPuDtdBfquh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 1199px) { #NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg { display:block; }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row .container { width:47.75rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yPRiF3sVPL0UNhgrnlRypsCO12sDGGtf { width:4.5625rem;height:4.3125rem;top:6.625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOS0Pvpho7TdqT248CkGgF9TyQ62UBzz { width:14rem;height:2.7625rem;top:12rem;left:9.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NFdPlSELiWBPftu7oeMwm35qJgAIw8yo { width:15rem;height:18.125rem;top:5.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o52hSQB63zZgE8O83BzFDcOl42pTBVuG { width:15.625rem;height:2.5rem;top:26.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBm8LX0vORlUevtEUHxNGrA3GxZQwJW0 { display:block; }
 }@media only screen and (max-width: 1199px) { #UbLW0k907zJPi484Jf4vurZWr5QRGGxh { width:23.0625rem;height:1.5625rem;top:1.25rem;left:13.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8pbULxcqHJC873WqbX4ZysafvB6VqWh { width:47.75rem;height:31.6875rem;top:0rem;left:0rem;box-shadow: 0rem 0.625rem 0.375rem #d9d9d9 ;display:block; }
 }@media only screen and (max-width: 1199px) { #qhw5fvPgqmMwWUzMMwclFWzpqFMwta6J { width:15rem;height:18.125rem;top:5.0625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kg5gMrRQe9cVcr8nslwFzfz9wObTm6KW { width:4.3125rem;height:4rem;top:6.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziNoIdqNJf1CQPeqBJwBDoEpmywxwEHr { width:14rem;height:5.2rem;top:16.0625rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tR6TJK1auRote3FAuSUvFXTsPRoZDToo { width:14rem;height:2.7625rem;top:12rem;left:24.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6ZPsak9lsPfyHoRbJDcERgvhIkFgVam { width:14rem;height:3.9rem;top:16.0625rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R { display:block; }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row .container { width:47.75rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KhLiDcW782B6dtJqWrxVF1JCp6cuGRIa { width:22.9375rem;height:29.75rem;top:25.1875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tU8mORWR2nQ9TLpBZ7FFahugJcfxzTaM { width:47.75rem;height:60rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTrewhmUDKSZJbzC6rcpmsW3cEpvlZXs { width:6.3125rem;height:3rem;top:2.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AgaAXKE2xturafJGNa8MDfqTNJlTSPnp { 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) { #By8I4QL6FDOup3K4PMDm9M5PSC4DxngJ { 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) { #scAkxIJC3Twr1KTZPZ1ZDwDLRDlpsfmt { width:24.375rem;height:2.923825rem;top:20.4375rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 { display:block; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container { width:47.75rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rRr4X9q0z25xTqQgEeyftdVIRnOni3G4 { width:6.3125rem;height:3rem;top:2.017707824707rem;left:40rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Np3EpOPQW5pfshSg3ipnecWRU7cecTD0 { width:12.4375rem;height:3.6738375rem;top:1.6796875rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiBodVsIKXxLlhhmBugpXdFNAC5KRdwN { width:2.3125rem;height:2.3125rem;top:2.361457824707rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LadLqviJ81g5PG31BUCHzZDQp8cZugJZ { width:1.625rem;height:1.625rem;top:2.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNtGxL7DgBMoecTmPfkldTk6UpbpvoeM { width:9.375rem;height:1.225rem;top:2rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXOzTy6zkv5mPg8K1JkQV2TFfzaSB8Up { 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) { #ZyIfMT2edmF6ro6mLCe17WCbWx3Mx9z2 { 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) { #k2zbeJ1OQB8XileWLruC6JZaC5qH3h5k { width:27.75rem;height:6.12305625rem;top:5.84375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l { display:block; }#MU7s2ubI5BcCLyTZdMkpiN6QsWiivT0l > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsePiWwHNir8z05kS8kV37NoW3GLvKmM { width:20rem;height:10.466282722513rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 { display:block; }#wmLgeqxWi6WlpE1mDlln14QEKltFIxP8 > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THP7dV3iHL4Be2xwMV7fiyACiZJtGQMp { width:18.75rem;height:31.9922375rem;top:8.3369140625rem;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) { #EGyM9XWdEDmsLZln609TDZaPolyLqwAb { width:9.6875rem;height:2.5996125rem;top:44.7314453125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOuN31cw0WNGo5tReEdZoAd4sfy3hEfa { width:18.75rem;height:20.25rem;top:41.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6C4GAJrKurTlWdKN0fPyPwlpaPQZxTq { width:17.5rem;height:2.75rem;top:64.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Cecwxcfz5H9cpDCS4O3EiSzOmnLTaO { display:block; }
 }@media only screen and (max-width: 763px) { #kmURIzpdrIFTqIc0BQy7g0AciPMOTWLH { width:20rem;height:1.5rem;top:0.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB08RO59AxgRKOP7rUo7K8kZr4heC5xc { width:8.9375rem;height:1.7871125rem;top:42.125rem;left:1.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qB8hSuzJKzJkEAAOdTIneXNQLaWu9hMx { width:20rem;height:68.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTDl996VTBwLm9RpX70XQwm3pD26fX0M { width:18.75rem;height:4.38574375rem;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) { #Z6w0tdUd8FK6Q9nJzaSOfdFMsyePBPGl { width:17.3125rem;height:12.6699375rem;top:47.9375rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA { display:block; }#Oxmq8Pq823oX28JHD7Fb5R79D9gm8TvA > .row .container { width:20rem;height:110.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7FKB3EIafdz5iD8kogK4Ob4rn03Z2FF { width:9.375rem;height:1.94921875rem;top:1.375rem;left:0.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S7tSew8hSHFESRHyKm2PlTs9NdVa2was { width:19.375rem;height:18.6875rem;top:2.34375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9xtw0G61gw0UJr9uwhnWMvaChZcksda { width:20rem;height:59.3125rem;top:36.45703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6uLLSdwZlasBIukoP8ADuDTCFp3TWvP { width:15.625rem;height:1.94921875rem;top:68.375rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibu1u7FS6PaDFIRSl1QA5d6TzbWT7DkF { width:19.375rem;height:12.875rem;top:63.0625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsQMd5QBUypxE6icd3BMRcroLrl1OoOg { width:18.8125rem;height:31.3671875rem;top:72.375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#bsQMd5QBUypxE6icd3BMRcroLrl1OoOg li:before{  }
 }@media only screen and (max-width: 763px) { #Hw9zaCuUlrLAvFUkEW2U89XcCqocIdDp { width:19.4375rem;height:5.01074375rem;top:6.875rem;left:0.5625rem;font-size:1.125rem;display:block; }#Hw9zaCuUlrLAvFUkEW2U89XcCqocIdDp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 763px) { #lvOS0UcWXBuZVbNghGaK4LoaqCWIkobH { width:16.9375rem;height:1.4619125rem;top:4.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyE62vJyJ2uCsJNettni3rZnoMe2wXeb { width:8.8125rem;height:1.4619125rem;top:12.74609375rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5kp5Qz1uzFmLXqiAR4J68WrbW3Ozgok { width:16.9375rem;height:11.483375rem;top:15.5rem;left:0.5625rem;font-size:1.125rem;display:block; }#n5kp5Qz1uzFmLXqiAR4J68WrbW3Ozgok li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 763px) { #mkZSE6Ey95tHoaAmB3SzNDkNHPFOKWTv { width:18.3125rem;height:12.9453125rem;top:30.1875rem;left:0.625rem;font-size:1.125rem;display:block; }#mkZSE6Ey95tHoaAmB3SzNDkNHPFOKWTv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 763px) { #MHBEXQrGoD08FB8bg5iC6GHeD2uqia1H { width:8.8125rem;height:1.4619125rem;top:27.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg8B7mwgRbShxzCawvcMEoCVp4G4GZUc { width:8.8125rem;height:1.4619125rem;top:44.5390625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydhRvU5CZ9R4hMUFmat9lQOL3z6ED74T { width:18.25rem;height:7.9345625rem;top:47.1875rem;left:0.625rem;font-size:1.125rem;display:block; }#ydhRvU5CZ9R4hMUFmat9lQOL3z6ED74T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 763px) { #bUik6ImT5UqeKR7sk9IL5Ni0I9XqWHOv { width:8.8125rem;height:1.4619125rem;top:56.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBi5TM1tZeRKgNpVVp0CntPuDtdBfquh { width:18.625rem;height:8.5595625rem;top:58.25rem;left:0.625rem;font-size:1.125rem;display:block; }#OBi5TM1tZeRKgNpVVp0CntPuDtdBfquh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/x8EmoAzw/li2.png); }
 }@media only screen and (max-width: 763px) { #NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg { display:block; }#NSxeKoSDpxhUE7ZzmfByEVZJC4ddwAXg > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPRiF3sVPL0UNhgrnlRypsCO12sDGGtf { width:6rem;height:5.625rem;top:34.4375rem;left:7rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #wOS0Pvpho7TdqT248CkGgF9TyQ62UBzz { width:11.6875rem;height:4.38574375rem;top:15.900390625rem;left:4.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFdPlSELiWBPftu7oeMwm35qJgAIw8yo { width:18.75rem;height:24.375rem;top:6.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o52hSQB63zZgE8O83BzFDcOl42pTBVuG { width:17.5rem;height:2.75rem;top:56.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBm8LX0vORlUevtEUHxNGrA3GxZQwJW0 { display:block; }
 }@media only screen and (max-width: 763px) { #UbLW0k907zJPi484Jf4vurZWr5QRGGxh { width:13.125rem;height:3rem;top:2.625rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8pbULxcqHJC873WqbX4ZysafvB6VqWh { width:20rem;height:63.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhw5fvPgqmMwWUzMMwclFWzpqFMwta6J { width:18.75rem;height:22.375rem;top:32.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg5gMrRQe9cVcr8nslwFzfz9wObTm6KW { width:6.875rem;height:6.3768115942031rem;top:7.6162109375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziNoIdqNJf1CQPeqBJwBDoEpmywxwEHr { width:12.25rem;height:6.9043125rem;top:22.19921875rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR6TJK1auRote3FAuSUvFXTsPRoZDToo { width:11rem;height:4.38574375rem;top:41.125rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6ZPsak9lsPfyHoRbJDcERgvhIkFgVam { width:12.25rem;height:6.9043125rem;top:46.636458396912rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R { display:block; }#TZIHczvmFwCLOMmUumTJwHDt8WgqQK9R > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhLiDcW782B6dtJqWrxVF1JCp6cuGRIa { width:17.625rem;height:33.3125rem;top:27.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8mORWR2nQ9TLpBZ7FFahugJcfxzTaM { width:20rem;height:67.0625rem;top:0.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTrewhmUDKSZJbzC6rcpmsW3cEpvlZXs { width:7.0625rem;height:3.375rem;top:2rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgaAXKE2xturafJGNa8MDfqTNJlTSPnp { 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) { #By8I4QL6FDOup3K4PMDm9M5PSC4DxngJ { 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) { #scAkxIJC3Twr1KTZPZ1ZDwDLRDlpsfmt { 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) { #rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 { background-color:#213d6a;background-image:none;display:block; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container { background-color: transparent; background-image: none; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container > .video-iframe-container { display: none; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row > .video-iframe-container { display: none; }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .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); }#rxZuFUiNDOsNLlOsKR1F1Z5zQKmsvWG4 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRr4X9q0z25xTqQgEeyftdVIRnOni3G4 { width:7.5rem;height:3.4375rem;top:15.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np3EpOPQW5pfshSg3ipnecWRU7cecTD0 { 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) { #uiBodVsIKXxLlhhmBugpXdFNAC5KRdwN { width:2.0625rem;height:2.0625rem;top:10.625rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LadLqviJ81g5PG31BUCHzZDQp8cZugJZ { width:1.625rem;height:1.625rem;top:7.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNtGxL7DgBMoecTmPfkldTk6UpbpvoeM { 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) { #uXOzTy6zkv5mPg8K1JkQV2TFfzaSB8Up { 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) { #ZyIfMT2edmF6ro6mLCe17WCbWx3Mx9z2 { 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) { #k2zbeJ1OQB8XileWLruC6JZaC5qH3h5k { 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; }
 }