.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#fffdfd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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:8rem;width:75rem;overflow:visible;position:relative;display:block; }#fNrZTDBRwH5wMTNxNHALvFyAbF3Xg8Pq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#281e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.28125rem;left:60.1875rem;display:block; }
#JuEbtpDUVn1UhI9F0XQWUSBHa3TcO01h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnyJJPugnMu6tStoTLJxqvxRWLH5kgoA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:21.4375rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#NXto7mM7rOvPrRnT3U0OG3F0mRe5i3hm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#281e32;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.3125rem;left:67.5625rem;display:block; }
#GGOeTzlTOdV5WrzbW664DZgSXCHnrD2X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeuKEiMHSm7bdQTAVw1OdfpphOlOmpT1 { position:absolute;display:block;z-index:15048;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:5.625rem;width:5.625rem;top:6.25rem;left:7.0625rem;overflow:hidden;display:none; }
#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv { background-color:transparent;background-image: -webkit-linear-gradient(144deg, #2a2a2a, #0b0a0e);background-image: -moz-linear-gradient(144deg, #2a2a2a, #0b0a0e);background-image: -ms-linear-gradient(144deg, #2a2a2a, #0b0a0e);background-image: -o-linear-gradient(144deg, #2a2a2a, #0b0a0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#0b0a0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#0b0a0e' );";background-image: linear-gradient(144deg, #2a2a2a, #0b0a0e);background-size:auto !important;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; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container { background-color: transparent; background-image: none; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container > .video-iframe-container { display: none; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row > .video-iframe-container { display: none; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .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); }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container { border-width: 0; border-radius: 0; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#fR1ny1oaICiHqbCSWaDy6hFzNCu4mr7D { color:#e1e1e1;display:block;width:37.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:21.1875rem;left:0rem;height:3.5996125rem;display:block; }
#cBxzuGatnO0XI8TqDrDQTpDPHOSKSTPE { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;height:5.5rem;width:11.0625rem;top:32.0625rem;left:40.125rem;display:block; }
#nIZbR577x1Osy8NmnLwo4tAWL9NWsrwP { color:#070707;display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:33.5625rem;left:44.5625rem;height:2.44921875rem;font-style:normal;display:block; }
#fscGtMBlWUv320ex6WaWs40TauUoHtWq { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.32);top:16.125rem;left:0rem;height:4.2246125rem;font-style:normal;display:block; }
#G8OGDm0Tgdzk6xK5eRsnt3CpJ7J1S09i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.625rem;width:34.75rem;top:8.6875rem;left:40.25rem;overflow:hidden;display:block; }
#d3wK58vaieT1LucJN9VZMTOIifTgc4XL { position:absolute;display:block;z-index:15059;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.75rem;width:2rem;top:26.25rem;left:15.5625rem;overflow:hidden;display:block; }
#O9utXFyF94P1HZPy4QpbQheuN1Wm1qo2 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;height:5.5rem;width:11.0625rem;top:32.0625rem;left:52rem;display:block; }
#cEDBVCS090JNfGhZr1WwO79ULPhwuyPZ { color:#070707;display:block;width:6.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:33.5625rem;left:56.0625rem;height:2.44921875rem;font-style:normal;display:block; }
#FDMW0cesLxuClyMQdT5qtRrw4KNOrNiK { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;height:5.5rem;width:11.0625rem;top:32.0625rem;left:63.9375rem;display:block; }
#i44SURlUokfQ2kwLbtMtqJofLequzPzT { color:#070707;display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.5625rem;left:68.625rem;height:2.44921875rem;font-style:normal;display:block; }
#APGqSsMBDNyiaFNr73v8VBrcbJvKqErM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tiBNVrXX05CmERsDe9ucC8PTN7sJ8aQQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TlygI0uV0ciL7G8XsdSWWv2WN35g899M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RMQPwFo8rpt7edGncARsrv77hQdJOpWA { position:absolute;display:block;z-index:15047;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:5.625rem;width:6.375rem;top:8.6875rem;left:18.5625rem;overflow:hidden;display:block; }
#VE2qVT9TZmIctITAvRaQKXvTWIq6ZorP { position:absolute;display:block;z-index:15048;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:5.625rem;width:5.625rem;top:8.6875rem;left:25.625rem;overflow:hidden;display:block; }
#CCKAHVVbU943KQVH2AiEMUhr5Umfp2hO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:33.25rem;left:40.75rem; }
#K1W1kvABn1rXgPI8qrxpexTh8k24NCHE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:33.25rem;left:52rem; }
#B3RHBVuTSXRiOrx0mGNtzQRJDFGF5T05 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:33.25rem;left:64.875rem; }
#m4pNabmkGbp3H3W0JIFbmvL4kILpNLXz { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.1875rem;top:10.03125rem;left:0rem;overflow:hidden;display:block; }
#sXqLxELTXQdTr4GJtV13H4Inmihtf56p { color:#ffb521;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.875rem;height:1.625rem;font-style:normal;display:block; }
#g0WBVaqwC1NP5yeriTe8H0uzmrZGsrh3 { background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:32.6875rem;left:0rem;display:block; }
#l2AeezPyyAsMBuvFTUXsfi27Ts0SCwTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyulRNedoSQeL4PivGe9OCAJEtTgrZRA { background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:32.6875rem;left:18.5625rem;display:block; }
#Mky6cJgesB8Q2TMGzAnid711RwC0FKdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;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; }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row .container { background-color: transparent; background-image: none; }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row .container > .video-iframe-container { display: none; }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row > .video-iframe-container { display: none; }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .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); }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row .container { border-width: 0; border-radius: 0; }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#JQL3DOWHv27XiCz9t5Z2CqgX5TtztTT5 { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.75rem;left:0rem; }
#sLE0R6pCdPz0cs8fqQJiPpp4kt9MJ7NN { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:8.125rem;height:2.5996125rem;font-style:normal;display:block; }
#EWJW3V986W9EG74VyFrXOTKknevhh8Sb { color:#070707;display:block;width:10rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.4619125rem;font-style:normal;display:block; }
#zWA69UxT7S9cg6o9RDQ9PNylNtGxMgIR { color:#070707;display:block;width:10rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:27.125rem;height:1.4619125rem;font-style:normal;display:block; }
#JSsUrvxcaNnkhykPNxUZn3hr7QZ8uFz9 { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.75rem;left:19rem; }
#f07TzSWvcZTdl1KgmWX7FOkqtZtef6ue { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4375rem;left:27.125rem;height:2.5996125rem;font-style:normal;display:block; }
#D5D5NcxqcOfa9PHBevaTgN5hNATs5UTk { color:#070707;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:46.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#FkqpXuW5MdleNqmRl3TFmSWMVO4ulLZX { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.75rem;left:38.0625rem; }
#rzlF8KaKvah6EF5AyK9zehqenlet0B6r { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4375rem;left:46.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#lp0wKAgSzlNUcROrfIAIGfITaXeFH965 { color:#070707;display:block;width:10rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7rem;left:65rem;height:1.4619125rem;font-style:normal;display:block; }
#bJ71oLpZ3Myb0kvpOPxyBcR0CvkVgTTO { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.4375rem;left:65rem;height:2.5996125rem;font-style:normal;display:block; }
#szeT46oXENdKFVxw8FXG8LJhTVIpPSWr { box-sizing:content-box;color:#5d92ff;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.75rem;left:56.875rem; }
#CvzCbWChWNCeR22cT52ytpodkXkZqGQG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:5.28125rem;left:21.53125rem;overflow:hidden;display:block; }
#TIqGs8UMR6rkxf3qGePptq5ZsBgpHTx8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:5.25rem;left:40.5625rem;overflow:hidden;display:block; }
#z6RvLQsJQW87ELApaJgqtpgnyDIb3UVx { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.125rem;top:5.125rem;left:59.375rem;overflow:hidden;display:block; }
#m3PhUqQTQInlMnLvxvww4UzeU1CoIOWg { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:5.28125rem;left:2.5rem;overflow:hidden;display:block; }
#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row .container { background-color: transparent; background-image: none; }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row .container > .video-iframe-container { display: none; }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row > .video-iframe-container { display: none; }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .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); }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row .container { border-width: 0; border-radius: 0; }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#zEm54WQlCmK8qn5vwalRvORqTdudQXb6 { color:#ffb521;display:block;width:34.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAttQmKHzRfT4pg6qBJXi4dWeNrlP3dq { color:#070707;display:block;width:66.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(0,0,0,0.32);top:5.75rem;left:4.3125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hOnFUyM5gGbu5ClqphXzxVXTT3HwB4eX { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.23) ;height:23.4375rem;width:16.875rem;top:15.8125rem;left:0.8125rem;display:block; }
#AzPTRzDroXgOTwVKyM4GID5AqeBKqTgF { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.0625rem;left:1.4375rem;height:8.999rem;overflow:hidden;display:block; }#AzPTRzDroXgOTwVKyM4GID5AqeBKqTgF li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#AzPTRzDroXgOTwVKyM4GID5AqeBKqTgF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#myLpqTAJ3TKUDxJrWD1VVgyURpQ5nqXr { position:absolute;display:block;z-index:15007;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:16.875rem;top:22.0625rem;left:0.8125rem;display:block; }
#MTiGCfTXVEonDVHeO3MuaUuLBg9vuFpt { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.6875rem;left:3rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIAqxirFxbSaAq7P2T6a7GpbqWlkroku { position:absolute;display:block;z-index:15002;border-top:0.25rem solid #ffb521;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:11.875rem;width:16.875rem;top:12.125rem;left:0.8125rem;overflow:hidden;display:block; }
#VrBJWobeL0UOWQrzTuzkCMz0EdZK2pJg { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.23) ;height:23.4375rem;width:16.875rem;top:15.8125rem;left:19.6875rem;display:block; }
#Ck6lnQVWd0cOtaQwS9SBEsbEhP77AAfp { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:26.0625rem;left:20.3125rem;height:10.8965rem;overflow:hidden;display:block; }#Ck6lnQVWd0cOtaQwS9SBEsbEhP77AAfp li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ck6lnQVWd0cOtaQwS9SBEsbEhP77AAfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#IJO4KanST6WQFA8bNVkQzcAQS2GLgC2l { position:absolute;display:block;z-index:15012;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:16.875rem;top:22rem;left:19.6875rem;display:block; }
#BJTtrFqvAVfTloBeU1fxxnn2VfDDCoVm { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.625rem;left:21.875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUUu6CLE4v0H9xmOcdTBGpsOzyxdasD0 { position:absolute;display:block;z-index:15007;border-top:0.25rem solid #ffb521;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:11.875rem;width:16.875rem;top:12.125rem;left:19.6875rem;overflow:hidden;display:block; }
#hmX3WTK21g1CPXJfqyAbgpfLfgMbnJZE { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.23) ;height:23.4375rem;width:16.875rem;top:15.8125rem;left:38.625rem;display:block; }
#RitAbVlDmHEvaCrRxFFEFwoXRwnfbWST { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:26.0625rem;left:39.25rem;height:9.4970625rem;overflow:hidden;display:block; }#RitAbVlDmHEvaCrRxFFEFwoXRwnfbWST li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#RitAbVlDmHEvaCrRxFFEFwoXRwnfbWST li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#UJ5iuBEdeHUVZi3xd4gQ06oir8z3LpXU { position:absolute;display:block;z-index:15022;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:16.875rem;top:22rem;left:38.625rem;display:block; }
#lLxiRXgtfCDW5yE2kRcPTBuZ4hkvIZDX { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.625rem;left:40.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhDZfHHTFLgyNqGaHIspbebJnRHFmvou { position:absolute;display:block;z-index:15017;border-top:0.25rem solid #ffb521;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:11.875rem;width:16.875rem;top:12.125rem;left:38.625rem;overflow:hidden;display:block; }
#HzePshFKfekBTUQ0sPzJNr51q7wWpqmL { box-sizing:content-box;height:1.875rem;width:7.75rem;position:absolute;display:block;z-index:15000;background-color:#070707;background-image:none;top:3.4375rem;left:33.625rem;display:block; }
#SNCeW37C5w5BAnMXVpvvd03zq7E99NvG { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.23) ;height:23.4375rem;width:16.875rem;top:15.875rem;left:57.375rem;display:block; }
#M8cQSfVWoQQoeZc3q054RGNGPW21QbMa { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:26.0625rem;left:58rem;height:12.295875rem;overflow:hidden;display:block; }#M8cQSfVWoQQoeZc3q054RGNGPW21QbMa li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#M8cQSfVWoQQoeZc3q054RGNGPW21QbMa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#zlNSxcUNv71ktMxgIRZ4JRcdHhNmCmkA { position:absolute;display:block;z-index:15027;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.1875rem;width:16.875rem;top:22.0625rem;left:57.375rem;display:block; }
#vfNQr7OWF2WHpxd8zs1TaUvuxlO48BHm { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.6875rem;left:59.5625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D350zEDtTxCS72STgRktIb34ba0cP0hg { position:absolute;display:block;z-index:15022;border-top:0.25rem solid #ffb521;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:11.875rem;width:16.875rem;top:12.1875rem;left:57.375rem;overflow:hidden;display:block; }
#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O { background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row .container { background-color: transparent; background-image: none; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row .container > .video-iframe-container { display: none; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row > .video-iframe-container { display: none; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .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); }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row .container { border-width: 0; border-radius: 0; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#u58nM5P7VCfaBIbJV2yy3n7BNPRmOMN0 { color:#ffb521;display:block;width:20.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.6240234375rem;left:38.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#tcCV1WHtETZFrRzJsEwGDCnlU3t6wa6r { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:24rem;left:37.375rem;height:6.375rem;display:block; }
#rVGiF0790Asi59Ni5XE6ruPgge0KpeAP { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.32);top:15.7998046875rem;left:37.375rem;height:7.19925rem;font-style:normal;display:block; }
#qNoD8CHHfMEtytSV3cSdIZPufn2asGnO { position:absolute;display:block;z-index:15043;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:36.375rem;width:36rem;top:10.21875rem;left:0rem;overflow:hidden;display:block; }
#y1by1BRWBALu3eK5MVNWziLzOuctAC9D { background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.25rem solid #ffb521;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:33.0625rem;left:37.375rem;display:block; }
#AxbidOPnbNiHdC8Xr8eEV0IdtuidS5ex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNdHIXaXL8V5CcKgfKlSpGbZoM7ehZv2 { box-sizing:content-box;height:1.875rem;width:13.5rem;position:absolute;display:block;z-index:15001;background-color:#070707;background-image:none;top:13.3359375rem;left:37.28125rem;display:block; }
#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb521;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; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container { background-color: transparent; background-image: none; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container > .video-iframe-container { display: none; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row > .video-iframe-container { display: none; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .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); }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container { border-width: 0; border-radius: 0; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#DqXSpyHfUmSKPrtKO2BTptyGDGlEqzPq { color:#070707;display:block;width:48.625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:2.630859375rem;left:0rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esm16qaS21uiKmnaKekCre0zgZesQRXc { background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2rem;left:51.875rem;display:block; }
#fkPx2yyTN6QsABXNKRdhrfvpDDVfbZdK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row .container { background-color: transparent; background-image: none; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row .container > .video-iframe-container { display: none; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row > .video-iframe-container { display: none; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .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); }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row .container { border-width: 0; border-radius: 0; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#qNvdcfQgdA2HcUs1uubSy5wN5yrIJObZ { color:#ffb521;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:27.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rsNtcTZWdIGT35aATESzF2sZWH8GvXB8 { color:#281e32;display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.27);top:7rem;left:21.125rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sL8NzTDtC79lnToTOGUeEJH6TmdVtZMX { color:#ffb521;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:23.5625rem;left:4.5625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GW2snPydOXZa07rruiUkzb6Tfsc66eai { position:absolute;display:block;z-index:15017;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:16.875rem;top:20.1875rem;left:2.125rem;display:block; }
#wfHQw7DH1NhuHzIh5yaH4LfRerrTBex6 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:27.25rem;left:3.3125rem;height:5.25rem;display:block; }
#l9wGxybdXZdi1oNnqwT0WtQNO1MvTA0V { position:absolute;display:block;z-index:15050;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:5.25rem;width:5.25rem;top:17rem;left:7.9375rem;overflow:hidden;display:block; }
#TEEETx7amJmJKsgbfv8xCFhSzOIWDTOz { position:absolute;display:block;z-index:15021;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:16.875rem;top:20.1875rem;left:56.28125rem;display:block; }
#BpSB6pBPNUTzSw7KSKT9F3oTGiZ9d91s { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:27.25rem;left:57.4375rem;height:6.5625rem;display:block; }
#nrgWOnGcR4zECvn2dpRRaB7zLoA3EATR { color:#ffb521;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:23.5625rem;left:57.1875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkTRec4tcHEqSled9orcws1mu72S6T4B { position:absolute;display:block;z-index:15054;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:5.3125rem;width:5.0625rem;top:17rem;left:62.0625rem;overflow:hidden;display:block; }
#BgaRaOP5h2CT9lVulqfTOHaITEW84n5o { position:absolute;display:block;z-index:15029;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:16.875rem;top:41.5rem;left:56.25rem;display:block; }
#b8as3Il5OXJRnkULenXmcwDeWHLkFpci { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:48.5625rem;left:57.4375rem;height:6.5625rem;display:block; }
#kXaVLloPgukGdrMBTX4UbKPwavx5GrvZ { color:#ffb521;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:44.875rem;left:57.1875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWTaiG6rB6AgpT9D1wxiHFCMBBSW21VC { position:absolute;display:block;z-index:15025;background-color:#070707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:16.875rem;top:41.5rem;left:2.125rem;display:block; }
#wyzTGlepBkifUn8AXD2oh9pT1nQFTP9X { color:#ffb521;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:44.875rem;left:3.0625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WycyGkcorCgerZAMB9cNEN0v9F60mVhx { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.4;letter-spacing:0;top:48.5625rem;left:3.3125rem;height:7.875rem;display:block; }
#nMBpiWwwVacUTAFcswap2A8Kwu1JcamD { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.3125rem;border-top-right-radius:5.3125rem;border-bottom-left-radius:5.3125rem;border-bottom-right-radius:5.3125rem;box-shadow: none;height:5.3125rem;width:5.25rem;top:38.3125rem;left:62.0625rem;overflow:hidden;display:block; }
#lrPg2iFDg4GnilmDkDVTXOadOS8aDyQz { position:absolute;display:block;z-index:15058;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:5.3125rem;width:5.25rem;top:38.3125rem;left:7.9375rem;overflow:hidden;display:block; }
#Iu4fe4f5Ape6g8nIsPZzxZyic625qd9X { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem #070707 ;height:37rem;width:24.6875rem;top:19.40625rem;left:25.15625rem;overflow:hidden;display:block; }
#yRQIWTyM2e97GTHs3FhbLwVcaA3foGNW { box-sizing:content-box;height:45.625rem;width:54.5rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:rgba(255,181,33,0.28);background-image:none;top:14.84375rem;left:10.375rem;display:block; }
#rq6uUgKRQtKclhguUW61Bh6C7fapLL68 { box-sizing:content-box;height:1.875rem;width:9.3125rem;position:absolute;display:block;z-index:14998;background-color:#070707;background-image:none;top:4.5625rem;left:33.3125rem;display:block; }
#IHC17yKWC6FePr1BehuxVy8R1tRKVdyM { position:absolute;display:block;z-index:15064;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.1875rem;width:8.1875rem;top:50.125rem;left:43.78125rem;overflow:hidden;display:block; }
#x9T1ooiW8NdTxhLOcXA87MCgHR0dFmdy { background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.25rem solid #ffb521;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:63.4375rem;left:29.8125rem;display:block; }
#LRATinylJWHG1tep3TO1TvATdTK5Vw2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { background-color: transparent; background-image: none; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container > .video-iframe-container { display: none; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row > .video-iframe-container { display: none; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .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); }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { border-width: 0; border-radius: 0; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#Qz2pbQTJbqDLUVKpiUOiWqS2Zf0QDBz1 { color:#070707;display:block;width:43.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.3125rem;left:15.8125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M82GiPQZhzkRa58c5Py7HR709M1NShTg { position:absolute;display:block;z-index:15003;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:4rem;width:12.0625rem;top:6.6875rem;left:2.125rem;overflow:hidden;display:block; }
#cBEaQikDVIOytaCQCbKHhcUlz1vSKCA8 { 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:3.75rem;width:14.125rem;top:6.8125rem;left:17.875rem;overflow:hidden;display:block; }
#N7WmNW7QmXOJ2APbd5ZRp5AtGIfoqCJO { position:absolute;display:block;z-index:15005;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.4375rem;width:10.5rem;top:6.5rem;left:62.375rem;overflow:hidden;display:block; }
#pVxyxaplVWFi0fF8dTFRqHLbsK8QiNJq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:10rem;top:6.0625rem;left:48.625rem;overflow:hidden;display:block; }
#IItlygUJqFsDQZOt9OGWUiu5Qt3svv1G { 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:6.6875rem;width:9.125rem;top:5.375rem;left:35.75rem;overflow:hidden;display:block; }
#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf { position:relative;display:block; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf { background-color: transparent; background-image: none; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container > .video-iframe-container { display: none; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row > .video-iframe-container { display: none; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .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); }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf { border-width: 0; border-radius: 0; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Tx4wAv3wcxkopO6KhlaePvBdydQWBfLE { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e7aba0a3-b42c-41f2-ad91-309da997acf0/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.6875rem;width:17.1875rem;top:10.625rem;left:1.25rem;display:block; }#Tx4wAv3wcxkopO6KhlaePvBdydQWBfLE.adaptive-delivery-prevent-bg, #Tx4wAv3wcxkopO6KhlaePvBdydQWBfLE.lazyload, #Tx4wAv3wcxkopO6KhlaePvBdydQWBfLE.lazyloading { background-image: none; }
#NebvKcf96moaLcT5dyKZ0HSQgicimnGi { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98aa283d-0188-4a2d-885a-c7bc5e0eb4a4/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.6875rem;width:17.1875rem;top:10.625rem;left:19.6875rem;display:block; }#NebvKcf96moaLcT5dyKZ0HSQgicimnGi.adaptive-delivery-prevent-bg, #NebvKcf96moaLcT5dyKZ0HSQgicimnGi.lazyload, #NebvKcf96moaLcT5dyKZ0HSQgicimnGi.lazyloading { background-image: none; }
#bPTXyTUm8UCT9qQFTs9uTfSF5wD62sFZ { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7ae697a-3d12-4d50-b606-c09d8561594c/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:14.6875rem;width:17.1875rem;top:10.625rem;left:38.125rem;display:block; }#bPTXyTUm8UCT9qQFTs9uTfSF5wD62sFZ.adaptive-delivery-prevent-bg, #bPTXyTUm8UCT9qQFTs9uTfSF5wD62sFZ.lazyload, #bPTXyTUm8UCT9qQFTs9uTfSF5wD62sFZ.lazyloading { background-image: none; }
#LzCQysQeHzEwXQ5TvqCxafSNInaUCZzP { color:#ffb521;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHunZFpDs4AWzRVutam6OvlvyGvwfN3g { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QuJAUdTe0bVuy5WzGIJVc4HCWKWxAXRx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:17.1875rem;top:10.625rem;left:56.5625rem;overflow:hidden;display:block; }
#SFzk0Ckn3QRs29fbApmRXolJ68uBBqrS { box-sizing:content-box;height:23.625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#070707;background-image:none;top:2.8125rem;left:0rem;border-top:0.3125rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffb521;box-shadow: none;display:block; }
#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd { background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row .container { background-color: transparent; background-image: none; }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row .container > .video-iframe-container { display: none; }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row > .video-iframe-container { display: none; }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .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); }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row .container { border-width: 0; border-radius: 0; }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#bGF84gJKVP054pF19RdzlFUdxAyFgl9i { color:#000000;display:block;width:32.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:21.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PDZHCMG5MO6GohWRQcPMEx5STwewCkuG { color:#333333;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:6.8115234375rem;left:10.375rem;height:20.2305rem;overflow:hidden;font-style:normal;display:block; }#PDZHCMG5MO6GohWRQcPMEx5STwewCkuG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PDZHCMG5MO6GohWRQcPMEx5STwewCkuG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#fktsXTnFTWSvyrWn3pOA8WlcQJTy6wzk { position:absolute;display:block;z-index:15017;border-top:0.625rem solid #ffb521;border-left:0.625rem solid #ffb521;border-right:0.625rem solid #ffb521;border-bottom:0.625rem solid #ffb521;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:6.927734375rem;left:27.5rem;overflow:hidden;display:block; }
#R4m2IuE4POOkg0cgfxxfFNnHPhn7TEUU { color:#333333;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:6.8115234375rem;left:51.3125rem;height:20.2305rem;overflow:hidden;font-style:normal;display:block; }#R4m2IuE4POOkg0cgfxxfFNnHPhn7TEUU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R4m2IuE4POOkg0cgfxxfFNnHPhn7TEUU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
#QHS3hhebZ8oEa608QqM0noVNXXoTK6Vs { background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffb521;border-left:0.0625rem solid #ffb521;border-right:0.0625rem solid #ffb521;border-bottom:0.25rem solid #ffb521;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.22) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:30.75rem;left:29.375rem;display:block; }
#lVrvE6bTfAsp1P76dgQymTTwXiRgvbzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh { background-color:#0f0f0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { background-color: transparent; background-image: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container > .video-iframe-container { display: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container { display: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .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); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { border-width: 0; border-radius: 0; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#c5LPNvmmdTV9ekhIDedGMcuqbZdq9Dtp { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.212890625rem;left:24.78125rem;height:1.21875rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNrZTDBRwH5wMTNxNHALvFyAbF3Xg8Pq { width:7.4375rem;height:3.4375rem;top:2.25rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuEbtpDUVn1UhI9F0XQWUSBHa3TcO01h { display:block; }
 }@media only screen and (max-width: 763px) { #NnyJJPugnMu6tStoTLJxqvxRWLH5kgoA { top:2.25rem;left:0rem;width:21.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXto7mM7rOvPrRnT3U0OG3F0mRe5i3hm { width:7.4375rem;height:3.4375rem;top:2.3125rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGOeTzlTOdV5WrzbW664DZgSXCHnrD2X { display:block; }
 }@media only screen and (max-width: 763px) { #TeuKEiMHSm7bdQTAVw1OdfpphOlOmpT1 { top:6.25rem;left:0rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv { display:block; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR1ny1oaICiHqbCSWaDy6hFzNCu4mr7D { top:21.1875rem;left:0rem;width:37.75rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBxzuGatnO0XI8TqDrDQTpDPHOSKSTPE { top:32.0625rem;left:26.5rem;width:11.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZbR577x1Osy8NmnLwo4tAWL9NWsrwP { top:33.5625rem;left:30.9375rem;width:5.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscGtMBlWUv320ex6WaWs40TauUoHtWq { top:16.125rem;left:0rem;width:37.5625rem;height:4.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8OGDm0Tgdzk6xK5eRsnt3CpJ7J1S09i { top:8.6875rem;left:13rem;width:34.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3wK58vaieT1LucJN9VZMTOIifTgc4XL { top:26.25rem;left:1.9375rem;width:2rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9utXFyF94P1HZPy4QpbQheuN1Wm1qo2 { top:32.0625rem;left:36.6875rem;width:11.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDBVCS090JNfGhZr1WwO79ULPhwuyPZ { top:33.5625rem;left:41.1875rem;width:6.5625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMW0cesLxuClyMQdT5qtRrw4KNOrNiK { top:32.0625rem;left:36.6875rem;width:11.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i44SURlUokfQ2kwLbtMtqJofLequzPzT { top:33.5625rem;left:42.25rem;width:5.5rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APGqSsMBDNyiaFNr73v8VBrcbJvKqErM { display:none; }
 }@media only screen and (max-width: 763px) { #tiBNVrXX05CmERsDe9ucC8PTN7sJ8aQQ { display:none; }
 }@media only screen and (max-width: 763px) { #TlygI0uV0ciL7G8XsdSWWv2WN35g899M { display:none; }
 }@media only screen and (max-width: 763px) { #RMQPwFo8rpt7edGncARsrv77hQdJOpWA { top:8.6875rem;left:4.9375rem;width:6.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE2qVT9TZmIctITAvRaQKXvTWIq6ZorP { top:8.6875rem;left:12rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCKAHVVbU943KQVH2AiEMUhr5Umfp2hO { top:33.25rem;left:27.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1W1kvABn1rXgPI8qrxpexTh8k24NCHE { top:33.25rem;left:38.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3RHBVuTSXRiOrx0mGNtzQRJDFGF5T05 { top:33.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4pNabmkGbp3H3W0JIFbmvL4kILpNLXz { top:10rem;left:0rem;width:2.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXqLxELTXQdTr4GJtV13H4Inmihtf56p { top:10.625rem;left:0rem;width:15.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0WBVaqwC1NP5yeriTe8H0uzmrZGsrh3 { width:17.5rem;height:3.4375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AeezPyyAsMBuvFTUXsfi27Ts0SCwTG { display:block; }
 }@media only screen and (max-width: 763px) { #HyulRNedoSQeL4PivGe9OCAJEtTgrZRA { width:17.5rem;height:3.4375rem;top:32.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mky6cJgesB8Q2TMGzAnid711RwC0FKdU { display:block; }
 }@media only screen and (max-width: 763px) { #qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC { display:block; }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQL3DOWHv27XiCz9t5Z2CqgX5TtztTT5 { top:2.75rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLE0R6pCdPz0cs8fqQJiPpp4kt9MJ7NN { top:4.4375rem;left:0rem;width:6.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWJW3V986W9EG74VyFrXOTKknevhh8Sb { top:7rem;left:0rem;width:10rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWA69UxT7S9cg6o9RDQ9PNylNtGxMgIR { top:7rem;left:13.5rem;width:10rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSsUrvxcaNnkhykPNxUZn3hr7QZ8uFz9 { top:2.75rem;left:5.375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07TzSWvcZTdl1KgmWX7FOkqtZtef6ue { top:4.4375rem;left:13.5rem;width:6.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5D5NcxqcOfa9PHBevaTgN5hNATs5UTk { top:7rem;left:32.5625rem;width:10.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqpXuW5MdleNqmRl3TFmSWMVO4ulLZX { top:2.75rem;left:24.4375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzlF8KaKvah6EF5AyK9zehqenlet0B6r { top:4.4375rem;left:32.5625rem;width:6.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lp0wKAgSzlNUcROrfIAIGfITaXeFH965 { top:7rem;left:37.75rem;width:10rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ71oLpZ3Myb0kvpOPxyBcR0CvkVgTTO { top:4.4375rem;left:40.8125rem;width:6.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szeT46oXENdKFVxw8FXG8LJhTVIpPSWr { top:2.75rem;left:39.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvzCbWChWNCeR22cT52ytpodkXkZqGQG { top:5.25rem;left:7.90625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqGs8UMR6rkxf3qGePptq5ZsBgpHTx8 { top:5.25rem;left:26.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6RvLQsJQW87ELApaJgqtpgnyDIb3UVx { top:5.125rem;left:44.625rem;width:3.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3PhUqQTQInlMnLvxvww4UzeU1CoIOWg { top:5.25rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkJshJh38VcF0WQUGviGRnLbJzXSZdkP { display:block; }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEm54WQlCmK8qn5vwalRvORqTdudQXb6 { top:3.75rem;left:6.8125rem;width:34.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAttQmKHzRfT4pg6qBJXi4dWeNrlP3dq { top:5.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnFUyM5gGbu5ClqphXzxVXTT3HwB4eX { top:15.8125rem;left:0rem;width:16.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzPTRzDroXgOTwVKyM4GID5AqeBKqTgF { top:26.0625rem;left:0rem;width:15.625rem;height:8.9375rem;font-size:1rem;display:block; }#AzPTRzDroXgOTwVKyM4GID5AqeBKqTgF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #myLpqTAJ3TKUDxJrWD1VVgyURpQ5nqXr { top:22.0625rem;left:0rem;width:16.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTiGCfTXVEonDVHeO3MuaUuLBg9vuFpt { top:22.6875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAqxirFxbSaAq7P2T6a7GpbqWlkroku { top:12.125rem;left:0rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrBJWobeL0UOWQrzTuzkCMz0EdZK2pJg { top:15.8125rem;left:6.0625rem;width:16.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck6lnQVWd0cOtaQwS9SBEsbEhP77AAfp { top:26.0625rem;left:6.6875rem;width:15.625rem;height:9.4375rem;font-size:1rem;display:block; }#Ck6lnQVWd0cOtaQwS9SBEsbEhP77AAfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #IJO4KanST6WQFA8bNVkQzcAQS2GLgC2l { top:22rem;left:6.0625rem;width:16.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTtrFqvAVfTloBeU1fxxnn2VfDDCoVm { top:22.625rem;left:8.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUu6CLE4v0H9xmOcdTBGpsOzyxdasD0 { top:12.125rem;left:6.0625rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmX3WTK21g1CPXJfqyAbgpfLfgMbnJZE { top:15.8125rem;left:25rem;width:16.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RitAbVlDmHEvaCrRxFFEFwoXRwnfbWST { top:26.0625rem;left:25.625rem;width:15.625rem;height:9.4375rem;font-size:1rem;display:block; }#RitAbVlDmHEvaCrRxFFEFwoXRwnfbWST li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #UJ5iuBEdeHUVZi3xd4gQ06oir8z3LpXU { top:22rem;left:25rem;width:16.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLxiRXgtfCDW5yE2kRcPTBuZ4hkvIZDX { top:22.625rem;left:27.1875rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDZfHHTFLgyNqGaHIspbebJnRHFmvou { top:12.125rem;left:25rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzePshFKfekBTUQ0sPzJNr51q7wWpqmL { top:3.4375rem;left:20rem;width:7.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNCeW37C5w5BAnMXVpvvd03zq7E99NvG { top:15.875rem;left:30.875rem;width:16.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8cQSfVWoQQoeZc3q054RGNGPW21QbMa { top:26.0625rem;left:32.125rem;width:15.625rem;height:12.25rem;font-size:1rem;display:block; }#M8cQSfVWoQQoeZc3q054RGNGPW21QbMa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #zlNSxcUNv71ktMxgIRZ4JRcdHhNmCmkA { top:22.0625rem;left:30.875rem;width:16.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfNQr7OWF2WHpxd8zs1TaUvuxlO48BHm { top:22.6875rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D350zEDtTxCS72STgRktIb34ba0cP0hg { top:12.1875rem;left:30.875rem;width:16.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O { display:block; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u58nM5P7VCfaBIbJV2yy3n7BNPRmOMN0 { top:13.5625rem;left:13.5625rem;width:20.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcCV1WHtETZFrRzJsEwGDCnlU3t6wa6r { top:24rem;left:13.75rem;width:34rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVGiF0790Asi59Ni5XE6ruPgge0KpeAP { top:15.75rem;left:16.8125rem;width:30.9375rem;height:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNoD8CHHfMEtytSV3cSdIZPufn2asGnO { top:10.1875rem;left:0rem;width:36rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1by1BRWBALu3eK5MVNWziLzOuctAC9D { width:16.25rem;height:4rem;top:33.0625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxbidOPnbNiHdC8Xr8eEV0IdtuidS5ex { display:block; }
 }@media only screen and (max-width: 763px) { #fNdHIXaXL8V5CcKgfKlSpGbZoM7ehZv2 { top:13.3125rem;left:23.65625rem;width:13.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 { display:block; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqXSpyHfUmSKPrtKO2BTptyGDGlEqzPq { top:2.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esm16qaS21uiKmnaKekCre0zgZesQRXc { width:23.125rem;height:4.0625rem;top:2rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkPx2yyTN6QsABXNKRdhrfvpDDVfbZdK { display:block; }
 }@media only screen and (max-width: 763px) { #zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf { display:block; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNvdcfQgdA2HcUs1uubSy5wN5yrIJObZ { top:4.8125rem;left:13.75rem;width:21.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsNtcTZWdIGT35aATESzF2sZWH8GvXB8 { top:7rem;left:7.5rem;width:33.625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL8NzTDtC79lnToTOGUeEJH6TmdVtZMX { top:23.5625rem;left:0rem;width:12rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW2snPydOXZa07rruiUkzb6Tfsc66eai { top:20.1875rem;left:0rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfHQw7DH1NhuHzIh5yaH4LfRerrTBex6 { top:27.25rem;left:0rem;width:14.5625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9wGxybdXZdi1oNnqwT0WtQNO1MvTA0V { top:17rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEEETx7amJmJKsgbfv8xCFhSzOIWDTOz { top:20.1875rem;left:30.875rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSB6pBPNUTzSw7KSKT9F3oTGiZ9d91s { top:27.25rem;left:33.1875rem;width:14.5625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrgWOnGcR4zECvn2dpRRaB7zLoA3EATR { top:23.5625rem;left:32.75rem;width:15rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkTRec4tcHEqSled9orcws1mu72S6T4B { top:17rem;left:42.4375rem;width:5.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgaRaOP5h2CT9lVulqfTOHaITEW84n5o { top:41.5rem;left:30.875rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8as3Il5OXJRnkULenXmcwDeWHLkFpci { top:48.5625rem;left:33.1875rem;width:14.5625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaVLloPgukGdrMBTX4UbKPwavx5GrvZ { top:44.875rem;left:32.75rem;width:15rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTaiG6rB6AgpT9D1wxiHFCMBBSW21VC { top:41.5rem;left:0rem;width:16.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyzTGlepBkifUn8AXD2oh9pT1nQFTP9X { top:44.875rem;left:0rem;width:15rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WycyGkcorCgerZAMB9cNEN0v9F60mVhx { top:48.5625rem;left:0rem;width:14.5625rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMBpiWwwVacUTAFcswap2A8Kwu1JcamD { top:38.3125rem;left:42.4375rem;width:5.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPg2iFDg4GnilmDkDVTXOadOS8aDyQz { top:38.3125rem;left:0rem;width:5.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4fe4f5Ape6g8nIsPZzxZyic625qd9X { top:19.375rem;left:11.53125rem;width:24.6875rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRQIWTyM2e97GTHs3FhbLwVcaA3foGNW { top:14.8125rem;left:0rem;width:47.75rem;height:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq6uUgKRQtKclhguUW61Bh6C7fapLL68 { top:4.5625rem;left:19.6875rem;width:9.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHC17yKWC6FePr1BehuxVy8R1tRKVdyM { top:50.125rem;left:30.15625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9T1ooiW8NdTxhLOcXA87MCgHR0dFmdy { width:16.25rem;height:4rem;top:63.4375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRATinylJWHG1tep3TO1TvATdTK5Vw2C { display:block; }
 }@media only screen and (max-width: 763px) { #qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB { display:block; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz2pbQTJbqDLUVKpiUOiWqS2Zf0QDBz1 { top:2.3125rem;left:2.1875rem;width:43.4375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82GiPQZhzkRa58c5Py7HR709M1NShTg { top:6.6875rem;left:0rem;width:12.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBEaQikDVIOytaCQCbKHhcUlz1vSKCA8 { top:6.8125rem;left:4.25rem;width:14.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7WmNW7QmXOJ2APbd5ZRp5AtGIfoqCJO { top:6.5rem;left:37.25rem;width:10.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVxyxaplVWFi0fF8dTFRqHLbsK8QiNJq { top:6.0625rem;left:35rem;width:10rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IItlygUJqFsDQZOt9OGWUiu5Qt3svv1G { top:5.375rem;left:22.125rem;width:9.125rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf { display:block; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx4wAv3wcxkopO6KhlaePvBdydQWBfLE { top:10.625rem;left:0rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NebvKcf96moaLcT5dyKZ0HSQgicimnGi { top:10.625rem;left:6.0625rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPTXyTUm8UCT9qQFTs9uTfSF5wD62sFZ { top:10.625rem;left:24.5rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzCQysQeHzEwXQ5TvqCxafSNInaUCZzP { top:4.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHunZFpDs4AWzRVutam6OvlvyGvwfN3g { top:5.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJAUdTe0bVuy5WzGIJVc4HCWKWxAXRx { top:10.625rem;left:30.5625rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzk0Ckn3QRs29fbApmRXolJ68uBBqrS { top:2.8125rem;left:0rem;width:47.75rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd { display:block; }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGF84gJKVP054pF19RdzlFUdxAyFgl9i { top:1.8125rem;left:7.5rem;width:32.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZHCMG5MO6GohWRQcPMEx5STwewCkuG { top:6.75rem;left:0rem;width:17.1875rem;height:20.1875rem;font-size:1rem;display:block; }#PDZHCMG5MO6GohWRQcPMEx5STwewCkuG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #fktsXTnFTWSvyrWn3pOA8WlcQJTy6wzk { top:6.875rem;left:13.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4m2IuE4POOkg0cgfxxfFNnHPhn7TEUU { top:6.75rem;left:30.5625rem;width:17.1875rem;height:20.1875rem;font-size:1rem;display:block; }#R4m2IuE4POOkg0cgfxxfFNnHPhn7TEUU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #QHS3hhebZ8oEa608QqM0noVNXXoTK6Vs { width:16.25rem;height:4rem;top:30.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVrvE6bTfAsp1P76dgQymTTwXiRgvbzv { display:block; }
 }@media only screen and (max-width: 763px) { #yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh { display:block; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5LPNvmmdTV9ekhIDedGMcuqbZdq9Dtp { top:1.1875rem;left:11.15625rem;width:25.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNrZTDBRwH5wMTNxNHALvFyAbF3Xg8Pq { width:7.4375rem;height:3.4375rem;top:2.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuEbtpDUVn1UhI9F0XQWUSBHa3TcO01h { display:block; }
 }@media only screen and (max-width: 763px) { #NnyJJPugnMu6tStoTLJxqvxRWLH5kgoA { width:14.75rem;height:2.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXto7mM7rOvPrRnT3U0OG3F0mRe5i3hm { width:7.4375rem;height:3.4375rem;top:2.3125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGOeTzlTOdV5WrzbW664DZgSXCHnrD2X { display:block; }
 }@media only screen and (max-width: 763px) { #TeuKEiMHSm7bdQTAVw1OdfpphOlOmpT1 { width:3.875rem;height:3.875rem;top:1.09375rem;left:16.125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #2e2e2e, #0b0a0e);background-image: -moz-linear-gradient(207deg, #2e2e2e, #0b0a0e);background-image: -ms-linear-gradient(207deg, #2e2e2e, #0b0a0e);background-image: -o-linear-gradient(207deg, #2e2e2e, #0b0a0e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#0b0a0e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#0b0a0e' );";background-image: linear-gradient(207deg, #2e2e2e, #0b0a0e);background-size:cover !important;display:block; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container { background-color: transparent; background-image: none; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container > .video-iframe-container { display: none; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row > .video-iframe-container { display: none; }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .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); }#WuQd9yB062Z5Iwfz5SUaHJR3fSaXMSmv > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR1ny1oaICiHqbCSWaDy6hFzNCu4mr7D { width:20rem;height:5.25rem;top:12.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cBxzuGatnO0XI8TqDrDQTpDPHOSKSTPE { width:4.4375rem;height:9.9375rem;top:16rem;left:1.25rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;display:none; }
 }@media only screen and (max-width: 763px) { #nIZbR577x1Osy8NmnLwo4tAWL9NWsrwP { width:12rem;height:2.798825rem;top:51.3125rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fscGtMBlWUv320ex6WaWs40TauUoHtWq { width:20rem;height:6rem;top:5.375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G8OGDm0Tgdzk6xK5eRsnt3CpJ7J1S09i { width:20rem;height:15.3125rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3wK58vaieT1LucJN9VZMTOIifTgc4XL { width:1.3125rem;height:3.3125rem;top:18.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9utXFyF94P1HZPy4QpbQheuN1Wm1qo2 { width:11.0625rem;height:5.5rem;top:64.9375rem;left:4.4375rem;z-index:14998;background-color:#071e31;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;display:none; }
 }@media only screen and (max-width: 763px) { #cEDBVCS090JNfGhZr1WwO79ULPhwuyPZ { width:10.375rem;height:2.798825rem;top:56.125rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FDMW0cesLxuClyMQdT5qtRrw4KNOrNiK { width:11.0625rem;height:5.5rem;top:71.6875rem;left:4.4375rem;z-index:14998;background-color:#071e31;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(254,102,1,0.37) ;display:none; }
 }@media only screen and (max-width: 763px) { #i44SURlUokfQ2kwLbtMtqJofLequzPzT { width:9rem;height:1.3994125rem;top:61.0625rem;left:6.5rem;font-size:1rem;text-align:left;text-align-last:left;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #APGqSsMBDNyiaFNr73v8VBrcbJvKqErM { display:flex;top:50.125rem;left:1.6875rem;width:3.75rem;height:3.75rem;z-index:14997;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #tiBNVrXX05CmERsDe9ucC8PTN7sJ8aQQ { display:flex;top:54.9375rem;left:1.6875rem;width:3.75rem;height:3.75rem;z-index:14998;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #TlygI0uV0ciL7G8XsdSWWv2WN35g899M { display:flex;top:59.875rem;left:1.8125rem;width:3.75rem;height:3.75rem;z-index:14999;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #RMQPwFo8rpt7edGncARsrv77hQdJOpWA { width:6.375rem;height:5.625rem;top:58.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VE2qVT9TZmIctITAvRaQKXvTWIq6ZorP { width:5.625rem;height:5.625rem;top:58.8125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCKAHVVbU943KQVH2AiEMUhr5Umfp2hO { display:flex;width:3.125rem;height:3.125rem;top:50.4375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #K1W1kvABn1rXgPI8qrxpexTh8k24NCHE { display:flex;width:3.125rem;height:3.125rem;top:55.25rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #B3RHBVuTSXRiOrx0mGNtzQRJDFGF5T05 { display:flex;width:3.125rem;height:3.125rem;top:60.1875rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #m4pNabmkGbp3H3W0JIFbmvL4kILpNLXz { width:2.1875rem;height:2.9375rem;top:1.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXqLxELTXQdTr4GJtV13H4Inmihtf56p { width:12.5rem;height:1.29980625rem;top:2.5625rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0WBVaqwC1NP5yeriTe8H0uzmrZGsrh3 { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AeezPyyAsMBuvFTUXsfi27Ts0SCwTG { display:block; }
 }@media only screen and (max-width: 763px) { #HyulRNedoSQeL4PivGe9OCAJEtTgrZRA { width:17.5rem;height:3.4375rem;top:25.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mky6cJgesB8Q2TMGzAnid711RwC0FKdU { display:block; }
 }@media only screen and (max-width: 763px) { #qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC { display:block; }#qNXuo8byvy3ey2J8zWoqZRqJZbsJUdkC > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQL3DOWHv27XiCz9t5Z2CqgX5TtztTT5 { display:flex;width:6.25rem;height:6.25rem;top:1.6875rem;left:2.375rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #sLE0R6pCdPz0cs8fqQJiPpp4kt9MJ7NN { width:8.4375rem;height:1.625rem;top:7.9375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWJW3V986W9EG74VyFrXOTKknevhh8Sb { width:8.4375rem;height:1.21875rem;top:9.875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zWA69UxT7S9cg6o9RDQ9PNylNtGxMgIR { width:8.4375rem;height:1.21875rem;top:9.875rem;left:10.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSsUrvxcaNnkhykPNxUZn3hr7QZ8uFz9 { display:flex;width:6.25rem;height:6.25rem;top:1.6875rem;left:11.4375rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #f07TzSWvcZTdl1KgmWX7FOkqtZtef6ue { width:8.4375rem;height:1.625rem;top:7.9375rem;left:10.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"libre franklin";display:block; }
 }@media only screen and (max-width: 763px) { #D5D5NcxqcOfa9PHBevaTgN5hNATs5UTk { width:8.4375rem;height:2.4375rem;top:20.0625rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkqpXuW5MdleNqmRl3TFmSWMVO4ulLZX { display:flex;width:6.25rem;height:6.25rem;top:11.875rem;left:2.4375rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #rzlF8KaKvah6EF5AyK9zehqenlet0B6r { width:8.4375rem;height:1.625rem;top:18.125rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lp0wKAgSzlNUcROrfIAIGfITaXeFH965 { width:8.4375rem;height:1.21875rem;top:20rem;left:10.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJ71oLpZ3Myb0kvpOPxyBcR0CvkVgTTO { width:8.4375rem;height:1.625rem;top:18.0625rem;left:10.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szeT46oXENdKFVxw8FXG8LJhTVIpPSWr { display:flex;width:6.25rem;height:6.25rem;top:11.875rem;left:11.4375rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #CvzCbWChWNCeR22cT52ytpodkXkZqGQG { width:2.5rem;height:2.5rem;top:3.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqGs8UMR6rkxf3qGePptq5ZsBgpHTx8 { width:2.5rem;height:2.5rem;top:13.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6RvLQsJQW87ELApaJgqtpgnyDIb3UVx { width:2.25rem;height:2.5rem;top:13.75rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3PhUqQTQInlMnLvxvww4UzeU1CoIOWg { width:2.5rem;height:2.5rem;top:3.5625rem;left:4.25rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xkJshJh38VcF0WQUGviGRnLbJzXSZdkP { display:block; }#xkJshJh38VcF0WQUGviGRnLbJzXSZdkP > .row .container { width:20rem;height:135.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEm54WQlCmK8qn5vwalRvORqTdudQXb6 { width:20rem;height:1.29980625rem;top:3.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"libre franklin";display:block; }
 }@media only screen and (max-width: 763px) { #PAttQmKHzRfT4pg6qBJXi4dWeNrlP3dq { width:20rem;height:7.875rem;top:5.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.32);display:block; }
 }@media only screen and (max-width: 763px) { #hOnFUyM5gGbu5ClqphXzxVXTT3HwB4eX { width:15.625rem;height:23.4375rem;top:47.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzPTRzDroXgOTwVKyM4GID5AqeBKqTgF { width:12.9375rem;height:10.2988125rem;top:58.5625rem;left:3.5625rem;font-size:1rem;display:block; }#AzPTRzDroXgOTwVKyM4GID5AqeBKqTgF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #myLpqTAJ3TKUDxJrWD1VVgyURpQ5nqXr { width:16.875rem;height:3.1875rem;top:54.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTiGCfTXVEonDVHeO3MuaUuLBg9vuFpt { width:12.5rem;height:1.94921875rem;top:54.8125rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIAqxirFxbSaAq7P2T6a7GpbqWlkroku { width:15.625rem;height:11rem;top:44.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrBJWobeL0UOWQrzTuzkCMz0EdZK2pJg { width:15.625rem;height:23.4375rem;top:107.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck6lnQVWd0cOtaQwS9SBEsbEhP77AAfp { width:12.9375rem;height:13.6953125rem;top:118.5rem;left:3.5625rem;font-size:1rem;display:block; }#Ck6lnQVWd0cOtaQwS9SBEsbEhP77AAfp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #IJO4KanST6WQFA8bNVkQzcAQS2GLgC2l { width:16.875rem;height:3.1875rem;top:114.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTtrFqvAVfTloBeU1fxxnn2VfDDCoVm { width:12.5rem;height:1.94921875rem;top:114.75rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUu6CLE4v0H9xmOcdTBGpsOzyxdasD0 { width:15.625rem;height:11rem;top:104.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmX3WTK21g1CPXJfqyAbgpfLfgMbnJZE { width:15.625rem;height:23.4375rem;top:17.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RitAbVlDmHEvaCrRxFFEFwoXRwnfbWST { width:12.9375rem;height:12.295875rem;top:28.4375rem;left:3.5625rem;font-size:1rem;display:block; }#RitAbVlDmHEvaCrRxFFEFwoXRwnfbWST li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #UJ5iuBEdeHUVZi3xd4gQ06oir8z3LpXU { width:16.875rem;height:3.1875rem;top:24.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLxiRXgtfCDW5yE2kRcPTBuZ4hkvIZDX { width:12.5rem;height:1.94921875rem;top:24.6875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhDZfHHTFLgyNqGaHIspbebJnRHFmvou { width:15.625rem;height:11rem;top:14.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzePshFKfekBTUQ0sPzJNr51q7wWpqmL { width:7.75rem;height:1.875rem;top:3.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNCeW37C5w5BAnMXVpvvd03zq7E99NvG { width:15.625rem;height:23.4375rem;top:77.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8cQSfVWoQQoeZc3q054RGNGPW21QbMa { width:12.9375rem;height:12.295875rem;top:87.9375rem;left:3.5625rem;font-size:1rem;display:block; }#M8cQSfVWoQQoeZc3q054RGNGPW21QbMa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #zlNSxcUNv71ktMxgIRZ4JRcdHhNmCmkA { width:16.875rem;height:3.1875rem;top:83.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfNQr7OWF2WHpxd8zs1TaUvuxlO48BHm { width:12.5rem;height:1.94921875rem;top:84.5rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D350zEDtTxCS72STgRktIb34ba0cP0hg { width:15.625rem;height:10.9375rem;top:74.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O { display:block; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u58nM5P7VCfaBIbJV2yy3n7BNPRmOMN0 { width:20rem;height:1.13671875rem;top:4rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcCV1WHtETZFrRzJsEwGDCnlU3t6wa6r { width:20rem;height:9rem;top:11.9375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rVGiF0790Asi59Ni5XE6ruPgge0KpeAP { width:20rem;height:4.798825rem;top:6.3271484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qNoD8CHHfMEtytSV3cSdIZPufn2asGnO { width:20rem;height:20.208333333333rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1by1BRWBALu3eK5MVNWziLzOuctAC9D { width:16.25rem;height:4rem;top:42.45703125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxbidOPnbNiHdC8Xr8eEV0IdtuidS5ex { display:block; }
 }@media only screen and (max-width: 763px) { #fNdHIXaXL8V5CcKgfKlSpGbZoM7ehZv2 { width:13.5rem;height:1.875rem;top:3.630859375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 { background-color:#ffb521;background-image:none;display:block; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container { background-color: transparent; background-image: none; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container > .video-iframe-container { display: none; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row > .video-iframe-container { display: none; }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .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); }#Cqq07FtzbMfNISl0C4RnqHkTeyVTAL12 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DqXSpyHfUmSKPrtKO2BTptyGDGlEqzPq { width:20rem;height:3.8496125rem;top:2.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #esm16qaS21uiKmnaKekCre0zgZesQRXc { width:20rem;height:2.9375rem;top:7.625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkPx2yyTN6QsABXNKRdhrfvpDDVfbZdK { display:block; }
 }@media only screen and (max-width: 763px) { #zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf { display:block; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row .container { width:20rem;height:146.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNvdcfQgdA2HcUs1uubSy5wN5yrIJObZ { width:20rem;height:1.13671875rem;top:2.1005859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsNtcTZWdIGT35aATESzF2sZWH8GvXB8 { width:20rem;height:4.548825rem;top:4.4248046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.23);display:block; }
 }@media only screen and (max-width: 763px) { #sL8NzTDtC79lnToTOGUeEJH6TmdVtZMX { width:14.4375rem;height:3.5rem;top:16.5625rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GW2snPydOXZa07rruiUkzb6Tfsc66eai { width:16.875rem;height:15.9375rem;top:13.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfHQw7DH1NhuHzIh5yaH4LfRerrTBex6 { width:14.5625rem;height:5.25rem;top:21.0625rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9wGxybdXZdi1oNnqwT0WtQNO1MvTA0V { width:5.25rem;height:5.25rem;top:10.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEEETx7amJmJKsgbfv8xCFhSzOIWDTOz { width:16.875rem;height:15.9375rem;top:36rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSB6pBPNUTzSw7KSKT9F3oTGiZ9d91s { width:14.5625rem;height:6.5625rem;top:43.875rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrgWOnGcR4zECvn2dpRRaB7zLoA3EATR { width:15rem;height:3.5rem;top:39.375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkTRec4tcHEqSled9orcws1mu72S6T4B { width:5.0625rem;height:5.3125rem;top:32.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgaRaOP5h2CT9lVulqfTOHaITEW84n5o { width:16.875rem;height:15.9375rem;top:81.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8as3Il5OXJRnkULenXmcwDeWHLkFpci { width:14.5625rem;height:6.5625rem;top:89.4375rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXaVLloPgukGdrMBTX4UbKPwavx5GrvZ { width:15rem;height:3.5rem;top:84.9375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWTaiG6rB6AgpT9D1wxiHFCMBBSW21VC { width:16.875rem;height:15.9375rem;top:58.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyzTGlepBkifUn8AXD2oh9pT1nQFTP9X { width:15rem;height:3.5rem;top:62.1875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WycyGkcorCgerZAMB9cNEN0v9F60mVhx { width:14.5625rem;height:7.875rem;top:66.8125rem;left:2.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMBpiWwwVacUTAFcswap2A8Kwu1JcamD { width:5.25rem;height:5.3125rem;top:78.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrPg2iFDg4GnilmDkDVTXOadOS8aDyQz { width:5.25rem;height:5.3125rem;top:55.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu4fe4f5Ape6g8nIsPZzxZyic625qd9X { width:18.5625rem;height:27.8125rem;top:104.1875rem;left:0.75rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yRQIWTyM2e97GTHs3FhbLwVcaA3foGNW { width:20rem;height:30.25rem;top:103.25rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,181,33,0.86);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rq6uUgKRQtKclhguUW61Bh6C7fapLL68 { width:9.3125rem;height:1.875rem;top:1.7314453125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHC17yKWC6FePr1BehuxVy8R1tRKVdyM { width:6.8125rem;height:6.8125rem;top:128.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9T1ooiW8NdTxhLOcXA87MCgHR0dFmdy { width:16.25rem;height:4rem;top:139.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRATinylJWHG1tep3TO1TvATdTK5Vw2C { display:block; }
 }@media only screen and (max-width: 763px) { #qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB { display:block; }#qE3RtTxHfbzkKxmn6MEpqGZkNPl2QTvB > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz2pbQTJbqDLUVKpiUOiWqS2Zf0QDBz1 { width:20rem;height:1.3496125rem;top:1.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #M82GiPQZhzkRa58c5Py7HR709M1NShTg { width:6rem;height:1.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBEaQikDVIOytaCQCbKHhcUlz1vSKCA8 { width:7.5625rem;height:1.875rem;top:9.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7WmNW7QmXOJ2APbd5ZRp5AtGIfoqCJO { width:6.3125rem;height:2.5625rem;top:5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVxyxaplVWFi0fF8dTFRqHLbsK8QiNJq { width:6.125rem;height:3.125rem;top:8.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IItlygUJqFsDQZOt9OGWUiu5Qt3svv1G { width:4.5625rem;height:3.25rem;top:4.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container { background-color: transparent; background-image: none; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container > .video-iframe-container { display: none; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row > .video-iframe-container { display: none; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .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); }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container { border-width: 0; border-radius: 0; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZrWPbkfboI1qlpkb8UNP3EhTCXtwOmf > .row .container { width:20rem;height:106.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx4wAv3wcxkopO6KhlaePvBdydQWBfLE { width:20rem;height:25.125rem;top:9.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NebvKcf96moaLcT5dyKZ0HSQgicimnGi { width:20rem;height:25.125rem;top:35.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPTXyTUm8UCT9qQFTs9uTfSF5wD62sFZ { width:20rem;height:21.1875rem;top:62.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzCQysQeHzEwXQ5TvqCxafSNInaUCZzP { width:19.6875rem;height:1.13671875rem;top:3.0380859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHunZFpDs4AWzRVutam6OvlvyGvwfN3g { width:18.25rem;height:2.2744125rem;top:4.4248046875rem;left:0.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QuJAUdTe0bVuy5WzGIJVc4HCWKWxAXRx { width:20rem;height:17.0625rem;top:85.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzk0Ckn3QRs29fbApmRXolJ68uBBqrS { width:20rem;height:102.5rem;top:1.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd { display:block; }#HSFn1LMbmSSOvW4b3ICQHCxfn3lToBrd > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGF84gJKVP054pF19RdzlFUdxAyFgl9i { width:20rem;height:1.95rem;top:3.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:sora;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PDZHCMG5MO6GohWRQcPMEx5STwewCkuG { width:14.5rem;height:20.2305rem;top:6.859375rem;left:2.75rem;font-size:1rem;font-family:lato;display:block; }#PDZHCMG5MO6GohWRQcPMEx5STwewCkuG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #fktsXTnFTWSvyrWn3pOA8WlcQJTy6wzk { width:18.75rem;height:18.75rem;top:31.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4m2IuE4POOkg0cgfxxfFNnHPhn7TEUU { width:14.9375rem;height:20.2305rem;top:52.587890625rem;left:2.53125rem;font-size:1rem;font-family:lato;overflow:hidden;display:block; }#R4m2IuE4POOkg0cgfxxfFNnHPhn7TEUU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c855212cf4e8dd3dca869b75e618739301f74a6d.svg); }
 }@media only screen and (max-width: 763px) { #QHS3hhebZ8oEa608QqM0noVNXXoTK6Vs { width:16.25rem;height:4rem;top:76.755859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVrvE6bTfAsp1P76dgQymTTwXiRgvbzv { display:block; }
 }@media only screen and (max-width: 763px) { #yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh { background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { background-color: transparent; background-image: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container > .video-iframe-container { display: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row > .video-iframe-container { display: none; }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .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); }#yHey3P4mAv87iZrLJ2LTq8b3TxbNNVTh > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5LPNvmmdTV9ekhIDedGMcuqbZdq9Dtp { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }