.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;
}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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { border-top:0rem solid #dedede;border-left:0;border-right:0;border-bottom:0.0625rem solid #d0d0d0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#UmBaDtvLZss4yenculz0ETTxVOcemENe { position:absolute;display:block;z-index:15025;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.9375rem;width:11.75rem;top:1.875rem;left:3.6875rem;overflow:hidden;display:block; }
#H7V1BGMP6ahmfFxWVU6XlLMKKS3hm2WS { z-index:15009;top:2.3125rem;left:55.5rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KLhhlVp5PFJ39O907tH6eTC4dVJae53U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { color:#000000;display:block;width:40.125rem;position:absolute;font-family:inter;font-size:3.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:1.8623046875rem;left:3.25rem;height:8.44925rem;font-style:normal;display:block; }
#dGvbIrqIpr1f1Aik9BN40kyOuE78cM3H { position:absolute;display:block;z-index:15055;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.875rem;width:8.3125rem;top:26.8125rem;left:5.125rem;overflow:hidden;display:block; }
#xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { position:absolute;display:block;z-index:15024;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:31.875rem;width:31.875rem;top:0rem;left:40.75rem;overflow:hidden;display:block; }
#EOmi5k1kVLIABcUMEaGZWClArpP7qrT1 { position:absolute;display:block;z-index:15058;height:3.9375rem;width:10.6875rem;top:26.28125rem;left:15.03125rem;display:block; }
#ziDiUd9yR7TFTq6VBuRc8AWNWhCg2OT8 { color:#ff8e00;display:block;width:34.25rem;position:absolute;font-family:inter;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:3.25rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q4uz5lfC2JUikhHhIRtkDWgxg9wUSbhh { z-index:15008;top:18.4375rem;left:3.25rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L2OlTuF8LRg8xdxSGTkSlBxFJUNN0ZvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou { position:relative;display:block; }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou { background-color: transparent; background-image: none; }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .row .container > .video-iframe-container { display: none; }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .row > .video-iframe-container { display: none; }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .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); }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou { border-width: 0; border-radius: 0; }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .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; }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .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:5.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; }#BfTkmww41gfJyrMXOWRDXGdGKL8vwEvX { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:6.875rem;top:2.09375rem;left:3.375rem;overflow:hidden;display:block; }
#Bvfv6wFlW2GNREIrqT6Qd8ZOHplvPJfq { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.4375rem;top:1.78125rem;left:14.6875rem;overflow:hidden;display:block; }
#TsOPMUXF5gbTFvbdFOu9DmeZ2EFUadZt { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.125rem;top:1.15625rem;left:21.875rem;overflow:hidden;display:block; }
#kRcdC877X4g5a2LVaokvZ5Sva6ocaQUA { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:8.375rem;top:2.25rem;left:29.5rem;overflow:hidden;display:block; }
#RVrkkr97akorTSaVmzX5weH702V50fyV { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.0625rem;top:1.96875rem;left:41.3125rem;overflow:hidden;display:block; }
#GQdRZp8C9wq4mlM2R8grteEeZkTNZRKp { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.75rem;left:50rem;overflow:hidden;display:block; }
#aFsoM3Xcq96shxy51oLA1gkB4IFxdCfo { position:absolute;display:block;z-index:15057;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:2rem;width:4.5625rem;top:1.75rem;left:55.875rem;overflow:hidden;display:block; }
#gdCTJHHPOzM4NWiVHNJb7kyAUfOCQGky { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.4375rem;top:2rem;left:63.875rem;overflow:hidden;display:block; }
#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { position:relative;display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { border-width: 0; border-radius: 0; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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:27.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qkWkqTS1hzXzkH3Hio8ksWpQDOCGWtZT { z-index:15022;top:21.0625rem;left:61.125rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BCQ1CkA16ZmyKoTxKc9GOVfWHvSpMUw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdH729Dy6HPIxuq9SkQtHFkdI0zRuXs8 { z-index:15021;top:21.0625rem;left:23.6875rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gJimTgoWO6DWGaIkzJPM6ge2S4D5i9k2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aEu2MQwJ5ckW01SgShgG28P40XK0OrmT { z-index:15020;top:21.0625rem;left:43.0625rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HiN3WKqwHRcMmXPJ3bUz2PLJTRn1Tg9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J8C8corJL4ZV9H9W4aEXSAsR6b24fBVc { color:#3c3b3b;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:17rem;left:2.25rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqIN5FaTnMu3TNIxXRrESw3r6LTBszsV { z-index:15019;top:21.0625rem;left:4.9375rem;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xLQOmUUd7RbennK3zeKrhx7B8bJ5srIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQNmWFewI4tLB1MfToTm0F6844AVGQeV { color:#3c3b3b;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17rem;left:40.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvVG8SiVI4dbrnikJeHXmMUtifmPw0Ar { color:#3c3b3b;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17rem;left:20.875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONF5WqzclB31wdkXnG2RXAtpqsaGnIX0 { color:#3c3b3b;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:17rem;left:59.5625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTP73vaWHhC1ak7HmC3oTPZ6bAhcOCqy { position:absolute;display:block;z-index:15017;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:15.6875rem;width:15.6875rem;top:1.9873046875rem;left:20.5rem;overflow:hidden;display:block; }
#NNHsscus4faw8mqx3un4ud6lVE2SG6te { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:17.0625rem;top:1.5625rem;left:57.25rem;overflow:hidden;display:block; }
#kWD6PZwu0AnECy0sPmuMmtcJFCUuaAqZ { position:absolute;display:block;z-index:15016;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:16.5rem;width:16.5rem;top:1.5185546875rem;left:38.6875rem;overflow:hidden;display:block; }
#bR4TBv4Egd8UTwPA4wnhBbChtWWBK2EV { color:#3c3b3b;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:19.00390625rem;left:7.28125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJGqC7mKTeLfEBRryGXFeWTtnncPCJGZ { color:#3c3b3b;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19.0048828125rem;left:45.40625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xlaRixAW6kFgTeN3HDUlLcOsmUp53TqO { color:#3c3b3b;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19.0048828125rem;left:26.03125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xG7HiawtcbkXJocytQpg0xSUqREyJ4W2 { color:#3c3b3b;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:19.0048828125rem;left:63.46875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJ63dkqxTQcdha74fuUgyAZkH6zLB2dp { box-sizing:content-box;height:2rem;width:8.375rem;position:absolute;display:block;z-index:15035;background-color:#ff8e00;background-image:none;top:1.9375rem;left:37.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#OociMimeLFmW2mqC5G7dqgg31WQAvOQy { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.4;letter-spacing:0;top:2.375rem;left:37.4375rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obFNwQfOR0TXlqeN0z4PaBBkSJktzrkc { position:absolute;display:block;z-index:15022;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:15.6875rem;width:17.3125rem;top:1.125rem;left:0.96875rem;overflow:hidden;display:block; }
#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI { position:relative;display:block; }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI { background-color: transparent; background-image: none; }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .row .container > .video-iframe-container { display: none; }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .row > .video-iframe-container { display: none; }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .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); }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI { border-width: 0; border-radius: 0; }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .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; }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .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:20.625rem;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; }#hvLW81UpFQbkZCJdGOi4ciyliNqKnPDB { color:#000000;display:block;width:63.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:2.8125rem;left:5.8125rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 { position:relative;display:block; }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 { background-color: transparent; background-image: none; }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .row .container > .video-iframe-container { display: none; }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .row > .video-iframe-container { display: none; }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .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); }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 { border-width: 0; border-radius: 0; }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .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; }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;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; }#G1iPURNPReuLwW0cpPV7GAHleIpQonER { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:51.6875rem;height:2.03125rem;display:block; }
#uLcpqTDCmd5eemVnJCLiH6R9kRNys4ib { 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:28.6875rem;width:41.625rem;top:6.734375rem;left:6.40625rem;overflow:hidden;display:block; }
#LugP7Bxnv4deJVRmJF6suz3TBa7cAD5m { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:51.6875rem;height:6.4609375rem;display:block; }#LugP7Bxnv4deJVRmJF6suz3TBa7cAD5m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LugP7Bxnv4deJVRmJF6suz3TBa7cAD5m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
#eqWfrIk2Z9On6LZ4LFqG97kO6F2MrdzG { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:23.25rem;left:51.6875rem;height:7.3125rem;display:block; }#eqWfrIk2Z9On6LZ4LFqG97kO6F2MrdzG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eqWfrIk2Z9On6LZ4LFqG97kO6F2MrdzG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
#wPCGsLSyTOzgkNmxFTCbLI5VAeKisXlW { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.0625rem;left:51.6875rem;height:2.03125rem;display:block; }
#Andmnaq0vQ3XvhVkJtZybOubt9hp2mcp { color:#ff8e00;display:block;width:35.25rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.88671875rem;left:21.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk { position:relative;display:block; }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk { background-color: transparent; background-image: none; }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .row .container > .video-iframe-container { display: none; }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .row > .video-iframe-container { display: none; }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .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); }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk { border-width: 0; border-radius: 0; }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .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; }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BK7T7bo8arwDEBckoJaqkI4vZM94NoVb { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:7.25rem;height:2.03125rem;display:block; }
#z5UzQQpZhdBkeXimK6KVsolpqnxdCAnG { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:7.25rem;height:6.4609375rem;display:block; }#z5UzQQpZhdBkeXimK6KVsolpqnxdCAnG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z5UzQQpZhdBkeXimK6KVsolpqnxdCAnG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
#OTmvv38kZbr0NtMSAlxoQtZbO17stT4a { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.125rem;left:7.25rem;height:7.3125rem;display:block; }#OTmvv38kZbr0NtMSAlxoQtZbO17stT4a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OTmvv38kZbr0NtMSAlxoQtZbO17stT4a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
#HbcA4N4yELpsM6MqpyDKK1zgt3J3WOwG { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.9375rem;left:7.25rem;height:2.03125rem;display:block; }
#QI2KdW7NvVF2x5HKkFGrvMAvGep2PBTT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ihayRMrDz9f91EEOC4IomrNQ7NDB6CwQ { 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:29.0625rem;width:42.25rem;top:0rem;left:29.75rem;overflow:hidden;display:block; }
#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 { position:relative;display:block; }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 { background-color: transparent; background-image: none; }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .row .container > .video-iframe-container { display: none; }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .row > .video-iframe-container { display: none; }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .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); }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 { border-width: 0; border-radius: 0; }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#DZTpeeT5RttMQdqOtxK4icQ7LJFkcTKW { 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:9.0625rem;width:12.5rem;top:9.53125rem;left:15.84375rem;overflow:hidden;display:block; }
#ymoNRv8PWFOF1egmp8w5sLDmAZfzbQEu { 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:8.9375rem;width:12.625rem;top:10.15625rem;left:32.3740234375rem;overflow:hidden;display:block; }
#MhOPbXdhq60moWX5TSzvnTBxbT92UpP9 { 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:9.625rem;width:25.5625rem;top:9.03125rem;left:48.3427734375rem;overflow:hidden;display:block; }
#Jd6La2O073KgIVSuoEohuGGitbJI0Pb6 { color:#1c1c1c;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21.625rem;left:16.4375rem;height:1.4875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLgpMyW6IMwPOhBOhiKPlRsJ2GrfL8Fb { color:#1c1c1c;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:21.625rem;left:28.5615234375rem;height:1.4875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ceSlQKVpobMlDphzEUZFhU2SOzuVUUTC { color:#1c1c1c;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.625rem;left:50.9990234375rem;height:1.4875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntflyZoOUQOnJUA2gqXcIo3dAfHHr25m { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.4;letter-spacing:0;top:7.8125rem;left:21.4375rem;height:1.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQZxfJwTMMWT1dbuOR2nOVgw6DhOv3As { box-sizing:content-box;height:1.625rem;width:6.625rem;position:absolute;display:block;z-index:15037;background-color:#ff8e00;background-image:none;top:7.5625rem;left:20.9375rem;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#c7JlZJWpZlTpxvN4K5xdNw0OErHWbWFr { color:#ff8e00;display:block;width:39.125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.07421875rem;left:17.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wlf3ARlTqcZRuK9Ga5QvDNdfCBeh2FNr { 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:12.25rem;width:12rem;top:7.34375rem;left:2.03125rem;overflow:hidden;display:block; }
#BnEpR1FLT7hTdpBhG0ghwh9oefh2xA6R { color:#1c1c1c;display:block;width:12.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:21.625rem;left:1.625rem;height:1.4875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b { position:relative;display:block; }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b { background-color: transparent; background-image: none; }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .row .container > .video-iframe-container { display: none; }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .row > .video-iframe-container { display: none; }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .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); }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b { border-width: 0; border-radius: 0; }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .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; }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fi4VdNuZNfn1r5OO5ha0oUO4smDrgzOR { 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.0625rem;width:4.0625rem;top:5.375rem;left:7.6875rem;overflow:hidden;display:block; }
#xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyIRN0MiNVHdzeoQRlCET6FnZqlIpNGT { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.0625rem;left:2.1875rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gh32JIESt36sbUCC3IWVekSatJxtTtWS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:5.6875rem;left:26.4375rem;overflow:hidden;display:block; }
#PaJEVpH20osCPNTK0T2P3NSW3pCOt8oI { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:19.84375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EzBUd6we0HMTFNzaXTB4La0r9N7blyAr { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.0625rem;left:20.9375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FiKWsuhA9HBKmqQbm5DBU7vnDJipwPFz { position:absolute;display:block;z-index:15001;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.0625rem;width:4.0625rem;top:5.1875rem;left:44.875rem;overflow:hidden;display:block; }
#Q0gk22QPNT5pNRip2faO3fbJzSxSwPyH { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:39.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eT0GTUJnVzXqFrKdcXiTJnmC7L9g2PRs { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.0625rem;left:39.3125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnmyQa0Er1iL9OrnndN6hmDtOySeBV9V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.0625rem;top:5.375rem;left:63.9375rem;overflow:hidden;display:block; }
#Qfw2nBs9cvr3i42NBVpNBonlQ8LzfVtu { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:58.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KCWPKOxfcylDS3rbz8MxNVvG7sW4UhPp { color:#000000;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.0625rem;left:58.4375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 { position:relative;display:block; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 { background-color: transparent; background-image: none; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container > .video-iframe-container { display: none; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row > .video-iframe-container { display: none; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .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); }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 { border-width: 0; border-radius: 0; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#J0vrGtaGPKwULpBbRWLqmu9TKdwgl6yF { color:#ff8e00;display:block;width:28rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.201171875rem;left:23.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vS2JspeUVWw8TPODJQVCc2nv3p3HTPh3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:5.8125rem;width:5.8125rem;top:8.875rem;left:34.4375rem;overflow:hidden;display:block; }
#kBWlR7vQAtXpO9WO4ToXgE5hTTfkHM21 { color:#5fae00;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:14rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMgEEmSi5854IW6JqvTwIkiQoEHLtcQa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:16.4560546875rem;left:10.0625rem;overflow:hidden;display:block; }
#MLL5QzGcUqi9tnaSv6HhTbNlwWOdRhCt { 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:2rem;width:2.8125rem;top:16.4560546875rem;left:61.5rem;overflow:hidden;display:block; }
#AvwynurkJHs3gUHQ7Srw5UyV4hx8R41F { color:#222222;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:24.75rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#BK6slzHpAqmJCNImDt6Q2pynhEtF9hMQ { color:#5fae00;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:30.5625rem;left:8.25rem;height:1.625rem;font-style:normal;display:block; }
#G2R8hIUmLOG9TaTZTMmGkPPacwZKMNsU { color:#222222;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:43rem;left:8.25rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#dp0if8tzs2watKhFCqqt1RduO06MZVV9 { color:#5fae00;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:30.5625rem;left:40.25rem;height:1.625rem;font-style:normal;display:block; }
#pG5RLT4szyVQF02Zv8JSk9aig7VMsPXs { color:#222222;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:38.33203125rem;left:40.25rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#u0PWg0T5WGkA4DELJh7bPnQqoOf4zdWK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:34.0625rem;left:67.5rem;overflow:hidden;display:block; }
#eCt4N2K4TWRJ4HlNZ48DKb4wAUqo2LQz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:34.0625rem;left:35rem;overflow:hidden;display:block; }
#MEAnD4XtmCKFRHiEIEUwwqo4ngvuBsng { color:#222222;display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5810546875rem;left:14.0625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z5CMc0TvNqCkpTNQwRmNkLwU2O6UKC5E { color:#222222;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.1875rem;left:40.25rem;height:4.875rem;font-style:normal;display:block; }
#ZaE62lpV5NpKQtnkvgI3MwziRCgGJ65O { color:#222222;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.1875rem;left:8.25rem;height:9.75rem;font-style:normal;display:block; }
#FnNErlDyqBaolGLP14llfql2I5vJIJlE { position:relative;display:block; }#FnNErlDyqBaolGLP14llfql2I5vJIJlE { background-color: transparent; background-image: none; }#FnNErlDyqBaolGLP14llfql2I5vJIJlE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .row .container > .video-iframe-container { display: none; }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .row > .video-iframe-container { display: none; }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .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); }#FnNErlDyqBaolGLP14llfql2I5vJIJlE { border-width: 0; border-radius: 0; }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .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; }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .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:51.4375rem;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; }#fRo2P4gTuXC3QQM2IOATVQWAeQ3CBlk9 { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:18.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#qJaaVDMxcxpqDDnzn3gxETtVfgly0AHU { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.3125rem;left:18.625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#dvZbgV1qBkeBrDW7H1e3nwnoczzoPfz2 { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:18.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#z6SPZADv01rMwsrWIR36i7K4PwZ9vohU { color:#000000;display:block;width:39.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.375rem;left:18.5625rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#mePLnzDIWlRr5q40echaRmuwPLCEQsZo { box-sizing:content-box;height:0.125rem;width:31.0625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:21.5rem;display:block; }
#mHHGsI32xwCFhWcwlbpkrFnlagQOKgW9 { box-sizing:content-box;height:0.125rem;width:31.0625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.6875rem;left:21.5rem;display:block; }
#lFOecZx7sk2UCuOdTUvtHRz8Kxa27E1C { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.1875rem;left:18.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#XttlV1VadVQPdvTeUdu8xgLR9RWQqwXU { color:#000000;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.0625rem;left:19.75rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#sv2MMuJ2cIMMR9VPu98LQxv5i10Wk70b { color:#ff8e00;display:block;width:34.25rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:21.03125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Om6ObE2rXIqkPTzARmGWM6PoJTJ59Qq2 { box-sizing:content-box;height:0.125rem;width:31.0625rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:35.625rem;left:21.5rem;display:block; }
#gvwfJ7ZLdSR6ohomlVmwvBWJ3ONucH1z { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.125rem;left:18.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#mmMmXO8pXquMTIvbwwB5y6uIGQCGmIT7 { color:#000000;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:40rem;left:19.75rem;height:7.714875rem;text-align:center;text-align-last:center;display:block; }
#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { background-color: transparent; background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .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); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { border-width: 0; border-radius: 0; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.109375rem;left:33.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6B1PzD0QDbpaGN4VPl3eKRuT58Z8EuS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1rem;left:17.25rem;display:block; }
#Rob8CudLACgGQnOpSBsmtdiQKiJnD8xD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q95unwu601lTvRykFb4TN2vVC4KfJLeK { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.109375rem;left:48.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rx44AFl3BvnegtTeIDw6SPm0dpgRHGBD { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.109375rem;left:26.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nf4zOfTAaR0A38qnA9CLTaKVf4GPooHc { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.109375rem;left:41.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { top:1.84375rem;left:1.5625rem;width:10.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7V1BGMP6ahmfFxWVU6XlLMKKS3hm2WS { top:1.96875rem;left:34rem;width:12.875rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KLhhlVp5PFJ39O907tH6eTC4dVJae53U { display:block; }
 }@media only screen and (max-width: 1199px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { top:2.3125rem;left:1.3125rem;width:23.6875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGvbIrqIpr1f1Aik9BN40kyOuE78cM3H { width:8.625rem;height:3rem;top:20.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { top:0.1875rem;left:21.5048828125rem;width:25.5rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EOmi5k1kVLIABcUMEaGZWClArpP7qrT1 { width:8.6875rem;height:3.125rem;top:20.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ziDiUd9yR7TFTq6VBuRc8AWNWhCg2OT8 { width:20.25rem;height:1.625rem;top:8.92578125rem;left:1.3125rem;font-size:1.25rem;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; }
 }@media only screen and (max-width: 1199px) { #Q4uz5lfC2JUikhHhIRtkDWgxg9wUSbhh { top:14.4375rem;left:1.3125rem;width:18.5rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L2OlTuF8LRg8xdxSGTkSlBxFJUNN0ZvL { display:block; }
 }@media only screen and (max-width: 1199px) { #MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou { display:block; }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .row .container { width:47.75rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BfTkmww41gfJyrMXOWRDXGdGKL8vwEvX { top:1.6875rem;left:3.125rem;width:5.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bvfv6wFlW2GNREIrqT6Qd8ZOHplvPJfq { top:1.5rem;left:42.1875rem;width:2.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsOPMUXF5gbTFvbdFOu9DmeZ2EFUadZt { top:1.5625rem;left:33.6875rem;width:1.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kRcdC877X4g5a2LVaokvZ5Sva6ocaQUA { top:1.8125rem;left:10.5rem;width:7.3125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVrkkr97akorTSaVmzX5weH702V50fyV { top:1.625rem;left:19.4375rem;width:4.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQdRZp8C9wq4mlM2R8grteEeZkTNZRKp { top:1.4375rem;left:24.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aFsoM3Xcq96shxy51oLA1gkB4IFxdCfo { top:1.5625rem;left:38.375rem;width:3.25rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gdCTJHHPOzM4NWiVHNJb7kyAUfOCQGky { top:1.625rem;left:27.8125rem;width:4.75rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:47.75rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qkWkqTS1hzXzkH3Hio8ksWpQDOCGWtZT { top:52.125rem;left:32.46875rem;width:9.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BCQ1CkA16ZmyKoTxKc9GOVfWHvSpMUw2 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZdH729Dy6HPIxuq9SkQtHFkdI0zRuXs8 { top:23.625rem;left:32.5rem;width:9.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJimTgoWO6DWGaIkzJPM6ge2S4D5i9k2 { display:block; }
 }@media only screen and (max-width: 1199px) { #aEu2MQwJ5ckW01SgShgG28P40XK0OrmT { top:52.125rem;left:7.2421875rem;width:9.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HiN3WKqwHRcMmXPJ3bUz2PLJTRn1Tg9U { display:block; }
 }@media only screen and (max-width: 1199px) { #J8C8corJL4ZV9H9W4aEXSAsR6b24fBVc { width:14.75rem;height:1.38125rem;top:19.1875rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqIN5FaTnMu3TNIxXRrESw3r6LTBszsV { top:23.6875rem;left:7.25rem;width:9.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLQOmUUd7RbennK3zeKrhx7B8bJ5srIf { display:block; }
 }@media only screen and (max-width: 1199px) { #tQNmWFewI4tLB1MfToTm0F6844AVGQeV { width:14.75rem;height:1.38125rem;top:47.8125rem;left:4.5234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvVG8SiVI4dbrnikJeHXmMUtifmPw0Ar { width:14.75rem;height:1.38125rem;top:19.1875rem;left:29.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ONF5WqzclB31wdkXnG2RXAtpqsaGnIX0 { width:14.75rem;height:1.38125rem;top:47.8125rem;left:29.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTP73vaWHhC1ak7HmC3oTPZ6bAhcOCqy { width:18.125rem;height:18.125rem;top:1.693359375rem;left:28.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #NNHsscus4faw8mqx3un4ud6lVE2SG6te { width:18.9375rem;height:17.1875rem;top:29.5rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWD6PZwu0AnECy0sPmuMmtcJFCUuaAqZ { width:18.375rem;height:18.375rem;top:29.8125rem;left:2.7109375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bR4TBv4Egd8UTwPA4wnhBbChtWWBK2EV { width:4.625rem;height:1.4625rem;top:21.4375rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJGqC7mKTeLfEBRryGXFeWTtnncPCJGZ { width:4.625rem;height:1.4625rem;top:49.93701171875rem;left:9.5859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xlaRixAW6kFgTeN3HDUlLcOsmUp53TqO { width:4.625rem;height:1.4625rem;top:21.375rem;left:34.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xG7HiawtcbkXJocytQpg0xSUqREyJ4W2 { width:4.625rem;height:1.4625rem;top:49.9365234375rem;left:34.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJ63dkqxTQcdha74fuUgyAZkH6zLB2dp { width:7.8125rem;height:1.5625rem;top:29.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OociMimeLFmW2mqC5G7dqgg31WQAvOQy { top:29.75rem;left:3.75rem;width:6.9375rem;height:1.1375rem;font-size:0.8125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #obFNwQfOR0TXlqeN0z4PaBBkSJktzrkc { top:0.5625rem;left:1.9609375rem;width:19.875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f4I5bXkf0asV4x9Niido5R70ZfUTxlZI { display:block; }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .row .container { width:47.75rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hvLW81UpFQbkZCJdGOi4ciyliNqKnPDB { width:40.375rem;height:15rem;top:2rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 { display:block; }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G1iPURNPReuLwW0cpPV7GAHleIpQonER { width:18.8125rem;height:1.38125rem;top:33.5rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLcpqTDCmd5eemVnJCLiH6R9kRNys4ib { width:40.1875rem;height:27.5625rem;top:5.125rem;left:3.78125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #LugP7Bxnv4deJVRmJF6suz3TBa7cAD5m { width:17.4375rem;height:6.1875rem;top:35.4375rem;left:2.9375rem;font-size:0.875rem;line-height:1.5;display:block; }#LugP7Bxnv4deJVRmJF6suz3TBa7cAD5m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
 }@media only screen and (max-width: 1199px) { #eqWfrIk2Z9On6LZ4LFqG97kO6F2MrdzG { width:23.8125rem;height:6.1875rem;top:35.375rem;left:23.9375rem;font-size:0.875rem;display:block; }#eqWfrIk2Z9On6LZ4LFqG97kO6F2MrdzG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
 }@media only screen and (max-width: 1199px) { #wPCGsLSyTOzgkNmxFTCbLI5VAeKisXlW { width:18.8125rem;height:1.38125rem;top:33.4375rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Andmnaq0vQ3XvhVkJtZybOubt9hp2mcp { width:29.875rem;height:2.275rem;top:1.4375rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk { display:block; }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .row .container { width:47.75rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BK7T7bo8arwDEBckoJaqkI4vZM94NoVb { width:18.8125rem;height:1.38125rem;top:30.1875rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z5UzQQpZhdBkeXimK6KVsolpqnxdCAnG { width:19.8125rem;height:6.1875rem;top:32.1875rem;left:2.9375rem;font-size:0.875rem;line-height:1.5;display:block; }#z5UzQQpZhdBkeXimK6KVsolpqnxdCAnG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
 }@media only screen and (max-width: 1199px) { #OTmvv38kZbr0NtMSAlxoQtZbO17stT4a { width:21.125rem;height:6.1875rem;top:32.1875rem;left:23.75rem;font-size:0.875rem;display:block; }#OTmvv38kZbr0NtMSAlxoQtZbO17stT4a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
 }@media only screen and (max-width: 1199px) { #HbcA4N4yELpsM6MqpyDKK1zgt3J3WOwG { width:18.8125rem;height:1.38125rem;top:30.1875rem;left:23.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QI2KdW7NvVF2x5HKkFGrvMAvGep2PBTT { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ihayRMrDz9f91EEOC4IomrNQ7NDB6CwQ { width:42.4375rem;height:29.1875rem;top:0.443359375rem;left:2.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 { display:block; }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .row .container { width:47.75rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DZTpeeT5RttMQdqOtxK4icQ7LJFkcTKW { width:12.5rem;height:9.0625rem;top:6.3359375rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymoNRv8PWFOF1egmp8w5sLDmAZfzbQEu { width:12.625rem;height:8.9375rem;top:6.3984375rem;left:31.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhOPbXdhq60moWX5TSzvnTBxbT92UpP9 { width:28.6875rem;height:10.875rem;top:21.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jd6La2O073KgIVSuoEohuGGitbJI0Pb6 { top:17.125rem;left:19.3125rem;width:9.125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLgpMyW6IMwPOhBOhiKPlRsJ2GrfL8Fb { top:17.125rem;left:31.96875rem;width:14.4375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ceSlQKVpobMlDphzEUZFhU2SOzuVUUTC { top:34.375rem;left:12.4375rem;width:22.875rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntflyZoOUQOnJUA2gqXcIo3dAfHHr25m { top:5rem;left:16rem;width:6.9375rem;height:1.4rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #BQZxfJwTMMWT1dbuOR2nOVgw6DhOv3As { width:7.8125rem;height:1.5625rem;top:4.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7JlZJWpZlTpxvN4K5xdNw0OErHWbWFr { width:29.875rem;height:2.275rem;top:1.4375rem;left:8.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wlf3ARlTqcZRuK9Ga5QvDNdfCBeh2FNr { width:11.4375rem;height:11.5625rem;top:5.25rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnEpR1FLT7hTdpBhG0ghwh9oefh2xA6R { top:17.125rem;left:2.4375rem;width:11.625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b { display:block; }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fi4VdNuZNfn1r5OO5ha0oUO4smDrgzOR { top:2.3125rem;left:4.53125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { top:5.875rem;left:0rem;width:11.9375rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyIRN0MiNVHdzeoQRlCET6FnZqlIpNGT { top:7rem;left:0rem;width:12rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gh32JIESt36sbUCC3IWVekSatJxtTtWS { top:2.375rem;left:16.53125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PaJEVpH20osCPNTK0T2P3NSW3pCOt8oI { top:5.875rem;left:11.9375rem;width:11.9375rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EzBUd6we0HMTFNzaXTB4La0r9N7blyAr { top:7rem;left:11.9375rem;width:11.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FiKWsuhA9HBKmqQbm5DBU7vnDJipwPFz { top:2.4375rem;left:28.53125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0gk22QPNT5pNRip2faO3fbJzSxSwPyH { top:5.875rem;left:23.8125rem;width:12rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT0GTUJnVzXqFrKdcXiTJnmC7L9g2PRs { top:6.875rem;left:23.875rem;width:11.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AnmyQa0Er1iL9OrnndN6hmDtOySeBV9V { top:2.59375rem;left:40.40625rem;width:2.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qfw2nBs9cvr3i42NBVpNBonlQ8LzfVtu { top:5.875rem;left:35.8125rem;width:11.9375rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KCWPKOxfcylDS3rbz8MxNVvG7sW4UhPp { top:7rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 { display:block; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container { width:47.75rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J0vrGtaGPKwULpBbRWLqmu9TKdwgl6yF { width:28rem;height:2.275rem;top:2.25rem;left:9.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vS2JspeUVWw8TPODJQVCc2nv3p3HTPh3 { width:5.8125rem;height:5.8125rem;top:5.625rem;left:20.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBWlR7vQAtXpO9WO4ToXgE5hTTfkHM21 { width:35.125rem;height:1.70625rem;top:12.3125rem;left:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMgEEmSi5854IW6JqvTwIkiQoEHLtcQa { width:2.8125rem;height:2rem;top:15.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLL5QzGcUqi9tnaSv6HhTbNlwWOdRhCt { width:2.8125rem;height:2rem;top:15.75rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AvwynurkJHs3gUHQ7Srw5UyV4hx8R41F { width:8.75rem;height:1.125rem;top:22.0625rem;left:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BK6slzHpAqmJCNImDt6Q2pynhEtF9hMQ { width:14.375rem;height:1.4625rem;top:24.875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2R8hIUmLOG9TaTZTMmGkPPacwZKMNsU { width:7.3125rem;height:1.125rem;top:37.625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dp0if8tzs2watKhFCqqt1RduO06MZVV9 { width:20.5rem;height:1.4625rem;top:24.8740234375rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pG5RLT4szyVQF02Zv8JSk9aig7VMsPXs { width:9.25rem;height:1.125rem;top:32rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u0PWg0T5WGkA4DELJh7bPnQqoOf4zdWK { width:2.8125rem;height:2rem;top:24.60546875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCt4N2K4TWRJ4HlNZ48DKb4wAUqo2LQz { width:2.8125rem;height:2rem;top:24.60546875rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MEAnD4XtmCKFRHiEIEUwwqo4ngvuBsng { width:35.125rem;height:6.9043125rem;top:14.537109375rem;left:6.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5CMc0TvNqCkpTNQwRmNkLwU2O6UKC5E { width:20.5rem;height:4.142575rem;top:27rem;left:24.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaE62lpV5NpKQtnkvgI3MwziRCgGJ65O { width:19.875rem;height:9.666rem;top:27rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnNErlDyqBaolGLP14llfql2I5vJIJlE { display:block; }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .row .container { width:47.75rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fRo2P4gTuXC3QQM2IOATVQWAeQ3CBlk9 { width:39.0625rem;height:1.70625rem;top:6.625rem;left:4.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qJaaVDMxcxpqDDnzn3gxETtVfgly0AHU { width:39rem;height:2.76171875rem;top:9rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dvZbgV1qBkeBrDW7H1e3nwnoczzoPfz2 { width:39.0625rem;height:1.70625rem;top:15.1875rem;left:4.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z6SPZADv01rMwsrWIR36i7K4PwZ9vohU { width:39.125rem;height:1.38125rem;top:17.625rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mePLnzDIWlRr5q40echaRmuwPLCEQsZo { width:31.0625rem;height:0.125rem;top:13.0625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHHGsI32xwCFhWcwlbpkrFnlagQOKgW9 { width:31.0625rem;height:0.125rem;top:21.1875rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFOecZx7sk2UCuOdTUvtHRz8Kxa27E1C { width:39.0625rem;height:1.70625rem;top:23.25rem;left:4.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XttlV1VadVQPdvTeUdu8xgLR9RWQqwXU { width:36.75rem;height:5.5234375rem;top:26.0625rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sv2MMuJ2cIMMR9VPu98LQxv5i10Wk70b { width:34.25rem;height:2.275rem;top:2.375rem;left:7.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Om6ObE2rXIqkPTzARmGWM6PoJTJ59Qq2 { width:31.0625rem;height:0.125rem;top:33.8125rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvwfJ7ZLdSR6ohomlVmwvBWJ3ONucH1z { width:39.0625rem;height:1.70625rem;top:36.3125rem;left:4.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmMmXO8pXquMTIvbwwB5y6uIGQCGmIT7 { width:36.75rem;height:5.5234375rem;top:38.75rem;left:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { top:2.0625rem;left:20.3125rem;width:7.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6B1PzD0QDbpaGN4VPl3eKRuT58Z8EuS { width:9.6875rem;height:3.4375rem;top:1rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rob8CudLACgGQnOpSBsmtdiQKiJnD8xD { display:block; }
 }@media only screen and (max-width: 1199px) { #Q95unwu601lTvRykFb4TN2vVC4KfJLeK { top:2.0625rem;left:34.5625rem;width:10.0625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rx44AFl3BvnegtTeIDw6SPm0dpgRHGBD { top:2.0625rem;left:13.25rem;width:7.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nf4zOfTAaR0A38qnA9CLTaKVf4GPooHc { top:2.0625rem;left:27.4375rem;width:7.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;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) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { width:7.4375rem;height:3.25rem;top:1rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #H7V1BGMP6ahmfFxWVU6XlLMKKS3hm2WS { top:1.34375rem;left:10.6875rem;width:9.3125rem;height:2.75rem;color:#ffffff;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KLhhlVp5PFJ39O907tH6eTC4dVJae53U { display:block; }
 }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { width:20rem;height:4.2246125rem;top:1.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#000000;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; }
 }@media only screen and (max-width: 763px) { #dGvbIrqIpr1f1Aik9BN40kyOuE78cM3H { width:9.125rem;height:3.125rem;top:31rem;left:0.5rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #xl9XQ37gMP5gHQNLDpdzFk1IbSCpkAqn { width:20rem;height:20rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOmi5k1kVLIABcUMEaGZWClArpP7qrT1 { width:9.1875rem;height:5.3125rem;top:29.90625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziDiUd9yR7TFTq6VBuRc8AWNWhCg2OT8 { width:20rem;height:1.4619125rem;top:6.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #Q4uz5lfC2JUikhHhIRtkDWgxg9wUSbhh { top:25.3359375rem;left:0rem;width:20rem;height:3.5rem;color:#ffffff;background-color:#5fae00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1.375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #L2OlTuF8LRg8xdxSGTkSlBxFJUNN0ZvL { display:block; }
 }@media only screen and (max-width: 763px) { #MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou { display:block; }#MnSbEZ13RJTzT2DlGcNUkIJfqTR3bJou > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfTkmww41gfJyrMXOWRDXGdGKL8vwEvX { width:7.625rem;height:1.5625rem;top:1.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvfv6wFlW2GNREIrqT6Qd8ZOHplvPJfq { width:4rem;height:2.375rem;top:1.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsOPMUXF5gbTFvbdFOu9DmeZ2EFUadZt { width:2.5625rem;height:2.0625rem;top:1.375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRcdC877X4g5a2LVaokvZ5Sva6ocaQUA { width:9.5625rem;height:1.25rem;top:4.875rem;left:1.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RVrkkr97akorTSaVmzX5weH702V50fyV { width:5.625rem;height:1.8125rem;top:4.59375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQdRZp8C9wq4mlM2R8grteEeZkTNZRKp { width:2.25rem;height:2.25rem;top:7.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFsoM3Xcq96shxy51oLA1gkB4IFxdCfo { width:5.8125rem;height:2.625rem;top:7.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdCTJHHPOzM4NWiVHNJb7kyAUfOCQGky { width:6.25rem;height:1.8125rem;top:8rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { display:block; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu { background-color: transparent; background-image: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row > .video-iframe-container { display: none; }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .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); }#BM5zcBfP5Av677WQ9xedhfgnyG0woTQu > .row .container { width:20rem;height:91.8125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkWkqTS1hzXzkH3Hio8ksWpQDOCGWtZT { top:87.1875rem;left:5.34375rem;width:9.3125rem;height:2.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BCQ1CkA16ZmyKoTxKc9GOVfWHvSpMUw2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZdH729Dy6HPIxuq9SkQtHFkdI0zRuXs8 { top:65.25rem;left:5.34375rem;width:9.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJimTgoWO6DWGaIkzJPM6ge2S4D5i9k2 { display:block; }
 }@media only screen and (max-width: 763px) { #aEu2MQwJ5ckW01SgShgG28P40XK0OrmT { top:42.4375rem;left:5.34375rem;width:9.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiN3WKqwHRcMmXPJ3bUz2PLJTRn1Tg9U { display:block; }
 }@media only screen and (max-width: 763px) { #J8C8corJL4ZV9H9W4aEXSAsR6b24fBVc { width:14.75rem;height:1.38125rem;top:16.193359375rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqIN5FaTnMu3TNIxXRrESw3r6LTBszsV { top:19.875rem;left:5.34375rem;width:9.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLQOmUUd7RbennK3zeKrhx7B8bJ5srIf { display:block; }
 }@media only screen and (max-width: 763px) { #tQNmWFewI4tLB1MfToTm0F6844AVGQeV { width:14.75rem;height:1.38125rem;top:38.875rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvVG8SiVI4dbrnikJeHXmMUtifmPw0Ar { width:14.75rem;height:1.38125rem;top:61.625rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONF5WqzclB31wdkXnG2RXAtpqsaGnIX0 { width:14.75rem;height:1.38125rem;top:83.1875rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTP73vaWHhC1ak7HmC3oTPZ6bAhcOCqy { width:15.875rem;height:15.875rem;top:45.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNHsscus4faw8mqx3un4ud6lVE2SG6te { width:16.1875rem;height:14.6875rem;top:68rem;left:1.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kWD6PZwu0AnECy0sPmuMmtcJFCUuaAqZ { width:15.5rem;height:15.5rem;top:23.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR4TBv4Egd8UTwPA4wnhBbChtWWBK2EV { width:4.625rem;height:1.4625rem;top:17.82421875rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJGqC7mKTeLfEBRryGXFeWTtnncPCJGZ { width:4.625rem;height:1.4625rem;top:63.234375rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlaRixAW6kFgTeN3HDUlLcOsmUp53TqO { width:4.625rem;height:1.4625rem;top:40.4140625rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7HiawtcbkXJocytQpg0xSUqREyJ4W2 { width:4.625rem;height:1.4625rem;top:84.880859375rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ63dkqxTQcdha74fuUgyAZkH6zLB2dp { width:8.375rem;height:2rem;top:23.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OociMimeLFmW2mqC5G7dqgg31WQAvOQy { width:6.5625rem;height:1.05rem;top:23.875rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #obFNwQfOR0TXlqeN0z4PaBBkSJktzrkc { width:16.8125rem;height:15.25rem;top:0rem;left:1.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4I5bXkf0asV4x9Niido5R70ZfUTxlZI { display:block; }#f4I5bXkf0asV4x9Niido5R70ZfUTxlZI > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvLW81UpFQbkZCJdGOi4ciyliNqKnPDB { width:17.875rem;height:19.125rem;top:1.25rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 { display:block; }#WWGnJTBonGAZBIAS87mo5VUSdbb7TPk1 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1iPURNPReuLwW0cpPV7GAHleIpQonER { width:18.8125rem;height:1.3rem;top:16.3125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uLcpqTDCmd5eemVnJCLiH6R9kRNys4ib { width:20rem;height:13.6875rem;top:3.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LugP7Bxnv4deJVRmJF6suz3TBa7cAD5m { width:17.375rem;height:5.8125rem;top:18.4375rem;left:1.3125rem;font-size:0.8125rem;display:block; }#LugP7Bxnv4deJVRmJF6suz3TBa7cAD5m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
 }@media only screen and (max-width: 763px) { #eqWfrIk2Z9On6LZ4LFqG97kO6F2MrdzG { width:17.3125rem;height:5.8125rem;top:28.0625rem;left:1.375rem;font-size:0.8125rem;display:block; }#eqWfrIk2Z9On6LZ4LFqG97kO6F2MrdzG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
 }@media only screen and (max-width: 763px) { #wPCGsLSyTOzgkNmxFTCbLI5VAeKisXlW { width:18.75rem;height:1.3rem;top:25.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Andmnaq0vQ3XvhVkJtZybOubt9hp2mcp { width:20rem;height:1.95rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk { display:block; }#AF14cqgTXB5P0RZS1DmvonT9IvrEwCHk > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BK7T7bo8arwDEBckoJaqkI4vZM94NoVb { width:18.75rem;height:1.3rem;top:13.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5UzQQpZhdBkeXimK6KVsolpqnxdCAnG { width:17.5625rem;height:5.8125rem;top:15.625rem;left:1.25rem;font-size:0.8125rem;display:block; }#z5UzQQpZhdBkeXimK6KVsolpqnxdCAnG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
 }@media only screen and (max-width: 763px) { #OTmvv38kZbr0NtMSAlxoQtZbO17stT4a { width:17.5rem;height:5.8125rem;top:24.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }#OTmvv38kZbr0NtMSAlxoQtZbO17stT4a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_72fc1a83b2155576e0656fcab5258873.svg); }
 }@media only screen and (max-width: 763px) { #HbcA4N4yELpsM6MqpyDKK1zgt3J3WOwG { width:18.6875rem;height:1.3rem;top:22.5625rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QI2KdW7NvVF2x5HKkFGrvMAvGep2PBTT { top:32.0625rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ihayRMrDz9f91EEOC4IomrNQ7NDB6CwQ { width:20rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 { display:block; }#BbPJPCF6nO5VrInXn1g43az2ZU7hpMV8 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZTpeeT5RttMQdqOtxK4icQ7LJFkcTKW { width:12.5rem;height:9.0625rem;top:9.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymoNRv8PWFOF1egmp8w5sLDmAZfzbQEu { width:12.625rem;height:8.9375rem;top:22.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhOPbXdhq60moWX5TSzvnTBxbT92UpP9 { width:18.75rem;height:7.0625rem;top:35.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd6La2O073KgIVSuoEohuGGitbJI0Pb6 { width:20rem;height:1.3125rem;top:18.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VLgpMyW6IMwPOhBOhiKPlRsJ2GrfL8Fb { width:20rem;height:1.3125rem;top:33.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ceSlQKVpobMlDphzEUZFhU2SOzuVUUTC { width:20rem;height:1.3125rem;top:44rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ntflyZoOUQOnJUA2gqXcIo3dAfHHr25m { width:5.75rem;height:1.05rem;top:8.125rem;left:10.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BQZxfJwTMMWT1dbuOR2nOVgw6DhOv3As { width:6.625rem;height:1.625rem;top:7.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7JlZJWpZlTpxvN4K5xdNw0OErHWbWFr { width:20rem;height:3.8994125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlf3ARlTqcZRuK9Ga5QvDNdfCBeh2FNr { width:12rem;height:12.18rem;top:46.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnEpR1FLT7hTdpBhG0ghwh9oefh2xA6R { width:12.8125rem;height:1.3125rem;top:60rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b { display:block; }#N5tlPgVfFskSP5Lb1eBDl05b6sDUxL1b > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi4VdNuZNfn1r5OO5ha0oUO4smDrgzOR { width:3.375rem;height:3.375rem;top:1.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvBMwdrMUPGk0dWQp1qM9yy09EBOMKdp { width:7.6875rem;height:2.111325rem;top:6.1875rem;left:2.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyIRN0MiNVHdzeoQRlCET6FnZqlIpNGT { width:20rem;height:0;top:8.1748046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gh32JIESt36sbUCC3IWVekSatJxtTtWS { width:3.5rem;height:3.5rem;top:1.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaJEVpH20osCPNTK0T2P3NSW3pCOt8oI { width:6.8125rem;height:2.111325rem;top:6.25rem;left:10.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzBUd6we0HMTFNzaXTB4La0r9N7blyAr { width:14.375rem;height:0;top:17.4375rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FiKWsuhA9HBKmqQbm5DBU7vnDJipwPFz { width:2.875rem;height:2.875rem;top:10.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0gk22QPNT5pNRip2faO3fbJzSxSwPyH { width:5.5625rem;height:2.111325rem;top:13.875rem;left:3.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eT0GTUJnVzXqFrKdcXiTJnmC7L9g2PRs { width:14.375rem;height:0;top:26rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AnmyQa0Er1iL9OrnndN6hmDtOySeBV9V { width:3.5625rem;height:2.5625rem;top:10.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfw2nBs9cvr3i42NBVpNBonlQ8LzfVtu { width:7rem;height:2.111325rem;top:13.875rem;left:10.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCWPKOxfcylDS3rbz8MxNVvG7sW4UhPp { width:14.375rem;height:0;top:34rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 { background-color:#f6f6f6;background-image:none;display:block; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container { background-color: transparent; background-image: none; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container > .video-iframe-container { display: none; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row > .video-iframe-container { display: none; }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .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); }#mx4FukICbwMkp87C1aLwT3Bc3ak9Ted5 > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0vrGtaGPKwULpBbRWLqmu9TKdwgl6yF { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS2JspeUVWw8TPODJQVCc2nv3p3HTPh3 { width:4.0625rem;height:4.0625rem;top:4.44921875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBWlR7vQAtXpO9WO4ToXgE5hTTfkHM21 { width:16.8125rem;height:1.3rem;top:9.76171875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMgEEmSi5854IW6JqvTwIkiQoEHLtcQa { width:1.0625rem;height:0.75rem;top:9.07421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLL5QzGcUqi9tnaSv6HhTbNlwWOdRhCt { width:1rem;height:0.75rem;top:9.07421875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvwynurkJHs3gUHQ7Srw5UyV4hx8R41F { width:20rem;height:0.9375rem;top:20.7490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK6slzHpAqmJCNImDt6Q2pynhEtF9hMQ { width:9.375rem;height:1.3rem;top:23.3740234375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2R8hIUmLOG9TaTZTMmGkPPacwZKMNsU { width:5.6875rem;height:0.9375rem;top:32.7333984375rem;left:7.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp0if8tzs2watKhFCqqt1RduO06MZVV9 { width:8.75rem;height:1.3rem;top:35.943359375rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG5RLT4szyVQF02Zv8JSk9aig7VMsPXs { width:6.125rem;height:0.9375rem;top:41.4833984375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0PWg0T5WGkA4DELJh7bPnQqoOf4zdWK { width:2.8125rem;height:2rem;top:21.6865234375rem;left:16.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCt4N2K4TWRJ4HlNZ48DKb4wAUqo2LQz { width:2.8125rem;height:2rem;top:58.1084rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEAnD4XtmCKFRHiEIEUwwqo4ngvuBsng { width:18rem;height:9.09375rem;top:11.0615234375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5CMc0TvNqCkpTNQwRmNkLwU2O6UKC5E { width:18.25rem;height:3.41015625rem;top:37.2431640625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaE62lpV5NpKQtnkvgI3MwziRCgGJ65O { width:17.5625rem;height:6.8203125rem;top:25.1787109375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnNErlDyqBaolGLP14llfql2I5vJIJlE { display:block; }#FnNErlDyqBaolGLP14llfql2I5vJIJlE > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRo2P4gTuXC3QQM2IOATVQWAeQ3CBlk9 { width:14rem;height:2.6rem;top:6.875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJaaVDMxcxpqDDnzn3gxETtVfgly0AHU { width:16.4375rem;height:3.41015625rem;top:10.1875rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dvZbgV1qBkeBrDW7H1e3nwnoczzoPfz2 { width:13.4375rem;height:2.6rem;top:16.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6SPZADv01rMwsrWIR36i7K4PwZ9vohU { width:16.75rem;height:2.2744125rem;top:19.5625rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mePLnzDIWlRr5q40echaRmuwPLCEQsZo { width:20rem;height:0.125rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHHGsI32xwCFhWcwlbpkrFnlagQOKgW9 { width:20rem;height:0.125rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFOecZx7sk2UCuOdTUvtHRz8Kxa27E1C { width:13.5rem;height:2.6rem;top:25.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XttlV1VadVQPdvTeUdu8xgLR9RWQqwXU { width:16.1875rem;height:7.957rem;top:28.25rem;left:1.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sv2MMuJ2cIMMR9VPu98LQxv5i10Wk70b { width:15.0625rem;height:3.8994125rem;top:1.375rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om6ObE2rXIqkPTzARmGWM6PoJTJ59Qq2 { width:20rem;height:0.125rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvwfJ7ZLdSR6ohomlVmwvBWJ3ONucH1z { width:11.625rem;height:2.6rem;top:40.1875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmMmXO8pXquMTIvbwwB5y6uIGQCGmIT7 { width:16.625rem;height:9.09375rem;top:43.9375rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/2eif3S96/Background4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.adaptive-delivery-prevent-bg, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyload, #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX.lazyloading { background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { background-color: transparent; background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .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); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { width:10.0625rem;height:1.21875rem;top:3.375rem;left:4.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #D6B1PzD0QDbpaGN4VPl3eKRuT58Z8EuS { width:9.6875rem;height:3.4375rem;top:0.25rem;left:5.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rob8CudLACgGQnOpSBsmtdiQKiJnD8xD { display:block; }
 }@media only screen and (max-width: 763px) { #Q95unwu601lTvRykFb4TN2vVC4KfJLeK { width:10.0625rem;height:1.21875rem;top:5.375rem;left:4.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #rx44AFl3BvnegtTeIDw6SPm0dpgRHGBD { width:7.125rem;height:0;top:6.3125rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #Nf4zOfTAaR0A38qnA9CLTaKVf4GPooHc { width:7.125rem;height:0;top:9.1875rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }