.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f4234;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; }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row .container { background-color: transparent; background-image: none; }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row .container > .video-iframe-container { display: none; }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row > .video-iframe-container { display: none; }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .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); }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row .container { border-width: 0; border-radius: 0; }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#PEfIVs2AJEkFeeITXQ2Nq4IvGz8wNuW2 { color:#ffffff;display:block;width:42.3730625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0.38932037353516rem;left:16.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#791e10;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; }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row .container { background-color: transparent; background-image: none; }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row .container > .video-iframe-container { display: none; }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row > .video-iframe-container { display: none; }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .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); }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row .container { border-width: 0; border-radius: 0; }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#791e10;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#791e10;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.2138671875rem;left:28rem;z-index:15000; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #L2NeaKDP5eTUO25XZTX38LZcwKwHSaGT { display:flex;position:relative;top:0rem;left:0rem; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #c9T7iUXx2Ip5wOh3DtMCfqhqxHoau3xz { width:auto; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #EGLr55dEwPf7ASkNhSqdTNhDrRxqg5PT {  }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #Hl7GAaT88tsL2oMUmPMtuoB3DOZyr7Qp { display:flex;position:relative;top:0rem;left:0rem; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #mm5TB2ITiKqMG1ptqknzhVKAxTCvfnIb {  }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #yQrzZ4qTcehrDnPImdsFXmwp7Ek1LF2l {  }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #JfmSxJ8gZ5rANC8qxFlJI8TbTR5DqidV { display:flex;position:relative;top:0rem;left:0rem; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #xDuWzMfXVBGCfTBssPXeGrvXsOqz0oz3 {  }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #qLB6boHMkvtKmwkU4hVL8stHKBhsmo7v {  }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #rw2hkzT3R4G5lCvNlUX65FF0IOB0LWuE { display:flex;position:relative;top:0rem;left:0rem; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #DmgvC72tVPFxn1y3xnLMeLn7G6zs6y9q {  }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #twrS6ftGSf9Shgam4UsWsa2hfUpUeMfT {  }
#FPrGftiT35a4hZzRp2zmQTCEShudJEy8 { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.212890625rem;left:6.25rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpMZGIUGhT5haCFQbtZn8T3x2GzG7J0E { 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:60rem;width:60rem;display:none; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.375rem;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; }#w1Tklt9hTtNJV3J3EJ0vX1yrviSNLntc { 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:60rem;width:60rem;display:none; }
#anWneLwIT0I0HUWB5uwLdVIyqchg6hor { color:#282828;display:block;width:53.3125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5rem;left:21.6875rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dT7DTgS2Gs7GiObhPBQdzyz2uTd1NMCg { color:#000000;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.25rem;left:23.75rem;height:2.90625rem;font-style:normal;display:block; }
#FgEWF7E2BoVfbiUx3Ksm04TJae6PrWbc { position:absolute;display:block;z-index:15012;height:4.56163125rem;width:8.125rem;top:1.4973958730698rem;left:54.1875rem;display:block; }
#G7aDgiSJuG7pvnpdueTlPzkTETLnZrp8 { background-color:#2f4234;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14rem;left:38rem;display:block; }
#Gb7dVSNPFH4oBSKi2TD8bgwXw1i4MoSu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWuI8xDPhbTsNESbmD9fTQ9PtvWMM3mK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:19.4375rem;top:1.46875rem;left:0.9375rem;overflow:hidden;display:block; }
#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af4626;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; }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row .container { background-color: transparent; background-image: none; }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row .container > .video-iframe-container { display: none; }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row > .video-iframe-container { display: none; }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .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); }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row .container { border-width: 0; border-radius: 0; }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#TE7mSTwd6BuIH2JAnUdEXOwiAJL2QiiQ { color:#ffffff;display:block;width:16.43675rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.74853515625rem;left:4.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;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; }
#G7NQ3s05mox9rAroxoS4ikmNNe1i8EoH { 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:6.12426875rem;width:6.12426875rem;top:2.247314453125rem;left:10.0625rem;overflow:hidden;display:block; }
#I4N1ITB7G53hC7PJSJbpB5UN8CnpleRy { color:#ffffff;display:block;width:16.31225rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6005859375rem;left:29.3125rem;height:1.70605625rem;text-align:center;text-align-last:center;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; }
#teFtfBw9RU81CWA0ykBMwf6Iz8E8qK1H { 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:6.0625rem;width:6.0625rem;top:2.247314453125rem;left:34.375rem;overflow:hidden;display:block; }
#SGLve8lelg8SXUfSh969JWgcMT0m6mv1 { 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:6rem;width:6rem;top:2.386474609375rem;left:59.4375rem;overflow:hidden;display:block; }
#iRSCJ4zNlSMdc5URghKUwpfh0iWaLzfr { color:#ffffff;display:block;width:16.62475rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.74853515625rem;left:54.125rem;height:3.4121125rem;text-align:center;text-align-last:center;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; }
#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af4626;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; }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row .container { background-color: transparent; background-image: none; }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row .container > .video-iframe-container { display: none; }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row > .video-iframe-container { display: none; }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .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); }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row .container { border-width: 0; border-radius: 0; }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#tsKqrzvxHQI8gybcikhq422ZEfN7IoDc { color:#ffffff;display:block;width:16.43675rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.74853515625rem;left:4.9375rem;height:3.4121125rem;text-align:center;text-align-last:center;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; }
#F9hrA3dUgQTCfcBOglUGBPtS4p1BMKTI { 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:6.0625rem;width:6.0625rem;top:2.247314453125rem;left:10.0625rem;overflow:hidden;display:block; }
#csGEB3OfsuzgZvslZiANeeRanruMkQdy { color:#ffffff;display:block;width:16.3110625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.74853515625rem;left:29.3125rem;height:5.1181625rem;text-align:center;text-align-last:center;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; }
#I9cNyBLUulMdaZQOZkbdbRFIOwhOcA8X { 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:6rem;width:6rem;top:2.247314453125rem;left:34.375rem;overflow:hidden;display:block; }
#b7T6KXVZlrizDHoxJzSv6fGMwN17dkUT { 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:6.0620125rem;width:6.0620125rem;top:2.386474609375rem;left:59.4375rem;overflow:hidden;display:block; }
#ttcf8J1dSmpQz9VpbaE5gPcDfXIzhoTs { color:#ffffff;display:block;width:17.8735625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.747314453125rem;left:53.5rem;height:5.11816875rem;text-align:center;text-align-last:center;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; }
#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b { position:relative;display:block; }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b { background-color: transparent; background-image: none; }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .row .container > .video-iframe-container { display: none; }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .row > .video-iframe-container { display: none; }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .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); }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b { border-width: 0; border-radius: 0; }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .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; }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .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:24rem;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; }#wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { color:#234f3f;display:block;width:39.74975rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:10.6875rem;height:2.4375rem;text-align:center;text-align-last:center;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; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#791e10;display:block;width:41.8095625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.8125rem;left:9.623046875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJX4dlddAlead8sEPlShRg0viKqtSoGk { color:#000000;display:block;width:38.8110625rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:2.0625rem;left:11.1875rem;height:2.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMMPyR378QNStEvDCJWPO2Jcxttc8Bgu { position:absolute;display:block;z-index:15014;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:23.9365rem;width:23.9365rem;top:0rem;left:51.0634765625rem;overflow:hidden;display:block; }
#FkGh0f77MHM5fFCT3AHPIR536Oz1D9ek { color:#282828;display:block;width:42.3730625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.5625rem;left:9.3427734375rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lysP4LOFx25GS1RrIwzabVGiFl7PPBMp { color:#000000;display:block;width:27.1220625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.5625rem;left:15.125rem;height:;display:block; }
#nP5mIOk6bFqb9tWM4zXsOuxilahtoXs9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.046875rem;left:18.0625rem; }
#v4tGNXyLkZHCZE5uDTPzn8aDgtuqDJpS { color:#000000;display:block;width:27.1220625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.59375rem;left:21.75rem;height:2.03125rem;display:block; }
#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af4626;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; }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row .container { background-color: transparent; background-image: none; }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row .container > .video-iframe-container { display: none; }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row > .video-iframe-container { display: none; }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .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); }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row .container { border-width: 0; border-radius: 0; }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#sxZtWLcqMO0Vhkaw9meLqxEGXLCVpwOC { color:#ffffff;display:block;width:39.746125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.46484375rem;left:2.875rem;height:2.76171875rem;text-align:left;text-align-last:left;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; }
#tCzz3GKw5IB2higyJkfzwMhHcwe5BRBZ { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10rem;left:3.75rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#tCzz3GKw5IB2higyJkfzwMhHcwe5BRBZ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tCzz3GKw5IB2higyJkfzwMhHcwe5BRBZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/81b05bed-2ee3-475b-acbb-2ea0a60992b5/2.png); }
#O0qQHcCh512bx7rZ5iVEoPIVIQ6CT37W { position:absolute;display:block;z-index:15011;height:17.625rem;width:36.0625rem;top:7.2265625rem;left:38.9375rem;display:block; }
#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 { position:relative;display:block; }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 { background-color: transparent; background-image: none; }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .row .container > .video-iframe-container { display: none; }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .row > .video-iframe-container { display: none; }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .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); }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 { border-width: 0; border-radius: 0; }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .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; }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .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:39.5rem;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; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { color:#2f4234;display:block;width:30.4980625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.873291015625rem;left:37rem;height:3.25rem;display:block; }
#xXImE7e9OUfuHX9iKycZT4VwsBN6p3yK { color:#000000;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:10.12109375rem;left:32.4375rem;height:12.2988125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hn6CtRaIT5JxcixAZe3Bln7TrAyRedAK { 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:25.5611875rem;width:25.5611875rem;top:3.814697265625E-6rem;left:4rem;overflow:hidden;display:block; }
#SZv97QamOJBJ5BLhhH7PobJTvKe9ts1a { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:27.1875rem;left:7.25rem;height:10.092775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f4234;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; }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row .container { background-color: transparent; background-image: none; }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row .container > .video-iframe-container { display: none; }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row > .video-iframe-container { display: none; }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .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); }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row .container { border-width: 0; border-radius: 0; }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:block; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp { position:relative;display:block; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp { background-color: transparent; background-image: none; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .row .container > .video-iframe-container { display: none; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .row > .video-iframe-container { display: none; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .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); }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp { border-width: 0; border-radius: 0; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .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; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .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:8.8125rem;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; }#M1pFZSWBSNFpELxliTBDR1I7CDXmtlDi { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:0.8125rem;left:10.78125rem;height:2.01855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tp36n3aDb1UFipXdVIq3GCkiabgKnTvm { 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:2.9370125rem;width:9.375rem;top:4.6240234375rem;left:32.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol { display:block; }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEfIVs2AJEkFeeITXQ2Nq4IvGz8wNuW2 { top:0.375rem;left:2.625rem;width:42.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo { display:block; }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx { width:19rem;height:5.3125rem;display:flex;top:9.8125rem;left:17.25rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #L2NeaKDP5eTUO25XZTX38LZcwKwHSaGT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #c9T7iUXx2Ip5wOh3DtMCfqhqxHoau3xz {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #EGLr55dEwPf7ASkNhSqdTNhDrRxqg5PT {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #Hl7GAaT88tsL2oMUmPMtuoB3DOZyr7Qp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #mm5TB2ITiKqMG1ptqknzhVKAxTCvfnIb {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #yQrzZ4qTcehrDnPImdsFXmwp7Ek1LF2l {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #JfmSxJ8gZ5rANC8qxFlJI8TbTR5DqidV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #xDuWzMfXVBGCfTBssPXeGrvXsOqz0oz3 {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #qLB6boHMkvtKmwkU4hVL8stHKBhsmo7v {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #rw2hkzT3R4G5lCvNlUX65FF0IOB0LWuE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #DmgvC72tVPFxn1y3xnLMeLn7G6zs6y9q {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #twrS6ftGSf9Shgam4UsWsa2hfUpUeMfT {  }
 }@media only screen and (max-width: 763px) { #FPrGftiT35a4hZzRp2zmQTCEShudJEy8 { top:2.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpMZGIUGhT5haCFQbtZn8T3x2GzG7J0E { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1Tklt9hTtNJV3J3EJ0vX1yrviSNLntc { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #anWneLwIT0I0HUWB5uwLdVIyqchg6hor { top:5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT7DTgS2Gs7GiObhPBQdzyz2uTd1NMCg { top:8.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgEWF7E2BoVfbiUx3Ksm04TJae6PrWbc { width:8.125rem;height:4.5rem;top:1.4375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7aDgiSJuG7pvnpdueTlPzkTETLnZrp8 { width:17.5rem;height:3.4375rem;top:14rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7dVSNPFH4oBSKi2TD8bgwXw1i4MoSu { display:block; }
 }@media only screen and (max-width: 763px) { #cWuI8xDPhbTsNESbmD9fTQ9PtvWMM3mK { width:19.4375rem;height:19.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig { display:block; }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE7mSTwd6BuIH2JAnUdEXOwiAJL2QiiQ { top:9.6875rem;left:0rem;width:16.375rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7NQ3s05mox9rAroxoS4ikmNNe1i8EoH { width:6.0625rem;height:6.0625rem;top:2.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4N1ITB7G53hC7PJSJbpB5UN8CnpleRy { top:10.5625rem;left:15.5rem;width:16.25rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teFtfBw9RU81CWA0ykBMwf6Iz8E8qK1H { width:6.0625rem;height:6.0625rem;top:2.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGLve8lelg8SXUfSh969JWgcMT0m6mv1 { width:6rem;height:6rem;top:2.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSCJ4zNlSMdc5URghKUwpfh0iWaLzfr { top:9.6875rem;left:31.0625rem;width:16.5625rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro { display:block; }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsKqrzvxHQI8gybcikhq422ZEfN7IoDc { top:9.6875rem;left:0rem;width:16.375rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9hrA3dUgQTCfcBOglUGBPtS4p1BMKTI { width:6.0625rem;height:6.0625rem;top:2.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csGEB3OfsuzgZvslZiANeeRanruMkQdy { top:9.6875rem;left:15.5rem;width:16.25rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9cNyBLUulMdaZQOZkbdbRFIOwhOcA8X { width:6rem;height:6rem;top:2.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T6KXVZlrizDHoxJzSv6fGMwN17dkUT { width:6rem;height:6rem;top:2.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttcf8J1dSmpQz9VpbaE5gPcDfXIzhoTs { top:9.6875rem;left:29.8125rem;width:17.8125rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b { display:block; }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { top:5.5rem;left:0rem;width:39.6875rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:9.8125rem;left:0rem;width:41.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJX4dlddAlead8sEPlShRg0viKqtSoGk { top:2.0625rem;left:0rem;width:38.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMMPyR378QNStEvDCJWPO2Jcxttc8Bgu { width:23.875rem;height:23.875rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkGh0f77MHM5fFCT3AHPIR536Oz1D9ek { top:12.5625rem;left:0rem;width:42.3125rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lysP4LOFx25GS1RrIwzabVGiFl7PPBMp { width:27.0625rem;height:;top:18.5625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP5mIOk6bFqb9tWM4zXsOuxilahtoXs9 { width:3.125rem;height:3.125rem;top:16rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4tGNXyLkZHCZE5uDTPzn8aDgtuqDJpS { width:27.0625rem;height:2rem;top:16.5625rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX { display:block; }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxZtWLcqMO0Vhkaw9meLqxEGXLCVpwOC { top:4.4375rem;left:0rem;width:39.6875rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCzz3GKw5IB2higyJkfzwMhHcwe5BRBZ { width:34.25rem;height:;top:10rem;left:0rem;font-size:1.125rem;display:block; }#tCzz3GKw5IB2higyJkfzwMhHcwe5BRBZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/81b05bed-2ee3-475b-acbb-2ea0a60992b5/2.png); }
 }@media only screen and (max-width: 763px) { #O0qQHcCh512bx7rZ5iVEoPIVIQ6CT37W { width:36.0625rem;height:17.625rem;top:7.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 { display:block; }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { top:3.8125rem;left:17.3125rem;width:30.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXImE7e9OUfuHX9iKycZT4VwsBN6p3yK { top:10.0625rem;left:9.25rem;width:38.5rem;height:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn6CtRaIT5JxcixAZe3Bln7TrAyRedAK { width:25.5rem;height:25.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZv97QamOJBJ5BLhhH7PobJTvKe9ts1a { top:27.1875rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 { display:block; }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp { display:block; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1pFZSWBSNFpELxliTBDR1I7CDXmtlDi { top:0.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp36n3aDb1UFipXdVIq3GCkiabgKnTvm { width:9.375rem;height:2.9362rem;top:4.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol { display:block; }#p0Jum5AfmfSKxxKzWVrMR6PDrx72vQol > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEfIVs2AJEkFeeITXQ2Nq4IvGz8wNuW2 { width:20rem;height:1.59375rem;top:0.811767578125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo { display:block; }#pMkfoGtASpxzpGvsuI5znm5oKEPKKlLo > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-text.counter-number { padding-top:0.353125rem;padding-right:0.314375rem;padding-bottom:0.353125rem;padding-left:0.314375rem;width:1.885rem;min-width:1.885rem;height:1.896875rem;font-size:1.411875rem;line-height:30.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.088125rem solid #ffffff;border-right:0.09rem solid #ffffff;border-bottom:0.088125rem solid #ffffff;border-left:0.09rem solid #ffffff; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.220625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.51375rem;height:0.75rem;font-size:0.529375rem;line-height:12px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tlCfr989UO2wwNATuUwz4xag3Pebm3Gx { width:14.75rem;height:3.75rem;display:flex;top:6.84375rem;left:3.1875rem;z-index:15000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #L2NeaKDP5eTUO25XZTX38LZcwKwHSaGT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #c9T7iUXx2Ip5wOh3DtMCfqhqxHoau3xz {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #EGLr55dEwPf7ASkNhSqdTNhDrRxqg5PT {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #Hl7GAaT88tsL2oMUmPMtuoB3DOZyr7Qp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #mm5TB2ITiKqMG1ptqknzhVKAxTCvfnIb {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #yQrzZ4qTcehrDnPImdsFXmwp7Ek1LF2l {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #JfmSxJ8gZ5rANC8qxFlJI8TbTR5DqidV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #xDuWzMfXVBGCfTBssPXeGrvXsOqz0oz3 {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #qLB6boHMkvtKmwkU4hVL8stHKBhsmo7v {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #rw2hkzT3R4G5lCvNlUX65FF0IOB0LWuE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #DmgvC72tVPFxn1y3xnLMeLn7G6zs6y9q {  }
 }@media only screen and (max-width: 763px) { #tlCfr989UO2wwNATuUwz4xag3Pebm3Gx #twrS6ftGSf9Shgam4UsWsa2hfUpUeMfT {  }
 }@media only screen and (max-width: 763px) { #FPrGftiT35a4hZzRp2zmQTCEShudJEy8 { width:18.75rem;height:3.25rem;top:1.7777729034424rem;left:0.62413197755814rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qpMZGIUGhT5haCFQbtZn8T3x2GzG7J0E { top:4.3368072509766rem;left:3.7187498211861rem;width:12.5625rem;height:12.5625rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:29rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1Tklt9hTtNJV3J3EJ0vX1yrviSNLntc { top:98.7500038147rem;left:11.187500357628rem;width:8.125rem;height:8.125rem;z-index:15039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #anWneLwIT0I0HUWB5uwLdVIyqchg6hor { width:17.75rem;height:4.6875rem;top:0.7490234375rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dT7DTgS2Gs7GiObhPBQdzyz2uTd1NMCg { width:20rem;height:3.375rem;top:6.0732421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgEWF7E2BoVfbiUx3Ksm04TJae6PrWbc { width:8.125rem;height:4.561525rem;top:7.82421875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7aDgiSJuG7pvnpdueTlPzkTETLnZrp8 { width:14.5595625rem;height:2.74805rem;top:24.705078125rem;left:2.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7dVSNPFH4oBSKi2TD8bgwXw1i4MoSu { display:block; }
 }@media only screen and (max-width: 763px) { #cWuI8xDPhbTsNESbmD9fTQ9PtvWMM3mK { width:13.125rem;height:13.125rem;top:10.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig { display:block; }#fCzGO7iRV9EzPANmUmMgrG6ydsOnXqig > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE7mSTwd6BuIH2JAnUdEXOwiAJL2QiiQ { width:16.3733125rem;height:3.0859375rem;top:8.3125rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7NQ3s05mox9rAroxoS4ikmNNe1i8EoH { width:5.625rem;height:5.625rem;top:1.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4N1ITB7G53hC7PJSJbpB5UN8CnpleRy { width:16.25rem;height:1.54296875rem;top:19.625rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #teFtfBw9RU81CWA0ykBMwf6Iz8E8qK1H { width:5.625rem;height:5.625rem;top:13.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGLve8lelg8SXUfSh969JWgcMT0m6mv1 { width:5.625rem;height:5.625rem;top:23.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRSCJ4zNlSMdc5URghKUwpfh0iWaLzfr { width:16.5625rem;height:3.0859375rem;top:30.0625rem;left:1.71875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro { display:block; }#CyiEbmGDQRrQRxHDrst4ZP4wHVCsd1ro > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsKqrzvxHQI8gybcikhq422ZEfN7IoDc { width:16.374rem;height:3.0859375rem;top:7.875rem;left:1.8115234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9hrA3dUgQTCfcBOglUGBPtS4p1BMKTI { width:5.625rem;height:5.625rem;top:1.4990234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csGEB3OfsuzgZvslZiANeeRanruMkQdy { width:16.25rem;height:3.0859375rem;top:19.7841796875rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9cNyBLUulMdaZQOZkbdbRFIOwhOcA8X { width:5.625rem;height:5.625rem;top:13.53515625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T6KXVZlrizDHoxJzSv6fGMwN17dkUT { width:5.625rem;height:5.625rem;top:25.274658203125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttcf8J1dSmpQz9VpbaE5gPcDfXIzhoTs { width:17.8125rem;height:3.0859375rem;top:31.9619140625rem;left:1.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b { display:block; }#ZzGLHcHKZiwtW7DJtNsnrv3GxlGLzD5b > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wB5CmRqJIWn9gfDT1q8Io1KkFUFCQg1c { width:20rem;height:3.0859375rem;top:2.9052734375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:20rem;height:3.75rem;top:7rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJX4dlddAlead8sEPlShRg0viKqtSoGk { width:20rem;height:1.6875rem;top:1.21826171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMMPyR378QNStEvDCJWPO2Jcxttc8Bgu { width:14.5rem;height:14.5rem;top:19.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkGh0f77MHM5fFCT3AHPIR536Oz1D9ek { width:20rem;height:3.7109375rem;top:11.9375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lysP4LOFx25GS1RrIwzabVGiFl7PPBMp { width:20rem;height:0;top:17.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP5mIOk6bFqb9tWM4zXsOuxilahtoXs9 { display:flex;width:3.125rem;height:3.125rem;top:17.9375rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #v4tGNXyLkZHCZE5uDTPzn8aDgtuqDJpS { width:12.87475rem;height:1.4619125rem;top:18.75rem;left:6.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX { display:block; }#kKuvJlLr6lWFoF5fLh8zFg7adIgbaXFX > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxZtWLcqMO0Vhkaw9meLqxEGXLCVpwOC { width:20rem;height:4.0625rem;top:2.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCzz3GKw5IB2higyJkfzwMhHcwe5BRBZ { width:20rem;height:33.624rem;top:7.25rem;left:0rem;font-size:1.125rem;display:block; }#tCzz3GKw5IB2higyJkfzwMhHcwe5BRBZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/81b05bed-2ee3-475b-acbb-2ea0a60992b5/2.png); }
 }@media only screen and (max-width: 763px) { #O0qQHcCh512bx7rZ5iVEoPIVIQ6CT37W { width:20rem;height:21.7480625rem;top:43.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 { display:block; }#lpV0gQEu7AqA69HVpXsNJvciWHTDfW31 > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { width:20rem;height:2.5996125rem;top:2.1240234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXImE7e9OUfuHX9iKycZT4VwsBN6p3yK { width:20rem;height:15.996125rem;top:21.1572265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hn6CtRaIT5JxcixAZe3Bln7TrAyRedAK { width:15.68725rem;height:15.68725rem;top:5.47119140625rem;left:2.154541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZv97QamOJBJ5BLhhH7PobJTvKe9ts1a { width:20rem;height:18rem;top:38.2783203125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 { display:block; }#ee21TSalHhtK5ZmJAwEaTRewWMm9B2N1 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp { display:block; }#V4yFFw6FXMx4VTxTH2XyhGSTevv30Acp > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1pFZSWBSNFpELxliTBDR1I7CDXmtlDi { width:20rem;height:3.3984375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tp36n3aDb1UFipXdVIq3GCkiabgKnTvm { width:9.375rem;height:2.9370125rem;top:6.0498046875rem;left:5.3125rem;display:block; }
 }