.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:#ffffff;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); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F { border-top:0;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;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;z-index:auto;display:block; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { background-color: transparent; background-image: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container > .video-iframe-container { display: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row > .video-iframe-container { display: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .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); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { border-width: 0; border-radius: 0; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#SX600VpO2TJP6CyHeq9OUW4nRJftkshr { 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:5rem;width:5rem;top:1.4375rem;left:47.4375rem;overflow:hidden;display:block; }
#QkB07t0NKWzbXwKkHI0re4nFgXUEAyn2 { box-sizing:content-box;height:3.8125rem;width:12.5625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(220deg, #f68e20, #c85628);background-image: -moz-linear-gradient(220deg, #f68e20, #c85628);background-image: -ms-linear-gradient(220deg, #f68e20, #c85628);background-image: -o-linear-gradient(220deg, #f68e20, #c85628);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );";background-image: linear-gradient(220deg, #f68e20, #c85628);background-size:auto !important;top:2.0625rem;left:62.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sEiWaMPO2iJmRwvMsG3wgRip7vEudSlI { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.0625rem;left:67.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qsf8D2vGk6vEVMCEuEy6R2XCyoyspeb3 { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:2.375rem;left:67.625rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h233zPETeT48GZT2XXk6Iotv9Lbs4CP0 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.75rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2.0625rem;left:62.625rem;display:block; }
#NZehUuX4s3eOViqwkQgEmoeUOenJXF9R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPfJdZieJsdxx2NckagzbV20oKZszFmx { position:absolute;display:block;z-index:15037;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:5rem;width:5rem;top:1.4375rem;left:53.5rem;overflow:hidden;display:block; }
#Qv7OiAEnb7TO1u91Lbpb3q9fGItzo6AH { 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:#482b2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:3.1875rem;left:26.75rem;display:block; }
#CIS9HaC6oTPRSPsJ6K9wvcfrNQ5glZwZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hM4w4xFHhrs7iWTEbvFDTvLkEqdKA8ic { 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:#482b2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.1875rem;left:18.6875rem;display:block; }
#I8LzaRwTPN3UJ95imGpIydya9ETAOzl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#riaRd1re5dBsUtTg6y7S4cB6LQtTE9tU { 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:#482b2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.5625rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:3.125rem;left:34.875rem;display:block; }
#AkmzFTwbDEJNalTRGZH46D2RtyKZV03Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6MGq7gQoBieT6qarrCw5vKdL3rgqyM7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.4375rem;left:63.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#re2MdxPZzE2FvM1H3eTN8WUuaJRKX0Ke { position:absolute;display:block;z-index:15040;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:14.125rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg { position:relative;display:none; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg { border-width: 0; border-radius: 0; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4290465e-c611-45b2-9844-f85768756d11/herobgdesktop.webp");background-position:center left !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; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl.adaptive-delivery-prevent-bg, #GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl.lazyload, #GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl.lazyloading { background-image: none; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container { background-color: transparent; background-image: none; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container > .video-iframe-container { display: none; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row > .video-iframe-container { display: none; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .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); }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container { border-width: 0; border-radius: 0; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl::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; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#Nt7ir4Oyxi5qde1AopvGD6wCqRIo05GI { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:barlow;font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.1875rem;left:0rem;height:17.0625rem;font-style:normal;display:block; }
#Ot1NDqao1m9Len8w8noNerHIfi8OVsQS { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.69921875rem;left:0rem;height:1.7871125rem;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;display:block; }
#vHiNnaInR0OVKIzXPk0p2iia5r89JduZ { box-sizing:content-box;height:4.125rem;width:20.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(220deg, #f68e20, #c85628);background-image: -moz-linear-gradient(220deg, #f68e20, #c85628);background-image: -ms-linear-gradient(220deg, #f68e20, #c85628);background-image: -o-linear-gradient(220deg, #f68e20, #c85628);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );";background-image: linear-gradient(220deg, #f68e20, #c85628);background-size:auto !important;top:33.59375rem;left:0.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iMfWBgnHCRPOqENNOxDnClWLqrLWW60t { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:34.125rem;left:4rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ph8B53i0xDiNmZP7ITKqZ7vsQ2h9ZcpP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:33.8125rem;left:0.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#t4q6fHaTxQCSqHgOT7x8AzXI8ugrrcxP { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:4.5rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:33.40625rem;left:0.34375rem;display:block; }
#pFk3rt64PwGzciBqltwvWSg4yaAEnpCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LKfd0IWiil8IWMMacBLqscVve1sCcoPz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:35.8125rem;left:4.9375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uNeTp4VNJO4ehOkTnc5AaKMSOnJHwNlZ { color:#f68e20;display:block;width:35.8125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:19.875rem;left:0rem;height:2.69921875rem;font-style:normal;display:block; }
#bFKH8ABarIIL0Ux99GBLXFI5FETEdvOW { box-sizing:content-box;height:0.3125rem;width:6.6875rem;position:absolute;display:block;z-index:15054;background-color:#f68e20;background-image:none;top:23.28125rem;left:0rem;display:block; }
#aXGGiroqCfpqReRdGqAMLTo6NcTOSzdd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.875rem;width:51.8125rem;display:none; }
#QNx0vO9f4Us3CAM1vxwpbUi7GdhIur6Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;display:none; }
#LBmMUDkqV0skM2UFNyxW4OdZKNEfcTCU { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zvDkK428L5l7cSeBi9dFA9uL9QXP4TTi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6e7dbac-4674-47aa-98fc-08830a383082/garagedoor.webp");background-position:center left !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; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ.adaptive-delivery-prevent-bg, #WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ.lazyload, #WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ.lazyloading { background-image: none; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row .container { background-color: transparent; background-image: none; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.75); }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row .container > .video-iframe-container { display: none; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,248,248,0.75); }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row > .video-iframe-container { display: none; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .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); }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row .container { border-width: 0; border-radius: 0; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ::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; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#GPGqrM7e3ngWC9kiGs2i0ZtR7TsbHiHJ { position:absolute;display:block;z-index:15014;background-color:#f1f1f1;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: 0.3125rem 0.3125rem 2.5rem rgba(30,30,30,0.65) ;height:30rem;width:25.5rem;top:3.75rem;left:9.75rem;display:block; }
#b7ATwyWOq2LTdros5RxFyT6uISD45o7I { color:#c8c8c8;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.8125rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EUHqQTIZZJXbZsmtWRGG1qLtuCh8wuDr { position:absolute;display:block;z-index:15046;height:27.5rem;width:23.625rem;top:4.625rem;left:10.6875rem;display:block; }
#oHFOlg5C9vf52e4eBpCC4l5O79lD6H2X { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:barlow;font-size:1.75rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.97);top:13.0625rem;left:39.8125rem;height:4.8984375rem;display:block; }
#Z85HCMwnBUlBbXCT2obmi9tzTwtROlzA { box-sizing:content-box;height:11.75rem;width:30rem;position:absolute;display:block;z-index:15011;background-color:#0a0000;background-image:none;top:11.25rem;left:35.25rem;display:block; }
#SdCaE5ve2IanETLiX5o2GhJXtrMpU1Hz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:14.1875rem;left:36.1875rem; }
#FsICUApw18WyqEILeZGNdGGgytwl7g76 { box-sizing:content-box;height:2.375rem;width:24rem;position:absolute;display:block;z-index:15058;background-color:transparent;background-image: -webkit-linear-gradient(226deg, #f68e20, #c85628);background-image: -moz-linear-gradient(226deg, #f68e20, #c85628);background-image: -ms-linear-gradient(226deg, #f68e20, #c85628);background-image: -o-linear-gradient(226deg, #f68e20, #c85628);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );";background-image: linear-gradient(226deg, #f68e20, #c85628);background-size:auto !important;top:15.625rem;left:39.1875rem;display:block; }
#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN { position:relative;display:block; }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN { background-color: transparent; background-image: none; }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .row .container > .video-iframe-container { display: none; }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .row > .video-iframe-container { display: none; }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .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); }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN { border-width: 0; border-radius: 0; }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DJ92fmo2OyaWM4a0IvhKtahJDaRO6bbW { color:#0a0000;display:block;width:75rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEkhrtJXv4InueH4eT2XTZwWzNU0rItc { box-sizing:content-box;height:4.4375rem;width:28.125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(220deg, #f68e20, #c85628);background-image: -moz-linear-gradient(220deg, #f68e20, #c85628);background-image: -ms-linear-gradient(220deg, #f68e20, #c85628);background-image: -o-linear-gradient(220deg, #f68e20, #c85628);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );";background-image: linear-gradient(220deg, #f68e20, #c85628);background-size:auto !important;top:36.125rem;left:23.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qZftf7nPE1NRkWVpn8s5vVcH2chHZGKI { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:36.625rem;left:27.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qlOhA5OEAAnh5n2ZwesMLMGr78UF6Nir { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#dfdfdf;background-image:none;top:8.5625rem;left:2.9375rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.31) ;border-top:0.0625rem solid #8d6836;border-left:0.0625rem solid #8d6836;border-right:0.0625rem solid #8d6836;border-bottom:0.0625rem solid #8d6836;display:block; }
#XhZCyHrgPL5URTTN0ZS8sspMHf49A3lB { 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:1.0625rem;width:4.875rem;top:10.8125rem;left:3.25rem;overflow:hidden;display:block; }
#MqwT7kz8aLPVKWz0mITBHdwgNfOtZM9k { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#0a0000;background-image:none;top:11.4375rem;left:0rem;border-top:0.125rem solid #f68e20;border-left:0.125rem solid #f68e20;border-right:0.125rem solid #f68e20;border-bottom:0.125rem solid #f68e20;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#d6Q3b3Z0hnhUsWIvw0T9kV5kkB0tQV6g { color:#f68e20;display:block;width:10.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.25rem;left:0.5rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XiyxlspclnLci2gvL68TVqqrWrT1hvrC { color:#dfdfdf;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0.4375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbuLP2OJ7DeJW0JZkBodLWruS976RLZC { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15009;background-color:#0a0000;background-image:none;top:11.4375rem;left:13.0625rem;border-top:0.125rem solid #f68e20;border-left:0.125rem solid #f68e20;border-right:0.125rem solid #f68e20;border-bottom:0.125rem solid #f68e20;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zFN0L945EHVlTvZ715JotTaC7RnmXc6E { color:#f68e20;display:block;width:10.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:15.25rem;left:13.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kbLAacxgHaBMRERZVPTSsyChPo7nPoWD { color:#dfdfdf;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:18.75rem;left:13.5rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PHulUQ0L07sXT3F9kbUubHe6wtIXF6sW { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:#dfdfdf;background-image:none;top:8.5625rem;left:16rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.31) ;border-top:0.0625rem solid #8d6836;border-left:0.0625rem solid #8d6836;border-right:0.0625rem solid #8d6836;border-bottom:0.0625rem solid #8d6836;display:block; }
#VCxe6roc1dWofPH3RTBHGe4xJQZKBCu9 { 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:2.9375rem;width:2.9375rem;top:9.8125rem;left:17.1875rem;overflow:hidden;display:block; }
#LC9kv0iE3acKzFeck0GnZf2Gv68R0u0x { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15014;background-color:#0a0000;background-image:none;top:11.4375rem;left:25.8125rem;border-top:0.125rem solid #f68e20;border-left:0.125rem solid #f68e20;border-right:0.125rem solid #f68e20;border-bottom:0.125rem solid #f68e20;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#USaqHrWGRM2GRosoz40q9XP7TbHRvhsT { color:#f68e20;display:block;width:10.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:15.25rem;left:26.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h5oG0pzOgagT8txLQ9SdFJ5cR84tCCp3 { color:#dfdfdf;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:17.5625rem;left:26.25rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KECcAPIDx9N8s3DyCI3Uahg17MdAvlUP { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:#dfdfdf;background-image:none;top:8.5625rem;left:28.75rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.31) ;border-top:0.0625rem solid #8d6836;border-left:0.0625rem solid #8d6836;border-right:0.0625rem solid #8d6836;border-bottom:0.0625rem solid #8d6836;display:block; }
#NzumryOwTEUpyaAfFWbkuw6vR9yvgsT7 { position:absolute;display:block;z-index:15053;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:3.5625rem;top:9.8125rem;left:29.625rem;overflow:hidden;display:block; }
#RoeQ4tqOTEn5WoKBTWTnKT9NuLiqG0zG { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15024;background-color:#0a0000;background-image:none;top:11.4375rem;left:51.3125rem;border-top:0.125rem solid #f68e20;border-left:0.125rem solid #f68e20;border-right:0.125rem solid #f68e20;border-bottom:0.125rem solid #f68e20;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ewXzDsITg6A053T9zrWtWsa8KiusGVFM { color:#f68e20;display:block;width:10.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:15.25rem;left:51.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qIHOXv9VM0cVhZGKZAEbFCcBdNCa8UIb { color:#dfdfdf;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:17.5625rem;left:51.75rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzQEa5eF3wSuEHSo3loR1atuVrLAqh60 { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:#dfdfdf;background-image:none;top:8.5625rem;left:54.25rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.31) ;border-top:0.0625rem solid #8d6836;border-left:0.0625rem solid #8d6836;border-right:0.0625rem solid #8d6836;border-bottom:0.0625rem solid #8d6836;display:block; }
#XXt2U3BEBgZxT357KwTcGndJXCpPh7Td { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15029;background-color:#0a0000;background-image:none;top:11.4375rem;left:63.8125rem;border-top:0.125rem solid #f68e20;border-left:0.125rem solid #f68e20;border-right:0.125rem solid #f68e20;border-bottom:0.125rem solid #f68e20;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gh5HHKC7dwglmTe44TZ3WzQl9XZMI8pI { color:#f68e20;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:15.25rem;left:64.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vFoeKosDfanAzS8y8w3CG0rQcsKL4rUm { color:#dfdfdf;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:17.5625rem;left:64.25rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvQiTA1z1MuF2m4EwgZPX1nAJo57EVCk { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15067;background-color:#dfdfdf;background-image:none;top:8.5625rem;left:66.75rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.31) ;border-top:0.0625rem solid #8d6836;border-left:0.0625rem solid #8d6836;border-right:0.0625rem solid #8d6836;border-bottom:0.0625rem solid #8d6836;display:block; }
#y3yQCA5TpJnScrtfkTZF10o6cxFHe18o { 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: none;height:2.6875rem;width:3.3125rem;top:9.9375rem;left:55.25rem;overflow:hidden;display:block; }
#zIqQe24oNorISlq8JLw5DaT8gussRgU4 { position:absolute;display:block;z-index:15068;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.5rem;width:3.625rem;top:10.0625rem;left:67.625rem;overflow:hidden;display:block; }
#ef7y2tpisEsceJeAm42vaG9c5MTXd97l { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15019;background-color:#0a0000;background-image:none;top:11.4375rem;left:38.25rem;border-top:0.125rem solid #f68e20;border-left:0.125rem solid #f68e20;border-right:0.125rem solid #f68e20;border-bottom:0.125rem solid #f68e20;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#MuqA2vxfhA1xidJuah3fNugPPSMovnRV { color:#f68e20;display:block;width:10.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:15.25rem;left:38.75rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fg0aTSDr01PkGdMWbkUoUEs7bSwuA5wM { color:#dfdfdf;display:block;width:10.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:17.5625rem;left:38.6875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQZ2Rqt7wS3UyXnsSPEnhItTgnn2wvId { box-sizing:content-box;height:5.375rem;width:5.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:#dfdfdf;background-image:none;top:8.5625rem;left:41.1875rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0,0,0,0.31) ;border-top:0.0625rem solid #8d6836;border-left:0.0625rem solid #8d6836;border-right:0.0625rem solid #8d6836;border-bottom:0.0625rem solid #8d6836;display:block; }
#LWelDx7cL4MeOgRiE35GTC6XhAqlWqLA { 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:3.0625rem;width:3.0625rem;top:9.75rem;left:42.3125rem;overflow:hidden;display:block; }
#zvoGeO4uDz16y7JgH04gvwlgCUxWDwPA { 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:7.5rem;width:11rem;top:24.1875rem;left:0.1875rem;overflow:hidden;display:block; }
#p6bnMq9Na4dJ8rLcPHaJ9XbWeKvDpMDH { 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:7.5rem;width:11rem;top:24.1875rem;left:13.15625rem;overflow:hidden;display:block; }
#LtreDmznMg59zlZSBrusem50yWhkeyFU { 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:7.5rem;width:11rem;top:24.1875rem;left:38.375rem;overflow:hidden;display:block; }
#rFOml0PpdN3prckzzSgzwDVL8KLO9Xrf { 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:7.5rem;width:11rem;top:24.1875rem;left:25.90625rem;overflow:hidden;display:block; }
#CK4uIwPmK8KgA9puD2Zk8iV726I5Tkm7 { position:absolute;display:block;z-index:15008;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:7.5rem;width:11rem;top:24.1875rem;left:63.90625rem;overflow:hidden;display:block; }
#xxvNTIzthkbxAGohCnJTMJ1KHR8kinKh { 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:7.5rem;width:11rem;top:24.1875rem;left:51.3125rem;overflow:hidden;display:block; }
#VNyRuuSW56IniDb1ImDNKqyTZ4K95fVP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:36.5625rem;left:23.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#LC628scKkM04TlH3T644g0xbA9WelXeT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:38.25rem;left:27.6875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F5TtSz4lsT6x50T5PTlOaunKKeRqMrOL { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:36.09375rem;left:23.1875rem;display:block; }
#rpdOX7XuJpQCCEAu3LgaNCpUKdK8xvxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOT95JpWSm19gOROJImHvLvcU5oKD41Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a1c1c;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; }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row .container { background-color: transparent; background-image: none; }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row .container > .video-iframe-container { display: none; }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row > .video-iframe-container { display: none; }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .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); }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row .container { border-width: 0; border-radius: 0; }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#TRouVCy4uvwhTpCGpwLL1d8RgbqgkIsC { color:#0a0000;display:block;width:34.9375rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.78125rem;left:0rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOZtd21uyDCethsHbtytzzy1yHxkH0XH { 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: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.54) ;height:16.75rem;width:35.25rem;top:6.78125rem;left:38.8583984375rem;overflow:hidden;display:block; }
#IWt5B2mBAzNkhgzRbS3mNNy25GIEnt5T { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.09375rem;left:1.4375rem;height:6.125rem;display:block; }#IWt5B2mBAzNkhgzRbS3mNNy25GIEnt5T li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#IWt5B2mBAzNkhgzRbS3mNNy25GIEnt5T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ae57ac6571c088fddc3e354ebcd27fa36e96b3f.svg); }
#C6HyJ4QWa2yJ7XUB7LmK1DES70CBMTxh { box-sizing:content-box;height:4.4375rem;width:21.125rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(220deg, #f68e20, #c85628);background-image: -moz-linear-gradient(220deg, #f68e20, #c85628);background-image: -ms-linear-gradient(220deg, #f68e20, #c85628);background-image: -o-linear-gradient(220deg, #f68e20, #c85628);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );";background-image: linear-gradient(220deg, #f68e20, #c85628);background-size:auto !important;top:20.6875rem;left:1rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xoioyhZy5IqZAwP2QLWvS805ZyFOazdf { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:20.65625rem;left:0.96875rem;display:block; }
#iwtDTysP2BHUxUuA21xLRnrpl4pZrAHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GDPKB82rqHm1Kmh5RyAnXlhHdoBteRJt { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:21.25rem;left:5.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x69TcsK2Kuw0aca8WEyfitg1vqStR92Z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#h0oRRcEfKaeexg7qTKFEGnDG0uNb7mPP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.125rem;left:1.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 { position:relative;display:block; }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 { background-color: transparent; background-image: none; }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .row .container > .video-iframe-container { display: none; }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .row > .video-iframe-container { display: none; }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .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); }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 { border-width: 0; border-radius: 0; }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kx8VaOMz5F0hXer6kUFLG0z3bDOQTA1a { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(10,0,0,0.72) ;height:44.875rem;width:35.375rem;top:3.6875rem;left:1.46875rem;overflow:hidden;display:block; }
#cUbBBSX6sAIVTnAJTzESE9irrbBRAw3E { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.625rem;left:39.875rem;height:23rem;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }#cUbBBSX6sAIVTnAJTzESE9irrbBRAw3E li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#cUbBBSX6sAIVTnAJTzESE9irrbBRAw3E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a1e3289ca5ea6a5bf55155d2175dbb0b5d5728.svg); }
#NVBeCCZsaGPQ5t1SeNxzQLeE1zvSKPcZ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.625rem;left:54.8125rem;height:20.625rem;overflow:hidden;text-align:left;text-align-last:left;font-style:normal;display:block; }#NVBeCCZsaGPQ5t1SeNxzQLeE1zvSKPcZ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#NVBeCCZsaGPQ5t1SeNxzQLeE1zvSKPcZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a1e3289ca5ea6a5bf55155d2175dbb0b5d5728.svg); }
#w3A3K9HsWd5rmDv54nRAdrw3REVNKhsG { color:#0a0000;display:block;width:34.9375rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.78125rem;left:39.875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db38ecd9-d06a-436b-b44a-710a923e7abd/exteriorwhitegaragedoors1.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; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e.adaptive-delivery-prevent-bg, #zoWsZtx7MHFG6reFiBtOvElIURRBXd2e.lazyload, #zoWsZtx7MHFG6reFiBtOvElIURRBXd2e.lazyloading { background-image: none; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row .container { background-color: transparent; background-image: none; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,0,0,0.83); }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row .container > .video-iframe-container { display: none; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,0,0,0.83); }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row > .video-iframe-container { display: none; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .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); }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row .container { border-width: 0; border-radius: 0; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e::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; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row .container { font-size:0.875rem;font-family:arial;height:72.5rem;width:75rem;position:relative;display:block; }#Z4RR0tDhXM1m3d0HTuOKzUsXx6bKZHz8 { 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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.54) ;height:60.0625rem;width:39.4375rem;top:5.375rem;left:17.78125rem;display:block; }
#oW3cQTkv1h6mTgTzLBZ93VLHaT8s9Bnx { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:barlow;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.6982421875rem;left:24.96875rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2iEuXkaqgbWdSS8TUvamJ1C4xBPAlnx { color:#5a5a5a;display:block;width:25.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:9.248046875rem;left:24.75rem;height:1.48730625rem;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;display:block; }
#fCfPK4qqsCEF4pD5OC79rSwmbvQ8h6tC { position:absolute;display:block;z-index:15047;height:50rem;width:31.25rem;top:12rem;left:21.875rem;display:block; }
#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp { position:relative;display:block; }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp { background-color: transparent; background-image: none; }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .row .container > .video-iframe-container { display: none; }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .row > .video-iframe-container { display: none; }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .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); }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp { border-width: 0; border-radius: 0; }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qxy29JrM3Bk3WnP9aXW36Jpbc75UDJbu { color:#0a0000;display:block;width:35.75rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.6875rem;left:38.125rem;height:5.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RBWDL6TONNvhs4pTk613NG7moao3HiaZ { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:38.125rem;height:7.722625rem;font-style:normal;display:block; }#RBWDL6TONNvhs4pTk613NG7moao3HiaZ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#RBWDL6TONNvhs4pTk613NG7moao3HiaZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fddbbfd795e22b13d467288231c4a93324ad4a70.svg); }
#WACARdx2wgDo8kLeV9eLhFssAZAvHCmv { color:#313131;display:block;width:31.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:12rem;left:38.125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BWhpaD0fuWJqnAChTdwywKSpP2zbXS7J { color:#313131;display:block;width:31.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:25.875rem;left:38.125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rXtITpO8KKbu99Kb5NkBiKCl50mc7DT3 { position:absolute;display:block;z-index:15037;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.1875rem 0.1875rem 1.5625rem rgba(0,0,0,0.5) ;height:21.6875rem;width:32.5rem;top:10.09375rem;left:1.3125rem;overflow:hidden;display:block; }
#p9xx1q91lC1CMf5GPXnBQGpUvc3mgJpS { box-sizing:content-box;height:4.4375rem;width:18.1875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(220deg, #f68e20, #c85628);background-image: -moz-linear-gradient(220deg, #f68e20, #c85628);background-image: -ms-linear-gradient(220deg, #f68e20, #c85628);background-image: -o-linear-gradient(220deg, #f68e20, #c85628);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );";background-image: linear-gradient(220deg, #f68e20, #c85628);background-size:auto !important;top:31.6875rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Mw0KETxn534B5w0MoJEn0t6CDn50Pqw4 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:31.78125rem;left:38.125rem;display:block; }
#vXIkqEAI12MXSOiG74aR07Sdgy71bTUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PutfpdfLKqKtwIxQE5klp0PxgGxZugrI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:34.0625rem;left:42.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#XN157BcUC7wGL44gKUZ15g9m3dLWVXwW { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:32.25rem;left:42.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X5knxSLu3CwzcQgOaUp0FWzPDADqP9Ai { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:32.125rem;left:38.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a1c1c;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; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container { background-color: transparent; background-image: none; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container > .video-iframe-container { display: none; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row > .video-iframe-container { display: none; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .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); }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container { border-width: 0; border-radius: 0; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#rTzbnWwS5diRTsUDR16iswKehCmCpBf8 { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.75rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akKFGOUvMTHNsGnHE3dFBQgsdu1mOknn { color:#dfdfdf;display:block;width:30.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.5625rem;left:0rem;height:1.75rem;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:left;text-align-last:left;display:block; }
#B273vVJKTUMe4LrtoPOk4tC1lTW584gQ { box-sizing:content-box;height:18.5625rem;width:35.4375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.21875rem;left:38.53125rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(0,0,0,0.5) ;display:block; }
#sT8gsKf1KgXMpJBzcWd6Td0OTldU3LGf { 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:2.5625rem;width:8.8125rem;top:3.4375rem;left:39.71875rem;overflow:hidden;display:block; }
#fPnzM6kqotFeC1SgT0w0SJJqFdcaLUFS { position:absolute;display:block;z-index:15008;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.25rem;width:10.5rem;top:3.59375rem;left:51rem;overflow:hidden;display:block; }
#QquZfATT7CJTbCADcDKnZEkTIyaqKxGC { position:absolute;display:block;z-index:15009;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.25rem;width:9rem;top:3.59375rem;left:63.65625rem;overflow:hidden;display:block; }
#fnch3BdrQT73HHEWUslydNQEgJzTiyHz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:13.875rem;top:15rem;left:40.6875rem;overflow:hidden;display:block; }
#wuswstIGZP1U0sxMgfGgHuHV3deCFw7G { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:15.5rem;top:14.6875rem;left:56.75rem;overflow:hidden;display:block; }
#yAS74coIVP2JDESKBVPqQl2Et24814UO { position:absolute;display:block;z-index:15009;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:6.875rem;top:8.8125rem;left:40.6875rem;overflow:hidden;display:block; }
#HxqNf6r0klaxCBkIMFsaybUNZWUHkLdZ { position:absolute;display:block;z-index:15010;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:3rem;width:8.625rem;top:8.5625rem;left:51.9375rem;overflow:hidden;display:block; }
#svWd7EehLgZMMht8lLEtIG5u0XkuwXr2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:8.0625rem;top:8.5625rem;left:64.125rem;overflow:hidden;display:block; }
#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye { background-color:transparent;background-image: -webkit-linear-gradient(205deg, #ffffff, #e3e3e3);background-image: -moz-linear-gradient(205deg, #ffffff, #e3e3e3);background-image: -ms-linear-gradient(205deg, #ffffff, #e3e3e3);background-image: -o-linear-gradient(205deg, #ffffff, #e3e3e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3' );";background-image: linear-gradient(205deg, #ffffff, #e3e3e3);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; }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row .container { background-color: transparent; background-image: none; }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row .container > .video-iframe-container { display: none; }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row > .video-iframe-container { display: none; }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .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); }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row .container { border-width: 0; border-radius: 0; }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#dOAJSeuWAPvRfo1Mmur9xAe2K08b5xGI { color:#2f2f2f;display:block;width:7.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:29rem;left:2.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xJZ4n1Fv2TTIzvIWIIN2rtA3fKWJSaKJ { color:#2f2f2f;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.8125rem;left:2.875rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WHrdATzv5TW8ebFCV1qD7kVzoxn63UJQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.75rem;left:0rem; }
#Qatva3r0vixL4TrAL6TzVw5tnE1qTsGe { color:#2f2f2f;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.875rem;left:28.9375rem;height:14.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qiJshmgh6FBlAeG0CoJNyuFbJLH2GOde { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.8125rem;left:26.0625rem; }
#ZRxpRm9Sn0xqdIfGvEfwAqwSBnd2JTtn { color:#2f2f2f;display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.875rem;left:54.4375rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Vii4FBdWfwRn6XZ9c6qM2mckD5BwtCbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.8125rem;left:51.5625rem; }
#fH2Nf8Z7LwdiGpKPy6PSZPBTLIqlK5xT { color:#0a0000;display:block;width:55.3125rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.4375rem;left:9.84375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ICmRpvDW4h3TJtVGUMBmUUzKiBhFD0wE { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.5rem;top:29.125rem;left:13.9375rem;overflow:hidden;display:block; }
#Emx5GbViKKoMEFxRUy5UwT7rrD31z5by { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.5rem;top:29.125rem;left:40rem;overflow:hidden;display:block; }
#ybZ4PUiRwH1hZSh7Xf3QRPfhftwqhAql { color:#2f2f2f;display:block;width:9.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:29rem;left:28.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FdZPM8sv7RDUXRAKWAH5TUy8eKW85yBk { color:#2f2f2f;display:block;width:9.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:29rem;left:54.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J9yvQMqZJVgl7eCRkzWQTwSQ1etSdLS1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.5rem;top:29.125rem;left:65.5rem;overflow:hidden;display:block; }
#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR { position:relative;display:block; }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR { background-color: transparent; background-image: none; }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .row .container > .video-iframe-container { display: none; }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .row > .video-iframe-container { display: none; }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .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); }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR { border-width: 0; border-radius: 0; }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XaRoTdZOlXtieKRrgJpN0ulTQlMtVfsX { box-sizing:content-box;height:7.625rem;width:7.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#0a0000;background-image:none;top:12.34375rem;left:34.40625rem;display:block; }
#LiDOmh8bIJzJG3JSrBw3dwvJfUulk5H8 { color:#2f2f2f;display:block;width:12.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:22.125rem;left:31.375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AefMXi7I7uEmvcFT446bgxxt1daEp2gZ { color:#2f2f2f;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:22.125rem;left:45.0625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vba27Ztd1DeLuMqZCuV0iMIz7bfqrldZ { box-sizing:content-box;height:7.625rem;width:7.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#0a0000;background-image:none;top:13.125rem;left:48rem;display:block; }
#rz1rUmxUG8qIewZKsOiU19xnWJMTLxL0 { 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:5.8125rem;width:5.8125rem;top:14.0625rem;left:48.9375rem;overflow:hidden;display:block; }
#TtPEK4IpzwpMqKkOHIPp3TscIia1vvCT { color:#2f2f2f;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:22.125rem;left:60.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MiDLokQeQovdGVppKV5hoG1T3twPxcvn { box-sizing:content-box;height:7.625rem;width:7.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#0a0000;background-image:none;top:13.125rem;left:63.3125rem;display:block; }
#nVOGv15y2XaMWaUinU6h86nQPiy2UVJz { 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.8125rem;width:5.8125rem;top:14.0625rem;left:64.25rem;overflow:hidden;display:block; }
#AOt3TPZTJlKg2EyPL3mnICh3ufn44C72 { position:absolute;display:block;z-index:15038;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:25.3125rem;width:25.3125rem;top:3.5rem;left:3.4375rem;overflow:hidden;display:block; }
#TwtDFiBX7cOvT0xUrUidJ0VTQ9wRONH6 { color:#000000;display:block;width:45.125rem;position:absolute;font-family:barlow;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.1875rem;left:29.875rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxSOovpmiGAiEuzkhMT8dvODmDI1JLF5 { 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:5.8125rem;width:5.8125rem;top:13.25rem;left:35.3125rem;overflow:hidden;display:block; }
#znCcgSauvctToSGFxOkwqNCKmDHPoX1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a1c1c;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; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { background-color: transparent; background-image: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container > .video-iframe-container { display: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row > .video-iframe-container { display: none; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .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); }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { border-width: 0; border-radius: 0; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#JPnisyPEpKSTKCOAoooBJ7KbD1mxXGF7 { color:#ffffff;display:block;width:66.5rem;position:absolute;font-family:barlow;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.65625rem;left:4.25rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ygJx2Z2mE6G0403xEQ9fn9Pkr2OcpMho { box-sizing:content-box;height:4.4375rem;width:18.8125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(220deg, #f68e20, #c85628);background-image: -moz-linear-gradient(220deg, #f68e20, #c85628);background-image: -ms-linear-gradient(220deg, #f68e20, #c85628);background-image: -o-linear-gradient(220deg, #f68e20, #c85628);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );";background-image: linear-gradient(220deg, #f68e20, #c85628);background-size:auto !important;top:7.5625rem;left:28.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#kCAcaTrQF8fahwpnG9PTBsC1Cb9kO8rB { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.5rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:7.53125rem;left:28.125rem;display:block; }
#iDThM6BExyE74ITVshpkyD0pPK6IfXl8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sM6Oh8kKSy7cTIE4nf5LDROcXyaK8owC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:9.9375rem;left:32.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#U2iGBdypf64dMWu9agl1a9rty4X5FlDz { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:8.125rem;left:32.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kx32626ZyMftScSPWsV01UO6ShRC2Lno { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:8rem;left:28.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a0000;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; }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row .container { background-color: transparent; background-image: none; }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row .container > .video-iframe-container { display: none; }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row > .video-iframe-container { display: none; }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .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); }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row .container { border-width: 0; border-radius: 0; }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#kKCpXXCVJ0eMyGvmpWpymcQhyino9Gdh { color:#c8c8c8;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:2.25rem;left:28.375rem;height:1.225rem;font-style:normal;display:block; }
#Lk4drFuixdfkXau8Mda1To8XUCAMqHCo { color:#c8c8c8;display:block;width:7.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:2.3125rem;left:17rem;height:1.225rem;font-style:normal;display:block; }
#NvxlvA3re5UfwqzdJE5WIxdGBhw5f7JG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15024;top:2.1875rem;left:15.0625rem; }
#zLbgULszehbNBvDZUTReeFyG0VKvm19l { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;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:15025;top:2.0625rem;left:26.3125rem; }
#mrTNNa4FbQNsPAJ4gRq3kkFI5ZCFxrgy { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:2.125rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkwIybQsV11cNw5mOzG1nnBidqmbc989 { color:#dfdfdf;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.3349609375rem;left:65.25rem;height:1.05625rem;display:block; }
#Q5eNMdbO6Q3rywVGzsFD2MbAdgd0s8dA { color:#c8c8c8;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:2rem;left:39.5rem;height:9.6738125rem;display:block; }#Q5eNMdbO6Q3rywVGzsFD2MbAdgd0s8dA li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5eNMdbO6Q3rywVGzsFD2MbAdgd0s8dA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3961e5ee39e790953af17d3d22f3cbbe6d21dbd.svg); }
#FD3zuRTGpcDs1vMrameeGtT6mMJqZx3t { color:#c8c8c8;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:2rem;left:52rem;height:9.2988125rem;display:block; }#FD3zuRTGpcDs1vMrameeGtT6mMJqZx3t li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FD3zuRTGpcDs1vMrameeGtT6mMJqZx3t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3961e5ee39e790953af17d3d22f3cbbe6d21dbd.svg); }
#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr { position:relative;display:none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr { border-width: 0; border-radius: 0; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uQ3sRP9GnHGZeoWCrqm8UvNAOEMJn1TU { background-color:#ed1e26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.37) ;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6875rem;height:6.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.75rem;left:20.15625rem;display:none; }
#oaebJKfvaiO1KtVqmHi5Al7mndAoIcdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A2NDMBQ6AVXpZ1rqFJb18L6ohTr3TTvm { color:#000000;display:block;width:9.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2.75rem;top:1rem;left:10.875rem;display:none; }
#ITntMW7IRvNNSPH8ZMtVGXiS9m6kld2g { color:#000000;display:block;width:15.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:2.4375rem;left:4.0625rem;display:none; }
#teGlpoHJ1fzXQzzJuDde9gDoQ1fHnJVl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:8rem;left:28.5rem;display:none; }
#Lb727lFbTQiPL9DxBzAI1ttNV3H7hiP2 { background-color:#ed1e26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.37) ;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:arial;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6875rem;height:6.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.75rem;left:20.15625rem;display:none; }
#ThGxKqODMGfQN98g7Nl3ExkQ080B3L48 { 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) { #QexZrUPvLFKBdHGfCAx1Kdlngh137M1F { display:block; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SX600VpO2TJP6CyHeq9OUW4nRJftkshr { top:1.4375rem;left:33.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkB07t0NKWzbXwKkHI0re4nFgXUEAyn2 { top:2.0625rem;left:35.1875rem;width:12.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEiWaMPO2iJmRwvMsG3wgRip7vEudSlI { top:4.0625rem;left:40.625rem;width:7.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsf8D2vGk6vEVMCEuEy6R2XCyoyspeb3 { top:2.375rem;left:41rem;width:6.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h233zPETeT48GZT2XXk6Iotv9Lbs4CP0 { width:12.375rem;height:3.75rem;top:2.0625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZehUuX4s3eOViqwkQgEmoeUOenJXF9R { display:block; }
 }@media only screen and (max-width: 763px) { #mPfJdZieJsdxx2NckagzbV20oKZszFmx { top:1.4375rem;left:39.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv7OiAEnb7TO1u91Lbpb3q9fGItzo6AH { width:8.125rem;height:1.5625rem;top:3.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIS9HaC6oTPRSPsJ6K9wvcfrNQ5glZwZ { display:block; }
 }@media only screen and (max-width: 763px) { #hM4w4xFHhrs7iWTEbvFDTvLkEqdKA8ic { width:8.125rem;height:1.5625rem;top:3.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8LzaRwTPN3UJ95imGpIydya9ETAOzl9 { display:block; }
 }@media only screen and (max-width: 763px) { #riaRd1re5dBsUtTg6y7S4cB6LQtTE9tU { width:8.125rem;height:1.5625rem;top:3.125rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkmzFTwbDEJNalTRGZH46D2RtyKZV03Z { display:block; }
 }@media only screen and (max-width: 763px) { #T6MGq7gQoBieT6qarrCw5vKdL3rgqyM7 { top:2.4375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #re2MdxPZzE2FvM1H3eTN8WUuaJRKX0Ke { top:1.5625rem;left:0rem;width:14.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg { display:none; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl { display:block; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt7ir4Oyxi5qde1AopvGD6wCqRIo05GI { top:8.1875rem;left:0rem;width:40.1875rem;height:22.75rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1NDqao1m9Len8w8noNerHIfi8OVsQS { top:25.6875rem;left:0rem;width:40.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHiNnaInR0OVKIzXPk0p2iia5r89JduZ { top:33.5625rem;left:0rem;width:20.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMfWBgnHCRPOqENNOxDnClWLqrLWW60t { top:34.125rem;left:0rem;width:17.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph8B53i0xDiNmZP7ITKqZ7vsQ2h9ZcpP { top:33.8125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4q6fHaTxQCSqHgOT7x8AzXI8ugrrcxP { width:21rem;height:4.5rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFk3rt64PwGzciBqltwvWSg4yaAEnpCp { display:block; }
 }@media only screen and (max-width: 763px) { #LKfd0IWiil8IWMMacBLqscVve1sCcoPz { top:35.8125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNeTp4VNJO4ehOkTnc5AaKMSOnJHwNlZ { top:19.875rem;left:0rem;width:35.8125rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFKH8ABarIIL0Ux99GBLXFI5FETEdvOW { top:23.25rem;left:0rem;width:6.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXGGiroqCfpqReRdGqAMLTo6NcTOSzdd { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNx0vO9f4Us3CAM1vxwpbUi7GdhIur6Z { width:4.875rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBmMUDkqV0skM2UFNyxW4OdZKNEfcTCU { display:none; }
 }@media only screen and (max-width: 763px) { #zvDkK428L5l7cSeBi9dFA9uL9QXP4TTi { display:none; }
 }@media only screen and (max-width: 763px) { #WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ { display:block; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPGqrM7e3ngWC9kiGs2i0ZtR7TsbHiHJ { width:25.5rem;height:30rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ATwyWOq2LTdros5RxFyT6uISD45o7I { top:19.5rem;left:22.875rem;width:24.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHqQTIZZJXbZsmtWRGG1qLtuCh8wuDr { top:4.625rem;left:0rem;width:23.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHFOlg5C9vf52e4eBpCC4l5O79lD6H2X { top:13.0625rem;left:24.3125rem;width:23.4375rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z85HCMwnBUlBbXCT2obmi9tzTwtROlzA { top:11.25rem;left:17.75rem;width:30rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdCaE5ve2IanETLiX5o2GhJXtrMpU1Hz { top:14.1875rem;left:22.5625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsICUApw18WyqEILeZGNdGGgytwl7g76 { top:15.625rem;left:23.75rem;width:24rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN { display:block; }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ92fmo2OyaWM4a0IvhKtahJDaRO6bbW { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEkhrtJXv4InueH4eT2XTZwWzNU0rItc { top:36.125rem;left:9.5625rem;width:28.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZftf7nPE1NRkWVpn8s5vVcH2chHZGKI { top:36.625rem;left:14.0625rem;width:24.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlOhA5OEAAnh5n2ZwesMLMGr78UF6Nir { top:8.5625rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhZCyHrgPL5URTTN0ZS8sspMHf49A3lB { top:10.8125rem;left:0rem;width:4.875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqwT7kz8aLPVKWz0mITBHdwgNfOtZM9k { top:11.4375rem;left:0rem;width:10.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Q3b3Z0hnhUsWIvw0T9kV5kkB0tQV6g { top:15.25rem;left:0rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiyxlspclnLci2gvL68TVqqrWrT1hvrC { top:17.5625rem;left:0rem;width:10.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbuLP2OJ7DeJW0JZkBodLWruS976RLZC { top:11.4375rem;left:0rem;width:10.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFN0L945EHVlTvZ715JotTaC7RnmXc6E { top:15.25rem;left:0rem;width:10.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbLAacxgHaBMRERZVPTSsyChPo7nPoWD { top:18.75rem;left:0rem;width:10.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHulUQ0L07sXT3F9kbUubHe6wtIXF6sW { top:8.5625rem;left:2.375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCxe6roc1dWofPH3RTBHGe4xJQZKBCu9 { top:9.8125rem;left:3.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC9kv0iE3acKzFeck0GnZf2Gv68R0u0x { top:11.4375rem;left:12.1875rem;width:10.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USaqHrWGRM2GRosoz40q9XP7TbHRvhsT { top:15.25rem;left:12.6875rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5oG0pzOgagT8txLQ9SdFJ5cR84tCCp3 { top:17.5625rem;left:12.625rem;width:10.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KECcAPIDx9N8s3DyCI3Uahg17MdAvlUP { top:8.5625rem;left:15.125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzumryOwTEUpyaAfFWbkuw6vR9yvgsT7 { top:9.8125rem;left:16rem;width:3.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoeQ4tqOTEn5WoKBTWTnKT9NuLiqG0zG { top:11.4375rem;left:36.5625rem;width:10.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewXzDsITg6A053T9zrWtWsa8KiusGVFM { top:15.25rem;left:37.375rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHOXv9VM0cVhZGKZAEbFCcBdNCa8UIb { top:17.5625rem;left:37.375rem;width:10.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzQEa5eF3wSuEHSo3loR1atuVrLAqh60 { top:8.5625rem;left:40.625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXt2U3BEBgZxT357KwTcGndJXCpPh7Td { top:11.4375rem;left:36.5625rem;width:10.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh5HHKC7dwglmTe44TZ3WzQl9XZMI8pI { top:15.25rem;left:37.375rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFoeKosDfanAzS8y8w3CG0rQcsKL4rUm { top:17.5625rem;left:37.375rem;width:10.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvQiTA1z1MuF2m4EwgZPX1nAJo57EVCk { top:8.5625rem;left:42.25rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3yQCA5TpJnScrtfkTZF10o6cxFHe18o { top:9.9375rem;left:41.625rem;width:3.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIqQe24oNorISlq8JLw5DaT8gussRgU4 { top:10.0625rem;left:44.125rem;width:3.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef7y2tpisEsceJeAm42vaG9c5MTXd97l { top:11.4375rem;left:24.625rem;width:10.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqA2vxfhA1xidJuah3fNugPPSMovnRV { top:15.25rem;left:25.125rem;width:10.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg0aTSDr01PkGdMWbkUoUEs7bSwuA5wM { top:17.5625rem;left:25.0625rem;width:10.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQZ2Rqt7wS3UyXnsSPEnhItTgnn2wvId { top:8.5625rem;left:27.5625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWelDx7cL4MeOgRiE35GTC6XhAqlWqLA { top:9.75rem;left:28.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvoGeO4uDz16y7JgH04gvwlgCUxWDwPA { top:24.1875rem;left:0rem;width:11rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6bnMq9Na4dJ8rLcPHaJ9XbWeKvDpMDH { top:24.1875rem;left:0rem;width:11rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtreDmznMg59zlZSBrusem50yWhkeyFU { top:24.1875rem;left:24.75rem;width:11rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFOml0PpdN3prckzzSgzwDVL8KLO9Xrf { top:24.1875rem;left:12.28125rem;width:11rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK4uIwPmK8KgA9puD2Zk8iV726I5Tkm7 { top:24.1875rem;left:36.75rem;width:11rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxvNTIzthkbxAGohCnJTMJ1KHR8kinKh { top:24.1875rem;left:36.75rem;width:11rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNyRuuSW56IniDb1ImDNKqyTZ4K95fVP { top:36.5625rem;left:10rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC628scKkM04TlH3T644g0xbA9WelXeT { top:38.25rem;left:14.0625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5TtSz4lsT6x50T5PTlOaunKKeRqMrOL { width:28.125rem;height:4.5rem;top:36.0625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpdOX7XuJpQCCEAu3LgaNCpUKdK8xvxf { display:block; }
 }@media only screen and (max-width: 763px) { #EOT95JpWSm19gOROJImHvLvcU5oKD41Z { display:block; }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRouVCy4uvwhTpCGpwLL1d8RgbqgkIsC { top:3.75rem;left:0rem;width:34.9375rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOZtd21uyDCethsHbtytzzy1yHxkH0XH { top:6.75rem;left:12.5rem;width:35.25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWt5B2mBAzNkhgzRbS3mNNy25GIEnt5T { top:12.0625rem;left:0rem;width:14.3125rem;height:6.125rem;font-size:1.125rem;display:block; }#IWt5B2mBAzNkhgzRbS3mNNy25GIEnt5T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ae57ac6571c088fddc3e354ebcd27fa36e96b3f.svg); }
 }@media only screen and (max-width: 763px) { #C6HyJ4QWa2yJ7XUB7LmK1DES70CBMTxh { top:20.6875rem;left:0rem;width:21.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoioyhZy5IqZAwP2QLWvS805ZyFOazdf { width:21.1875rem;height:4.5rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwtDTysP2BHUxUuA21xLRnrpl4pZrAHm { display:block; }
 }@media only screen and (max-width: 763px) { #GDPKB82rqHm1Kmh5RyAnXlhHdoBteRJt { top:21.25rem;left:0rem;width:16.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x69TcsK2Kuw0aca8WEyfitg1vqStR92Z { top:22.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0oRRcEfKaeexg7qTKFEGnDG0uNb7mPP { top:21.125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 { display:block; }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx8VaOMz5F0hXer6kUFLG0z3bDOQTA1a { top:3.6875rem;left:0rem;width:35.375rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUbBBSX6sAIVTnAJTzESE9irrbBRAw3E { top:14.625rem;left:26.25rem;width:16.5625rem;height:23rem;font-size:1rem;display:block; }#cUbBBSX6sAIVTnAJTzESE9irrbBRAw3E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a1e3289ca5ea6a5bf55155d2175dbb0b5d5728.svg); }
 }@media only screen and (max-width: 763px) { #NVBeCCZsaGPQ5t1SeNxzQLeE1zvSKPcZ { top:14.625rem;left:31.1875rem;width:16.5625rem;height:20.625rem;font-size:1rem;display:block; }#NVBeCCZsaGPQ5t1SeNxzQLeE1zvSKPcZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a1e3289ca5ea6a5bf55155d2175dbb0b5d5728.svg); }
 }@media only screen and (max-width: 763px) { #w3A3K9HsWd5rmDv54nRAdrw3REVNKhsG { top:8.75rem;left:12.8125rem;width:34.9375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoWsZtx7MHFG6reFiBtOvElIURRBXd2e { display:block; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4RR0tDhXM1m3d0HTuOKzUsXx6bKZHz8 { top:5.375rem;left:4.15625rem;width:39.4375rem;height:60.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW3cQTkv1h6mTgTzLBZ93VLHaT8s9Bnx { top:6.6875rem;left:11.34375rem;width:25.0625rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2iEuXkaqgbWdSS8TUvamJ1C4xBPAlnx { top:9.1875rem;left:11.125rem;width:25.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCfPK4qqsCEF4pD5OC79rSwmbvQ8h6tC { top:12rem;left:8.25rem;width:31.25rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp { display:block; }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxy29JrM3Bk3WnP9aXW36Jpbc75UDJbu { top:5.6875rem;left:12rem;width:35.75rem;height:5.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBWDL6TONNvhs4pTk613NG7moao3HiaZ { top:16.6875rem;left:24.5rem;width:14.3125rem;height:7.6875rem;font-size:1.125rem;display:block; }#RBWDL6TONNvhs4pTk613NG7moao3HiaZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fddbbfd795e22b13d467288231c4a93324ad4a70.svg); }
 }@media only screen and (max-width: 763px) { #WACARdx2wgDo8kLeV9eLhFssAZAvHCmv { top:12rem;left:16.5625rem;width:31.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWhpaD0fuWJqnAChTdwywKSpP2zbXS7J { top:25.875rem;left:16.5625rem;width:31.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXtITpO8KKbu99Kb5NkBiKCl50mc7DT3 { top:10.0625rem;left:0rem;width:32.5rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9xx1q91lC1CMf5GPXnBQGpUvc3mgJpS { top:31.6875rem;left:24.5rem;width:18.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw0KETxn534B5w0MoJEn0t6CDn50Pqw4 { width:18.1875rem;height:4.5rem;top:31.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXIkqEAI12MXSOiG74aR07Sdgy71bTUC { display:block; }
 }@media only screen and (max-width: 763px) { #PutfpdfLKqKtwIxQE5klp0PxgGxZugrI { top:34.0625rem;left:28.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN157BcUC7wGL44gKUZ15g9m3dLWVXwW { top:32.25rem;left:28.875rem;width:14.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5knxSLu3CwzcQgOaUp0FWzPDADqP9Ai { top:32.125rem;left:24.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnZmM4RHcT3hwosRKbAalmFUhOFEauTD { display:block; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTzbnWwS5diRTsUDR16iswKehCmCpBf8 { top:7.75rem;left:0rem;width:35.9375rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akKFGOUvMTHNsGnHE3dFBQgsdu1mOknn { top:11.5625rem;left:0rem;width:30.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B273vVJKTUMe4LrtoPOk4tC1lTW584gQ { top:1.1875rem;left:12.3125rem;width:35.4375rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8gsKf1KgXMpJBzcWd6Td0OTldU3LGf { top:3.4375rem;left:23.875rem;width:8.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPnzM6kqotFeC1SgT0w0SJJqFdcaLUFS { top:3.5625rem;left:30.5625rem;width:10.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QquZfATT7CJTbCADcDKnZEkTIyaqKxGC { top:3.5625rem;left:38.75rem;width:9rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnch3BdrQT73HHEWUslydNQEgJzTiyHz { top:15rem;left:23.875rem;width:13.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuswstIGZP1U0sxMgfGgHuHV3deCFw7G { top:14.6875rem;left:32.25rem;width:15.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAS74coIVP2JDESKBVPqQl2Et24814UO { top:8.8125rem;left:23.875rem;width:6.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxqNf6r0klaxCBkIMFsaybUNZWUHkLdZ { top:8.5625rem;left:31.5rem;width:8.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #svWd7EehLgZMMht8lLEtIG5u0XkuwXr2 { top:8.5625rem;left:39.6875rem;width:8.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye { display:block; }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOAJSeuWAPvRfo1Mmur9xAe2K08b5xGI { top:29rem;left:0rem;width:7.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJZ4n1Fv2TTIzvIWIIN2rtA3fKWJSaKJ { top:12.8125rem;left:0rem;width:20.5rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHrdATzv5TW8ebFCV1qD7kVzoxn63UJQ { top:12.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qatva3r0vixL4TrAL6TzVw5tnE1qTsGe { top:12.875rem;left:15.3125rem;width:20.5rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiJshmgh6FBlAeG0CoJNyuFbJLH2GOde { top:12.8125rem;left:12.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRxpRm9Sn0xqdIfGvEfwAqwSBnd2JTtn { top:12.875rem;left:27.25rem;width:20.5rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vii4FBdWfwRn6XZ9c6qM2mckD5BwtCbX { top:12.8125rem;left:37.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH2Nf8Z7LwdiGpKPy6PSZPBTLIqlK5xT { top:5.4375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICmRpvDW4h3TJtVGUMBmUUzKiBhFD0wE { top:29.125rem;left:0.3125rem;width:9.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emx5GbViKKoMEFxRUy5UwT7rrD31z5by { top:29.125rem;left:26.375rem;width:9.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybZ4PUiRwH1hZSh7Xf3QRPfhftwqhAql { top:29rem;left:15.3125rem;width:9.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdZPM8sv7RDUXRAKWAH5TUy8eKW85yBk { top:29rem;left:38.5rem;width:9.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9yvQMqZJVgl7eCRkzWQTwSQ1etSdLS1 { top:29.125rem;left:38.25rem;width:9.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR { display:block; }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaRoTdZOlXtieKRrgJpN0ulTQlMtVfsX { top:12.3125rem;left:20.78125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiDOmh8bIJzJG3JSrBw3dwvJfUulk5H8 { top:22.125rem;left:17.75rem;width:12.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AefMXi7I7uEmvcFT446bgxxt1daEp2gZ { top:22.125rem;left:31.4375rem;width:13.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vba27Ztd1DeLuMqZCuV0iMIz7bfqrldZ { top:13.125rem;left:34.375rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz1rUmxUG8qIewZKsOiU19xnWJMTLxL0 { top:14.0625rem;left:35.3125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtPEK4IpzwpMqKkOHIPp3TscIia1vvCT { top:22.125rem;left:34.125rem;width:13.625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDLokQeQovdGVppKV5hoG1T3twPxcvn { top:13.125rem;left:40.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVOGv15y2XaMWaUinU6h86nQPiy2UVJz { top:14.0625rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOt3TPZTJlKg2EyPL3mnICh3ufn44C72 { top:3.5rem;left:0rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwtDFiBX7cOvT0xUrUidJ0VTQ9wRONH6 { top:5.1875rem;left:2.625rem;width:45.125rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxSOovpmiGAiEuzkhMT8dvODmDI1JLF5 { top:13.25rem;left:21.6875rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znCcgSauvctToSGFxOkwqNCKmDHPoX1a { display:block; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPnisyPEpKSTKCOAoooBJ7KbD1mxXGF7 { top:2.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygJx2Z2mE6G0403xEQ9fn9Pkr2OcpMho { top:7.5625rem;left:14.5rem;width:18.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCAcaTrQF8fahwpnG9PTBsC1Cb9kO8rB { width:18.75rem;height:4.5rem;top:7.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDThM6BExyE74ITVshpkyD0pPK6IfXl8 { display:block; }
 }@media only screen and (max-width: 763px) { #sM6Oh8kKSy7cTIE4nf5LDROcXyaK8owC { top:9.9375rem;left:18.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2iGBdypf64dMWu9agl1a9rty4X5FlDz { top:8.125rem;left:18.875rem;width:14.0625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx32626ZyMftScSPWsV01UO6ShRC2Lno { top:8rem;left:14.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN { display:block; }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKCpXXCVJ0eMyGvmpWpymcQhyino9Gdh { top:2.25rem;left:14.75rem;width:9.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk4drFuixdfkXau8Mda1To8XUCAMqHCo { top:2.3125rem;left:3.375rem;width:7.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvxlvA3re5UfwqzdJE5WIxdGBhw5f7JG { top:2.1875rem;left:1.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLbgULszehbNBvDZUTReeFyG0VKvm19l { top:2.0625rem;left:12.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrTNNa4FbQNsPAJ4gRq3kkFI5ZCFxrgy { top:2.125rem;left:0rem;width:13.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwIybQsV11cNw5mOzG1nnBidqmbc989 { top:2.3125rem;left:38.8125rem;width:8.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5eNMdbO6Q3rywVGzsFD2MbAdgd0s8dA { top:2rem;left:25.875rem;width:12.5rem;height:9.625rem;font-size:1rem;display:block; }#Q5eNMdbO6Q3rywVGzsFD2MbAdgd0s8dA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3961e5ee39e790953af17d3d22f3cbbe6d21dbd.svg); }
 }@media only screen and (max-width: 763px) { #FD3zuRTGpcDs1vMrameeGtT6mMJqZx3t { top:2rem;left:37.4375rem;width:10.3125rem;height:9.25rem;font-size:1rem;display:block; }#FD3zuRTGpcDs1vMrameeGtT6mMJqZx3t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3961e5ee39e790953af17d3d22f3cbbe6d21dbd.svg); }
 }@media only screen and (max-width: 763px) { #EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr { display:none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uQ3sRP9GnHGZeoWCrqm8UvNAOEMJn1TU { width:34.6875rem;height:6.6875rem;top:1.75rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaebJKfvaiO1KtVqmHi5Al7mndAoIcdF { display:block; }
 }@media only screen and (max-width: 763px) { #A2NDMBQ6AVXpZ1rqFJb18L6ohTr3TTvm { top:1rem;left:0rem;width:9.125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITntMW7IRvNNSPH8ZMtVGXiS9m6kld2g { top:2.4375rem;left:0rem;width:15.125rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #teGlpoHJ1fzXQzzJuDde9gDoQ1fHnJVl { top:8rem;left:14.875rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lb727lFbTQiPL9DxBzAI1ttNV3H7hiP2 { width:34.6875rem;height:6.6875rem;top:1.75rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThGxKqODMGfQN98g7Nl3ExkQ080B3L48 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QexZrUPvLFKBdHGfCAx1Kdlngh137M1F { position:fixed;z-index:199999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { background-color: transparent; background-image: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container > .video-iframe-container { display: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row > .video-iframe-container { display: none; }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .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); }#QexZrUPvLFKBdHGfCAx1Kdlngh137M1F > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SX600VpO2TJP6CyHeq9OUW4nRJftkshr { width:3.25rem;height:3.25rem;top:5.8125rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkB07t0NKWzbXwKkHI0re4nFgXUEAyn2 { width:11.4375rem;height:3.5rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEiWaMPO2iJmRwvMsG3wgRip7vEudSlI { width:7.1875rem;height:1.21875rem;top:3.125rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsf8D2vGk6vEVMCEuEy6R2XCyoyspeb3 { width:6.75rem;height:1.4619125rem;top:1.625rem;left:12.125rem;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #h233zPETeT48GZT2XXk6Iotv9Lbs4CP0 { width:11.4375rem;height:3.625rem;top:1.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZehUuX4s3eOViqwkQgEmoeUOenJXF9R { display:block; }
 }@media only screen and (max-width: 763px) { #mPfJdZieJsdxx2NckagzbV20oKZszFmx { width:5rem;height:5rem;top:6.46875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qv7OiAEnb7TO1u91Lbpb3q9fGItzo6AH { width:17.5rem;height:3.4375rem;top:12.71875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CIS9HaC6oTPRSPsJ6K9wvcfrNQ5glZwZ { display:block; }
 }@media only screen and (max-width: 763px) { #hM4w4xFHhrs7iWTEbvFDTvLkEqdKA8ic { width:8.125rem;height:1.5625rem;top:3.1875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8LzaRwTPN3UJ95imGpIydya9ETAOzl9 { display:block; }
 }@media only screen and (max-width: 763px) { #riaRd1re5dBsUtTg6y7S4cB6LQtTE9tU { width:8.125rem;height:1.5625rem;top:3.125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkmzFTwbDEJNalTRGZH46D2RtyKZV03Z { display:block; }
 }@media only screen and (max-width: 763px) { #T6MGq7gQoBieT6qarrCw5vKdL3rgqyM7 { display:flex;width:2.625rem;height:2.625rem;top:1.6875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #re2MdxPZzE2FvM1H3eTN8WUuaJRKX0Ke { width:8.0625rem;height:2.625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/729a4b01-8e62-4b06-ac48-959aeaad0bc7/herobgmobile.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg.adaptive-delivery-prevent-bg, #BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg.lazyload, #BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg.lazyloading { background-image: none; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row .container { background-color: transparent; background-image: none; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row .container > .video-iframe-container { display: none; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row > .video-iframe-container { display: none; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .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); }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row .container { border-width: 0; border-radius: 0; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BoXDQ9Ldw150Q1dUq5h9HxRUcOhkGQvg > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a1c1c, #170d0d);background-image: -moz-linear-gradient(180deg, #2a1c1c, #170d0d);background-image: -ms-linear-gradient(180deg, #2a1c1c, #170d0d);background-image: -o-linear-gradient(180deg, #2a1c1c, #170d0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a1c1c', endColorstr='#170d0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a1c1c', endColorstr='#170d0d' );";background-image: linear-gradient(180deg, #2a1c1c, #170d0d);background-size:auto !important;display:block; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container { background-color: transparent; background-image: none; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container > .video-iframe-container { display: none; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row > .video-iframe-container { display: none; }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .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); }#GS6WDGeWlS7kUD1edaleXnyKLQqC4qUl > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt7ir4Oyxi5qde1AopvGD6wCqRIo05GI { width:20rem;height:10.57325rem;top:0.544921875rem;left:0rem;font-size:2.9375rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1NDqao1m9Len8w8noNerHIfi8OVsQS { width:20rem;height:3.5996125rem;top:16.375rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHiNnaInR0OVKIzXPk0p2iia5r89JduZ { width:20rem;height:4.3125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMfWBgnHCRPOqENNOxDnClWLqrLWW60t { width:16rem;height:1.3808625rem;top:23.9375rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph8B53i0xDiNmZP7ITKqZ7vsQ2h9ZcpP { display:flex;width:2.75rem;height:2.75rem;top:24rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #t4q6fHaTxQCSqHgOT7x8AzXI8ugrrcxP { width:20rem;height:4.4375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFk3rt64PwGzciBqltwvWSg4yaAEnpCp { display:block; }
 }@media only screen and (max-width: 763px) { #LKfd0IWiil8IWMMacBLqscVve1sCcoPz { width:12.5rem;height:1.21875rem;top:25.3125rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNeTp4VNJO4ehOkTnc5AaKMSOnJHwNlZ { width:20rem;height:1.5rem;top:11.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#f68e20;display:block; }
 }@media only screen and (max-width: 763px) { #bFKH8ABarIIL0Ux99GBLXFI5FETEdvOW { width:9.375rem;height:0.3125rem;top:14.6875rem;left:5.3125rem;background-color:#f68e20;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aXGGiroqCfpqReRdGqAMLTo6NcTOSzdd { top:29.6875rem;left:4rem;width:5rem;height:5rem;z-index:15056;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;display:block; }
 }@media only screen and (max-width: 763px) { #QNx0vO9f4Us3CAM1vxwpbUi7GdhIur6Z { top:29.6875rem;left:11.0625rem;width:5rem;height:5rem;z-index:15057;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LBmMUDkqV0skM2UFNyxW4OdZKNEfcTCU { top:30.4375rem;left:4.8125rem;width:3.4375rem;height:3.4375rem;z-index:15000;box-shadow: 0.0625rem 0.0625rem 3.125rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #zvDkK428L5l7cSeBi9dFA9uL9QXP4TTi { top:30.4375rem;left:11.8125rem;width:3.4375rem;height:3.4375rem;z-index:15001;box-shadow: 0.0625rem 0.0625rem 3.125rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ { display:block; }#WQaoTWDZZ4QR6nTakJ4Mc4cDfJbIPkSJ > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPGqrM7e3ngWC9kiGs2i0ZtR7TsbHiHJ { width:20rem;height:30rem;top:13.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #b7ATwyWOq2LTdros5RxFyT6uISD45o7I { width:20rem;height:1.29980625rem;top:10.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUHqQTIZZJXbZsmtWRGG1qLtuCh8wuDr { width:20rem;height:27.5rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHFOlg5C9vf52e4eBpCC4l5O79lD6H2X { width:20rem;height:4.0234375rem;top:5.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z85HCMwnBUlBbXCT2obmi9tzTwtROlzA { width:20rem;height:9.0625rem;top:4.8125rem;left:0rem;background-color:#2a1c1c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SdCaE5ve2IanETLiX5o2GhJXtrMpU1Hz { display:flex;width:3.375rem;height:3.375rem;top:51.5625rem;left:-1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsICUApw18WyqEILeZGNdGGgytwl7g76 { width:20rem;height:2.0625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN { display:block; }#ZznQnh482HdTpCnZDw3ckq9tw6ABMpgN > .row .container { width:20rem;height:180.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ92fmo2OyaWM4a0IvhKtahJDaRO6bbW { width:20rem;height:6.82325rem;top:1.76953125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TEkhrtJXv4InueH4eT2XTZwWzNU0rItc { width:19.9375rem;height:5.5625rem;top:170.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZftf7nPE1NRkWVpn8s5vVcH2chHZGKI { width:13.5rem;height:2.76171875rem;top:170.59375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlOhA5OEAAnh5n2ZwesMLMGr78UF6Nir { width:5.375rem;height:5.375rem;top:9.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhZCyHrgPL5URTTN0ZS8sspMHf49A3lB { width:5rem;height:1.1875rem;top:12rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqwT7kz8aLPVKWz0mITBHdwgNfOtZM9k { width:12.5rem;height:11.6875rem;top:13.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Q3b3Z0hnhUsWIvw0T9kV5kkB0tQV6g { width:12.5rem;height:1.4619125rem;top:16.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiyxlspclnLci2gvL68TVqqrWrT1hvrC { width:10.375rem;height:3.8994125rem;top:19.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbuLP2OJ7DeJW0JZkBodLWruS976RLZC { width:12.5rem;height:11.6875rem;top:39.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFN0L945EHVlTvZ715JotTaC7RnmXc6E { width:10.375rem;height:2.923825rem;top:42.625rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbLAacxgHaBMRERZVPTSsyChPo7nPoWD { width:10.375rem;height:3.8994125rem;top:46.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHulUQ0L07sXT3F9kbUubHe6wtIXF6sW { width:5.375rem;height:5.375rem;top:36.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCxe6roc1dWofPH3RTBHGe4xJQZKBCu9 { width:2.9375rem;height:2.9375rem;top:37.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC9kv0iE3acKzFeck0GnZf2Gv68R0u0x { width:12.5rem;height:11.6875rem;top:66.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USaqHrWGRM2GRosoz40q9XP7TbHRvhsT { width:10.375rem;height:1.4619125rem;top:70.125rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5oG0pzOgagT8txLQ9SdFJ5cR84tCCp3 { width:10.375rem;height:3.8994125rem;top:72.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KECcAPIDx9N8s3DyCI3Uahg17MdAvlUP { width:5.375rem;height:5.375rem;top:63.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzumryOwTEUpyaAfFWbkuw6vR9yvgsT7 { width:3.5625rem;height:2.9375rem;top:64.6875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoeQ4tqOTEn5WoKBTWTnKT9NuLiqG0zG { width:12.5rem;height:11.6875rem;top:119.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewXzDsITg6A053T9zrWtWsa8KiusGVFM { width:10.375rem;height:1.4619125rem;top:123.375rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHOXv9VM0cVhZGKZAEbFCcBdNCa8UIb { width:10.875rem;height:3.8994125rem;top:125.6875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzQEa5eF3wSuEHSo3loR1atuVrLAqh60 { width:5.375rem;height:5.375rem;top:116.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXt2U3BEBgZxT357KwTcGndJXCpPh7Td { width:12.5rem;height:11.6875rem;top:146.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh5HHKC7dwglmTe44TZ3WzQl9XZMI8pI { width:10.375rem;height:1.4619125rem;top:150.0625rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFoeKosDfanAzS8y8w3CG0rQcsKL4rUm { width:10.375rem;height:2.5996125rem;top:152.75rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvQiTA1z1MuF2m4EwgZPX1nAJo57EVCk { width:5.375rem;height:5.375rem;top:143.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3yQCA5TpJnScrtfkTZF10o6cxFHe18o { width:3.3125rem;height:2.6875rem;top:118.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIqQe24oNorISlq8JLw5DaT8gussRgU4 { width:3.625rem;height:2.5rem;top:145rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef7y2tpisEsceJeAm42vaG9c5MTXd97l { width:12.5rem;height:11.6875rem;top:92.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqA2vxfhA1xidJuah3fNugPPSMovnRV { width:10.375rem;height:1.4619125rem;top:96.1875rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg0aTSDr01PkGdMWbkUoUEs7bSwuA5wM { width:10.375rem;height:2.5996125rem;top:98.8125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQZ2Rqt7wS3UyXnsSPEnhItTgnn2wvId { width:5.375rem;height:5.375rem;top:89.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWelDx7cL4MeOgRiE35GTC6XhAqlWqLA { width:3.0625rem;height:3.0625rem;top:90.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvoGeO4uDz16y7JgH04gvwlgCUxWDwPA { width:12.5rem;height:8.5625rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6bnMq9Na4dJ8rLcPHaJ9XbWeKvDpMDH { width:12.5rem;height:8.5625rem;top:51rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtreDmznMg59zlZSBrusem50yWhkeyFU { width:12.5rem;height:8.5625rem;top:104.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFOml0PpdN3prckzzSgzwDVL8KLO9Xrf { width:12.5rem;height:8.5625rem;top:78.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK4uIwPmK8KgA9puD2Zk8iV726I5Tkm7 { width:12.5rem;height:8.375rem;top:158.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxvNTIzthkbxAGohCnJTMJ1KHR8kinKh { width:12.5rem;height:8.5625rem;top:131.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNyRuuSW56IniDb1ImDNKqyTZ4K95fVP { display:flex;width:3.875rem;height:3.875rem;top:170.90625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #LC628scKkM04TlH3T644g0xbA9WelXeT { width:12.5rem;height:1.21875rem;top:173.73046875rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5TtSz4lsT6x50T5PTlOaunKKeRqMrOL { width:20rem;height:5.5625rem;top:170.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpdOX7XuJpQCCEAu3LgaNCpUKdK8xvxf { display:block; }
 }@media only screen and (max-width: 763px) { #EOT95JpWSm19gOROJImHvLvcU5oKD41Z { display:block; }#EOT95JpWSm19gOROJImHvLvcU5oKD41Z > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRouVCy4uvwhTpCGpwLL1d8RgbqgkIsC { width:20rem;height:4.8984375rem;top:2.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xOZtd21uyDCethsHbtytzzy1yHxkH0XH { width:20rem;height:9.5029375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWt5B2mBAzNkhgzRbS3mNNy25GIEnt5T { width:12.25rem;height:5.63574375rem;top:9.0625rem;left:3.875rem;font-size:1.125rem;display:block; }#IWt5B2mBAzNkhgzRbS3mNNy25GIEnt5T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ae57ac6571c088fddc3e354ebcd27fa36e96b3f.svg); }
 }@media only screen and (max-width: 763px) { #C6HyJ4QWa2yJ7XUB7LmK1DES70CBMTxh { width:20rem;height:4.4375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoioyhZy5IqZAwP2QLWvS805ZyFOazdf { width:20rem;height:4.5rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwtDTysP2BHUxUuA21xLRnrpl4pZrAHm { display:block; }
 }@media only screen and (max-width: 763px) { #GDPKB82rqHm1Kmh5RyAnXlhHdoBteRJt { width:15.6875rem;height:1.54296875rem;top:31.1875rem;left:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x69TcsK2Kuw0aca8WEyfitg1vqStR92Z { width:12.5rem;height:1.29980625rem;top:32.875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0oRRcEfKaeexg7qTKFEGnDG0uNb7mPP { display:flex;width:3.5625rem;height:3.5625rem;top:31rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 { display:block; }#tXwxmUwWtHsPIhrGTZxBNgw08oB37C98 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx8VaOMz5F0hXer6kUFLG0z3bDOQTA1a { width:20rem;height:25.375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUbBBSX6sAIVTnAJTzESE9irrbBRAw3E { width:9.5rem;height:19.7480625rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }#cUbBBSX6sAIVTnAJTzESE9irrbBRAw3E li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a1e3289ca5ea6a5bf55155d2175dbb0b5d5728.svg); }
 }@media only screen and (max-width: 763px) { #NVBeCCZsaGPQ5t1SeNxzQLeE1zvSKPcZ { width:9.5rem;height:17.69825rem;top:35.625rem;left:10.5rem;font-size:1rem;display:block; }#NVBeCCZsaGPQ5t1SeNxzQLeE1zvSKPcZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a4a1e3289ca5ea6a5bf55155d2175dbb0b5d5728.svg); }
 }@media only screen and (max-width: 763px) { #w3A3K9HsWd5rmDv54nRAdrw3REVNKhsG { width:20rem;height:2.2744125rem;top:3.57421875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zoWsZtx7MHFG6reFiBtOvElIURRBXd2e { display:block; }#zoWsZtx7MHFG6reFiBtOvElIURRBXd2e > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4RR0tDhXM1m3d0HTuOKzUsXx6bKZHz8 { width:20rem;height:71.3125rem;top:7.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW3cQTkv1h6mTgTzLBZ93VLHaT8s9Bnx { width:17.875rem;height:2.0996125rem;top:8.6875rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2iEuXkaqgbWdSS8TUvamJ1C4xBPAlnx { width:17.5rem;height:1.3125rem;top:11.4375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCfPK4qqsCEF4pD5OC79rSwmbvQ8h6tC { width:19.5rem;height:62.5rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp { display:block; }#E5s1Bw8Mc22PpcX78BJ4UWOXIIWeI8hp > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxy29JrM3Bk3WnP9aXW36Jpbc75UDJbu { width:20rem;height:7.875rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RBWDL6TONNvhs4pTk613NG7moao3HiaZ { width:8.5625rem;height:7.722625rem;top:15.25rem;left:5.71875rem;font-size:1.125rem;display:block; }#RBWDL6TONNvhs4pTk613NG7moao3HiaZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fddbbfd795e22b13d467288231c4a93324ad4a70.svg); }
 }@media only screen and (max-width: 763px) { #WACARdx2wgDo8kLeV9eLhFssAZAvHCmv { width:20rem;height:2.798825rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #BWhpaD0fuWJqnAChTdwywKSpP2zbXS7J { width:20rem;height:4.19824375rem;top:24.419921875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rXtITpO8KKbu99Kb5NkBiKCl50mc7DT3 { width:19.875rem;height:13.25rem;top:40.09375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9xx1q91lC1CMf5GPXnBQGpUvc3mgJpS { width:18.1875rem;height:4.4375rem;top:31.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw0KETxn534B5w0MoJEn0t6CDn50Pqw4 { width:18.1875rem;height:4.5rem;top:31.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXIkqEAI12MXSOiG74aR07Sdgy71bTUC { display:block; }
 }@media only screen and (max-width: 763px) { #PutfpdfLKqKtwIxQE5klp0PxgGxZugrI { width:12.5rem;height:1.29980625rem;top:33.4375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN157BcUC7wGL44gKUZ15g9m3dLWVXwW { width:14.0625rem;height:1.54296875rem;top:31.625rem;left:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5knxSLu3CwzcQgOaUp0FWzPDADqP9Ai { display:flex;width:3.5625rem;height:3.5625rem;top:31.5rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #fnZmM4RHcT3hwosRKbAalmFUhOFEauTD { background-color:#2a1c1c;background-image:none;display:block; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container { background-color: transparent; background-image: none; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container > .video-iframe-container { display: none; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row > .video-iframe-container { display: none; }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .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); }#fnZmM4RHcT3hwosRKbAalmFUhOFEauTD > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTzbnWwS5diRTsUDR16iswKehCmCpBf8 { width:16.1875rem;height:5.3984375rem;top:2.1875rem;left:1.90625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akKFGOUvMTHNsGnHE3dFBQgsdu1mOknn { width:12.75rem;height:2.798825rem;top:8.4375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B273vVJKTUMe4LrtoPOk4tC1lTW584gQ { width:20rem;height:17.5rem;top:12.86035rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT8gsKf1KgXMpJBzcWd6Td0OTldU3LGf { width:8.25rem;height:2.3125rem;top:14.078125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPnzM6kqotFeC1SgT0w0SJJqFdcaLUFS { width:9.4375rem;height:1.9375rem;top:14.265625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QquZfATT7CJTbCADcDKnZEkTIyaqKxGC { width:9rem;height:2.25rem;top:18.265625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnch3BdrQT73HHEWUslydNQEgJzTiyHz { width:10.5rem;height:1rem;top:27.078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuswstIGZP1U0sxMgfGgHuHV3deCFw7G { width:11.4375rem;height:1.4375rem;top:22.765625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAS74coIVP2JDESKBVPqQl2Et24814UO { width:6.125rem;height:2.9375rem;top:22.015625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxqNf6r0klaxCBkIMFsaybUNZWUHkLdZ { width:7.5625rem;height:2.5625rem;top:26.296875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svWd7EehLgZMMht8lLEtIG5u0XkuwXr2 { width:8.0625rem;height:3rem;top:17.890625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye { display:block; }#K4D9JGiTPm5gsOiARnaA6W5XWsuLw3ye > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOAJSeuWAPvRfo1Mmur9xAe2K08b5xGI { width:12.9375rem;height:1.3496125rem;top:22.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJZ4n1Fv2TTIzvIWIIN2rtA3fKWJSaKJ { width:20rem;height:7.5rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHrdATzv5TW8ebFCV1qD7kVzoxn63UJQ { display:flex;width:2.5625rem;height:2.5625rem;top:9.3125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #Qatva3r0vixL4TrAL6TzVw5tnE1qTsGe { width:20rem;height:13.5rem;top:31.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiJshmgh6FBlAeG0CoJNyuFbJLH2GOde { display:flex;width:2.5625rem;height:2.5625rem;top:27.9375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ZRxpRm9Sn0xqdIfGvEfwAqwSBnd2JTtn { width:20rem;height:4.5rem;top:54.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vii4FBdWfwRn6XZ9c6qM2mckD5BwtCbX { display:flex;width:2.5625rem;height:2.5625rem;top:51.3125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #fH2Nf8Z7LwdiGpKPy6PSZPBTLIqlK5xT { width:20rem;height:4.798825rem;top:2.2021484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICmRpvDW4h3TJtVGUMBmUUzKiBhFD0wE { width:9.5rem;height:1.25rem;top:22.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emx5GbViKKoMEFxRUy5UwT7rrD31z5by { width:9.5rem;height:1.25rem;top:46.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybZ4PUiRwH1hZSh7Xf3QRPfhftwqhAql { width:9.0625rem;height:1.3496125rem;top:46.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdZPM8sv7RDUXRAKWAH5TUy8eKW85yBk { width:8.3125rem;height:1.3496125rem;top:61.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9yvQMqZJVgl7eCRkzWQTwSQ1etSdLS1 { width:9.5rem;height:1.25rem;top:61.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR { display:block; }#cF9xlNRaOUpzmCLF12ZcTLcXCR9d10vR > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaRoTdZOlXtieKRrgJpN0ulTQlMtVfsX { width:7.625rem;height:7.625rem;top:34rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiDOmh8bIJzJG3JSrBw3dwvJfUulk5H8 { width:13.625rem;height:2.69921875rem;top:42.9228515625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AefMXi7I7uEmvcFT446bgxxt1daEp2gZ { width:13.625rem;height:1.3496125rem;top:57.1845703125rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vba27Ztd1DeLuMqZCuV0iMIz7bfqrldZ { width:7.625rem;height:7.625rem;top:48.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz1rUmxUG8qIewZKsOiU19xnWJMTLxL0 { width:5.8125rem;height:5.8125rem;top:49.53125rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtPEK4IpzwpMqKkOHIPp3TscIia1vvCT { width:13.625rem;height:1.3496125rem;top:70.1875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDLokQeQovdGVppKV5hoG1T3twPxcvn { width:7.625rem;height:7.625rem;top:61.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVOGv15y2XaMWaUinU6h86nQPiy2UVJz { width:5.8125rem;height:5.8125rem;top:62.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOt3TPZTJlKg2EyPL3mnICh3ufn44C72 { width:20rem;height:20rem;top:11.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TwtDFiBX7cOvT0xUrUidJ0VTQ9wRONH6 { width:20rem;height:9.597625rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxSOovpmiGAiEuzkhMT8dvODmDI1JLF5 { width:5.8125rem;height:5.8125rem;top:34.90625rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znCcgSauvctToSGFxOkwqNCKmDHPoX1a { display:block; }#znCcgSauvctToSGFxOkwqNCKmDHPoX1a > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPnisyPEpKSTKCOAoooBJ7KbD1mxXGF7 { width:20rem;height:7.6494375rem;top:3.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygJx2Z2mE6G0403xEQ9fn9Pkr2OcpMho { width:18.8125rem;height:4.4375rem;top:13.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCAcaTrQF8fahwpnG9PTBsC1Cb9kO8rB { width:18.75rem;height:4.5rem;top:13.34375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDThM6BExyE74ITVshpkyD0pPK6IfXl8 { display:block; }
 }@media only screen and (max-width: 763px) { #sM6Oh8kKSy7cTIE4nf5LDROcXyaK8owC { width:12.5rem;height:1.29980625rem;top:15.75rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2iGBdypf64dMWu9agl1a9rty4X5FlDz { width:14.0625rem;height:1.54296875rem;top:13.9375rem;left:5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx32626ZyMftScSPWsV01UO6ShRC2Lno { display:flex;width:3.5625rem;height:3.5625rem;top:13.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN { display:block; }#JxVwgeJ7V1DgCOuUhGJ9Na3JQ03tiUPN > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKCpXXCVJ0eMyGvmpWpymcQhyino9Gdh { width:7.0625rem;height:1.3125rem;top:5.0625rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk4drFuixdfkXau8Mda1To8XUCAMqHCo { width:7.3125rem;height:1.3125rem;top:5.125rem;left:2.125rem;font-size:0.9375rem;color:#dfdfdf;display:block; }
 }@media only screen and (max-width: 763px) { #NvxlvA3re5UfwqzdJE5WIxdGBhw5f7JG { width:1.5625rem;height:1.5625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLbgULszehbNBvDZUTReeFyG0VKvm19l { width:1.5625rem;height:1.5625rem;top:5.0625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrTNNa4FbQNsPAJ4gRq3kkFI5ZCFxrgy { width:13.625rem;height:1.5rem;top:2.1103515625rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwIybQsV11cNw5mOzG1nnBidqmbc989 { width:8.9375rem;height:1.0556625rem;top:21.8056640625rem;left:5.53125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5eNMdbO6Q3rywVGzsFD2MbAdgd0s8dA { width:8.875rem;height:9.6738125rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }#Q5eNMdbO6Q3rywVGzsFD2MbAdgd0s8dA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3961e5ee39e790953af17d3d22f3cbbe6d21dbd.svg); }
 }@media only screen and (max-width: 763px) { #FD3zuRTGpcDs1vMrameeGtT6mMJqZx3t { width:10.3125rem;height:9.2988125rem;top:9.5rem;left:9.6875rem;font-size:1rem;display:block; }#FD3zuRTGpcDs1vMrameeGtT6mMJqZx3t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f3961e5ee39e790953af17d3d22f3cbbe6d21dbd.svg); }
 }@media only screen and (max-width: 763px) { #EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr { 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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { background-color: transparent; background-image: none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container > .video-iframe-container { display: none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row > .video-iframe-container { display: none; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .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); }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { border-width: 0; border-radius: 0; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHDZyO1t5ybcrkbTJUyo49vx2S1CwKcr > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQ3sRP9GnHGZeoWCrqm8UvNAOEMJn1TU { width:20rem;height:3.75rem;top:0.5625rem;left:0rem;font-size:1.1875rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(220deg, #f68e20, #c85628);background-image: -moz-linear-gradient(220deg, #f68e20, #c85628);background-image: -ms-linear-gradient(220deg, #f68e20, #c85628);background-image: -o-linear-gradient(220deg, #f68e20, #c85628);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68e20', endColorstr='#c85628' );";background-image: linear-gradient(220deg, #f68e20, #c85628);background-size:auto !important;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaebJKfvaiO1KtVqmHi5Al7mndAoIcdF { display:block; }
 }@media only screen and (max-width: 763px) { #A2NDMBQ6AVXpZ1rqFJb18L6ohTr3TTvm { top:0.9228515625rem;left:4.125rem;width:15.3125rem;height:1.57421875rem;z-index:15008;font-family:barlow;color:#ffffff;font-size:1.125rem;line-height:1.4;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #ITntMW7IRvNNSPH8ZMtVGXiS9m6kld2g { top:2.4970703125rem;left:4.0625rem;width:15.125rem;height:1.3994125rem;z-index:15009;font-family:roboto;color:#ffffff;font-size:1rem;line-height:1.4;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #teGlpoHJ1fzXQzzJuDde9gDoQ1fHnJVl { display:flex;width:2.625rem;height:2.625rem;top:1.125rem;left:0.6875rem;z-index:15038;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
 }@media only screen and (max-width: 763px) { #Lb727lFbTQiPL9DxBzAI1ttNV3H7hiP2 { width:20rem;height:3.75rem;top:0.5625rem;left:0rem;font-size:1.1875rem;z-index:15028;background-color:transparent;background-image:none;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThGxKqODMGfQN98g7Nl3ExkQ080B3L48 { display:block; }
 }