.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Go3 font";--paragraphs-font-family:"Formular"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),0.3);background-image:url("https://images.assets-landingi.com/uc/f265dc3c-0fb0-4fdb-a9a4-3a360a1b70a1/web.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.95);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;z-index:auto;display:block; }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row .container { background-color: transparent; background-image: none; }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row .container > .video-iframe-container { display: none; }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row > .video-iframe-container { display: none; }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .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); }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row .container { border-width: 0; border-radius: 0; }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#aa4mAAwEL0z8I0fUHof7zVbMT2dgAKl2 { 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:1.9375rem;width:4.625rem;top:0.96875rem;left:1.125rem;overflow:hidden;display:block; }
#Gp8LkJL0xV7GoxiOQggxDPXapbI8r6ze { position:absolute;display:block;z-index:15008;height:2.4375rem;width:3.25rem;top:0.71875rem;left:70.5rem;display:block; }
#S758bOJ4J8ZRqJPegsBbHJJIgUArm2wD { color:rgba(var(--color-tertiary-0),0.4);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:33.0625rem;height:;text-align:left;text-align-last:left;display:block; }#S758bOJ4J8ZRqJPegsBbHJJIgUArm2wD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S758bOJ4J8ZRqJPegsBbHJJIgUArm2wD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53711601af1eda17f8b8e3e6a7f071edba68ea59.svg); }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#zBGLEaOpmQys9xHxdJFAvRo4MEmLDweO { color:#ffffff;display:block;width:66.4375rem;position:absolute;font-family:"go3 font";font-size:4.5625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:8.5625rem;left:3.40625rem;height:15.0546875rem;text-align:center;text-align-last:center;display:block; }
#WU3gtAdWXrMbKGRPygUtLEcPSg1BtC9k { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;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:formular;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.5625rem;left:30.25rem;display:block; }
#SH6N4mE43mOuMz0JxICgiWKXDc62OZgH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EocnL5TOJmR4scraHLS3lcvlLewLRuI2 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.625rem;left:18.6875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#ZgvwOgvLGDneZDyIRCnkI6WJr4HIr13q { box-sizing:content-box;height:0.0625rem;width:49.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.875rem;left:12.6875rem;display:block; }
#Ie4D4EM0oXXQ33hPLPhhvaiaT9lZvSdq { color:rgba(var(--color-tertiary-0),1);display:block;width:42rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.625rem;left:16.5625rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#ATnmkTl8HsgoDyXwD00n4REP2BaAxdGc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:40.375rem;left:21.5rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#tTSCIUTnlPLTAATzL6NIEB3T3urGsqHE { position:absolute;display:block;z-index:15005;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:0.9375rem;width:5.5rem;top:40.5rem;left:43.125rem;overflow:hidden;display:block; }
#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row .container { background-color: transparent; background-image: none; }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row .container > .video-iframe-container { display: none; }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row > .video-iframe-container { display: none; }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .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); }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row .container { border-width: 0; border-radius: 0; }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#ENDKLgBIzicvSNmqvaIton1WQIkFV1wT { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:0.875rem;left:24.65625rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#SNTdQSl5VDv5PQC4Z0shGhOyW5AdyPT1 { box-sizing:content-box;height:11.5625rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid #1a1a1c;border-left:0.125rem solid #1a1a1c;border-right:0.125rem solid #1a1a1c;border-bottom:0.125rem solid #1a1a1c;top:4.0625rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uKZmFmezQH19xomgvwlMhdah2p1DHgTy { box-sizing:content-box;height:11.5625rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid #1a1a1c;border-left:0.125rem solid #1a1a1c;border-right:0.125rem solid #1a1a1c;border-bottom:0.125rem solid #1a1a1c;top:4.0625rem;left:26.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#on6La3yM5spZ50SCTET1hrfqcImrJvpM { box-sizing:content-box;height:11.5625rem;width:22.5rem;position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid #1a1a1c;border-left:0.125rem solid #1a1a1c;border-right:0.125rem solid #1a1a1c;border-bottom:0.125rem solid #1a1a1c;top:4.0625rem;left:51.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#pT66ycmG07JTlzOnEzsmU6OOIed5pkg3 { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.4375rem;left:6.75rem;height:;text-align:center;text-align-last:center;display:block; }
#V03MTfyJy1FMiET9acVpDTeP0LVCcJTZ { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:10.4375rem;left:31.75rem;height:;text-align:center;text-align-last:center;display:block; }
#booXylD4U4WZmrVwB6ka90ggCKK0vcuB { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.4375rem;left:56.75rem;height:;text-align:center;text-align-last:center;display:block; }
#LMFIkEvLhsDXeiPIOUuwFcyH6nXTBH8Q { color:rgba(var(--color-tertiary-0),0.4);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.1875rem;left:4.5rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#V3k4TIHLLeKToa7WPNKI2gEm01ISnCKa { color:rgba(var(--color-tertiary-0),0.4);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.1865234375rem;left:27.9375rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#UUygfG1pzzra5cI24vsvRJTCuZ8vT1Gw { color:rgba(var(--color-tertiary-0),0.4);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1865234375rem;left:52.125rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#GfJOQNbv9Pyfp4e73WWOgM3NiJhfptb2 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:6.15625rem;left:11.0625rem;overflow:hidden;display:block; }
#a72CX8arTx3Tf1pAKMCMXCmETKxDDuqL { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:6.15625rem;left:36.0625rem;overflow:hidden;display:block; }
#lJTFTcBC8eIWrQc3qAWoNaCmJaAi0R6T { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:6.15625rem;left:61.0625rem;overflow:hidden;display:block; }
#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);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; }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row .container { background-color: transparent; background-image: none; }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row .container > .video-iframe-container { display: none; }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row > .video-iframe-container { display: none; }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .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); }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row .container { border-width: 0; border-radius: 0; }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#dlgu1wn6rb3JsZTNx9Ip5RCXwQVdkvig { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:0.3125rem;left:27.5rem;height:;text-align:center;text-align-last:center;display:block; }
#RfWAOUTgGE8DcxhZ2CPUnEL3m2l8Xz1a { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.4375rem;left:5.40625rem;height:1.23730625rem;text-align:center;text-align-last:center;display:block; }
#LqvrOppt8EKGrJNfU9p4CUdORmbpJOQO { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:10.4375rem;left:30.15625rem;height:1.23730625rem;text-align:center;text-align-last:center;display:block; }
#RNpeV8tKFyuqUmtQwZP00Dl5usCyI1L9 { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.4375rem;left:56.75rem;height:;text-align:center;text-align-last:center;display:block; }
#u4LKUnzG9iB7vzSDLa3UrhF6JSmWGqR9 { color:rgba(var(--color-tertiary-0),0.4);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.1865234375rem;left:3.1875rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#OVROftMo5IWPktVNKlgK7BMmSytmr3S2 { color:rgba(var(--color-tertiary-0),0.4);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.18701171875rem;left:28.625rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#hD73aL4oLwWptykbOZwm62em0islE2yM { color:rgba(var(--color-tertiary-0),0.4);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.1865234375rem;left:53.4375rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#FVqbieZtxR0aKC1rBBLLh0r8NkN0s0dS { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:5.5rem;left:35.65625rem;display:block; }
#qsBexBAwtDRhAle2MlayI4uiZKTvNxvQ { color:#ff0000;display:block;width:3.4375rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0625rem;left:35.78125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#kkvRCilC30rAnXIVvhOrzXqt5ZUDMkh0 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:5.5625rem;left:10.75rem;display:block; }
#TVsVqLLLLkCKA7v2n0asdTzdHiXriQAf { color:#ff0000;display:block;width:3.4375rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.125rem;left:10.875rem;height:;text-align:center;text-align-last:center;display:block; }
#KEZ1EyyV2hEsHTJeWMB5Jw4TQc6Kkfzd { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:5.5625rem;left:60.75rem;display:block; }
#gMO1yraw9tQ80u8UkeRoiTV5LCMsNAws { color:#ff0000;display:block;width:3.4375rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.125rem;left:60.875rem;height:;text-align:center;text-align-last:center;display:block; }
#zg55CeJsCKxiOJ76Ie6Bt1qGy4WEdklb { box-sizing:content-box;height:1.6875rem;width:20.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem dashed #ffffff;border-left:0;border-right:0;border-bottom:0;top:7.3125rem;left:14.6875rem;display:block; }
#btKgsx2uy0GyNxvPFQE1yP6kP7ZlX2Qd { box-sizing:content-box;height:1.6875rem;width:20.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem dashed #ffffff;border-left:0;border-right:0;border-bottom:0;top:7.3125rem;left:39.6875rem;display:block; }
#pbJ07DoenszwQkEslna89r2qRLT8AM5L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);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; }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row .container { background-color: transparent; background-image: none; }#pbJ07DoenszwQkEslna89r2qRLT8AM5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row .container > .video-iframe-container { display: none; }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row > .video-iframe-container { display: none; }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .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); }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row .container { border-width: 0; border-radius: 0; }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#OH2kzhFQDHkTC1SqNNcZRHGCNy6lcGrU { box-sizing:content-box;height:14.8125rem;width:72.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:0.49267578125rem;left:1.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MSRzAJqP8oSqT7QathHDmmKKaPFKoGe6 { color:#18c56d;display:block;width:19.5rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5625rem;left:2.84375rem;height:;text-align:left;text-align-last:left;display:block; }
#KLZIS1eQ6J6oHfbx4mzOedmQImAwctDA { color:#ff0000;display:block;width:19.5rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.5625rem;left:39.3125rem;height:;text-align:left;text-align-last:left;display:block; }
#quw0HpKV8am1LdgiwitLgfAvfAUAaT9w { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.2802734375rem;left:2.84375rem;height:;display:block; }#quw0HpKV8am1LdgiwitLgfAvfAUAaT9w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#quw0HpKV8am1LdgiwitLgfAvfAUAaT9w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada0c832752b1d271295a6225730a5540bfca0d9.svg); }
#Gmt6OXDiztb5WT7W5fCHJHgDeJ0Fkdwu { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.28125rem;left:39.3125rem;height:;display:block; }#Gmt6OXDiztb5WT7W5fCHJHgDeJ0Fkdwu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gmt6OXDiztb5WT7W5fCHJHgDeJ0Fkdwu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53bed0ce4b9fd1561dca8dab8b2cf99343cfd30a.svg); }
#QOAdt26uPT75U34WbmCE481lBMNKPwIL { box-sizing:content-box;height:11.875rem;width:0.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.90625rem;left:37.4375rem;display:block; }
#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);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; }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row .container { background-color: transparent; background-image: none; }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row .container > .video-iframe-container { display: none; }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row > .video-iframe-container { display: none; }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .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); }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row .container { border-width: 0; border-radius: 0; }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#x9vrlfJ4moEM0JoANzzxtAhJdIJV5y3q { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:0.3125rem;left:27.5rem;height:;text-align:center;text-align-last:center;display:block; }
#AAdekXOu7gatEpXqAE1HlWVeUpE3yVyz { box-sizing:content-box;height:11.5625rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid #1a1a1c;border-left:0.125rem solid #1a1a1c;border-right:0.125rem solid #1a1a1c;border-bottom:0.125rem solid #1a1a1c;top:5rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#subiEeUDK5u8wquRCqe7HnwxnNFhiQZx { box-sizing:content-box;height:11.5625rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid #1a1a1c;border-left:0.125rem solid #1a1a1c;border-right:0.125rem solid #1a1a1c;border-bottom:0.125rem solid #1a1a1c;top:5rem;left:26.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TEbWXuTcTOrc0PvgoISxQeSiNMaXzTLB { box-sizing:content-box;height:11.5625rem;width:22.5rem;position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;box-shadow: none;border-top:0.125rem solid #1a1a1c;border-left:0.125rem solid #1a1a1c;border-right:0.125rem solid #1a1a1c;border-bottom:0.125rem solid #1a1a1c;top:5rem;left:51.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lXV5F08mCLOfVbEucqTWVk8C6G6kVSUp { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.625rem;left:5.375rem;height:;text-align:center;text-align-last:center;display:block; }
#DFl5XAIcr9RsEmz8vez1KTavph0lHoUu { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:10.625rem;left:30.9375rem;height:;text-align:center;text-align-last:center;display:block; }
#cJs6snaOV6MXKvPmEDA6qWzRPJymQcZq { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.625rem;left:53.875rem;height:1.23730625rem;text-align:center;text-align-last:center;display:block; }
#FJhyrmMl4CDOLG2FoaUFfNZPm58C9lu7 { color:rgba(var(--color-tertiary-0),0.4);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.2998046875rem;left:3.03125rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#SvVRoiehbTMFK7mlkiQIK6JfO5QbDLDz { color:rgba(var(--color-tertiary-0),0.4);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.2998046875rem;left:28.0625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#GXBfd55ZMQIrlhig9TdKs0HnivkRNy8E { color:rgba(var(--color-tertiary-0),0.4);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.2998046875rem;left:52rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#uuTO9esZGJHFsPqEpvAdlxLuSKXVNUXG { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:7.09375rem;left:11.0625rem;overflow:hidden;display:block; }
#lR7Rdc8cp0aQNmB2TDni4d6maoT5nd1D { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:7.09375rem;left:36.0625rem;overflow:hidden;display:block; }
#eyIiNBTHg5UfryCFCfcWVinaGIyWrJOL { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:7.09375rem;left:61.0625rem;overflow:hidden;display:block; }
#PKnbWopqluuzRhGIdUy0IVT8WOHtZbQK { color:rgba(var(--color-tertiary-0),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.1875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);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; }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row .container { background-color: transparent; background-image: none; }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row .container > .video-iframe-container { display: none; }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row > .video-iframe-container { display: none; }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .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); }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row .container { border-width: 0; border-radius: 0; }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#ssZSwFnQzyrxI6SRvtVARiNE3BFLMXDl { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"go3 font";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.5rem;left:26.5625rem;height:;text-align:center;text-align-last:center;display:block; }
#zGuVvlUDgNCfNHouzByTmi06w5fisTBW { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;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:formular;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.46875rem;left:30.25rem;display:block; }
#mfRyTRVD3NyAQGxmtbKDMhEi6hW43u4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fAkCv5wJac466AbcpvTK2dhOX4C4E50L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row .container { background-color: transparent; background-image: none; }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row .container > .video-iframe-container { display: none; }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row > .video-iframe-container { display: none; }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .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); }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row .container { border-width: 0; border-radius: 0; }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#fn7KERRka4ea9KNcLifFQGQf86H02nx7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:4.625rem;top:3.0498046875rem;left:1.125rem;overflow:hidden;display:block; }
#VFnvc7GlvGqzJSCWxlw4ODpXbVTp4BuA { box-sizing:content-box;height:0.125rem;width:72.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),0.1);background-image:none;top:17.625rem;left:1.125rem;display:block; }
#NlBUIaEP4mfG1TT47HR4FiXrTs5zTHes { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.9;letter-spacing:0;top:3.1875rem;left:14.25rem;height:1.6621125rem;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; }
#SV9qksd2lKmJfAewfocG3QOTAvcBQykS { color:rgba(var(--color-tertiary-0),0.6);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:18.4375rem;left:1.125rem;height:1.13736875rem;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; }
#OL6bDoo2EvWp8iNX9HQDTy5i2lsIeGTQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.9;letter-spacing:0;top:4.849609375rem;left:14.25rem;height:1.6621125rem;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; }
#VaSNQ6QQkoh3kllKMa8babfnWfctG1rq { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.9;letter-spacing:0;top:8.173828125rem;left:14.25rem;height:1.6621125rem;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; }
#JTXCtz9OQ1NTBmFJvplrOACsBpPftxWH { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.9;letter-spacing:0;top:9.8359375rem;left:14.25rem;height:1.6621125rem;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; }
#UPt55aWzpAUqAHUQRNrglRMVIFgpVObk { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.9;letter-spacing:0;top:11.498046875rem;left:14.25rem;height:1.6621125rem;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; }
#O3umAqZFms862JW67oa5Z2JEd3KQvJH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.9;letter-spacing:0;top:13.16015625rem;left:14.25rem;height:1.6621125rem;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; }
#uOttDPs69mlKOXJ0RyIFnDTo2pffbWaR { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.9;letter-spacing:0;top:8.173828125rem;left:27.25rem;height:1.6621125rem;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; }
#PIdhkvn1BFJtxMl4ulQWNRt4kW4PuTJ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.9;letter-spacing:0;top:6.51171875rem;left:27.25rem;height:1.6621125rem;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; }
#vKRJK5GhD3DIKIHGC0PZQf7VXC6Gw9UH { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.9;letter-spacing:0;top:4.849609375rem;left:27.25rem;height:1.6621125rem;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; }
#qNQBsxGv58ivo4Xgszlyr4T9xsSyuWdG { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.9;letter-spacing:0;top:3.1875rem;left:27.25rem;height:1.6621125rem;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; }
#p0Nmskd3XpcIHiCs1PClUuoB3ekaamgO { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.9;letter-spacing:0;top:9.8359375rem;left:27.25rem;height:1.6621125rem;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; }
#el6yQSOaUX7g7xtV4SNX6ENesrfBsMUm { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"go3 font";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.0498046875rem;left:41.625rem;height:;text-align:left;text-align-last:left;display:block; }
#PTqSnhFodSA4I64lWGmiCmSWE2iTC9IB { color:rgba(var(--color-tertiary-0),0.4);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9873046875rem;left:41.625rem;height:;display:block; }#PTqSnhFodSA4I64lWGmiCmSWE2iTC9IB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTqSnhFodSA4I64lWGmiCmSWE2iTC9IB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fb3915f8c6f238d7609f08eea077a8f4cad3671.svg); }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTi6gO2417mkhNer8tPld4NDtUz4ch4L { display:block; }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa4mAAwEL0z8I0fUHof7zVbMT2dgAKl2 { top:0.9375rem;left:0rem;width:4.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8LkJL0xV7GoxiOQggxDPXapbI8r6ze { top:0.6875rem;left:44.5rem;width:3.25rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S758bOJ4J8ZRqJPegsBbHJJIgUArm2wD { top:1.3125rem;left:19.4375rem;width:8.875rem;height:;font-size:0.75rem;display:block; }#S758bOJ4J8ZRqJPegsBbHJJIgUArm2wD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53711601af1eda17f8b8e3e6a7f071edba68ea59.svg); }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBGLEaOpmQys9xHxdJFAvRo4MEmLDweO { top:8.5625rem;left:0rem;width:47.75rem;height:15.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU3gtAdWXrMbKGRPygUtLEcPSg1BtC9k { width:14.5rem;height:2.75rem;top:25.5625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH6N4mE43mOuMz0JxICgiWKXDc62OZgH { display:block; }
 }@media only screen and (max-width: 763px) { #EocnL5TOJmR4scraHLS3lcvlLewLRuI2 { top:29.625rem;left:5.0625rem;width:37.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgvwOgvLGDneZDyIRCnkI6WJr4HIr13q { top:34.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4D4EM0oXXQ33hPLPhhvaiaT9lZvSdq { top:36.625rem;left:2.9375rem;width:42rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATnmkTl8HsgoDyXwD00n4REP2BaAxdGc { top:40.375rem;left:7.875rem;width:20.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTSCIUTnlPLTAATzL6NIEB3T3urGsqHE { top:40.5rem;left:29.5rem;width:5.5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp { display:block; }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENDKLgBIzicvSNmqvaIton1WQIkFV1wT { top:0.875rem;left:0rem;width:25.6875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTdQSl5VDv5PQC4Z0shGhOyW5AdyPT1 { top:4.0625rem;left:0rem;width:22.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKZmFmezQH19xomgvwlMhdah2p1DHgTy { top:4.0625rem;left:9rem;width:22.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #on6La3yM5spZ50SCTET1hrfqcImrJvpM { top:4.0625rem;left:24.875rem;width:22.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT66ycmG07JTlzOnEzsmU6OOIed5pkg3 { top:10.4375rem;left:2.1875rem;width:11.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V03MTfyJy1FMiET9acVpDTeP0LVCcJTZ { top:10.4375rem;left:18.0625rem;width:11.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #booXylD4U4WZmrVwB6ka90ggCKK0vcuB { top:10.4375rem;left:33.9375rem;width:11.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMFIkEvLhsDXeiPIOUuwFcyH6nXTBH8Q { top:12.1875rem;left:0rem;width:16.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3k4TIHLLeKToa7WPNKI2gEm01ISnCKa { top:12.125rem;left:12.8125rem;width:19.625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUygfG1pzzra5cI24vsvRJTCuZ8vT1Gw { top:12.125rem;left:26.6875rem;width:21.0625rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJOQNbv9Pyfp4e73WWOgM3NiJhfptb2 { top:6.125rem;left:6.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a72CX8arTx3Tf1pAKMCMXCmETKxDDuqL { top:6.125rem;left:22.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJTFTcBC8eIWrQc3qAWoNaCmJaAi0R6T { top:6.125rem;left:38.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X { display:block; }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlgu1wn6rb3JsZTNx9Ip5RCXwQVdkvig { top:0.3125rem;left:11.75rem;width:20rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfWAOUTgGE8DcxhZ2CPUnEL3m2l8Xz1a { top:10.4375rem;left:0.84375rem;width:14.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqvrOppt8EKGrJNfU9p4CUdORmbpJOQO { top:10.4375rem;left:16.46875rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpeV8tKFyuqUmtQwZP00Dl5usCyI1L9 { top:10.4375rem;left:33.9375rem;width:11.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4LKUnzG9iB7vzSDLa3UrhF6JSmWGqR9 { top:12.125rem;left:0rem;width:18.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVROftMo5IWPktVNKlgK7BMmSytmr3S2 { top:12.125rem;left:14rem;width:17.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD73aL4oLwWptykbOZwm62em0islE2yM { top:12.125rem;left:29.375rem;width:18.375rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVqbieZtxR0aKC1rBBLLh0r8NkN0s0dS { top:5.5rem;left:21.96875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsBexBAwtDRhAle2MlayI4uiZKTvNxvQ { top:6.0625rem;left:22.09375rem;width:3.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkvRCilC30rAnXIVvhOrzXqt5ZUDMkh0 { top:5.5625rem;left:6.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVsVqLLLLkCKA7v2n0asdTzdHiXriQAf { top:6.125rem;left:6.3125rem;width:3.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEZ1EyyV2hEsHTJeWMB5Jw4TQc6Kkfzd { top:5.5625rem;left:37.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMO1yraw9tQ80u8UkeRoiTV5LCMsNAws { top:6.125rem;left:38.0625rem;width:3.4375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg55CeJsCKxiOJ76Ie6Bt1qGy4WEdklb { top:7.3125rem;left:0rem;width:20.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btKgsx2uy0GyNxvPFQE1yP6kP7ZlX2Qd { top:7.3125rem;left:11.125rem;width:20.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJ07DoenszwQkEslna89r2qRLT8AM5L { display:block; }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OH2kzhFQDHkTC1SqNNcZRHGCNy6lcGrU { top:0.4375rem;left:0rem;width:47.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSRzAJqP8oSqT7QathHDmmKKaPFKoGe6 { top:2.5625rem;left:0rem;width:19.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLZIS1eQ6J6oHfbx4mzOedmQImAwctDA { top:2.5625rem;left:23.875rem;width:19.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quw0HpKV8am1LdgiwitLgfAvfAUAaT9w { top:5.25rem;left:0rem;width:30.6875rem;height:;font-size:0.875rem;display:block; }#quw0HpKV8am1LdgiwitLgfAvfAUAaT9w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada0c832752b1d271295a6225730a5540bfca0d9.svg); }
 }@media only screen and (max-width: 763px) { #Gmt6OXDiztb5WT7W5fCHJHgDeJ0Fkdwu { top:5.25rem;left:14.5rem;width:33.25rem;height:;font-size:0.875rem;display:block; }#Gmt6OXDiztb5WT7W5fCHJHgDeJ0Fkdwu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53bed0ce4b9fd1561dca8dab8b2cf99343cfd30a.svg); }
 }@media only screen and (max-width: 763px) { #QOAdt26uPT75U34WbmCE481lBMNKPwIL { top:1.875rem;left:23.75rem;width:0.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn { display:block; }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9vrlfJ4moEM0JoANzzxtAhJdIJV5y3q { top:0.3125rem;left:11.75rem;width:20rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAdekXOu7gatEpXqAE1HlWVeUpE3yVyz { top:5rem;left:0rem;width:22.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #subiEeUDK5u8wquRCqe7HnwxnNFhiQZx { top:5rem;left:9rem;width:22.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEbWXuTcTOrc0PvgoISxQeSiNMaXzTLB { top:5rem;left:24.875rem;width:22.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXV5F08mCLOfVbEucqTWVk8C6G6kVSUp { top:10.625rem;left:0.8125rem;width:14.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFl5XAIcr9RsEmz8vez1KTavph0lHoUu { top:10.625rem;left:17.25rem;width:13.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJs6snaOV6MXKvPmEDA6qWzRPJymQcZq { top:10.625rem;left:30.375rem;width:17.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhyrmMl4CDOLG2FoaUFfNZPm58C9lu7 { top:12.25rem;left:0rem;width:18.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvVRoiehbTMFK7mlkiQIK6JfO5QbDLDz { top:12.25rem;left:12.875rem;width:18.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBfd55ZMQIrlhig9TdKs0HnivkRNy8E { top:12.25rem;left:26.625rem;width:21rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTO9esZGJHFsPqEpvAdlxLuSKXVNUXG { top:7.0625rem;left:6.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR7Rdc8cp0aQNmB2TDni4d6maoT5nd1D { top:7.0625rem;left:22.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyIiNBTHg5UfryCFCfcWVinaGIyWrJOL { top:7.0625rem;left:38.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKnbWopqluuzRhGIdUy0IVT8WOHtZbQK { top:2.75rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P { display:block; }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssZSwFnQzyrxI6SRvtVARiNE3BFLMXDl { top:1.5rem;left:9.875rem;width:21.875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGuVvlUDgNCfNHouzByTmi06w5fisTBW { width:14.5rem;height:2.75rem;top:8.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfRyTRVD3NyAQGxmtbKDMhEi6hW43u4e { display:block; }
 }@media only screen and (max-width: 763px) { #fAkCv5wJac466AbcpvTK2dhOX4C4E50L { display:block; }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn7KERRka4ea9KNcLifFQGQf86H02nx7 { top:3rem;left:0rem;width:4.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFnvc7GlvGqzJSCWxlw4ODpXbVTp4BuA { top:17.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlBUIaEP4mfG1TT47HR4FiXrTs5zTHes { top:3.1875rem;left:0.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV9qksd2lKmJfAewfocG3QOTAvcBQykS { top:18.4375rem;left:0rem;width:17.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL6bDoo2EvWp8iNX9HQDTy5i2lsIeGTQ { top:4.8125rem;left:0.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaSNQ6QQkoh3kllKMa8babfnWfctG1rq { top:8.125rem;left:0.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXCtz9OQ1NTBmFJvplrOACsBpPftxWH { top:9.8125rem;left:0.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPt55aWzpAUqAHUQRNrglRMVIFgpVObk { top:11.4375rem;left:0.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3umAqZFms862JW67oa5Z2JEd3KQvJH3 { top:13.125rem;left:0.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOttDPs69mlKOXJ0RyIFnDTo2pffbWaR { top:8.125rem;left:13.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIdhkvn1BFJtxMl4ulQWNRt4kW4PuTJ8 { top:6.5rem;left:13.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKRJK5GhD3DIKIHGC0PZQf7VXC6Gw9UH { top:4.8125rem;left:13.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNQBsxGv58ivo4Xgszlyr4T9xsSyuWdG { top:3.1875rem;left:13.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Nmskd3XpcIHiCs1PClUuoB3ekaamgO { top:9.8125rem;left:13.625rem;width:13rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #el6yQSOaUX7g7xtV4SNX6ENesrfBsMUm { top:3rem;left:26.5rem;width:21.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTqSnhFodSA4I64lWGmiCmSWE2iTC9IB { top:4.9375rem;left:15.625rem;width:32.125rem;height:;font-size:0.75rem;display:block; }#PTqSnhFodSA4I64lWGmiCmSWE2iTC9IB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fb3915f8c6f238d7609f08eea077a8f4cad3671.svg); }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#1a1a1c;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); } }@media only screen and (max-width: 763px) { #RTi6gO2417mkhNer8tPld4NDtUz4ch4L { position:relative;z-index:auto;display:block; }#RTi6gO2417mkhNer8tPld4NDtUz4ch4L > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa4mAAwEL0z8I0fUHof7zVbMT2dgAKl2 { width:3.5625rem;height:1.4375rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8LkJL0xV7GoxiOQggxDPXapbI8r6ze { width:3.25rem;height:2.4375rem;top:0.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S758bOJ4J8ZRqJPegsBbHJJIgUArm2wD { width:7.375rem;height:0;top:1.38720703125rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }#S758bOJ4J8ZRqJPegsBbHJJIgUArm2wD li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#S758bOJ4J8ZRqJPegsBbHJJIgUArm2wD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53711601af1eda17f8b8e3e6a7f071edba68ea59.svg); }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/1497aa34-bc6f-446c-ace3-7678aacfcaf4/mob.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBGLEaOpmQys9xHxdJFAvRo4MEmLDweO { width:19.4375rem;height:17.3203125rem;top:1.125rem;left:0.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU3gtAdWXrMbKGRPygUtLEcPSg1BtC9k { width:14.5rem;height:2.75rem;top:19.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH6N4mE43mOuMz0JxICgiWKXDc62OZgH { display:block; }
 }@media only screen and (max-width: 763px) { #EocnL5TOJmR4scraHLS3lcvlLewLRuI2 { width:20rem;height:2.2734375rem;top:23.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgvwOgvLGDneZDyIRCnkI6WJr4HIr13q { width:20rem;height:0.0625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie4D4EM0oXXQ33hPLPhhvaiaT9lZvSdq { width:20rem;height:5.68359375rem;top:28.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATnmkTl8HsgoDyXwD00n4REP2BaAxdGc { width:12.3125rem;height:2.2734375rem;top:36.0390625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTSCIUTnlPLTAATzL6NIEB3T3urGsqHE { width:5.5rem;height:0.9375rem;top:36.70703125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp { display:block; }#wTDcA92f3Vkw6Lczmkku2aqHuii3KWMp > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENDKLgBIzicvSNmqvaIton1WQIkFV1wT { width:20rem;height:4.125rem;top:1.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTdQSl5VDv5PQC4Z0shGhOyW5AdyPT1 { width:18.75rem;height:11.5625rem;top:6.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKZmFmezQH19xomgvwlMhdah2p1DHgTy { width:18.75rem;height:11.5625rem;top:19rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #on6La3yM5spZ50SCTET1hrfqcImrJvpM { width:18.75rem;height:11.5625rem;top:31.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT66ycmG07JTlzOnEzsmU6OOIed5pkg3 { width:11.4375rem;height:1.23730625rem;top:11.5rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V03MTfyJy1FMiET9acVpDTeP0LVCcJTZ { width:11.4375rem;height:1.23730625rem;top:24.3125rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #booXylD4U4WZmrVwB6ka90ggCKK0vcuB { width:11.4375rem;height:1.23730625rem;top:37.0625rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMFIkEvLhsDXeiPIOUuwFcyH6nXTBH8Q { width:15.5625rem;height:3.41015625rem;top:12.75rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3k4TIHLLeKToa7WPNKI2gEm01ISnCKa { width:15.4375rem;height:4.546875rem;top:25.5rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUygfG1pzzra5cI24vsvRJTCuZ8vT1Gw { width:14.125rem;height:4.546875rem;top:38.25rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfJOQNbv9Pyfp4e73WWOgM3NiJhfptb2 { width:2.8125rem;height:2.8125rem;top:8.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a72CX8arTx3Tf1pAKMCMXCmETKxDDuqL { width:2.8125rem;height:2.8125rem;top:20.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJTFTcBC8eIWrQc3qAWoNaCmJaAi0R6T { width:2.8125rem;height:2.8125rem;top:33.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X { display:block; }#AKw7NDJpQL5RG2mCTOEDu3T8CabyEV0X > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlgu1wn6rb3JsZTNx9Ip5RCXwQVdkvig { width:20rem;height:2.0625rem;top:0rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RfWAOUTgGE8DcxhZ2CPUnEL3m2l8Xz1a { width:14.1875rem;height:1.23730625rem;top:3.380859375rem;left:4.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LqvrOppt8EKGrJNfU9p4CUdORmbpJOQO { width:14.5625rem;height:1.23730625rem;top:10.7666015625rem;left:4.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNpeV8tKFyuqUmtQwZP00Dl5usCyI1L9 { width:11.4375rem;height:1.23730625rem;top:18.13134765625rem;left:4.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u4LKUnzG9iB7vzSDLa3UrhF6JSmWGqR9 { width:13.4375rem;height:3.41015625rem;top:4.6181640625rem;left:4.09375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OVROftMo5IWPktVNKlgK7BMmSytmr3S2 { width:11.5rem;height:3.41015625rem;top:12.00439453125rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hD73aL4oLwWptykbOZwm62em0islE2yM { width:13.8125rem;height:3.41015625rem;top:19.36865234375rem;left:4.09375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FVqbieZtxR0aKC1rBBLLh0r8NkN0s0dS { width:2.5rem;height:2.5rem;top:10.07373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsBexBAwtDRhAle2MlayI4uiZKTvNxvQ { width:2.5rem;height:2.4375rem;top:10.2919921875rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkvRCilC30rAnXIVvhOrzXqt5ZUDMkh0 { width:2.5rem;height:2.5rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVsVqLLLLkCKA7v2n0asdTzdHiXriQAf { width:2.5rem;height:2.4375rem;top:2.96875rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEZ1EyyV2hEsHTJeWMB5Jw4TQc6Kkfzd { width:2.5rem;height:2.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMO1yraw9tQ80u8UkeRoiTV5LCMsNAws { width:2.5rem;height:2.4375rem;top:17.65625rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg55CeJsCKxiOJ76Ie6Bt1qGy4WEdklb { width:2.75rem;height:4.125rem;top:5.57958984375rem;left:1.34375rem;border-top:0;border-left:0.0625rem dashed #ffffff;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #btKgsx2uy0GyNxvPFQE1yP6kP7ZlX2Qd { width:2.75rem;height:4.125rem;top:13.01123046875rem;left:1.34375rem;border-top:0;border-left:0.0625rem dashed #ffffff;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pbJ07DoenszwQkEslna89r2qRLT8AM5L { display:block; }#pbJ07DoenszwQkEslna89r2qRLT8AM5L > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OH2kzhFQDHkTC1SqNNcZRHGCNy6lcGrU { width:19.6875rem;height:41.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSRzAJqP8oSqT7QathHDmmKKaPFKoGe6 { width:16.875rem;height:2.0625rem;top:1.77099609375rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLZIS1eQ6J6oHfbx4mzOedmQImAwctDA { width:16.875rem;height:4.125rem;top:18.9375rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quw0HpKV8am1LdgiwitLgfAvfAUAaT9w { width:16.875rem;height:10.03125rem;top:4.77099609375rem;left:1.5625rem;font-size:0.875rem;display:block; }#quw0HpKV8am1LdgiwitLgfAvfAUAaT9w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada0c832752b1d271295a6225730a5540bfca0d9.svg); }
 }@media only screen and (max-width: 763px) { #Gmt6OXDiztb5WT7W5fCHJHgDeJ0Fkdwu { width:16.875rem;height:16.027375rem;top:24.22607421875rem;left:1.5625rem;font-size:0.875rem;display:block; }#Gmt6OXDiztb5WT7W5fCHJHgDeJ0Fkdwu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_53bed0ce4b9fd1561dca8dab8b2cf99343cfd30a.svg); }
 }@media only screen and (max-width: 763px) { #QOAdt26uPT75U34WbmCE481lBMNKPwIL { width:18.125rem;height:0.125rem;top:17.3505859375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn { display:block; }#qP8ecG6UuzhJlttlHu5yvWgDuHrmZEvn > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9vrlfJ4moEM0JoANzzxtAhJdIJV5y3q { width:20rem;height:2.0625rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAdekXOu7gatEpXqAE1HlWVeUpE3yVyz { width:18.75rem;height:11.5625rem;top:7.14990234375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #subiEeUDK5u8wquRCqe7HnwxnNFhiQZx { width:18.75rem;height:11.5625rem;top:20.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEbWXuTcTOrc0PvgoISxQeSiNMaXzTLB { width:18.75rem;height:13.375rem;top:32.8369140625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXV5F08mCLOfVbEucqTWVk8C6G6kVSUp { width:14.25rem;height:1.23730625rem;top:12.43701171875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFl5XAIcr9RsEmz8vez1KTavph0lHoUu { width:13.125rem;height:1.23730625rem;top:25.35009765625rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJs6snaOV6MXKvPmEDA6qWzRPJymQcZq { width:14.6875rem;height:2.4746125rem;top:38.125rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhyrmMl4CDOLG2FoaUFfNZPm58C9lu7 { width:16rem;height:4.546875rem;top:13.67431640625rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvVRoiehbTMFK7mlkiQIK6JfO5QbDLDz { width:17rem;height:3.41015625rem;top:26.58740234375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBfd55ZMQIrlhig9TdKs0HnivkRNy8E { width:16.5625rem;height:4.546875rem;top:41.1123046875rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuTO9esZGJHFsPqEpvAdlxLuSKXVNUXG { width:2.8125rem;height:2.8125rem;top:8.6875rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR7Rdc8cp0aQNmB2TDni4d6maoT5nd1D { width:2.8125rem;height:2.8125rem;top:21.4375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyIiNBTHg5UfryCFCfcWVinaGIyWrJOL { width:2.8125rem;height:2.8125rem;top:34.25rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKnbWopqluuzRhGIdUy0IVT8WOHtZbQK { width:19.1875rem;height:2.2734375rem;top:2.56201171875rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P { display:block; }#yHzuR2PD2i6R0DkVcbIQJntaTEKtEi6P > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssZSwFnQzyrxI6SRvtVARiNE3BFLMXDl { width:16rem;height:10.3125rem;top:0rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGuVvlUDgNCfNHouzByTmi06w5fisTBW { width:14.5rem;height:2.75rem;top:7.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfRyTRVD3NyAQGxmtbKDMhEi6hW43u4e { display:block; }
 }@media only screen and (max-width: 763px) { #fAkCv5wJac466AbcpvTK2dhOX4C4E50L { display:block; }#fAkCv5wJac466AbcpvTK2dhOX4C4E50L > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn7KERRka4ea9KNcLifFQGQf86H02nx7 { width:4.875rem;height:2.125rem;top:3.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFnvc7GlvGqzJSCWxlw4ODpXbVTp4BuA { width:20rem;height:0.0625rem;top:32.06966875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlBUIaEP4mfG1TT47HR4FiXrTs5zTHes { width:11.0625rem;height:1.6621125rem;top:8.5rem;left:4.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SV9qksd2lKmJfAewfocG3QOTAvcBQykS { width:17.8125rem;height:1.13671875rem;top:6.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OL6bDoo2EvWp8iNX9HQDTy5i2lsIeGTQ { width:13rem;height:1.6621125rem;top:10.162109375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaSNQ6QQkoh3kllKMa8babfnWfctG1rq { width:13rem;height:1.6621125rem;top:13.5rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTXCtz9OQ1NTBmFJvplrOACsBpPftxWH { width:13rem;height:1.6621125rem;top:15.162109375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPt55aWzpAUqAHUQRNrglRMVIFgpVObk { width:13rem;height:1.6621125rem;top:16.82421875rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3umAqZFms862JW67oa5Z2JEd3KQvJH3 { width:13rem;height:1.6621125rem;top:18.486328125rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOttDPs69mlKOXJ0RyIFnDTo2pffbWaR { width:13rem;height:1.6621125rem;top:26.796875rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIdhkvn1BFJtxMl4ulQWNRt4kW4PuTJ8 { width:13rem;height:1.6621125rem;top:25.134765625rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKRJK5GhD3DIKIHGC0PZQf7VXC6Gw9UH { width:13rem;height:1.6621125rem;top:23.47265625rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNQBsxGv58ivo4Xgszlyr4T9xsSyuWdG { width:13rem;height:1.6621125rem;top:21.810546875rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0Nmskd3XpcIHiCs1PClUuoB3ekaamgO { width:13rem;height:1.6621125rem;top:28.458984375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #el6yQSOaUX7g7xtV4SNX6ENesrfBsMUm { width:14.8125rem;height:1.23730625rem;top:32.62890625rem;left:2.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTqSnhFodSA4I64lWGmiCmSWE2iTC9IB { width:18.75rem;height:12.6328125rem;top:34.638671875rem;left:0.625rem;font-size:0.75rem;display:block; }#PTqSnhFodSA4I64lWGmiCmSWE2iTC9IB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7fb3915f8c6f238d7609f08eea077a8f4cad3671.svg); }
 }