.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:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,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:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { position:relative;display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { background-color: transparent; background-image: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container > .video-iframe-container { display: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row > .video-iframe-container { display: none; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .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); }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { border-width: 0; border-radius: 0; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:12.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr { position:relative;display:block; }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr { background-color: transparent; background-image: none; }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .row .container > .video-iframe-container { display: none; }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .row > .video-iframe-container { display: none; }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .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); }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr { border-width: 0; border-radius: 0; }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NZ5xL4IAxWDmTNIzmJT58MzMg46h8MzF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.53749990463257rem;left:23.750001907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OshvoTZb2D0S7GHdQPnoJx9sDnS4aUuz { color:rgba(var(--color-tertiary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.662109375rem;left:5.5625rem;height:10.39844375rem;display:block; }
#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap { position:relative;display:block; }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap { background-color: transparent; background-image: none; }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .row .container > .video-iframe-container { display: none; }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .row > .video-iframe-container { display: none; }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .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); }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap { border-width: 0; border-radius: 0; }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tRnfJ2s7WrcbfUAaIyqb1PEfyOFSSa2b { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:5.4617195129394rem;height:2.03125rem;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; }
#baBs4r8UoXZIRzDr5uAaQRQ60HNnRQTJ { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:12.8125rem;height:4.2125rem;overflow:hidden;display:block; }#baBs4r8UoXZIRzDr5uAaQRQ60HNnRQTJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#baBs4r8UoXZIRzDr5uAaQRQ60HNnRQTJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#nn69eIa2GU1kUdghcRxEKBq6AnVT6QVc { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:40.550001144409rem;left:12.8125rem;height:11.9609375rem;overflow:hidden;display:block; }#nn69eIa2GU1kUdghcRxEKBq6AnVT6QVc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nn69eIa2GU1kUdghcRxEKBq6AnVT6QVc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#gtRhmESUTIQ2mh3qMa930ElH2dHDDuxy { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.35000038147rem;left:14.5rem;height:18.1972875rem;display:block; }
#VdTQT8aPeoR4Jhx2VFbWULGienqpCqbA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:26.8125rem;top:27.05624961853rem;left:13.1875rem;overflow:hidden;display:block; }
#ztG9GgwHa0TSe4yDEFkcgBEFsh5As6Vy { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.44375038147rem;left:12.8125rem;height:1.3rem;overflow:hidden;display:block; }#ztG9GgwHa0TSe4yDEFkcgBEFsh5As6Vy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ztG9GgwHa0TSe4yDEFkcgBEFsh5As6Vy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#LXkiQ4kupXLs8TNUbVa8uWc1pCWONzUc { color:rgba(var(--color-tertiary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.462501525879rem;left:14.549610137939rem;height:6.8115rem;display:block; }#LXkiQ4kupXLs8TNUbVa8uWc1pCWONzUc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LXkiQ4kupXLs8TNUbVa8uWc1pCWONzUc li:before{  }
#Ub3IwafazuVgEFP8Efz1gs5rotwwplMM { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:52.612500190735rem;left:12.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qz2ZQON0VODegCpMm9PlT4U29rL2TlX0 { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:1.0625rem;display:none; }
#dewJ52an3TSAuNwNWgAgXNRSZ3nbZSvX { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:5.4617195129394rem;height:1.4625rem;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; }
#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW { position:relative;display:block; }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW { background-color: transparent; background-image: none; }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .row .container > .video-iframe-container { display: none; }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .row > .video-iframe-container { display: none; }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .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); }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW { border-width: 0; border-radius: 0; }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BNrttQRWLhgfW06C6MQvcTV2M21Io1B3 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:5.5242195129394rem;height:2.03125rem;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; }
#iWObAameVQayNpu0ndUW6PX8cotdlKR2 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0359382629394rem;left:7.75rem;height:16.897475rem;display:block; }
#WC1MwRuQTXClul3ap9zMqwRyNTsm3cWa { color:rgba(var(--color-tertiary-2),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.300000190735rem;left:13rem;height:7.749rem;overflow:hidden;display:block; }#WC1MwRuQTXClul3ap9zMqwRyNTsm3cWa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WC1MwRuQTXClul3ap9zMqwRyNTsm3cWa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#iaHFLzTxGONsWcyigIbHucI0NRKX7zOJ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.475000143051rem;left:13rem;height:1.3rem;display:block; }
#trAebcM5DERRX6OU2JTsoTiZn611EmEI { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.925000190735rem;left:13rem;height:1.29980625rem;display:block; }
#pZ1c7zop1l0BZ3ctLfHnMZk6VEmLcTDR { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.8125rem;left:13rem;height:7.749rem;overflow:hidden;display:block; }#pZ1c7zop1l0BZ3ctLfHnMZk6VEmLcTDR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pZ1c7zop1l0BZ3ctLfHnMZk6VEmLcTDR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#x8AlnQomgcsqIkL9QiV2lEmvn0HUTtH3 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.63632774353rem;left:7.75rem;height:1.625rem;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; }
#inHGUuhLa1cVh9tsUWoEZBZCaK78ahrM { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.461328148842rem;left:13rem;height:1.29980625rem;display:block; }
#kZURA9zDEnMew9XTmGwSO8sJ7hU8czWU { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:1.0625rem;display:none; }
#QJxXWTipGq6TBiLPL5u88ZOcZ6zH61wT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:60.075000762939rem;left:12.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#V9NHolRbiiKDItTSKg6yrGPTmvHN8ieS { color:rgba(var(--color-tertiary-2),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:52.1875rem;left:12.71249961853rem;height:1.3rem;overflow:hidden;display:block; }#V9NHolRbiiKDItTSKg6yrGPTmvHN8ieS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V9NHolRbiiKDItTSKg6yrGPTmvHN8ieS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#QOBa2Rbz3esKnqUbwSA6L0z6xxyX2Gx4 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:50.175001144409rem;left:12.8125rem;height:1.3rem;display:block; }
#tRoP6PwicpfQOGsSf0fnXeB831k2bBPu { color:rgba(var(--color-tertiary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:54.087501525879rem;left:14.987108230591rem;height:4.2125rem;display:block; }#tRoP6PwicpfQOGsSf0fnXeB831k2bBPu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tRoP6PwicpfQOGsSf0fnXeB831k2bBPu li:before{  }
#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L { position:relative;display:block; }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L { background-color: transparent; background-image: none; }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .row .container > .video-iframe-container { display: none; }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .row > .video-iframe-container { display: none; }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .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); }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L { border-width: 0; border-radius: 0; }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oPiBccdm763gDIczRv31P6s9quLcIbVK { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0609359741211rem;left:5.4617195129394rem;height:2.03125rem;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; }
#cg0J79LnwfPWIRaV8mtM3LukZrznhHbz { color:rgba(var(--color-tertiary-2),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9984378814697rem;left:7.3992195129394rem;height:1.3rem;display:block; }
#I4fyIMOr5RZ16ITdzyquNNJiCFoxTTH9 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.78750038147rem;left:12.8125rem;height:;overflow:hidden;display:block; }#I4fyIMOr5RZ16ITdzyquNNJiCFoxTTH9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I4fyIMOr5RZ16ITdzyquNNJiCFoxTTH9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#p2ynygcp2HdgQigE3vHn1I57OhbHTn2d { color:rgba(var(--color-tertiary-2),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.987501144409rem;left:14.649219512939rem;height:6.1375rem;display:block; }#p2ynygcp2HdgQigE3vHn1I57OhbHTn2d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p2ynygcp2HdgQigE3vHn1I57OhbHTn2d li:before{  }
#Qumaw7fcP8zSZf7iWLQ6ZCITwQFxzb7m { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.643360137939rem;left:12.8125rem;height:12.32325rem;overflow:hidden;display:block; }#Qumaw7fcP8zSZf7iWLQ6ZCITwQFxzb7m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qumaw7fcP8zSZf7iWLQ6ZCITwQFxzb7m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
#fMR9VuPNGeDUGd2Vltz6iCimMPS1ltby { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.28750038147rem;left:7.75rem;height:9.0986375rem;display:block; }
#P7zk297vzBX7EQH2alV4csJ3TAd2WXwz { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);height:1.25rem;top:66.8125rem;left:1.0625rem;display:none; }
#QNM9PfkyOEZfgaQ31gAAU05QpKadUVCM { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:44.075000762939rem;left:11.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u { position:relative;display:block; }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u { background-color: transparent; background-image: none; }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .row .container > .video-iframe-container { display: none; }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .row > .video-iframe-container { display: none; }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .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); }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u { border-width: 0; border-radius: 0; }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:81.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i3kJHTtqKoVDioTmdnHrMu6KvJlJANAZ { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.248046875rem;left:5.3367195129394rem;height:2.03125rem;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; }
#c6x9GgUy0vA6T6CIl63ebe9RAlBTveJn { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:7.3679695129394rem;height:3.8994125rem;display:block; }
#B4DfAX8sd581rpRTsJ8JTrA2ZbpW1Q6T { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:17.8125rem;width:37.1875rem;top:13.400000095367rem;left:11.40625rem;display:block; }
#QsddnI8uaIN3OcwSLAoys7C0i0hNL3O8 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:17.712500095367rem;left:15.781251907349rem;height:12rem;display:block; }
#roNmOrsPbcgzImUGd3i80zxoIXt0TBWT { color:rgba(var(--color-tertiary-2),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:12.649219512939rem;height:1.625rem;display:block; }
#AyIhTVTynPwcIN60FSucTwsX1uc4KEI7 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.3125rem;left:12.649219512939rem;height:1.625rem;display:block; }
#xTRt66cZHaJDlJCdK29uHwTglckNIkE6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:17.9375rem;width:37.1875rem;top:33.8369140625rem;left:11.40625rem;display:block; }
#USmSQiQWCliw604o7DqQFyC4GdB2aJ0l { color:rgba(var(--color-tertiary-2),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:38.025000572204rem;left:15.781251907349rem;height:13.5rem;display:block; }
#h0NBQrNLyxQ6fTJtHpJv6z2cRKWTI3CC { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:25.5625rem;width:37.1875rem;top:54.4375rem;left:11.4375rem;display:block; }
#DmoRiVSKsED0xACGxAW6EJ1wkUMoA6QP { color:rgba(var(--color-tertiary-2),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:56.625rem;left:12.625rem;height:1.625rem;display:block; }
#UMZQX5MXQ13q83F08UJEVzly27M0bdHZ { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:59.3125rem;left:15.8125rem;height:18rem;display:block; }
#kBAiIxWgq44WsT0p04ApMW8UmJ9zPuDG { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.154296875rem;left:7.3679695129394rem;height:2.923825rem;display:block; }
#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { position:relative;display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { background-color: transparent; background-image: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container > .video-iframe-container { display: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row > .video-iframe-container { display: none; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .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); }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { border-width: 0; border-radius: 0; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:12.4375rem;top:7.0625rem;left:23.781251907349rem;overflow:hidden;display:block; }
#F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { color:rgba(var(--color-tertiary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { width:12.25rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAJ6ni4WOnOAHR0LMs40TbRZygriESNr { display:block; }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ5xL4IAxWDmTNIzmJT58MzMg46h8MzF { width:12.5rem;height:2.4375rem;top:0.5rem;left:17.625001907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OshvoTZb2D0S7GHdQPnoJx9sDnS4aUuz { width:47.75rem;height:10.375rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap { display:block; }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRnfJ2s7WrcbfUAaIyqb1PEfyOFSSa2b { width:24.125rem;height:2rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baBs4r8UoXZIRzDr5uAaQRQ60HNnRQTJ { width:34.375rem;height:4.1875rem;top:6.5rem;left:6.6875rem;font-size:1rem;display:block; }#baBs4r8UoXZIRzDr5uAaQRQ60HNnRQTJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #nn69eIa2GU1kUdghcRxEKBq6AnVT6QVc { width:30.0625rem;height:;top:40.5rem;left:6.6875rem;font-size:1rem;display:block; }#nn69eIa2GU1kUdghcRxEKBq6AnVT6QVc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #gtRhmESUTIQ2mh3qMa930ElH2dHDDuxy { width:33.625rem;height:18.1875rem;top:22.3125rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdTQT8aPeoR4Jhx2VFbWULGienqpCqbA { width:26.8125rem;height:8.6875rem;top:27rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztG9GgwHa0TSe4yDEFkcgBEFsh5As6Vy { width:37rem;height:1.25rem;top:19.4375rem;left:6.6875rem;font-size:1rem;display:block; }#ztG9GgwHa0TSe4yDEFkcgBEFsh5As6Vy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #LXkiQ4kupXLs8TNUbVa8uWc1pCWONzUc { width:32.6875rem;height:6.8125rem;top:11.4375rem;left:8.4246101379394rem;font-size:1rem;display:block; }#LXkiQ4kupXLs8TNUbVa8uWc1pCWONzUc li:before{  }
 }@media only screen and (max-width: 763px) { #Ub3IwafazuVgEFP8Efz1gs5rotwwplMM { width:34.375rem;height:1.25rem;top:52.5625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz2ZQON0VODegCpMm9PlT4U29rL2TlX0 { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dewJ52an3TSAuNwNWgAgXNRSZ3nbZSvX { width:24.125rem;height:1.4375rem;top:4.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW { display:block; }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNrttQRWLhgfW06C6MQvcTV2M21Io1B3 { width:33.5rem;height:2rem;top:0.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWObAameVQayNpu0ndUW6PX8cotdlKR2 { width:44.5rem;height:16.875rem;top:4rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC1MwRuQTXClul3ap9zMqwRyNTsm3cWa { width:37rem;height:7.75rem;top:30.25rem;left:6.875rem;font-size:1rem;display:block; }#WC1MwRuQTXClul3ap9zMqwRyNTsm3cWa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #iaHFLzTxGONsWcyigIbHucI0NRKX7zOJ { width:12.5rem;height:1.25rem;top:28.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trAebcM5DERRX6OU2JTsoTiZn611EmEI { width:27.5625rem;height:1.25rem;top:39.875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ1c7zop1l0BZ3ctLfHnMZk6VEmLcTDR { width:17.8125rem;height:7.75rem;top:41.8125rem;left:6.875rem;font-size:1rem;display:block; }#pZ1c7zop1l0BZ3ctLfHnMZk6VEmLcTDR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #x8AlnQomgcsqIkL9QiV2lEmvn0HUTtH3 { width:24.125rem;height:1.625rem;top:23.625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inHGUuhLa1cVh9tsUWoEZBZCaK78ahrM { width:34rem;height:1.25rem;top:26.4375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZURA9zDEnMew9XTmGwSO8sJ7hU8czWU { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJxXWTipGq6TBiLPL5u88ZOcZ6zH61wT { width:34.375rem;height:1.25rem;top:60.0625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9NHolRbiiKDItTSKg6yrGPTmvHN8ieS { width:33.375rem;height:;top:52.1875rem;left:6.58749961853rem;font-size:1rem;display:block; }#V9NHolRbiiKDItTSKg6yrGPTmvHN8ieS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #QOBa2Rbz3esKnqUbwSA6L0z6xxyX2Gx4 { width:32.5625rem;height:2.625rem;top:50.125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoP6PwicpfQOGsSf0fnXeB831k2bBPu { width:32.0625rem;height:;top:54.0625rem;left:8.86171913147rem;font-size:1rem;display:block; }#tRoP6PwicpfQOGsSf0fnXeB831k2bBPu li:before{  }
 }@media only screen and (max-width: 763px) { #ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L { display:block; }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPiBccdm763gDIczRv31P6s9quLcIbVK { width:32.125rem;height:2rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg0J79LnwfPWIRaV8mtM3LukZrznhHbz { width:40rem;height:1.25rem;top:4.9375rem;left:1.2742195129394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4fyIMOr5RZ16ITdzyquNNJiCFoxTTH9 { width:34.375rem;height:;top:7.75rem;left:6.6875rem;font-size:1rem;display:block; }#I4fyIMOr5RZ16ITdzyquNNJiCFoxTTH9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #p2ynygcp2HdgQigE3vHn1I57OhbHTn2d { width:40.9375rem;height:6.125rem;top:12.9375rem;left:6.8125rem;font-size:1rem;display:block; }#p2ynygcp2HdgQigE3vHn1I57OhbHTn2d li:before{  }
 }@media only screen and (max-width: 763px) { #Qumaw7fcP8zSZf7iWLQ6ZCITwQFxzb7m { width:34.375rem;height:11rem;top:20.625rem;left:6.1875rem;font-size:1rem;display:block; }#Qumaw7fcP8zSZf7iWLQ6ZCITwQFxzb7m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #fMR9VuPNGeDUGd2Vltz6iCimMPS1ltby { width:44.5rem;height:9.0625rem;top:34.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7zk297vzBX7EQH2alV4csJ3TAd2WXwz { width:15rem;height:1.25rem;top:66.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNM9PfkyOEZfgaQ31gAAU05QpKadUVCM { width:37.5rem;height:1.25rem;top:44.0625rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u { display:block; }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3kJHTtqKoVDioTmdnHrMu6KvJlJANAZ { width:30.9375rem;height:2rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6x9GgUy0vA6T6CIl63ebe9RAlBTveJn { width:44.5rem;height:3.875rem;top:7.875rem;left:1.2429695129394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4DfAX8sd581rpRTsJ8JTrA2ZbpW1Q6T { width:37.1875rem;height:17.8125rem;top:13.375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsddnI8uaIN3OcwSLAoys7C0i0hNL3O8 { width:28.4375rem;height:12rem;top:17.6875rem;left:9.6562519073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roNmOrsPbcgzImUGd3i80zxoIXt0TBWT { width:27.3125rem;height:1.625rem;top:14.6875rem;left:6.5242195129394rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyIhTVTynPwcIN60FSucTwsX1uc4KEI7 { width:33.9375rem;height:1.625rem;top:35.3125rem;left:6.5242195129394rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRt66cZHaJDlJCdK29uHwTglckNIkE6 { width:37.1875rem;height:17.9375rem;top:33.8125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USmSQiQWCliw604o7DqQFyC4GdB2aJ0l { width:32rem;height:13.5rem;top:38rem;left:9.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0NBQrNLyxQ6fTJtHpJv6z2cRKWTI3CC { width:37.1875rem;height:25.5625rem;top:54.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmoRiVSKsED0xACGxAW6EJ1wkUMoA6QP { width:28.1875rem;height:1.625rem;top:56.625rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZQX5MXQ13q83F08UJEVzly27M0bdHZ { width:31.25rem;height:18rem;top:59.3125rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBAiIxWgq44WsT0p04ApMW8UmJ9zPuDG { width:44.5rem;height:2.875rem;top:4.125rem;left:1.2429695129394rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { width:12.4375rem;height:4.8125rem;top:7.0625rem;left:17.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { width:39.875rem;height:3.25rem;top:2.0625rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw { display:block; }#Mkk9mahKdm4lVGJ1xH4R0kvR5h66MdHw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT7eQeOCr5VVkr2fQHFebUgvaNeHJm6 { width:12.375rem;height:4.9375rem;top:0rem;left:3.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAJ6ni4WOnOAHR0LMs40TbRZygriESNr { display:block; }#uAJ6ni4WOnOAHR0LMs40TbRZygriESNr > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ5xL4IAxWDmTNIzmJT58MzMg46h8MzF { width:12.5rem;height:2.4375rem;top:0rem;left:3.7499998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OshvoTZb2D0S7GHdQPnoJx9sDnS4aUuz { width:20rem;height:20.79688125rem;top:2.9750003814698rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap { display:block; }#SczcqueQyq7TVK6ZqhmmXG9KCGH8lUap > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRnfJ2s7WrcbfUAaIyqb1PEfyOFSSa2b { width:20rem;height:1.625rem;top:1.3367302417755rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baBs4r8UoXZIRzDr5uAaQRQ60HNnRQTJ { width:20rem;height:6.8115rem;top:5.1rem;left:0rem;font-size:1rem;display:block; }#baBs4r8UoXZIRzDr5uAaQRQ60HNnRQTJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #nn69eIa2GU1kUdghcRxEKBq6AnVT6QVc { width:20rem;height:17.160125rem;top:52.487112045288rem;left:0rem;font-size:1rem;display:block; }#nn69eIa2GU1kUdghcRxEKBq6AnVT6QVc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #gtRhmESUTIQ2mh3qMa930ElH2dHDDuxy { width:20rem;height:23.3965125rem;top:28.512500047684rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdTQT8aPeoR4Jhx2VFbWULGienqpCqbA { width:20rem;height:6.4796875rem;top:37.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztG9GgwHa0TSe4yDEFkcgBEFsh5As6Vy { width:20rem;height:1.3rem;top:26.575000762939rem;left:0rem;font-size:1rem;display:block; }#ztG9GgwHa0TSe4yDEFkcgBEFsh5As6Vy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #LXkiQ4kupXLs8TNUbVa8uWc1pCWONzUc { width:20rem;height:10.7109375rem;top:12.924609661102rem;left:0rem;font-size:1rem;display:block; }#LXkiQ4kupXLs8TNUbVa8uWc1pCWONzUc li:before{  }
 }@media only screen and (max-width: 763px) { #Ub3IwafazuVgEFP8Efz1gs5rotwwplMM { width:20rem;height:auto;top:52.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz2ZQON0VODegCpMm9PlT4U29rL2TlX0 { top:70.350391387938rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15007;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #dewJ52an3TSAuNwNWgAgXNRSZ3nbZSvX { width:20rem;height:1.4625rem;top:3.6871109008789rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW { display:block; }#t72UMBwkN60hN1qlQ7ypf7XX7AJXnxNW > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNrttQRWLhgfW06C6MQvcTV2M21Io1B3 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWObAameVQayNpu0ndUW6PX8cotdlKR2 { width:20rem;height:27.29589375rem;top:5.6875004768372rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC1MwRuQTXClul3ap9zMqwRyNTsm3cWa { width:20rem;height:11.6484375rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }#WC1MwRuQTXClul3ap9zMqwRyNTsm3cWa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #iaHFLzTxGONsWcyigIbHucI0NRKX7zOJ { width:12.5rem;height:1.3rem;top:41.324999809265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trAebcM5DERRX6OU2JTsoTiZn611EmEI { width:20rem;height:2.6rem;top:56.08749961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ1c7zop1l0BZ3ctLfHnMZk6VEmLcTDR { width:17.8125rem;height:7.749rem;top:59.325000762939rem;left:1.09375rem;font-size:1rem;display:block; }#pZ1c7zop1l0BZ3ctLfHnMZk6VEmLcTDR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #x8AlnQomgcsqIkL9QiV2lEmvn0HUTtH3 { width:20rem;height:1.625rem;top:35.212110996246rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inHGUuhLa1cVh9tsUWoEZBZCaK78ahrM { width:20rem;height:2.6rem;top:36.78750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZURA9zDEnMew9XTmGwSO8sJ7hU8czWU { top:82.075002670288rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15008;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QJxXWTipGq6TBiLPL5u88ZOcZ6zH61wT { width:20rem;height:auto;top:60.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V9NHolRbiiKDItTSKg6yrGPTmvHN8ieS { width:20rem;height:2.6rem;top:72.725002288819rem;left:0rem;font-size:1rem;display:block; }#V9NHolRbiiKDItTSKg6yrGPTmvHN8ieS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #QOBa2Rbz3esKnqUbwSA6L0z6xxyX2Gx4 { width:20rem;height:2.6rem;top:69.000002861025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRoP6PwicpfQOGsSf0fnXeB831k2bBPu { width:20rem;height:5.5125rem;top:75.324611663819rem;left:0rem;font-size:1rem;display:block; }#tRoP6PwicpfQOGsSf0fnXeB831k2bBPu li:before{  }
 }@media only screen and (max-width: 763px) { #ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L { display:block; }#ewaH4CN0vpHyiI5C96LybPmz8hpuZn6L > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPiBccdm763gDIczRv31P6s9quLcIbVK { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg0J79LnwfPWIRaV8mtM3LukZrznhHbz { width:20rem;height:2.6rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4fyIMOr5RZ16ITdzyquNNJiCFoxTTH9 { width:20rem;height:9.098625rem;top:7.975rem;left:0rem;font-size:1rem;display:block; }#I4fyIMOr5RZ16ITdzyquNNJiCFoxTTH9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #p2ynygcp2HdgQigE3vHn1I57OhbHTn2d { width:20rem;height:11.3359375rem;top:18.325rem;left:0rem;font-size:1rem;display:block; }#p2ynygcp2HdgQigE3vHn1I57OhbHTn2d li:before{  }
 }@media only screen and (max-width: 763px) { #Qumaw7fcP8zSZf7iWLQ6ZCITwQFxzb7m { width:20rem;height:21.421875rem;top:30.9125rem;left:0rem;font-size:1rem;display:block; }#Qumaw7fcP8zSZf7iWLQ6ZCITwQFxzb7m li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/56bd5d6c-33e9-484a-8b07-6d95ee2ebf33/BOX.png); }
 }@media only screen and (max-width: 763px) { #fMR9VuPNGeDUGd2Vltz6iCimMPS1ltby { width:20rem;height:18.19724375rem;top:53.587499427796rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7zk297vzBX7EQH2alV4csJ3TAd2WXwz { top:72.325000762938rem;left:2.5000001192093rem;width:15rem;height:1.3rem;z-index:15009;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QNM9PfkyOEZfgaQ31gAAU05QpKadUVCM { width:20rem;height:auto;top:44.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u { display:block; }#GbPfxLhNJga9Tu7hJ7eEXBe3snPoOc6u > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3kJHTtqKoVDioTmdnHrMu6KvJlJANAZ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6x9GgUy0vA6T6CIl63ebe9RAlBTveJn { width:20rem;height:7.7988125rem;top:9.6875002384187rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4DfAX8sd581rpRTsJ8JTrA2ZbpW1Q6T { width:20rem;height:25.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsddnI8uaIN3OcwSLAoys7C0i0hNL3O8 { width:20rem;height:18rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roNmOrsPbcgzImUGd3i80zxoIXt0TBWT { width:20rem;height:3.25rem;top:19.66250038147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyIhTVTynPwcIN60FSucTwsX1uc4KEI7 { width:20rem;height:3.25rem;top:46.22500038147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRt66cZHaJDlJCdK29uHwTglckNIkE6 { width:20rem;height:22.9375rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USmSQiQWCliw604o7DqQFyC4GdB2aJ0l { width:20rem;height:18rem;top:50rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0NBQrNLyxQ6fTJtHpJv6z2cRKWTI3CC { width:20rem;height:27.0625rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmoRiVSKsED0xACGxAW6EJ1wkUMoA6QP { width:20rem;height:3.25rem;top:70.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZQX5MXQ13q83F08UJEVzly27M0bdHZ { width:20rem;height:22.5rem;top:73.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBAiIxWgq44WsT0p04ApMW8UmJ9zPuDG { width:20rem;height:4.38574375rem;top:3.5625002384186rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg { display:block; }#mCPMFS1ERrqKyI04hSNn7SwpgeUJRTwg > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwtpl5CQBcXX2TODqQA3T5PvS94XbrUs { width:10.1875rem;height:3.9375rem;top:8.0312519073488rem;left:4.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9TfnvbdfCknxHwOD11N4zHhFeRlTxrq { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }