.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(255,255,255,0.78);background-image:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(255,255,255,0.88);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:6.312255859375rem;left:2.62451171875rem;height:6.449rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:3.75rem;color:#000000;font-style:normal;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:none; }
#o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:1.6867899894714rem;left:0rem;height:7.049875rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { color:#000000;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.368896484375rem;left:2.62451171875rem;height:5.010375rem;text-align:left;text-align-last:left;display:block; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { background-color:#ffcd64;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.375rem;left:2.62451171875rem;display:block; }
#hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VqzkoQGss1MncG6iC02JEtkZhnaP7kgo { color:#000000;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.624755859375rem;left:2.62451171875rem;height:1.46179375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TafnskwThxLInBeEDCa0Ihxn5zAffq8b { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.625rem 0.9375rem 1.8125rem rgba(0,0,0,0.5) ;height:18.9375rem;width:29.125rem;top:7.34375rem;left:29.624633789062rem;overflow:hidden;display:block; }
#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { background-color: transparent; background-image: none; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container > .video-iframe-container { display: none; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row > .video-iframe-container { display: none; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .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); }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { border-width: 0; border-radius: 0; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { font-size:0.875rem;font-family:arial;height:80rem;width:60rem;position:relative;display:block; }#uGc4TJxJzkE7NuSfPNAOvISHQEWw9t5O { display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.8125rem;left:2.8125rem;height:6rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TQ8g9IDwZrRSS57G11RJnXf1CVHPJowH { display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13rem;left:2.8125rem;height:1.5rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XRxVo6p5cTHoEb3cOuSgMSJJbJODHo0r { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:32.4375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#Jt0ZJNND0md2XNy0GGmgXp8U5lLKrFuL { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8125rem;left:33.375rem;height:3.6547875rem;display:block; }
#EveLo8Tp5c2m3mVtaOzALacIOrGJkpIq { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5rem;left:32.375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#S1pRUwMTxemD218kCLLwZpJxp6qBK0te { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.5625rem;left:33.375rem;height:3.6547875rem;display:block; }
#wOI8Mb7cgxgpcl5sNBFq4KQ1x92wwuwJ { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.125rem;left:32.4375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#fyTBnOF91pRwMhNkFhBxealt2MwHK5e5 { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.5rem;left:33.5625rem;height:3.6547875rem;display:block; }
#gNEnwRLOktaLre3ck4LWeCwnfmd7PhKT { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:48.3125rem;left:33.375rem;height:2.436525rem;display:block; }
#D4gwSESlrqdoMHi2IWLME0tuKSTURWgA { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:44.125rem;left:32.375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#pq4LsD7aHubotZowOhUfby0xSpbA3ucD { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:57.4375rem;left:32.375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#vPUZ7cJ7yNexc3Pf9MGZtFkEpmwBRwFC { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:15008;background-color:#252525;background-image:none;top:59.5rem;left:32.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#N9ZZ5QgCRlx28nTHfuaUpuZRxBMmllyt { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:61.0625rem;left:33.25rem;height:2.436525rem;display:block; }
#gTB5gzqSgllN8cdeJi06h5ySN638OyVP { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:15008;background-color:#252525;background-image:none;top:46.75rem;left:32.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#AHrLHwg1A4LyWarDzS6iPmsWP9D0iA78 { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:14999;background-color:#252525;background-image:none;top:33.625rem;left:32.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SbXUQqs1iLiLTJoqXJTRUvGX1NHAdk5k { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:14998;background-color:#252525;background-image:none;top:20.6875rem;left:32.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#F02KseuOr52to8taN5EgPrvb2U9L6Xnh { box-sizing:content-box;height:5.6875rem;width:25.25rem;position:absolute;display:block;z-index:14997;background-color:#252525;background-image:none;top:8.9375rem;left:32.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#zTn5orgQaFVh3PiWLOV5chmZzX9FRuFI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.875rem;left:11.4375rem; }
#AVECgRLvU8lD2XMLOmlL1tfA9KkAU8RW { box-sizing:content-box;height:80.0625rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.39);background-image:none;top:0rem;left:29.9375rem;display:block; }
#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row .container { border-width: 0; border-radius: 0; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row .container { font-size:0.875rem;font-family:arial;height:105.5rem;width:60rem;position:relative;display:none; }#uVdl95Crgt61Htx1A3JK51JgUMqhNB11 { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15001;background-color:#252525;background-image:none;top:25.875rem;left:16.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NAftdbNovqhh441UA1H4GenbGSMiVKpV { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.3125rem;left:23.84375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#mygWT8xnn7VQuy2gwnKd2AfReqGbwwzP { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.75rem;left:17.125rem;height:3.8994125rem;display:block; }
#PBIy4c0yiEwIhNWuSaroM5P2dRMavRNm { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.5rem;left:23.84375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#H6uicthNZJiE1bvEi6ckgsatkq6fOnep { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15002;background-color:#252525;background-image:none;top:36.9375rem;left:16.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hVUZlszzAAc9qJB2eCP1xcfUAi21rll1 { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.8125rem;left:17.125rem;height:3.8994125rem;display:block; }
#wqbk6T7yDkszHd8vPB5LcmwfWyKGLEXR { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.125rem;left:23.84375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Xge4ZWVhJAbKSzAtiTps72H0Gyx30bCn { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15003;background-color:#252525;background-image:none;top:47.4375rem;left:16.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KKCrBJZVZz1Ln3OxivHJ5NRtMXTS45Hy { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:48.3125rem;left:17.125rem;height:3.8994125rem;display:block; }
#pyFFd6qOgRnMDNo2EcupbRpHmKCd9JIg { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:55.5rem;left:23.84375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#kqNJvQWqR4T7kkQNOMJsTZBrvkgMlPTP { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15004;background-color:#252525;background-image:none;top:58.125rem;left:16.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#i3AMC5oTrlrcyVRBrwSCXOyFcUkUJo2z { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:59.6875rem;left:17.125rem;height:2.5996125rem;display:block; }
#xlVPVogVN302rgUtZmeRG0A9vBJUENHR { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:66.5rem;left:23.09375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#n1AayVZATFo9SccufWImBSUvEJbOrMe5 { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15005;background-color:#252525;background-image:none;top:68.8125rem;left:16.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#bJhHDo6JTlGzwbPQiR2bzmoJCmqbZgwZ { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:70.375rem;left:17.125rem;height:2.5996125rem;display:block; }
#ndoBi82Zb4cHe64CwpinTOtlwFtaCNoF { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:77.75rem;left:23.09375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#LOBfJF6oIU88Q8VnDt7Ek1HE4NwFDAD6 { box-sizing:content-box;height:5.6875rem;width:27.4375rem;position:absolute;display:block;z-index:15006;background-color:#252525;background-image:none;top:80.125rem;left:16.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GcNTmULk3cMT2wlR05Jpeu6VwmT4rK9z { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:81.6875rem;left:17.125rem;height:2.5996125rem;display:block; }
#f1RCICdUkvPUcZft9q9aCmRbFBlsixFi { display:block;width:25.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6rem;left:17.3125rem;height:6rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZuSuTTl8JIKJWWyr0rRyctnccOMFFp10 { display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.1875rem;left:17.3125rem;height:1.5rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AxIEITDUozop4Rmxe5t867iDMO0co5nS { display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:1.6867899894714rem;left:0rem;height:7.049875rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#QmwEqbJOpNpT52n1CTEnQbe3zkJSqkTo { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.3125rem;left:23.84375rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.86);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; }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row .container { background-color: transparent; background-image: none; }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row .container > .video-iframe-container { display: none; }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row > .video-iframe-container { display: none; }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .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); }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row .container { border-width: 0; border-radius: 0; }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#wIRMfhZiNX49oMw1wrv8NNhdvIGcti94 { display:block;width:50.625rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.5rem;left:4.6875rem;height:7.8003125rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n7bo1mBTeiymb67XnmfAsk1kIVpdXIfn { display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.5625rem;left:14.25rem;height:1.875rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#buLiq1ooBOscmxVF9ohTG2HadxLtT0Ur { display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:1.6867899894714rem;left:0rem;height:7.049875rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#eNrG9Xdpc2TrA5EkNo7z4I7pTd7kK1TT { color:#000000;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.5rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { background-color: transparent; background-image: none; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container > .video-iframe-container { display: none; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row > .video-iframe-container { display: none; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .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); }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { border-width: 0; border-radius: 0; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { font-size:0.875rem;font-family:arial;height:99.75rem;width:60rem;position:relative;display:block; }#untQN78T8oSx3niIw5TlsdcGngSrfpCI { display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:13.6875rem;left:4.4375rem;height:3.75rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w5WIreiCwgThDXUS1obMTDs7rz7tLOTf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:18.25rem;width:31.5625rem;top:6.4375rem;left:24.0625rem;overflow:hidden;display:block; }
#JMBFTm2oJFdo1UD7X7nz9hq1NOV9FG0t { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:31.4375rem;top:34.375rem;left:24.0625rem;overflow:hidden;display:block; }
#es3JXMUAyxTrTcVF8VV3hquz9WQ1Ugoo { display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:39.96875rem;left:4.4375rem;height:5.625rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iZhNg0VqkJ6mMGEZv8SmHQKwygVNwF7O { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.75rem;width:31.4375rem;top:61rem;left:24.0625rem;overflow:hidden;display:block; }
#kvpbS6UMicmf6fi5F6w6ZFxUnMEIHTno { display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:65.625rem;left:4.4375rem;height:7.5rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hBpNxZyw1dE3QKXERdPOdZls6Td2wbpU { background-color:#ffcd64;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:87.78125rem;left:19.40625rem;display:block; }
#TC5sgAht5oTIDPJCLvX5QzBcv04B9441 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2r0bDK2UeTbSibaOAf4NSRHefPRTb4R { display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:46.375rem;left:4.4375rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);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; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { background-color: transparent; background-image: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { display: none; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .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); }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { border-width: 0; border-radius: 0; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { color:#000000;display:block;width:34.249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.3125rem;left:12.9375rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OLmHpd3073lP2ctPSSieSA9KD13UhpJA { 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.3125rem;width:18.75rem;top:9.3125rem;left:20.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { width:20.375rem;height:5rem;top:14.3125rem;left:0rem;font-size:1rem;display:none; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { width:14.6875rem;height:3.4375rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block; }
 }@media only screen and (max-width: 763px) { #VqzkoQGss1MncG6iC02JEtkZhnaP7kgo { width:20.375rem;height:1.4375rem;top:21.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TafnskwThxLInBeEDCa0Ihxn5zAffq8b { width:29.125rem;height:18.93753755397rem;top:7.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOKgRQuGF9AdV0gyofE43NNfG7uLzqir { display:none; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uGc4TJxJzkE7NuSfPNAOvISHQEWw9t5O { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ8g9IDwZrRSS57G11RJnXf1CVHPJowH { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRxVo6p5cTHoEb3cOuSgMSJJbJODHo0r { width:12.9375rem;height:1.4375rem;top:6.5rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt0ZJNND0md2XNy0GGmgXp8U5lLKrFuL { width:23.375rem;height:3.625rem;top:9.8125rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EveLo8Tp5c2m3mVtaOzALacIOrGJkpIq { width:12.3125rem;height:1.4375rem;top:18.5rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1pRUwMTxemD218kCLLwZpJxp6qBK0te { width:23.3125rem;height:3.625rem;top:21.5625rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOI8Mb7cgxgpcl5sNBFq4KQ1x92wwuwJ { width:12.3125rem;height:1.4375rem;top:31.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTBnOF91pRwMhNkFhBxealt2MwHK5e5 { width:22.6875rem;height:3.625rem;top:34.5rem;left:24.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNEnwRLOktaLre3ck4LWeCwnfmd7PhKT { width:23.25rem;height:2.4375rem;top:48.3125rem;left:24.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4gwSESlrqdoMHi2IWLME0tuKSTURWgA { width:12.3125rem;height:1.4375rem;top:44.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq4LsD7aHubotZowOhUfby0xSpbA3ucD { width:14.9375rem;height:1.4375rem;top:57.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPUZ7cJ7yNexc3Pf9MGZtFkEpmwBRwFC { width:25.25rem;height:5.6875rem;top:59.5rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ZZ5QgCRlx28nTHfuaUpuZRxBMmllyt { width:24.0625rem;height:2.4375rem;top:61.0625rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTB5gzqSgllN8cdeJi06h5ySN638OyVP { width:25.25rem;height:5.6875rem;top:46.75rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHrLHwg1A4LyWarDzS6iPmsWP9D0iA78 { width:25.25rem;height:5.6875rem;top:33.625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbXUQqs1iLiLTJoqXJTRUvGX1NHAdk5k { width:25.25rem;height:5.6875rem;top:20.6875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F02KseuOr52to8taN5EgPrvb2U9L6Xnh { width:25.25rem;height:5.6875rem;top:8.9375rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTn5orgQaFVh3PiWLOV5chmZzX9FRuFI { width:1.875rem;height:1.875rem;top:12.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVECgRLvU8lD2XMLOmlL1tfA9KkAU8RW { width:0.125rem;height:80.0625rem;top:0rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ { display:none; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uVdl95Crgt61Htx1A3JK51JgUMqhNB11 { width:27.4375rem;height:5.6875rem;top:25.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAftdbNovqhh441UA1H4GenbGSMiVKpV { width:12.3125rem;height:1.4375rem;top:23.3125rem;left:17.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mygWT8xnn7VQuy2gwnKd2AfReqGbwwzP { width:25.75rem;height:3.875rem;top:26.75rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBIy4c0yiEwIhNWuSaroM5P2dRMavRNm { width:12.3125rem;height:1.4375rem;top:34.5rem;left:17.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6uicthNZJiE1bvEi6ckgsatkq6fOnep { width:27.4375rem;height:5.6875rem;top:36.9375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVUZlszzAAc9qJB2eCP1xcfUAi21rll1 { width:25.75rem;height:3.875rem;top:37.8125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqbk6T7yDkszHd8vPB5LcmwfWyKGLEXR { width:12.3125rem;height:1.4375rem;top:45.125rem;left:17.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xge4ZWVhJAbKSzAtiTps72H0Gyx30bCn { width:27.4375rem;height:5.6875rem;top:47.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKCrBJZVZz1Ln3OxivHJ5NRtMXTS45Hy { width:25.75rem;height:3.875rem;top:48.3125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyFFd6qOgRnMDNo2EcupbRpHmKCd9JIg { width:12.3125rem;height:1.4375rem;top:55.5rem;left:17.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNJvQWqR4T7kkQNOMJsTZBrvkgMlPTP { width:27.4375rem;height:5.6875rem;top:58.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3AMC5oTrlrcyVRBrwSCXOyFcUkUJo2z { width:25.75rem;height:2.5625rem;top:59.6875rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVPVogVN302rgUtZmeRG0A9vBJUENHR { width:13.8125rem;height:1.4375rem;top:66.5rem;left:16.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1AayVZATFo9SccufWImBSUvEJbOrMe5 { width:27.4375rem;height:5.6875rem;top:68.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhHDo6JTlGzwbPQiR2bzmoJCmqbZgwZ { width:25.75rem;height:2.5625rem;top:70.375rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndoBi82Zb4cHe64CwpinTOtlwFtaCNoF { width:13.8125rem;height:1.4375rem;top:77.75rem;left:16.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOBfJF6oIU88Q8VnDt7Ek1HE4NwFDAD6 { width:27.4375rem;height:5.6875rem;top:80.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcNTmULk3cMT2wlR05Jpeu6VwmT4rK9z { width:25.75rem;height:2.5625rem;top:81.6875rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1RCICdUkvPUcZft9q9aCmRbFBlsixFi { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuSuTTl8JIKJWWyr0rRyctnccOMFFp10 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxIEITDUozop4Rmxe5t867iDMO0co5nS { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QmwEqbJOpNpT52n1CTEnQbe3zkJSqkTo { width:12.3125rem;height:1.4375rem;top:10.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd { display:block; }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIRMfhZiNX49oMw1wrv8NNhdvIGcti94 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7bo1mBTeiymb67XnmfAsk1kIVpdXIfn { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #buLiq1ooBOscmxVF9ohTG2HadxLtT0Ur { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNrG9Xdpc2TrA5EkNo7z4I7pTd7kK1TT { width:14.6875rem;height:1.125rem;top:7.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR { display:block; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #untQN78T8oSx3niIw5TlsdcGngSrfpCI { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5WIreiCwgThDXUS1obMTDs7rz7tLOTf { width:31.5625rem;height:18.25rem;top:6.4375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMBFTm2oJFdo1UD7X7nz9hq1NOV9FG0t { width:31.4375rem;height:16.75rem;top:34.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es3JXMUAyxTrTcVF8VV3hquz9WQ1Ugoo { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZhNg0VqkJ6mMGEZv8SmHQKwygVNwF7O { width:31.4375rem;height:16.75rem;top:61rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvpbS6UMicmf6fi5F6w6ZFxUnMEIHTno { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBpNxZyw1dE3QKXERdPOdZls6Td2wbpU { width:21.1875rem;height:3.4375rem;top:87.75rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC5sgAht5oTIDPJCLvX5QzBcv04B9441 { display:block; }
 }@media only screen and (max-width: 763px) { #o2r0bDK2UeTbSibaOAf4NSRHefPRTb4R { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { display:block; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:34.1875rem;height:1.125rem;top:14.3125rem;left:6.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLmHpd3073lP2ctPSSieSA9KD13UhpJA { width:18.75rem;height:4.3125rem;top:9.3125rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.51); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.51); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(255,255,255,0.88);background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:44.875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:20rem;height:0;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:20rem;height:0;top:13.061079025269rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { width:20rem;height:;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { width:17.5625rem;height:4.5244125rem;top:10.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { width:14.6875rem;height:3.4375rem;top:20.125rem;left:2.65625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block; }
 }@media only screen and (max-width: 763px) { #VqzkoQGss1MncG6iC02JEtkZhnaP7kgo { width:14.6875rem;height:1.13720625rem;top:16.4375rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TafnskwThxLInBeEDCa0Ihxn5zAffq8b { width:20rem;height:13rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOKgRQuGF9AdV0gyofE43NNfG7uLzqir { display:none; }#UOKgRQuGF9AdV0gyofE43NNfG7uLzqir > .row .container { width:20rem;height:121.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uGc4TJxJzkE7NuSfPNAOvISHQEWw9t5O { width:20rem;height:auto;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ8g9IDwZrRSS57G11RJnXf1CVHPJowH { width:10.4375rem;height:auto;top:13rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRxVo6p5cTHoEb3cOuSgMSJJbJODHo0r { width:12.3125rem;height:1.4624rem;top:1.95703125rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt0ZJNND0md2XNy0GGmgXp8U5lLKrFuL { width:20rem;height:5.19921875rem;top:5.26953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EveLo8Tp5c2m3mVtaOzALacIOrGJkpIq { width:12.3125rem;height:1.4624rem;top:9.53125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1pRUwMTxemD218kCLLwZpJxp6qBK0te { width:20rem;height:5.19921875rem;top:12.59375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOI8Mb7cgxgpcl5sNBFq4KQ1x92wwuwJ { width:12.3125rem;height:1.4624rem;top:16.5439453125rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTBnOF91pRwMhNkFhBxealt2MwHK5e5 { width:20rem;height:5.19921875rem;top:19.9365234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNEnwRLOktaLre3ck4LWeCwnfmd7PhKT { width:20rem;height:3.8994125rem;top:27.9296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4gwSESlrqdoMHi2IWLME0tuKSTURWgA { width:12.3125rem;height:1.4624rem;top:23.7421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq4LsD7aHubotZowOhUfby0xSpbA3ucD { width:13.8125rem;height:1.4624rem;top:31.236328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPUZ7cJ7yNexc3Pf9MGZtFkEpmwBRwFC { width:20rem;height:5.6875rem;top:33.3232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ZZ5QgCRlx28nTHfuaUpuZRxBMmllyt { width:20rem;height:3.8994125rem;top:34.8857421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTB5gzqSgllN8cdeJi06h5ySN638OyVP { width:20rem;height:5.6875rem;top:26.3857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHrLHwg1A4LyWarDzS6iPmsWP9D0iA78 { width:20rem;height:5.6875rem;top:19.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbXUQqs1iLiLTJoqXJTRUvGX1NHAdk5k { width:20rem;height:5.6875rem;top:11.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F02KseuOr52to8taN5EgPrvb2U9L6Xnh { width:20rem;height:5.6875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTn5orgQaFVh3PiWLOV5chmZzX9FRuFI { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #AVECgRLvU8lD2XMLOmlL1tfA9KkAU8RW { width:0.125rem;height:80.0625rem;top:40.2607421875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ { display:block; }#l00NJhR1fCM5neLOA1FuerpOsSmdgxZZ > .row .container { width:20rem;height:98.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVdl95Crgt61Htx1A3JK51JgUMqhNB11 { width:20rem;height:7rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAftdbNovqhh441UA1H4GenbGSMiVKpV { width:12.875rem;height:1.4624rem;top:16.5rem;left:3.5625rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #mygWT8xnn7VQuy2gwnKd2AfReqGbwwzP { width:19.3125rem;height:5.19921875rem;top:19.75rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #PBIy4c0yiEwIhNWuSaroM5P2dRMavRNm { width:12.3125rem;height:1.4624rem;top:30.94921875rem;left:3.84375rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #H6uicthNZJiE1bvEi6ckgsatkq6fOnep { width:20rem;height:7.0625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVUZlszzAAc9qJB2eCP1xcfUAi21rll1 { width:20rem;height:5.19921875rem;top:34.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #wqbk6T7yDkszHd8vPB5LcmwfWyKGLEXR { width:12.3125rem;height:1.4624rem;top:45.1875rem;left:3.875rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Xge4ZWVhJAbKSzAtiTps72H0Gyx30bCn { width:20rem;height:6.375rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKCrBJZVZz1Ln3OxivHJ5NRtMXTS45Hy { width:18.125rem;height:5.19921875rem;top:47.9375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #pyFFd6qOgRnMDNo2EcupbRpHmKCd9JIg { width:12.3125rem;height:1.4624rem;top:58.75rem;left:3.875rem;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #kqNJvQWqR4T7kkQNOMJsTZBrvkgMlPTP { width:20rem;height:5.6875rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3AMC5oTrlrcyVRBrwSCXOyFcUkUJo2z { width:18.6875rem;height:3.8994125rem;top:61.75rem;left:0.6875rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xlVPVogVN302rgUtZmeRG0A9vBJUENHR { width:14.5625rem;height:1.4624rem;top:71.375rem;left:2.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #n1AayVZATFo9SccufWImBSUvEJbOrMe5 { width:20rem;height:5.6875rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhHDo6JTlGzwbPQiR2bzmoJCmqbZgwZ { width:19rem;height:3.8994125rem;top:74.25rem;left:0.5rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ndoBi82Zb4cHe64CwpinTOtlwFtaCNoF { width:13.8125rem;height:1.4624rem;top:84.8125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #LOBfJF6oIU88Q8VnDt7Ek1HE4NwFDAD6 { width:20rem;height:5.6875rem;top:87rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcNTmULk3cMT2wlR05Jpeu6VwmT4rK9z { width:18.375rem;height:3.89941875rem;top:87.875rem;left:0.8125rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #f1RCICdUkvPUcZft9q9aCmRbFBlsixFi { width:20rem;height:auto;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuSuTTl8JIKJWWyr0rRyctnccOMFFp10 { width:10.4375rem;height:auto;top:13.1875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxIEITDUozop4Rmxe5t867iDMO0co5nS { width:20rem;height:4.6494125rem;top:3.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15001;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QmwEqbJOpNpT52n1CTEnQbe3zkJSqkTo { width:12.3125rem;height:1.4624rem;top:9.1875rem;left:3.84375rem;font-size:1.125rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd { display:block; }#tpe8rnCOZeyIJXNmLZy1Qmv5vwLQJxRd > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIRMfhZiNX49oMw1wrv8NNhdvIGcti94 { width:20rem;height:auto;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7bo1mBTeiymb67XnmfAsk1kIVpdXIfn { width:20rem;height:auto;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #buLiq1ooBOscmxVF9ohTG2HadxLtT0Ur { width:18.3125rem;height:6.2988125rem;top:6.0625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15002;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eNrG9Xdpc2TrA5EkNo7z4I7pTd7kK1TT { width:8.625rem;height:1.13720625rem;top:13.25rem;left:5.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR { display:block; }#Vex07ecgdGqvixK8bAQNHrTZG5FVlHQR > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #untQN78T8oSx3niIw5TlsdcGngSrfpCI { width:17.875rem;height:2.3994125rem;top:2.9775390625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5WIreiCwgThDXUS1obMTDs7rz7tLOTf { width:10.875rem;height:6.25rem;top:6.1259765625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMBFTm2oJFdo1UD7X7nz9hq1NOV9FG0t { width:11.0625rem;height:5.875rem;top:20.46875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #es3JXMUAyxTrTcVF8VV3hquz9WQ1Ugoo { width:17.875rem;height:2.3994125rem;top:15.2900390625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZhNg0VqkJ6mMGEZv8SmHQKwygVNwF7O { width:11.1875rem;height:5.875rem;top:34.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvpbS6UMicmf6fi5F6w6ZFxUnMEIHTno { width:17.25rem;height:3.59911875rem;top:29.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBpNxZyw1dE3QKXERdPOdZls6Td2wbpU { width:16.75rem;height:2.9375rem;top:44rem;left:1.625rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TC5sgAht5oTIDPJCLvX5QzBcv04B9441 { display:block; }
 }@media only screen and (max-width: 763px) { #o2r0bDK2UeTbSibaOAf4NSRHefPRTb4R { width:17.5rem;height:1.79980625rem;top:18.31396484375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 { display:block; }#FBQDm896DAdaOsNoKOWe4tQV7qZOsyK4 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:11.5rem;height:0.6499rem;top:4.625rem;left:4.25rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLmHpd3073lP2ctPSSieSA9KD13UhpJA { top:2.1875rem;left:4.5625rem;width:10.875rem;height:2.125rem;z-index:15006;overflow:hidden;display:block; }
 }