.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); }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;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; }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row .container { background-color: transparent; background-image: none; }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row .container > .video-iframe-container { display: none; }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row > .video-iframe-container { display: none; }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .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); }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row .container { border-width: 0; border-radius: 0; }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#ot90UwFr54NHMbfMRONxxlN0c3VdXNP8 { color:#f8f8f8;display:block;width:40.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.943359375rem;left:17.15625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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.3125rem;left:26.5625rem;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:2.6875rem;width:18.25rem;top:2.65625rem;left:0rem;overflow:hidden;display:block; }
#qmeH3eEyiHtnS2KQILfTrHIimbFrmK1x { 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:15001;text-align:center;text-align-last:center;top:2.3125rem;left:34rem;display:block; }
#TxcBOw9nzsfWhuc1rrOTVXLT9t2U6iDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZhBnmI3IsTFav58VcZ7og8X1rQGkABu { 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:15002;text-align:center;text-align-last:center;top:2.28125rem;left:42.3125rem;display:block; }
#vmFI56fKRqlibPsTfBpelI5iSvDEWa96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:48.875rem;display:block; }
#GGOeTzlTOdV5WrzbW664DZgSXCHnrD2X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0kZ2OOTobS2GBnKM54hzKDQXPeZndBL { position:absolute;display:block;z-index:15034;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.625rem 0.625rem rgba(40,30,50,0.31) ;height:4.375rem;width:16.625rem;top:1.875rem;left:58.375rem;display:block; }
#aTJH85y9hD3FZtT3oZoX9l8NvPWoyTfd { position:absolute;display:block;z-index:15037;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:2.5rem;left:70.875rem;display:block; }
#o6XGcIxMAJ0LtWR7LXazMCzoul8yKJNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.875rem;left:71.3125rem; }
#aDULkP3mXOwMvVxmPx8f5MQnz1QUPBx6 { color:#070707;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:3.875rem;left:60.1875rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCTNk25EfTH5U0OzG42BLy93zoFbxsAu { color:#5b5b5b;display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:2.8125rem;left:59.5rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#OSM4Eo3PcdzhmE9hf2GOBKytshBd7yA3 { background-color:transparent;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;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:16.625rem;height:4.375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.8125rem;left:58.375rem;display:block; }
#t0sTWNSs1oiG0biUneR2HZXHKpns3xLq { 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:50.875rem;width:75rem;overflow:visible;position:relative;display:block; }#fR1ny1oaICiHqbCSWaDy6hFzNCu4mr7D { color:#e1e1e1;display:block;width:35.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:21.3125rem;left:0rem;height:5.3994125rem;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:12.125rem;left:0rem;height:8.44925rem;font-style:normal;display:block; }
#l3SaAKAyhpL1sNhqQyKfbLg4UFzTyTBm { position:absolute;display:block;z-index:15028;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:36.0625rem;left:0rem;display:block; }
#VhIBe0JKriV1Kvkdcgxx1b1H4toBOiax { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.4375rem;left:2.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Nbufbxq3pqN6lSUfgpDmE8nQRbMVipXG { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:37.9375rem;left:0.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKcvz1Iam1hI11WGqEvrIeKHZ3siKcsJ { background-color:transparent;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;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:18.75rem;height:4.375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:36.01171875rem;left:0rem;display:block; }
#bVg1VlCl7i6HOkpOATTwm133hdwWQ9Qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oUdxa3Cgv7re41dRZ6bJs4aogk4ApMai { position:absolute;display:block;z-index:15031;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:36.4375rem;left:14.1875rem;display:block; }
#lIuDwLRyoygJOatDqCTO6bPVNOmMaOCg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:36.8125rem;left:14.625rem; }
#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:15039;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:32.125rem;left:12rem;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:35.4375rem;left:21.375rem;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:35.4375rem;left:28.4375rem;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:7.1875rem;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:7.8125rem;left:2.875rem;height:1.625rem;font-style:normal;display:block; }
#dUHHIqvm3xdb3NJWCUUvnCtBanCorFh0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:27.625rem;left:0rem;height:3.548825rem;font-style:normal;display:block; }#dUHHIqvm3xdb3NJWCUUvnCtBanCorFh0 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#dUHHIqvm3xdb3NJWCUUvnCtBanCorFh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
#ikiAdMvC7Zg6J68Tash3DTpKyhUdBxpJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.1875rem;height:3.548825rem;font-style:normal;display:block; }#ikiAdMvC7Zg6J68Tash3DTpKyhUdBxpJ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ikiAdMvC7Zg6J68Tash3DTpKyhUdBxpJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
#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; }
#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06f04dd7-c4cb-4765-8243-b5b534d34655/safekeylocksmith.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M.adaptive-delivery-prevent-bg, #dC3zZP4ByanaK8WbicRMhKif5UyyKd9M.lazyload, #dC3zZP4ByanaK8WbicRMhKif5UyyKd9M.lazyloading { background-image: none; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row .container { background-color: transparent; background-image: none; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row .container > .video-iframe-container { display: none; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row > .video-iframe-container { display: none; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .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); }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row .container { border-width: 0; border-radius: 0; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#ckzTkckfZ23n736fTXtsH8wbJx5XoiAz { position:absolute;display:block;z-index:15017;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;box-shadow: none;height:32.3125rem;width:33.4375rem;top:8.1875rem;left:20.8125rem;display:block; }
#GTeD9ceRCrQyX7FhwAAhkScgr582uiu4 { color:#100f0f;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:11.75rem;left:23.5625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#xS6Cfqlfr81aOrvC7rDRAXkJuvF9GHm7 { color:#000000;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:9.1875rem;left:22.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKTTUu0XWg1MmvF2PAGBca3noE455rsr { position:absolute;display:block;z-index:15062;height:25rem;width:29.8125rem;top:13.9375rem;left:22.59375rem;display:block; }
#FOlTygqq2fC1MMpp9ToTA6Bmvr4Q9wAA { color:#000000;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:6.8125rem;left:22.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DeLwnyF8CqTf1oKydFUZd7XOfFRQNW8D { position:absolute;display:block;z-index:15061;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.6875rem;width:4.625rem;top:41.6875rem;left:25.75rem;overflow:hidden;display:block; }
#h3b8UX2By6rs5XqmRW6uBCaNGIFy3nrA { box-sizing:content-box;height:6.8125rem;width:33.4375rem;position:absolute;display:block;z-index:15018;background-color:#0e0e0e;background-image:none;top:40.5rem;left:20.8125rem;border-top:0.4375rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.4375rem solid #ffb521;display:block; }
#yMqtxG1TyiiIbscvu6Li39CpSifO2v1Z { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:42.5625rem;left:31.125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#TsQiZRlp8gQzuUOTwUh441T3R8B1V9I6 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:44.25rem;left:31.125rem;height:1.6875rem;text-align:center;text-align-last:center;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:#ffffff;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:#0f0f0f;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.625rem;left:57.9375rem;display:block; }
#AxbidOPnbNiHdC8Xr8eEV0IdtuidS5ex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kutp6t2A58BHC0lPK4OkbzhWnXpvsCv5 { position:absolute;display:block;z-index:15035;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:33.4375rem;left:37.3125rem;display:block; }
#PHCkZptJa0sUuVGZMVmxrT3UpFbDX2wm { background-color:transparent;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;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:18.75rem;height:4.375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:33.4375rem;left:37.375rem;display:block; }
#KIsDLeDRkdzBcPFK3w6kUhZ3hl47WL1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2viD48xagQbx788K7IV6tOVU3k2cAVk { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:35.3125rem;left:38.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BydKSHnwtFJlp3AlHvS3BFqZ8Avqhlf0 { position:absolute;display:block;z-index:15038;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:33.8125rem;left:51.5rem;display:block; }
#gan5DWKZZGkMAh2UmO0O7TzUOk3GqvMp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:34.1875rem;left:51.9375rem; }
#Fp3EXBwvsNi7KPEr0y2e83zV135U7Nym { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:33.8125rem;left:40.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;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:32.4375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.23046875rem;left:0rem;height:5.5996125rem;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:2.375rem;left:37.125rem;display:block; }
#fkPx2yyTN6QsABXNKRdhrfvpDDVfbZdK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVTV2XiquDRmX0W6MXmdtpxNifBCXUVW { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:4.15625rem;left:62.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ7Ii51QCLWqU2xtnSM8cobJIFLGWZJ4 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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;height:1.9375rem;width:12.9375rem;top:3.8125rem;left:61.6875rem;display:block; }
#PafEXCRW7XU3KETTXuvgasFFGqg4MQck { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:2.0625rem;left:71rem; }
#MKxRtDEsqito6tncWauI9fczROobSglI { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:2.3125rem;left:64.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#AHLbSFLhKcwBgOrtpfA514IB1EqTIreA { background-color:transparent;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;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:13.25rem;height:4.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:1.84375rem;left:61.75rem;display:block; }
#d4zzL8x643okNa2zDXOFFDz0F46Z4pXS { 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; }
#aaxv80h7JsnhJnc68G0pHwInrCJRTqfO { 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.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:#0f0f0f;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:15048;text-align:center;text-align-last:center;top:62.9375rem;left:39.75rem;display:block; }
#pUSItJtQWrPJowJKULRPXayP274b2DpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iLhghvF4lznHGbJwlrK9i3vnTIPDyO3i { position:absolute;display:block;z-index:15042;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:62.75rem;left:19.125rem;display:block; }
#TA9nQydxsTX5JGszLvdiXJIIO1XpA3Xg { background-color:transparent;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;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:18.75rem;height:4.375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:62.75rem;left:19.1875rem;display:block; }
#w3obAMPvHdvFSl24B2w9BBiNdWbJOH79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SFmUburdi8ri01A9xD2xSPAVUTvsFv7T { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:64.625rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEmMRbevSulfBm5xAwxG2KlE0LTlPgWv { position:absolute;display:block;z-index:15045;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:63.125rem;left:33.3125rem;display:block; }
#AP1UJ1GvKeTihMKrOQ85BRBodcn0sMRL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:63.5rem;left:33.75rem; }
#eMs9k9BePCh3RzoPKnKg4iI88qr7UzD0 { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15043;line-height:.8;letter-spacing:0;top:63.4375rem;left:22rem;height:0.79980625rem;text-align:center;text-align-last:center;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; }
#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ { background-color:#ffffff;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; }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row .container { background-color: transparent; background-image: none; }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row .container > .video-iframe-container { display: none; }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row > .video-iframe-container { display: none; }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .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); }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row .container { border-width: 0; border-radius: 0; }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#ZsTzAuOa9RRJIeI552kqpQRT7AhQKFRm { color:#ffb521;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13rem;left:50.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odfWLf5094EFTztW3GazMGigIBwoH9sT { color:#000000;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.25rem;left:50.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fptMa5PbbHnAv3vZrTamuUlg0dCIeMJF { position:absolute;display:block;z-index:15060;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.3125rem 0rem 0.625rem rgba(0,0,0,0.5) ;height:39.9375rem;width:43.6875rem;top:10.125rem;left:0rem;overflow:hidden;display:block; }
#ecp7MnbkvGnFTzwd4UlHvd7I5Um71cqE { box-sizing:content-box;height:1.875rem;width:9.3125rem;position:absolute;display:block;z-index:14999;background-color:#070707;background-image:none;top:12.6875rem;left:56.0625rem;display:block; }
#ni1WdztpWmn5pXSi8agGs4hTNoTCI8Ov { position:absolute;display:block;z-index:15004;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:23.6875rem;top:56.4375rem;left:0rem;display:block; }
#J6KRkRV5aWIAm5UWt9vAqPlJ7yPGeLae { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:58.5rem;left:10.75rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcsZCXHN6X6DPqfZzBfy3OysAb6OHKme { color:#ffffff;display:block;width:9rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5);top:59.3125rem;left:1.75rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#bVk2vxGWoL8r5oXCVpeIEsFTgpMT81kO { color:#070707;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:7.125rem;left:1.3125rem;height:3.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vuz9CGWvZLsTDPPJGRZOVKtaoW73ttBW { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.8;letter-spacing:0;top:19.375rem;left:60.6875rem;height:23.056625rem;overflow:hidden;display:block; }#vuz9CGWvZLsTDPPJGRZOVKtaoW73ttBW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vuz9CGWvZLsTDPPJGRZOVKtaoW73ttBW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
#Dfzzr1Lpf2wkcF9UsyWXX9wxvX0WufNV { color:#000000;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.8;letter-spacing:0;top:19.4375rem;left:47.75rem;height:23.056625rem;overflow:hidden;display:block; }#Dfzzr1Lpf2wkcF9UsyWXX9wxvX0WufNV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dfzzr1Lpf2wkcF9UsyWXX9wxvX0WufNV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;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; }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row .container { background-color: transparent; background-image: none; }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row .container > .video-iframe-container { display: none; }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row > .video-iframe-container { display: none; }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .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); }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row .container { border-width: 0; border-radius: 0; }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#gR5fPb0zF3Cu8hhqdA0kFnlwOXszzQQ3 { color:#070707;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:6.3125rem;left:1.375rem;height:5.7744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R3fWdCsGZCFFoIdeC44WThv7RVSTV74T { color:#ffb521;display:block;width:39.875rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.55078125rem;left:27.4375rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vOCZCpmITKgG1G8nZ95fKf6QrkHKzVQU { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:17.8984375rem;left:28.5625rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#vnzhQivEaoCErDC6NPW0dKhkoPUx0dbk { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(176,176,176,0.51);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:0.9375rem;width:44.8125rem;top:13.3984375rem;left:28.46875rem;display:block; }
#ufTclar9INTFTKrAi08HKTlH2QEaoDFS { color:#ffb521;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:24.5rem;left:28.5625rem;height:1.625rem;font-style:normal;display:block; }
#yTzDvWIZOt949gnrFhXXR4WwJc3CkADo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.0859375rem;left:28.1875rem; }
#L3ds72oKdzb5zEavsWpwZDJTW9MJG9pt { box-sizing:content-box;height:1.875rem;width:8.125rem;position:absolute;display:block;z-index:15001;background-color:#ffb521;background-image:none;top:4.4375rem;left:27.4375rem;display:block; }
#meKSdOXV6Alyl8BgQTVdGGUk5sOO2MwI { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:27.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bC30ZpqcasfZzG6mCZEilZbRMTfp6acD { color:#f4a916;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:23.90625rem;left:35.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bwoMCVTxukUTT174vAATkSx7cWmukTqf { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:32.875rem;left:28.6875rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#Zn7XWwWTR36fB3bWKB1EVVysTDTmNnFF { color:#f4a916;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:38.9375rem;left:35.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fncTGpiI4XM0h3pNliR5rspPwSJTTUKp { color:#ffb521;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:39.5rem;left:28.6875rem;height:1.625rem;font-style:normal;display:block; }
#lOnXcSnGWqWNH54FgegKULygPJkakum7 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(176,176,176,0.51);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:0.9375rem;width:44.8125rem;top:28.375rem;left:28.625rem;display:block; }
#Ecp7exmvOrb2WvxkPcIfT4RpNQzLp1xs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:29.0625rem;left:28.3125rem; }
#nCNnLxcqqI7KcP7frSErWEGAOpqokz1k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.1875rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:.14;top:60.4375rem;left:60.8125rem;display:none; }
#b2zgM8ebZalKzmPxizSc5kkRv4LRENla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:14.1875rem;width:14.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:.14;top:0rem;left:60.8125rem; }
#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM { 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; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container { background-color: transparent; background-image: none; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container > .video-iframe-container { display: none; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row > .video-iframe-container { display: none; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .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); }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container { border-width: 0; border-radius: 0; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#KbhPyLB1KwK9Tv7itBQvDbdXLxxmOsIi { color:#070707;display:block;width:33.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.23046875rem;left:0rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rqUiZmQtHPlTrMUcOI2EUKLhKShVdD1N { 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:2.375rem;left:37.125rem;display:block; }
#USR3D9oWgURVUgyOvW9AVFhzVGCDKv3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLDkCTm9a3Hb8IahRrnkcTKTL18Rh3eN { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:4.15625rem;left:62.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F8kOXvR9Td8RHR5FhC6uThNgHcmvu7sA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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;height:1.9375rem;width:12.9375rem;top:3.8125rem;left:61.6875rem;display:block; }
#w0VsUNWNwQwhKhcx3L5ByNyaSnCDzkV2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:2.0625rem;left:71rem; }
#gny40EvuDTzI9L2dLfSvJmXAsZM84g02 { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:2.3125rem;left:64.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JLVpP6JoZ0CSGX1niqF3nUEWb1ItQ9Ha { background-color:transparent;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;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:13.25rem;height:4.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:1.84375rem;left:61.75rem;display:block; }
#WnIAZSWtg7V0VHdtaTN1WekEsvV4bLNl { 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; }
#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d0e70d90-e721-4731-8880-d11da31051b8/locksmithnearmeknoxville.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf.adaptive-delivery-prevent-bg, #nORpVwAhNLtvkZfwWU49tDym1ZOOccJf.lazyload, #nORpVwAhNLtvkZfwWU49tDym1ZOOccJf.lazyloading { background-image: none; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row .container { background-color: transparent; background-image: none; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row .container > .video-iframe-container { display: none; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.82); }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row > .video-iframe-container { display: none; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .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); }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row .container { border-width: 0; border-radius: 0; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#WXCOIpeUTwgsJsMivanOmabKtFBRUM2t { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:32.3125rem;width:33.4375rem;top:5.25rem;left:20.8125rem;display:block; }
#aASlcce9I7vvLEoTmp6SmKN5h7G7WTzD { color:#100f0f;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:1.5;letter-spacing:0;top:8.8125rem;left:23.5625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#dMm0MhmQVJmwCRkOIpFxDIFZTOlMHscc { color:#000000;display:block;width:29.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:6.25rem;left:22.6875rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGTn0kaQyB28ETqyks5xQgvAptdGd9IC { position:absolute;display:block;z-index:15070;height:25rem;width:29.8125rem;top:11.0625rem;left:22.6875rem;display:block; }
#ymFW4NOGeTNl8AwIKfs0o9X4VbFXTbfU { box-sizing:content-box;height:6.8125rem;width:33.4375rem;position:absolute;display:block;z-index:15026;background-color:#0e0e0e;background-image:none;top:37.5625rem;left:20.8125rem;border-top:0.4375rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.4375rem solid #ffb521;display:block; }
#H6eLZkAKczot2qGmV8yyUXgkbEvRH7kE { position:absolute;display:block;z-index:15069;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.6875rem;width:4.625rem;top:38.75rem;left:25.75rem;overflow:hidden;display:block; }
#tBzTI5URqogQq8OyvHRqMrpRTTFx1UEV { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.5;letter-spacing:0;top:39.625rem;left:31.125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#b38tvxUr6et0qmB9UrJvp0hgnSIBPRa6 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1.5;letter-spacing:0;top:41.3125rem;left:31.125rem;height:1.6875rem;text-align:center;text-align-last:center;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); }
#OytCILfkR7engkAWM26wIA4KdtsTipie { 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.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:#0f0f0f;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:15055;text-align:center;text-align-last:center;top:32.5rem;left:39.6875rem;display:block; }
#isyfyQzGS4g6svvZJLAAznulwzTpzWt0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHmKqcKPIB9qm8PFw7cHhezWU3rFAAD6 { position:absolute;display:block;z-index:15049;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:32.3125rem;left:19.0625rem;display:block; }
#zk1oVZxn8mcDAouLRvQdMM3Uoc5fZibP { background-color:transparent;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;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:18.75rem;height:4.375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:32.3125rem;left:19.0625rem;display:block; }
#BQFed3mhCLlRPMNwT7MaVR5DTFUCISUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fl5tUpOP5UPyfmBvgETagg9HcIKQnTPT { position:absolute;display:block;z-index:15052;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:32.6875rem;left:33.25rem;display:block; }
#HRV0fTPI1wc5IsbLwrTd3dlLTlaP7WFA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:33.0625rem;left:33.6875rem; }
#ZHX7a2z9VCGZ5gkycXqCcReMvdOFAc4Z { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:34.1875rem;left:19.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAC29mEyqeAXgDxBq06fTwbwV6hqstln { color:#070707;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15050;line-height:.8;letter-spacing:0;top:33rem;left:21.9375rem;height:0.79980625rem;text-align:center;text-align-last:center;display:block; }
#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH { 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; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container { background-color: transparent; background-image: none; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container > .video-iframe-container { display: none; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row > .video-iframe-container { display: none; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .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); }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container { border-width: 0; border-radius: 0; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#T5Dn7Gmr5rezqub9y287XPo1NnTi8vOs { color:#070707;display:block;width:32rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.23046875rem;left:0rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PqdrSJ7vvcnkx4LOD828l02yfIzvo7Uc { 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:2.375rem;left:37.125rem;display:block; }
#nJQVSSLKKmLNqm4X7a9DFO8EU3ztyoFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEKP2ATsNtJz9AleSu3FTWNI45kofIXd { color:#070707;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:4.15625rem;left:62.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Efo5WE6p6p8pgO34UTi8sP2FBTlLTQLZ { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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;height:1.9375rem;width:12.9375rem;top:3.8125rem;left:61.6875rem;display:block; }
#lq9gfuZwTdTZPf4NU0arqPzEmUiQv5bb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:2.0625rem;left:71rem; }
#gG53Z0VDD4oypypuKuL8y5Cu9XPpPvOE { color:#070707;display:block;width:6.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:2.3125rem;left:64.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gxdWRQZXz4s6ySo44gHl77tTuZOleQgG { background-color:transparent;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;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:13.25rem;height:4.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:1.84375rem;left:61.75rem;display:block; }
#hl5ANzCWwz8JZbTniyzhD8Id4Oo3ymFp { 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; }
#eXnTfpnRfBiVMkWUulZR7V12mTnFSSiU { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.650390625rem;left:24.78125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f0f0f;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:none; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { border-width: 0; border-radius: 0; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#c6pFrSUSPiP1bmELZauckkJcmwiwKQmn { position:absolute;display:block;z-index:15035;background-color:#fe6601;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(220,147,13,0.25) ;height:4.375rem;width:18.75rem;top:33.4375rem;left:37.3125rem;display:none; }
#O4HOzMoc2Rpm4TELNzryHQ5JbFB6tVRd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:35.3125rem;left:38.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TnPalZtNtk2TBiD8tA29N7qBkaKVm3rS { position:absolute;display:block;z-index:15038;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:3.125rem;width:3.125rem;top:33.8125rem;left:51.5rem;display:none; }
#FQqfn48pQiAJUDwelElECs5ef6MW0v8G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:34.1875rem;left:51.9375rem;display:none; }
#wDihNy84xrr3LZJLRBGP0LfGV7ekK0wb { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.8125rem;left:40.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#fPHkNc10TzFn1MN2UOBskF9LTO604BUx { background-color:transparent;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;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:18.75rem;height:4.375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:33.4375rem;left:37.3125rem;display:none; }
#ms7J4dAMdTTtiGmMyomObbJF0P9gUZGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT { display:block; }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot90UwFr54NHMbfMRONxxlN0c3VdXNP8 { top:0.9375rem;left:3.53125rem;width:40.6875rem;height:1.25rem;font-size:0.875rem;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.3125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuEbtpDUVn1UhI9F0XQWUSBHa3TcO01h { display:block; }
 }@media only screen and (max-width: 763px) { #NnyJJPugnMu6tStoTLJxqvxRWLH5kgoA { top:2.625rem;left:0rem;width:18.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmeH3eEyiHtnS2KQILfTrHIimbFrmK1x { width:7.4375rem;height:3.4375rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxcBOw9nzsfWhuc1rrOTVXLT9t2U6iDF { display:block; }
 }@media only screen and (max-width: 763px) { #EZhBnmI3IsTFav58VcZ7og8X1rQGkABu { width:7.4375rem;height:3.4375rem;top:2.25rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmFI56fKRqlibPsTfBpelI5iSvDEWa96 { display:block; }
 }@media only screen and (max-width: 763px) { #NXto7mM7rOvPrRnT3U0OG3F0mRe5i3hm { width:7.4375rem;height:3.4375rem;top:2.3125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGOeTzlTOdV5WrzbW664DZgSXCHnrD2X { display:block; }
 }@media only screen and (max-width: 763px) { #v0kZ2OOTobS2GBnKM54hzKDQXPeZndBL { top:1.875rem;left:31.125rem;width:16.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJH85y9hD3FZtT3oZoX9l8NvPWoyTfd { top:2.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6XGcIxMAJ0LtWR7LXazMCzoul8yKJNl { top:2.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDULkP3mXOwMvVxmPx8f5MQnz1QUPBx6 { top:3.875rem;left:38.5625rem;width:9.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTNk25EfTH5U0OzG42BLy93zoFbxsAu { top:2.8125rem;left:37.1875rem;width:10.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSM4Eo3PcdzhmE9hf2GOBKytshBd7yA3 { width:16.625rem;height:4.375rem;top:1.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0sTWNSs1oiG0biUneR2HZXHKpns3xLq { 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.3125rem;left:0rem;width:35.625rem;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:12.125rem;left:0rem;width:37.5625rem;height:8.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SaAKAyhpL1sNhqQyKfbLg4UFzTyTBm { top:36.0625rem;left:0rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhIBe0JKriV1Kvkdcgxx1b1H4toBOiax { top:36.4375rem;left:0rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbufbxq3pqN6lSUfgpDmE8nQRbMVipXG { top:37.9375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKcvz1Iam1hI11WGqEvrIeKHZ3siKcsJ { width:18.75rem;height:4.375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVg1VlCl7i6HOkpOATTwm133hdwWQ9Qq { display:block; }
 }@media only screen and (max-width: 763px) { #oUdxa3Cgv7re41dRZ6bJs4aogk4ApMai { top:36.4375rem;left:0.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIuDwLRyoygJOatDqCTO6bPVNOmMaOCg { top:36.8125rem;left:1rem;width:2.3125rem;height:2.3125rem;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:32.125rem;left:0rem;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:35.4375rem;left:7.75rem;width:6.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE2qVT9TZmIctITAvRaQKXvTWIq6ZorP { top:35.4375rem;left:14.8125rem;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:7.1875rem;left:0rem;width:2.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXqLxELTXQdTr4GJtV13H4Inmihtf56p { top:7.8125rem;left:0rem;width:15.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUHHIqvm3xdb3NJWCUUvnCtBanCorFh0 { top:27.625rem;left:0rem;width:12.5rem;height:3.5rem;font-size:1rem;display:block; }#dUHHIqvm3xdb3NJWCUUvnCtBanCorFh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
 }@media only screen and (max-width: 763px) { #ikiAdMvC7Zg6J68Tash3DTpKyhUdBxpJ { top:27.625rem;left:0rem;width:12.5rem;height:3.5rem;font-size:1rem;display:block; }#ikiAdMvC7Zg6J68Tash3DTpKyhUdBxpJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
 }@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) { #dC3zZP4ByanaK8WbicRMhKif5UyyKd9M { display:block; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckzTkckfZ23n736fTXtsH8wbJx5XoiAz { width:33.4375rem;height:32.3125rem;top:8.1875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTeD9ceRCrQyX7FhwAAhkScgr582uiu4 { top:11.75rem;left:9.9375rem;width:27.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6Cfqlfr81aOrvC7rDRAXkJuvF9GHm7 { top:9.1875rem;left:9.0625rem;width:29.625rem;height:2.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTTUu0XWg1MmvF2PAGBca3noE455rsr { top:13.9375rem;left:8.96875rem;width:29.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlTygqq2fC1MMpp9ToTA6Bmvr4Q9wAA { top:2.3125rem;left:0rem;width:20rem;height:1.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeLwnyF8CqTf1oKydFUZd7XOfFRQNW8D { top:41.6875rem;left:12.125rem;width:4.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3b8UX2By6rs5XqmRW6uBCaNGIFy3nrA { top:40.5rem;left:7.1875rem;width:33.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMqtxG1TyiiIbscvu6Li39CpSifO2v1Z { top:42.5625rem;left:17.5rem;width:18.125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQiZRlp8gQzuUOTwUh441T3R8B1V9I6 { top:44.25rem;left:17.5rem;width:18.125rem;height:1.6875rem;font-size:0.9375rem;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.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxbidOPnbNiHdC8Xr8eEV0IdtuidS5ex { display:block; }
 }@media only screen and (max-width: 763px) { #kutp6t2A58BHC0lPK4OkbzhWnXpvsCv5 { top:33.4375rem;left:23.6875rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHCkZptJa0sUuVGZMVmxrT3UpFbDX2wm { width:18.75rem;height:4.375rem;top:33.4375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIsDLeDRkdzBcPFK3w6kUhZ3hl47WL1R { display:block; }
 }@media only screen and (max-width: 763px) { #A2viD48xagQbx788K7IV6tOVU3k2cAVk { top:35.3125rem;left:24.5625rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BydKSHnwtFJlp3AlHvS3BFqZ8Avqhlf0 { top:33.8125rem;left:37.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gan5DWKZZGkMAh2UmO0O7TzUOk3GqvMp { top:34.1875rem;left:38.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp3EXBwvsNi7KPEr0y2e83zV135U7Nym { top:33.8125rem;left:26.5625rem;width:9.125rem;height:1.25rem;font-size:1rem;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:1.1875rem;left:0rem;width:32.4375rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esm16qaS21uiKmnaKekCre0zgZesQRXc { width:23.125rem;height:4.0625rem;top:2.375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkPx2yyTN6QsABXNKRdhrfvpDDVfbZdK { display:block; }
 }@media only screen and (max-width: 763px) { #eVTV2XiquDRmX0W6MXmdtpxNifBCXUVW { top:4.125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ7Ii51QCLWqU2xtnSM8cobJIFLGWZJ4 { top:3.8125rem;left:34.4375rem;width:12.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PafEXCRW7XU3KETTXuvgasFFGqg4MQck { top:2.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKxRtDEsqito6tncWauI9fczROobSglI { top:2.3125rem;left:40.8125rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHLbSFLhKcwBgOrtpfA514IB1EqTIreA { width:13.25rem;height:4.375rem;top:1.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4zzL8x643okNa2zDXOFFDz0F46Z4pXS { 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) { #aaxv80h7JsnhJnc68G0pHwInrCJRTqfO { width:16.25rem;height:4rem;top:62.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUSItJtQWrPJowJKULRPXayP274b2DpH { display:block; }
 }@media only screen and (max-width: 763px) { #iLhghvF4lznHGbJwlrK9i3vnTIPDyO3i { top:62.75rem;left:5.5rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9nQydxsTX5JGszLvdiXJIIO1XpA3Xg { width:18.75rem;height:4.375rem;top:62.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3obAMPvHdvFSl24B2w9BBiNdWbJOH79 { display:block; }
 }@media only screen and (max-width: 763px) { #SFmUburdi8ri01A9xD2xSPAVUTvsFv7T { top:64.625rem;left:6.375rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEmMRbevSulfBm5xAwxG2KlE0LTlPgWv { top:63.125rem;left:19.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP1UJ1GvKeTihMKrOQ85BRBodcn0sMRL { top:63.5rem;left:20.125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMs9k9BePCh3RzoPKnKg4iI88qr7UzD0 { top:63.4375rem;left:8.375rem;width:9.125rem;height:0.75rem;font-size:1rem;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) { #pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ { display:block; }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsTzAuOa9RRJIeI552kqpQRT7AhQKFRm { top:13rem;left:28.0625rem;width:19.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odfWLf5094EFTztW3GazMGigIBwoH9sT { top:15.25rem;left:27.5rem;width:20.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fptMa5PbbHnAv3vZrTamuUlg0dCIeMJF { top:10.125rem;left:0rem;width:43.6875rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecp7MnbkvGnFTzwd4UlHvd7I5Um71cqE { top:12.6875rem;left:38.4375rem;width:9.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1WdztpWmn5pXSi8agGs4hTNoTCI8Ov { top:56.4375rem;left:0rem;width:23.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6KRkRV5aWIAm5UWt9vAqPlJ7yPGeLae { top:58.5rem;left:0rem;width:11.6875rem;height:8.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcsZCXHN6X6DPqfZzBfy3OysAb6OHKme { top:59.3125rem;left:0rem;width:9rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVk2vxGWoL8r5oXCVpeIEsFTgpMT81kO { top:7.125rem;left:0rem;width:21.0625rem;height:3.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuz9CGWvZLsTDPPJGRZOVKtaoW73ttBW { top:19.375rem;left:34.75rem;width:13rem;height:23rem;font-size:1rem;display:block; }#vuz9CGWvZLsTDPPJGRZOVKtaoW73ttBW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
 }@media only screen and (max-width: 763px) { #Dfzzr1Lpf2wkcF9UsyWXX9wxvX0WufNV { top:19.4375rem;left:34.125rem;width:13rem;height:23rem;font-size:1rem;display:block; }#Dfzzr1Lpf2wkcF9UsyWXX9wxvX0WufNV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
 }@media only screen and (max-width: 763px) { #glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ { display:block; }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR5fPb0zF3Cu8hhqdA0kFnlwOXszzQQ3 { top:6.3125rem;left:0rem;width:21.0625rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3fWdCsGZCFFoIdeC44WThv7RVSTV74T { top:7.5rem;left:7.875rem;width:39.875rem;height:3.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCZCpmITKgG1G8nZ95fKf6QrkHKzVQU { top:17.875rem;left:3.125rem;width:44.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzhQivEaoCErDC6NPW0dKhkoPUx0dbk { top:13.375rem;left:2.9375rem;width:44.8125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTclar9INTFTKrAi08HKTlH2QEaoDFS { top:24.5rem;left:14.9375rem;width:5.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzDvWIZOt949gnrFhXXR4WwJc3CkADo { top:14.0625rem;left:14.5625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3ds72oKdzb5zEavsWpwZDJTW9MJG9pt { top:4.4375rem;left:13.8125rem;width:8.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meKSdOXV6Alyl8BgQTVdGGUk5sOO2MwI { top:4.75rem;left:14.1875rem;width:7.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC30ZpqcasfZzG6mCZEilZbRMTfp6acD { top:23.875rem;left:21.625rem;width:7.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwoMCVTxukUTT174vAATkSx7cWmukTqf { top:32.875rem;left:3.125rem;width:44.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn7XWwWTR36fB3bWKB1EVVysTDTmNnFF { top:38.9375rem;left:21.75rem;width:7.6875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fncTGpiI4XM0h3pNliR5rspPwSJTTUKp { top:39.5rem;left:15.0625rem;width:5.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOnXcSnGWqWNH54FgegKULygPJkakum7 { top:28.375rem;left:2.9375rem;width:44.8125rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecp7exmvOrb2WvxkPcIfT4RpNQzLp1xs { top:29.0625rem;left:14.6875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCNnLxcqqI7KcP7frSErWEGAOpqokz1k { top:60.4375rem;left:33.5625rem;width:14.1875rem;height:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2zgM8ebZalKzmPxizSc5kkRv4LRENla { top:0rem;left:33.5625rem;width:14.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM { display:block; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbhPyLB1KwK9Tv7itBQvDbdXLxxmOsIi { top:1.1875rem;left:0rem;width:33.375rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqUiZmQtHPlTrMUcOI2EUKLhKShVdD1N { width:23.125rem;height:4.0625rem;top:2.375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USR3D9oWgURVUgyOvW9AVFhzVGCDKv3E { display:block; }
 }@media only screen and (max-width: 763px) { #yLDkCTm9a3Hb8IahRrnkcTKTL18Rh3eN { top:4.125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8kOXvR9Td8RHR5FhC6uThNgHcmvu7sA { top:3.8125rem;left:34.4375rem;width:12.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0VsUNWNwQwhKhcx3L5ByNyaSnCDzkV2 { top:2.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gny40EvuDTzI9L2dLfSvJmXAsZM84g02 { top:2.3125rem;left:40.8125rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLVpP6JoZ0CSGX1niqF3nUEWb1ItQ9Ha { width:13.25rem;height:4.375rem;top:1.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnIAZSWtg7V0VHdtaTN1WekEsvV4bLNl { 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) { #nORpVwAhNLtvkZfwWU49tDym1ZOOccJf { display:block; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXCOIpeUTwgsJsMivanOmabKtFBRUM2t { width:33.4375rem;height:32.3125rem;top:5.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aASlcce9I7vvLEoTmp6SmKN5h7G7WTzD { top:8.8125rem;left:9.9375rem;width:27.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMm0MhmQVJmwCRkOIpFxDIFZTOlMHscc { top:6.25rem;left:9.0625rem;width:29.625rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGTn0kaQyB28ETqyks5xQgvAptdGd9IC { top:11.0625rem;left:9.0625rem;width:29.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymFW4NOGeTNl8AwIKfs0o9X4VbFXTbfU { top:37.5625rem;left:7.1875rem;width:33.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6eLZkAKczot2qGmV8yyUXgkbEvRH7kE { top:38.75rem;left:12.125rem;width:4.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBzTI5URqogQq8OyvHRqMrpRTTFx1UEV { top:39.625rem;left:17.5rem;width:18.125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b38tvxUr6et0qmB9UrJvp0hgnSIBPRa6 { top:41.3125rem;left:17.5rem;width:18.125rem;height:1.6875rem;font-size:0.9375rem;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) { #OytCILfkR7engkAWM26wIA4KdtsTipie { width:16.25rem;height:4rem;top:32.5rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyfyQzGS4g6svvZJLAAznulwzTpzWt0 { display:block; }
 }@media only screen and (max-width: 763px) { #UHmKqcKPIB9qm8PFw7cHhezWU3rFAAD6 { top:32.3125rem;left:5.4375rem;width:18.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk1oVZxn8mcDAouLRvQdMM3Uoc5fZibP { width:18.75rem;height:4.375rem;top:32.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQFed3mhCLlRPMNwT7MaVR5DTFUCISUB { display:block; }
 }@media only screen and (max-width: 763px) { #fl5tUpOP5UPyfmBvgETagg9HcIKQnTPT { top:32.6875rem;left:19.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRV0fTPI1wc5IsbLwrTd3dlLTlaP7WFA { top:33.0625rem;left:20.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHX7a2z9VCGZ5gkycXqCcReMvdOFAc4Z { top:34.1875rem;left:6.3125rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAC29mEyqeAXgDxBq06fTwbwV6hqstln { top:33rem;left:8.3125rem;width:9.125rem;height:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH { display:block; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5Dn7Gmr5rezqub9y287XPo1NnTi8vOs { top:1.1875rem;left:0rem;width:32rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqdrSJ7vvcnkx4LOD828l02yfIzvo7Uc { width:23.125rem;height:4.0625rem;top:2.375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJQVSSLKKmLNqm4X7a9DFO8EU3ztyoFa { display:block; }
 }@media only screen and (max-width: 763px) { #uEKP2ATsNtJz9AleSu3FTWNI45kofIXd { top:4.125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efo5WE6p6p8pgO34UTi8sP2FBTlLTQLZ { top:3.8125rem;left:34.4375rem;width:12.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq9gfuZwTdTZPf4NU0arqPzEmUiQv5bb { top:2.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG53Z0VDD4oypypuKuL8y5Cu9XPpPvOE { top:2.3125rem;left:40.8125rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxdWRQZXz4s6ySo44gHl77tTuZOleQgG { width:13.25rem;height:4.375rem;top:1.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl5ANzCWwz8JZbTniyzhD8Id4Oo3ymFp { 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) { #eXnTfpnRfBiVMkWUulZR7V12mTnFSSiU { top:2.625rem;left:11.15625rem;width:25.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ { display:block; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6pFrSUSPiP1bmELZauckkJcmwiwKQmn { top:33.4375rem;left:23.6875rem;width:18.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O4HOzMoc2Rpm4TELNzryHQ5JbFB6tVRd { top:2.875rem;left:0rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnPalZtNtk2TBiD8tA29N7qBkaKVm3rS { top:33.8125rem;left:37.875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQqfn48pQiAJUDwelElECs5ef6MW0v8G { top:34.1875rem;left:38.3125rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDihNy84xrr3LZJLRBGP0LfGV7ekK0wb { top:33.8125rem;left:26.5625rem;width:9.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPHkNc10TzFn1MN2UOBskF9LTO604BUx { width:18.75rem;height:4.375rem;top:33.4375rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ms7J4dAMdTTtiGmMyomObbJF0P9gUZGR { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT { display:block; }#LB41ZgPxP3M4NzciJ9A1F7la4TeEp3BT > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot90UwFr54NHMbfMRONxxlN0c3VdXNP8 { width:20rem;height:2.798825rem;top:0.818359375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;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:7rem;height:3.4375rem;top:6.5rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuEbtpDUVn1UhI9F0XQWUSBHa3TcO01h { display:block; }
 }@media only screen and (max-width: 763px) { #NnyJJPugnMu6tStoTLJxqvxRWLH5kgoA { width:13.0625rem;height:1.875rem;top:2.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmeH3eEyiHtnS2KQILfTrHIimbFrmK1x { width:7.4375rem;height:3.4375rem;top:2.3125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxcBOw9nzsfWhuc1rrOTVXLT9t2U6iDF { display:block; }
 }@media only screen and (max-width: 763px) { #EZhBnmI3IsTFav58VcZ7og8X1rQGkABu { width:7.4375rem;height:3.4375rem;top:2.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmFI56fKRqlibPsTfBpelI5iSvDEWa96 { 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) { #v0kZ2OOTobS2GBnKM54hzKDQXPeZndBL { width:16.625rem;height:4.375rem;top:10.375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTJH85y9hD3FZtT3oZoX9l8NvPWoyTfd { width:3.125rem;height:3.125rem;top:11rem;left:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o6XGcIxMAJ0LtWR7LXazMCzoul8yKJNl { display:flex;width:2.3125rem;height:2.3125rem;top:11.375rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDULkP3mXOwMvVxmPx8f5MQnz1QUPBx6 { width:9.1875rem;height:0;top:12.375rem;left:3.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCTNk25EfTH5U0OzG42BLy93zoFbxsAu { width:10.5625rem;height:0;top:11.3125rem;left:2.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSM4Eo3PcdzhmE9hf2GOBKytshBd7yA3 { width:16.625rem;height:4.375rem;top:1.8125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0sTWNSs1oiG0biUneR2HZXHKpns3xLq { 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:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR1ny1oaICiHqbCSWaDy6hFzNCu4mr7D { width:20rem;height:5.25rem;top:15.0625rem;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:56.25rem;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:9rem;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) { #l3SaAKAyhpL1sNhqQyKfbLg4UFzTyTBm { width:18.75rem;height:4.375rem;top:29.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhIBe0JKriV1Kvkdcgxx1b1H4toBOiax { width:9.6875rem;height:1.29980625rem;top:30.25rem;left:2.4375rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Nbufbxq3pqN6lSUfgpDmE8nQRbMVipXG { width:10.3125rem;height:1.4619125rem;top:31.6875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKcvz1Iam1hI11WGqEvrIeKHZ3siKcsJ { width:18.75rem;height:4.375rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVg1VlCl7i6HOkpOATTwm133hdwWQ9Qq { display:block; }
 }@media only screen and (max-width: 763px) { #oUdxa3Cgv7re41dRZ6bJs4aogk4ApMai { width:3.125rem;height:3.125rem;top:30.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIuDwLRyoygJOatDqCTO6bPVNOmMaOCg { display:flex;width:2.3125rem;height:2.3125rem;top:30.5625rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #G8OGDm0Tgdzk6xK5eRsnt3CpJ7J1S09i { width:20rem;height:15.3125rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3wK58vaieT1LucJN9VZMTOIifTgc4XL { width:1.3125rem;height:3.3125rem;top:27.3125rem;left:12.125rem;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: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) { #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:66rem;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:55.0625rem;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:59.875rem;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:64.8125rem;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:55.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #K1W1kvABn1rXgPI8qrxpexTh8k24NCHE { display:flex;width:3.125rem;height:3.125rem;top:60.1875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #B3RHBVuTSXRiOrx0mGNtzQRJDFGF5T05 { display:flex;width:3.125rem;height:3.125rem;top:65.125rem;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) { #dUHHIqvm3xdb3NJWCUUvnCtBanCorFh0 { width:9.125rem;height:3.2246125rem;top:20.875rem;left:1rem;font-size:1rem;display:block; }#dUHHIqvm3xdb3NJWCUUvnCtBanCorFh0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
 }@media only screen and (max-width: 763px) { #ikiAdMvC7Zg6J68Tash3DTpKyhUdBxpJ { width:8.4375rem;height:3.2246125rem;top:20.875rem;left:10.5625rem;font-size:1rem;display:block; }#ikiAdMvC7Zg6J68Tash3DTpKyhUdBxpJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d50a637e91b934fa29a55a9e2acf587ca917d7db.svg); }
 }@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) { #dC3zZP4ByanaK8WbicRMhKif5UyyKd9M { display:block; }#dC3zZP4ByanaK8WbicRMhKif5UyyKd9M > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckzTkckfZ23n736fTXtsH8wbJx5XoiAz { width:20rem;height:34.375rem;top:5.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GTeD9ceRCrQyX7FhwAAhkScgr582uiu4 { width:19.5rem;height:1.21875rem;top:9.625rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xS6Cfqlfr81aOrvC7rDRAXkJuvF9GHm7 { width:20rem;height:0;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JKTTUu0XWg1MmvF2PAGBca3noE455rsr { width:18.0625rem;height:25.625rem;top:11.84375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOlTygqq2fC1MMpp9ToTA6Bmvr4Q9wAA { width:20rem;height:1.875rem;top:7.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15059;font-family:"libre franklin";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DeLwnyF8CqTf1oKydFUZd7XOfFRQNW8D { width:3.375rem;height:3.4375rem;top:41.0625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3b8UX2By6rs5XqmRW6uBCaNGIFy3nrA { width:20rem;height:5.4375rem;top:39.75rem;left:0rem;border-top:0.3125rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffb521;display:block; }
 }@media only screen and (max-width: 763px) { #yMqtxG1TyiiIbscvu6Li39CpSifO2v1Z { width:15rem;height:1.21875rem;top:41.546875rem;left:4.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsQiZRlp8gQzuUOTwUh441T3R8B1V9I6 { width:15rem;height:1.40625rem;top:42.953125rem;left:4.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O { display:block; }#aDQaE8R5FdG7yNFDBTv18yt6G4zJ854O > .row .container { width:20rem;height:58rem;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:49.64453125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxbidOPnbNiHdC8Xr8eEV0IdtuidS5ex { display:block; }
 }@media only screen and (max-width: 763px) { #kutp6t2A58BHC0lPK4OkbzhWnXpvsCv5 { width:18.75rem;height:4.375rem;top:43.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHCkZptJa0sUuVGZMVmxrT3UpFbDX2wm { width:18.75rem;height:4.375rem;top:43.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIsDLeDRkdzBcPFK3w6kUhZ3hl47WL1R { display:block; }
 }@media only screen and (max-width: 763px) { #A2viD48xagQbx788K7IV6tOVU3k2cAVk { width:12.5rem;height:1.4619125rem;top:45.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BydKSHnwtFJlp3AlHvS3BFqZ8Avqhlf0 { width:3.125rem;height:3.125rem;top:44rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gan5DWKZZGkMAh2UmO0O7TzUOk3GqvMp { display:flex;width:2.3125rem;height:2.3125rem;top:44.375rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #Fp3EXBwvsNi7KPEr0y2e83zV135U7Nym { width:9.125rem;height:1.29980625rem;top:44rem;left:3.5rem;font-size:1rem;color:#070707;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:18.8125rem;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) { #eVTV2XiquDRmX0W6MXmdtpxNifBCXUVW { width:12.5rem;height:1.4619125rem;top:14.125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ7Ii51QCLWqU2xtnSM8cobJIFLGWZJ4 { width:12.9375rem;height:1.9375rem;top:13.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PafEXCRW7XU3KETTXuvgasFFGqg4MQck { display:flex;width:1.5625rem;height:1.5625rem;top:11.5625rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #MKxRtDEsqito6tncWauI9fczROobSglI { width:6.9375rem;height:1.29980625rem;top:11.8125rem;left:5.875rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #AHLbSFLhKcwBgOrtpfA514IB1EqTIreA { width:20rem;height:4.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4zzL8x643okNa2zDXOFFDz0F46Z4pXS { display:block; }
 }@media only screen and (max-width: 763px) { #zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf { display:block; }#zJISnnwaf3PwkQhJ4TTEGOF5DOaniEaf > .row .container { width:20rem;height:155.625rem;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:118.875rem;left:0.75rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aaxv80h7JsnhJnc68G0pHwInrCJRTqfO { width:16.25rem;height:4rem;top:108.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUSItJtQWrPJowJKULRPXayP274b2DpH { display:block; }
 }@media only screen and (max-width: 763px) { #iLhghvF4lznHGbJwlrK9i3vnTIPDyO3i { width:18.75rem;height:4.375rem;top:102.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9nQydxsTX5JGszLvdiXJIIO1XpA3Xg { width:18.75rem;height:4.375rem;top:102.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3obAMPvHdvFSl24B2w9BBiNdWbJOH79 { display:block; }
 }@media only screen and (max-width: 763px) { #SFmUburdi8ri01A9xD2xSPAVUTvsFv7T { width:12.5rem;height:1.4619125rem;top:104rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEmMRbevSulfBm5xAwxG2KlE0LTlPgWv { width:3.125rem;height:3.125rem;top:102.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP1UJ1GvKeTihMKrOQ85BRBodcn0sMRL { display:flex;width:2.3125rem;height:2.3125rem;top:102.875rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #eMs9k9BePCh3RzoPKnKg4iI88qr7UzD0 { width:9.125rem;height:0.79980625rem;top:102.8125rem;left:3.1875rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #yRQIWTyM2e97GTHs3FhbLwVcaA3foGNW { width:20rem;height:30.25rem;top:117.9375rem;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:143.625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ { display:block; }#pV1lrZh9xZEMBhBgurvDF3ypfCEPdzvZ > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsTzAuOa9RRJIeI552kqpQRT7AhQKFRm { width:19.6875rem;height:1.13671875rem;top:2.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odfWLf5094EFTztW3GazMGigIBwoH9sT { width:20rem;height:2.5996125rem;top:4.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fptMa5PbbHnAv3vZrTamuUlg0dCIeMJF { width:20rem;height:18.25rem;top:34.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecp7MnbkvGnFTzwd4UlHvd7I5Um71cqE { width:9.3125rem;height:1.875rem;top:1.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni1WdztpWmn5pXSi8agGs4hTNoTCI8Ov { width:20rem;height:11.9375rem;top:58.5rem;left:0rem;background-color:#ffb521;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J6KRkRV5aWIAm5UWt9vAqPlJ7yPGeLae { width:11.6875rem;height:4.875rem;top:59.4375rem;left:7.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcsZCXHN6X6DPqfZzBfy3OysAb6OHKme { width:7.5rem;height:5.19921875rem;top:59.25rem;left:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVk2vxGWoL8r5oXCVpeIEsFTgpMT81kO { width:17.0625rem;height:4.72265625rem;top:65.375rem;left:1.5rem;font-size:1.125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuz9CGWvZLsTDPPJGRZOVKtaoW73ttBW { width:9.6875rem;height:22.4980625rem;top:8.6875rem;left:10.3125rem;font-size:1rem;display:block; }#vuz9CGWvZLsTDPPJGRZOVKtaoW73ttBW li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#vuz9CGWvZLsTDPPJGRZOVKtaoW73ttBW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
 }@media only screen and (max-width: 763px) { #Dfzzr1Lpf2wkcF9UsyWXX9wxvX0WufNV { width:9.4375rem;height:22.4980625rem;top:8.6875rem;left:0rem;font-size:1rem;display:block; }#Dfzzr1Lpf2wkcF9UsyWXX9wxvX0WufNV li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dfzzr1Lpf2wkcF9UsyWXX9wxvX0WufNV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ce145fd0c845469ebdd4460e741e13e9a1037a3a.svg); }
 }@media only screen and (max-width: 763px) { #glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ { display:block; }#glKrPCrbOyS73kA5TOwrXkNmrMx5LBGJ > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gR5fPb0zF3Cu8hhqdA0kFnlwOXszzQQ3 { width:18.6875rem;height:0;top:1.25rem;left:0.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3fWdCsGZCFFoIdeC44WThv7RVSTV74T { width:20rem;height:4.7109375rem;top:6.7109375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vOCZCpmITKgG1G8nZ95fKf6QrkHKzVQU { width:20rem;height:9rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnzhQivEaoCErDC6NPW0dKhkoPUx0dbk { width:20rem;height:0.9375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTclar9INTFTKrAi08HKTlH2QEaoDFS { width:5.25rem;height:1.29980625rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzDvWIZOt949gnrFhXXR4WwJc3CkADo { display:flex;width:3.75rem;height:3.75rem;top:12.6875rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #L3ds72oKdzb5zEavsWpwZDJTW9MJG9pt { width:8.125rem;height:1.875rem;top:3.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meKSdOXV6Alyl8BgQTVdGGUk5sOO2MwI { width:7.4375rem;height:1.13671875rem;top:3.625rem;left:6.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bC30ZpqcasfZzG6mCZEilZbRMTfp6acD { width:5.5rem;height:1.875rem;top:25.8125rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bwoMCVTxukUTT174vAATkSx7cWmukTqf { width:20rem;height:9rem;top:35.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn7XWwWTR36fB3bWKB1EVVysTDTmNnFF { width:5.5625rem;height:1.6875rem;top:45.9375rem;left:3.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fncTGpiI4XM0h3pNliR5rspPwSJTTUKp { width:5.625rem;height:1.29980625rem;top:46.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOnXcSnGWqWNH54FgegKULygPJkakum7 { width:20rem;height:0.9375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecp7exmvOrb2WvxkPcIfT4RpNQzLp1xs { display:flex;width:3.75rem;height:3.75rem;top:30.9375rem;left:0rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #nCNnLxcqqI7KcP7frSErWEGAOpqokz1k { display:flex;width:10.625rem;height:10.625rem;top:0rem;left:4.6875rem;z-index:15000;opacity:.06; }
 }@media only screen and (max-width: 763px) { #b2zgM8ebZalKzmPxizSc5kkRv4LRENla { display:flex;width:14.1875rem;height:14.1875rem;top:62.1875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM { background-color:#ffb521;background-image:none;display:block; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container { background-color: transparent; background-image: none; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container > .video-iframe-container { display: none; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row > .video-iframe-container { display: none; }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .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); }#TeHT9fyHOsTFMexLLEzMhgkXGgV69gPM > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbhPyLB1KwK9Tv7itBQvDbdXLxxmOsIi { 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) { #rqUiZmQtHPlTrMUcOI2EUKLhKShVdD1N { 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) { #USR3D9oWgURVUgyOvW9AVFhzVGCDKv3E { display:block; }
 }@media only screen and (max-width: 763px) { #yLDkCTm9a3Hb8IahRrnkcTKTL18Rh3eN { width:12.5rem;height:1.4619125rem;top:14.125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8kOXvR9Td8RHR5FhC6uThNgHcmvu7sA { width:12.9375rem;height:1.9375rem;top:13.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0VsUNWNwQwhKhcx3L5ByNyaSnCDzkV2 { display:flex;width:1.5625rem;height:1.5625rem;top:11.5625rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #gny40EvuDTzI9L2dLfSvJmXAsZM84g02 { width:6.9375rem;height:1.29980625rem;top:11.8125rem;left:5.875rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #JLVpP6JoZ0CSGX1niqF3nUEWb1ItQ9Ha { width:20rem;height:4.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnIAZSWtg7V0VHdtaTN1WekEsvV4bLNl { 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) { #nORpVwAhNLtvkZfwWU49tDym1ZOOccJf { display:block; }#nORpVwAhNLtvkZfwWU49tDym1ZOOccJf > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXCOIpeUTwgsJsMivanOmabKtFBRUM2t { width:20rem;height:32.3125rem;top:5.375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aASlcce9I7vvLEoTmp6SmKN5h7G7WTzD { width:20rem;height:1.21875rem;top:8.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMm0MhmQVJmwCRkOIpFxDIFZTOlMHscc { width:20rem;height:4.048825rem;top:6.9375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AGTn0kaQyB28ETqyks5xQgvAptdGd9IC { width:20rem;height:25rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymFW4NOGeTNl8AwIKfs0o9X4VbFXTbfU { width:20rem;height:5.5625rem;top:37.6875rem;left:0rem;border-top:0.3125rem solid #ffb521;border-left:0;border-right:0;border-bottom:0.3125rem solid #ffb521;display:block; }
 }@media only screen and (max-width: 763px) { #H6eLZkAKczot2qGmV8yyUXgkbEvRH7kE { width:3.75rem;height:3.8125rem;top:38.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBzTI5URqogQq8OyvHRqMrpRTTFx1UEV { width:13.25rem;height:1.21875rem;top:39.75rem;left:5.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b38tvxUr6et0qmB9UrJvp0hgnSIBPRa6 { width:13.625rem;height:1.40625rem;top:41rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;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:90.5625rem;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) { #OytCILfkR7engkAWM26wIA4KdtsTipie { width:16.25rem;height:4rem;top:82.630859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyfyQzGS4g6svvZJLAAznulwzTpzWt0 { display:block; }
 }@media only screen and (max-width: 763px) { #UHmKqcKPIB9qm8PFw7cHhezWU3rFAAD6 { width:18.75rem;height:4.375rem;top:76.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk1oVZxn8mcDAouLRvQdMM3Uoc5fZibP { width:18.75rem;height:4.375rem;top:76.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQFed3mhCLlRPMNwT7MaVR5DTFUCISUB { display:block; }
 }@media only screen and (max-width: 763px) { #fl5tUpOP5UPyfmBvgETagg9HcIKQnTPT { width:3.125rem;height:3.125rem;top:77rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRV0fTPI1wc5IsbLwrTd3dlLTlaP7WFA { display:flex;width:2.3125rem;height:2.3125rem;top:77.375rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #ZHX7a2z9VCGZ5gkycXqCcReMvdOFAc4Z { width:12.5rem;height:1.4619125rem;top:78.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAC29mEyqeAXgDxBq06fTwbwV6hqstln { width:9.125rem;height:0.79980625rem;top:77.3125rem;left:3.5rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH { background-color:#ffb521;background-image:none;display:block; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container { background-color: transparent; background-image: none; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container > .video-iframe-container { display: none; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row > .video-iframe-container { display: none; }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .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); }#FtF1pHTVTJP9UPeNc8f0d0G3tVPcZvTH > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5Dn7Gmr5rezqub9y287XPo1NnTi8vOs { 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) { #PqdrSJ7vvcnkx4LOD828l02yfIzvo7Uc { 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) { #nJQVSSLKKmLNqm4X7a9DFO8EU3ztyoFa { display:block; }
 }@media only screen and (max-width: 763px) { #uEKP2ATsNtJz9AleSu3FTWNI45kofIXd { width:12.5rem;height:1.4619125rem;top:14.125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efo5WE6p6p8pgO34UTi8sP2FBTlLTQLZ { width:12.9375rem;height:1.9375rem;top:13.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq9gfuZwTdTZPf4NU0arqPzEmUiQv5bb { display:flex;width:1.5625rem;height:1.5625rem;top:11.5625rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #gG53Z0VDD4oypypuKuL8y5Cu9XPpPvOE { width:6.9375rem;height:1.29980625rem;top:11.8125rem;left:5.875rem;font-size:1rem;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #gxdWRQZXz4s6ySo44gHl77tTuZOleQgG { width:20rem;height:4.9375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl5ANzCWwz8JZbTniyzhD8Id4Oo3ymFp { 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.1375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXnTfpnRfBiVMkWUulZR7V12mTnFSSiU { width:20rem;height:1.13671875rem;top:2.38671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#0f0f0f;background-image:none;display:block; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { background-color: transparent; background-image: none; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container > .video-iframe-container { display: none; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row > .video-iframe-container { display: none; }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .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); }#HQrONH2CSfQD7MLhKImdzdCScNwx1TyZ > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6pFrSUSPiP1bmELZauckkJcmwiwKQmn { width:18.75rem;height:4.375rem;top:0.8125rem;left:0.625rem;z-index:15042;background-color:#ffb521;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #O4HOzMoc2Rpm4TELNzryHQ5JbFB6tVRd { width:12.5rem;height:1.3496125rem;top:2.875rem;left:1.5rem;font-size:1.125rem;z-index:15044;font-family:"libre franklin";color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TnPalZtNtk2TBiD8tA29N7qBkaKVm3rS { width:3.125rem;height:3.125rem;top:1.1875rem;left:14.8125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #FQqfn48pQiAJUDwelElECs5ef6MW0v8G { display:flex;width:2.3125rem;height:2.3125rem;top:1.5625rem;left:15.25rem;z-index:15046; }
 }@media only screen and (max-width: 763px) { #wDihNy84xrr3LZJLRBGP0LfGV7ekK0wb { width:9.125rem;height:1.29980625rem;top:1.38671875rem;left:3.1875rem;font-size:1rem;color:#070707;z-index:15043;font-family:"libre franklin";display:block; }
 }@media only screen and (max-width: 763px) { #fPHkNc10TzFn1MN2UOBskF9LTO604BUx { width:18.75rem;height:4.375rem;top:0.8125rem;left:0.625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ms7J4dAMdTTtiGmMyomObbJF0P9gUZGR { display:block; }
 }