.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;
}
html,
body {
  font-size: 16px;
}
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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Bqvxv5X1tgKIZs3kz91AbvmcrkZkCfiD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:5.0625rem;top:1.34375rem;left:61.09375rem;overflow:hidden;display:block; }
#mFmrNWZUhaClT9KZEkSTRb6HPHBw29qV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:4.5rem;top:1.34375rem;left:67.59375rem;overflow:hidden;display:block; }
#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18a622f8-dfbd-4530-8a6f-f1804b8e0de7/bkgalt.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a.adaptive-delivery-prevent-bg, #wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a.lazyload, #wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a.lazyloading { background-image: none; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row .container { background-color: transparent; background-image: none; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row .container > .video-iframe-container { display: none; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row > .video-iframe-container { display: none; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .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); }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row .container { border-width: 0; border-radius: 0; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#SW2uL3ini7WLX9ZEhwrx5GrrGnRNC3KM { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.3125rem 0.3125rem rgba(11,11,11,0.55);top:3.474609375rem;left:2.1875rem;height:13.94825rem;font-style:normal;display:block; }
#g4TfIC3Ln2FOWWeSHCb3ncSdTTSBAorQ { color:#373737;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:19.8125rem;left:2.1875rem;height:7.628875rem;font-style:normal;display:block; }
#IuV90k98dxvBUiX4ZlXyoSaERuARdPWb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:22.75rem;width:22.75rem;top:48rem;left:-11.4375rem;overflow:hidden;display:block; }
#vDqD6LNkpNoWhBtKiquqFOzocuaTncdH { background-color:#d81819;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.625rem;left:2.1875rem;display:block; }
#EuQwWyRbT8ZMAb21IMJRQGaNDgfvICSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row .container { background-color: transparent; background-image: none; }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row .container > .video-iframe-container { display: none; }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row > .video-iframe-container { display: none; }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .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); }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row .container { border-width: 0; border-radius: 0; }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#zrEFFyE9wS2MvZ2agEGg6fTAeGBEvHv0 { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #01350d, #045e19);background-image: -moz-linear-gradient(45deg, #01350d, #045e19);background-image: -ms-linear-gradient(45deg, #01350d, #045e19);background-image: -o-linear-gradient(45deg, #01350d, #045e19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01350d', endColorstr='#045e19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01350d', endColorstr='#045e19' );";background-image: linear-gradient(45deg, #01350d, #045e19);background-size:auto !important;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.125rem;left:5.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#T79sExkDl5TCq7ahIa8tfelaBVfV86HP { color:#f8f8f8;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.875rem;left:6.625rem;height:1.4619125rem;font-style:normal;display:block; }
#qFEcabTf8t2hF1G6LEZg593TSEcoR10X { color:#f8f8f8;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.375rem;left:6.625rem;height:3.65625rem;display:block; }
#tKDuK6ny8FVqSgXvCB0DGA3DKzT3t3mr { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.125rem;left:51rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Fx2CLEK5J5Z6IoNTop2mak33cXaA6EaQ { color:#333333;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.75rem;left:28.9375rem;height:3.65625rem;display:block; }
#WRnTRbxfTbfPooJ1pJzbKI9ACBRcRxiB { color:#333333;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.25rem;left:28.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#VJ9CL1KZp1iG6HcAuDzTKBPIT6NkF8bq { color:#373737;display:block;width:54.4375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.537109375rem;left:10.28125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIIq0EgfDOXdhCU3DgVQqcU3kl5aoTQH { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.125rem;left:28.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#rhLsCPnwV7iNkf5IoDU3A6f7NDNmJdlm { color:#333333;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.25rem;left:52.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#zNSufGrtaJTl6xKdwrXRD4doTwyUVehl { color:#333333;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.5625rem;left:52.9375rem;height:2.4375rem;display:block; }
#n4RHxoqfXTOUBcKe44qu8EfJPcklvEGK { color:#333333;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.3125rem;left:5.1875rem;height:;text-align:left;text-align-last:left;display:block; }#n4RHxoqfXTOUBcKe44qu8EfJPcklvEGK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n4RHxoqfXTOUBcKe44qu8EfJPcklvEGK li:before{  }
#l5Mwzb4fryMWSlcQQtQsN1uxtPyCZ9qM { color:#333333;display:block;width:55.9375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.25rem;left:5.1875rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#kGl3NHSFvHm6vo0MvCgr5XR1pOqW7prB { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:44.375rem;width:29.25rem;top:16.5rem;left:49.807870370371rem;overflow:hidden;display:block; }
#vnJqzpEMp7gPOv9K0BMO2BlKn0Qgwb7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vnJqzpEMp7gPOv9K0BMO2BlKn0Qgwb7f > .row .container { border-width: 0; border-radius: 0; }#vnJqzpEMp7gPOv9K0BMO2BlKn0Qgwb7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vnJqzpEMp7gPOv9K0BMO2BlKn0Qgwb7f > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:none; }#f2URLMgKWGd0XHXTnOZAXtcRrZf4XSDZ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:12.9375rem;top:54.3125rem;left:62.125rem;overflow:hidden;display:block; }
#i71OkK9wA7TVxFuCUFh8ydAywNhEfopu { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #01350d, #045e19);background-image: -moz-linear-gradient(45deg, #01350d, #045e19);background-image: -ms-linear-gradient(45deg, #01350d, #045e19);background-image: -o-linear-gradient(45deg, #01350d, #045e19);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01350d', endColorstr='#045e19' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01350d', endColorstr='#045e19' );";background-image: linear-gradient(45deg, #01350d, #045e19);background-size:auto !important;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.125rem;left:3.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#yfAk1tauAw4wEkL1JkoIOCDwEngE1xE8 { color:#f8f8f8;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.875rem;left:4.5rem;height:4.38574375rem;font-style:normal;display:block; }
#uZdHVZO4MlWIoiqRu2fxRTDKDoETsOM0 { color:#f8f8f8;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.75rem;left:4.4375rem;height:9.75rem;display:block; }
#apwRHewsalXJZ1bKA0rk5E6iUcFlO93P { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.5rem;left:3.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#PvLkOVG17hZtkGGBn6DIf2zpJqg9Fbzq { color:#333333;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:45.125rem;left:4.4375rem;height:9.75rem;display:block; }
#FBwRPquMVKBDtXqUkyZ28vUAsyCKshMU { color:#333333;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.25rem;left:4.5rem;height:2.923825rem;font-style:normal;display:block; }
#OlpnNq7Kq3G8E9cBJbs9d7407J9VkZ48 { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.125rem;left:28.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#wlrCVlsFWZU63NwMp503byFACwEh2IgW { color:#333333;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.75rem;left:29.5625rem;height:9.75rem;display:block; }
#va7esSnGkloo1R3cTi16LAVCFbhhtTrO { color:#333333;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.875rem;left:29.625rem;height:4.38574375rem;font-style:normal;display:block; }
#nEaQ3TZw5qHCchIr2vEVlgfacKgzSe7B { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.5rem;left:28.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#szlLTpNTb7Fw389UQAfxD8s0bVKZ5xPB { color:#333333;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.125rem;left:29.5625rem;height:9.75rem;display:block; }
#ABGHOUxVCpzwgdqDmsKdXEaa1FHepmbl { color:#333333;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.25rem;left:29.625rem;height:4.38574375rem;font-style:normal;display:block; }
#hCumZli6BDwWGRN8JTmNLlVQUeADEA5d { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.125rem;left:52.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#cTE0nv0N0M6TaOADU6kXSUMqRLxWTrxQ { color:#333333;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:53.875rem;height:9.75rem;display:block; }
#NQz15Q7yLRO6C7x66Z9yDntSzwZyuzdm { color:#333333;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.875rem;left:53.9375rem;height:4.38574375rem;font-style:normal;display:block; }
#pRXPICwT4obNWoDxTGSKqBAM0Zk0Ki9S { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.5rem;left:52.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#xw4SvVWpfgtaW6s2xQBxq4PIk1FC8irV { color:#333333;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:45.125rem;left:53.875rem;height:9.75rem;display:block; }
#iovMpZhZyvUQd5CK1gwTTQdpb2QrvHxD { color:#333333;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:39.25rem;left:53.9375rem;height:2.923825rem;font-style:normal;display:block; }
#pRTBDB83xHTnqR6RSCvWaqcGuHvrU9eW { color:#373737;display:block;width:54.4375rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.537109375rem;left:10.28125rem;height:4.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, #006618, #004611);background-image: -moz-linear-gradient(250deg, #006618, #004611);background-image: -ms-linear-gradient(250deg, #006618, #004611);background-image: -o-linear-gradient(250deg, #006618, #004611);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006618', endColorstr='#004611' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006618', endColorstr='#004611' );";background-image: linear-gradient(250deg, #006618, #004611);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row .container { background-color: transparent; background-image: none; }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row .container > .video-iframe-container { display: none; }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row > .video-iframe-container { display: none; }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .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); }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row .container { border-width: 0; border-radius: 0; }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#mmNtfeHV9WhgFpPi3veQOopv1ZeLXeOO { color:#ffffff;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:;display:block; }
#FokBJhKiidThlAKpQ3JgKFAsO61PSie6 { color:#ff8600;display:block;width:24.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:3.57421875rem;display:block; }
#lsZ2A73SZOW5XC21JE2ogfotqR5swGXU { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:37.9375rem;top:4.03125rem;left:36.196302594544rem;overflow:hidden;display:block; }
#nZrHrgm9huE7bzhdQocyekKypkn5RIiH { background-color:#d81819;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23.75rem;left:53.59375rem;display:block; }
#evWN38cqJsTPPzQ0gcwbrcvzMJI9yLUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STHCqXiObAV6X3JHtPSdzKV2cOSHeqK8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:25.4375rem;left:70.71875rem; }
#LWJTp5w2RqxOdCs72clv9frgPGSTipVR { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top: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:21.75rem;width:21.75rem;top:3.78125rem;left:-12rem;overflow:hidden;display:block; }
#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s { position:relative;display:block; }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s { background-color: transparent; background-image: none; }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .row .container > .video-iframe-container { display: none; }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .row > .video-iframe-container { display: none; }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .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); }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s { border-width: 0; border-radius: 0; }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .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; }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;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; }#DKTzrfZZBrcTP79CrZUJWeSA3OTZ8KGv { color:#333333;display:block;width:61.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:6.90625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#a4NLDaDL40qCturBwZqtMppUXB9zbfGP { color:#333333;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:27rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#WqiVGEGViK5deEDiDLF9SdX0uBLT8Te1 { color:#333333;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.1875rem;left:5.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#WgJkoy5vaef0sx8yTEd089I59xdsmQBi { color:#333333;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1875rem;left:32.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#fW3yfeOz7mCHJnxMTTU86JVJkN0RQBHS { color:#333333;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:57.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FUQmQd3mmHQDF61IoZFRKNWrEypIiP6K { box-sizing:content-box;height:2.6875rem;width:14.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #006618;border-left:0.125rem solid #006618;border-right:0.125rem solid #006618;border-bottom:0.125rem solid #006618;top:10.375rem;left:31.4375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#pXnhH8ZfJH9i6Ngw5zOSTDSFxnIeN9LO { box-sizing:content-box;height:2.6875rem;width:18.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #006618;border-left:0.125rem solid #006618;border-right:0.125rem solid #006618;border-bottom:0.125rem solid #006618;top:10.375rem;left:4.375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#ZMqnHmCtZ6DWC2PW22GHGAiXcfeUWI4h { box-sizing:content-box;height:2.6875rem;width:14.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,102,24,0.06);background-image:none;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,102,24,0.2) ;border-top:0.1875rem solid #006618;border-left:0.1875rem solid #006618;border-right:0.1875rem solid #006618;border-bottom:0.1875rem solid #006618;top:10.375rem;left:55.8125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#q6bwIQdLynOksM4pNhfGmDXUcehlzb8B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.25rem;left:25.5625rem; }
#VqES0KsqTbJIvuEisUUu3XeJTJDbkGTs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.25rem;left:49.625rem; }
#bUEGE84EvtXl93b0g2Voqy48UXiff8fx { box-sizing:content-box;height:0.0625rem;width:56.25rem;position:absolute;display:block;z-index:15006;background-color:#006618;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21rem;left:9.375rem;display:block; }
#GKX3AGZRpV50WwQgAp1qQutG9TnTsyHN { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top: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:24.9375rem;width:24.9375rem;top:17.5rem;left:-11rem;overflow:hidden;display:block; }
#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT { position:relative;display:block; }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT { background-color: transparent; background-image: none; }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .row .container > .video-iframe-container { display: none; }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .row > .video-iframe-container { display: none; }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .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); }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT { border-width: 0; border-radius: 0; }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .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; }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.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; }#mcTdAXchgGAgrQNn4lC1mP0qKwhqGeaO { color:#333333;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:11.4521484375rem;left:3.46875rem;height:14.46975rem;text-align:left;text-align-last:left;display:block; }#mcTdAXchgGAgrQNn4lC1mP0qKwhqGeaO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mcTdAXchgGAgrQNn4lC1mP0qKwhqGeaO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_725ef667bd80038056c2466ee00a4d6abea2c637.svg); }
#IoxKnurifNSCg8khgPwwoXcGWSpBLSHu { color:#ff8600;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.625rem;left:2.84375rem;height:;text-align:left;text-align-last:left;display:block; }
#sJDDGG0LDwvLTCmP4EKO2Huf6GBnSGEA { box-sizing:content-box;height:25.5625rem;width:34.9375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.3125rem;left:38.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#bgPCrGc9kE2nTgk9RG2hJE90izPofmE0 { color:#ff8600;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:40.75rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#FtKsV4ClHpLbB0cKlkvSZeTeBBssfMyV { color:#333333;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:11.4375rem;left:40.75rem;height:;text-align:left;text-align-last:left;display:block; }#FtKsV4ClHpLbB0cKlkvSZeTeBBssfMyV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FtKsV4ClHpLbB0cKlkvSZeTeBBssfMyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a5ebe4b4fb2677924f39e0e87f55abb5c6e80a7e.svg); }
#bdG43KhQZlthlOrEyVESVek9mK5OGDJW { color:#333333;display:block;width:44rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:33.537109375rem;left:15.5rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#kgu8eddop996BeG9rhTuvdWR0ggJhJ9U { box-sizing:content-box;height:4.75rem;width:70.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,102,24,0.05);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.5rem;left:1.875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#mxrp4WLyvqAvTAoAkFk6kM9To64bl8Jz { box-sizing:content-box;height:25.5625rem;width:34.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.3125rem;left:1.40625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#ENyUAdN8TzEWKkEEN27zK4bQCV9VKeOm { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:20.1875rem;width:20.1875rem;top:42.96875rem;left:58.25rem;overflow:hidden;display:block; }
#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.21);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; }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row .container { background-color: transparent; background-image: none; }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row .container > .video-iframe-container { display: none; }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row > .video-iframe-container { display: none; }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .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); }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row .container { border-width: 0; border-radius: 0; }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#hTuzL3xXiz6bNpyVQBhStQqG57U3e3NQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3) ;height:31.25rem;width:55.75rem;top:5.5rem;left:9.625rem;display:block; }
#AfEUKrGH4sO1pPnIaKJTWVFazSf8HeuE { color:#ff8600;display:block;width:55.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:9.84375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#UivmtyZD6EFIL9gcTQbFdC8bEUP0872i { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:15.25rem;top:28.5625rem;left:-1.5625rem;overflow:hidden;display:block; }
#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, #006618, #004611);background-image: -moz-linear-gradient(250deg, #006618, #004611);background-image: -ms-linear-gradient(250deg, #006618, #004611);background-image: -o-linear-gradient(250deg, #006618, #004611);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006618', endColorstr='#004611' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006618', endColorstr='#004611' );";background-image: linear-gradient(250deg, #006618, #004611);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row .container { background-color: transparent; background-image: none; }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row .container > .video-iframe-container { display: none; }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row > .video-iframe-container { display: none; }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .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); }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row .container { border-width: 0; border-radius: 0; }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#HuEb6rmv6iQOm2TIwsh1N966kSqc58SZ { box-sizing:content-box;height:39.875rem;width:40.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.9375rem;left:32.09375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#op3lTzBJKqBZuZeO4JybTWkzF413Jk5g { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.75rem;height:12.347625rem;display:block; }
#pMTsXyfMdeMxlD75Gy0Tt8hzG37SwSdg { color:#f4faff;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.3125rem;left:1.75rem;height:4.38574375rem;text-align:left;text-align-last:left;display:block; }
#ITgACCnRMRRL979Hky7cqCspJJyUrXyy { position:absolute;display:block;z-index:15004;height:35.3125rem;width:35.0625rem;top:5.25rem;left:34.8125rem;display:block; }
#tJDxWON95PTxzuDdSdybpv8BcsJTL35V { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top: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:24.1875rem;width:24.1875rem;top:30.1875rem;left:63rem;overflow:hidden;display:block; }
#DVT6lZcOGVu6V4mVEA1yeBtOGS9IPG9a { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#nT1RUhENVHQeklfL3aCmdc1I73rfwrsg { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:21.9375rem;left:60.625rem;overflow:hidden;display:block; }
#Sps9dvQZXQ13Sxu4lD1bz6p7MJMCvufb { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:16.875rem;top:20.8125rem;left:75.1875rem;overflow:hidden;display:block; }
#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.05);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; }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row .container { background-color: transparent; background-image: none; }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row .container > .video-iframe-container { display: none; }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row > .video-iframe-container { display: none; }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .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); }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row .container { border-width: 0; border-radius: 0; }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#Q9nkX7z1ELfTLFkR3H37urVvUfAV7w7Z { 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:2.6875rem;width:9.0625rem;top:1.125rem;left:0.1875rem;overflow:hidden;display:block; }
#WuuZVZDoDmk370T3BEVHufhSVRKMcWxf { background-color:#e1e1e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.75rem;left:0.1875rem;display:block; }
#ykpcmlv2tLR6AIoXB3ui9h26v8EVFBtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTC8gD39TKM6TEnoIoMrTmMHfGbwgQ9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.3125rem;left:36.375rem;height:2.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#chKeCXPBOruyzDrtOUArDGUn40dfgQeT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3125rem;left:46.125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4QhbyS8TvvroCxLiegsqZTneDgwIfsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.3125rem;left:61.25rem;height:4.8730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJlEvLC6XPupK8Soo1yPPJvlgd04aDFZ { background-color:#e1e1e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.75rem;left:10.6875rem;display:block; }
#thBO1ucSdSXWw21MdXsoctash3UkoxlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eV1mUzR4PCJmx84736305B1kkcuFP3y7 { color:#333333;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1328125rem;left:36.375rem;height:4.546875rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bqvxv5X1tgKIZs3kz91AbvmcrkZkCfiD { top:1.3125rem;left:42.6875rem;width:5.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFmrNWZUhaClT9KZEkSTRb6HPHBw29qV { top:1.3125rem;left:42.6875rem;width:4.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a { display:block; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW2uL3ini7WLX9ZEhwrx5GrrGnRNC3KM { top:3.4375rem;left:0rem;width:39.0625rem;height:13.9375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4TfIC3Ln2FOWWeSHCb3ncSdTTSBAorQ { top:19.8125rem;left:0rem;width:36.1875rem;height:7.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuV90k98dxvBUiX4ZlXyoSaERuARdPWb { top:48rem;left:0rem;width:22.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDqD6LNkpNoWhBtKiquqFOzocuaTncdH { width:18.625rem;height:3.4375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuQwWyRbT8ZMAb21IMJRQGaNDgfvICSN { display:block; }
 }@media only screen and (max-width: 763px) { #NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx { display:block; }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrEFFyE9wS2MvZ2agEGg6fTAeGBEvHv0 { top:15.125rem;left:0rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79sExkDl5TCq7ahIa8tfelaBVfV86HP { top:16.875rem;left:0rem;width:14.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFEcabTf8t2hF1G6LEZg593TSEcoR10X { top:20.375rem;left:0rem;width:15.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKDuK6ny8FVqSgXvCB0DGA3DKzT3t3mr { top:15.125rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx2CLEK5J5Z6IoNTop2mak33cXaA6EaQ { top:19.75rem;left:15.3125rem;width:16.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRnTRbxfTbfPooJ1pJzbKI9ACBRcRxiB { top:16.25rem;left:15.3125rem;width:14.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ9CL1KZp1iG6HcAuDzTKBPIT6NkF8bq { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIIq0EgfDOXdhCU3DgVQqcU3kl5aoTQH { top:15.125rem;left:14.5rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhLsCPnwV7iNkf5IoDU3A6f7NDNmJdlm { top:16.25rem;left:32.875rem;width:14.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSufGrtaJTl6xKdwrXRD4doTwyUVehl { top:19.5625rem;left:33.375rem;width:14.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4RHxoqfXTOUBcKe44qu8EfJPcklvEGK { top:36.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#n4RHxoqfXTOUBcKe44qu8EfJPcklvEGK li:before{  }
 }@media only screen and (max-width: 763px) { #l5Mwzb4fryMWSlcQQtQsN1uxtPyCZ9qM { top:32.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGl3NHSFvHm6vo0MvCgr5XR1pOqW7prB { top:16.5rem;left:14.25rem;width:29.25rem;height:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnJqzpEMp7gPOv9K0BMO2BlKn0Qgwb7f { display:block; }#vnJqzpEMp7gPOv9K0BMO2BlKn0Qgwb7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2URLMgKWGd0XHXTnOZAXtcRrZf4XSDZ { top:54.3125rem;left:34.8125rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i71OkK9wA7TVxFuCUFh8ydAywNhEfopu { top:15.125rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfAk1tauAw4wEkL1JkoIOCDwEngE1xE8 { top:16.875rem;left:0rem;width:14.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZdHVZO4MlWIoiqRu2fxRTDKDoETsOM0 { top:22.75rem;left:0rem;width:16.6875rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apwRHewsalXJZ1bKA0rk5E6iUcFlO93P { top:37.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvLkOVG17hZtkGGBn6DIf2zpJqg9Fbzq { top:45.125rem;left:0rem;width:16.6875rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBwRPquMVKBDtXqUkyZ28vUAsyCKshMU { top:39.25rem;left:0rem;width:14.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlpnNq7Kq3G8E9cBJbs9d7407J9VkZ48 { top:15.125rem;left:14.5625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrCVlsFWZU63NwMp503byFACwEh2IgW { top:22.75rem;left:15.9375rem;width:16.6875rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va7esSnGkloo1R3cTi16LAVCFbhhtTrO { top:16.875rem;left:16rem;width:14.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEaQ3TZw5qHCchIr2vEVlgfacKgzSe7B { top:37.5rem;left:14.5625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szlLTpNTb7Fw389UQAfxD8s0bVKZ5xPB { top:45.125rem;left:15.9375rem;width:14.3125rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABGHOUxVCpzwgdqDmsKdXEaa1FHepmbl { top:39.25rem;left:16rem;width:15.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCumZli6BDwWGRN8JTmNLlVQUeADEA5d { top:15.125rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTE0nv0N0M6TaOADU6kXSUMqRLxWTrxQ { top:22.75rem;left:31.0625rem;width:16.6875rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQz15Q7yLRO6C7x66Z9yDntSzwZyuzdm { top:16.875rem;left:32.875rem;width:14.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXPICwT4obNWoDxTGSKqBAM0Zk0Ki9S { top:37.5rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw4SvVWpfgtaW6s2xQBxq4PIk1FC8irV { top:45.125rem;left:31.0625rem;width:16.6875rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovMpZhZyvUQd5CK1gwTTQdpb2QrvHxD { top:39.25rem;left:32.875rem;width:14.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRTBDB83xHTnqR6RSCvWaqcGuHvrU9eW { top:5.5rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 { display:block; }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmNtfeHV9WhgFpPi3veQOopv1ZeLXeOO { top:5.3125rem;left:0rem;width:35rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FokBJhKiidThlAKpQ3JgKFAsO61PSie6 { top:18.3125rem;left:0rem;width:24.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsZ2A73SZOW5XC21JE2ogfotqR5swGXU { top:4rem;left:6.6875rem;width:37.9375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZrHrgm9huE7bzhdQocyekKypkn5RIiH { width:18.625rem;height:3.4375rem;top:23.75rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evWN38cqJsTPPzQ0gcwbrcvzMJI9yLUi { display:block; }
 }@media only screen and (max-width: 763px) { #STHCqXiObAV6X3JHtPSdzKV2cOSHeqK8 { top:25.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJTp5w2RqxOdCs72clv9frgPGSTipVR { top:3.75rem;left:0rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s { display:block; }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKTzrfZZBrcTP79CrZUJWeSA3OTZ8KGv { top:17.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4NLDaDL40qCturBwZqtMppUXB9zbfGP { top:3.625rem;left:13.375rem;width:24rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqiVGEGViK5deEDiDLF9SdX0uBLT8Te1 { top:11.1875rem;left:0rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJkoy5vaef0sx8yTEd089I59xdsmQBi { top:11.1875rem;left:19.0625rem;width:12.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW3yfeOz7mCHJnxMTTU86JVJkN0RQBHS { top:11rem;left:35.125rem;width:12.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUQmQd3mmHQDF61IoZFRKNWrEypIiP6K { top:10.375rem;left:17.8125rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXnhH8ZfJH9i6Ngw5zOSTDSFxnIeN9LO { top:10.375rem;left:0rem;width:18.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMqnHmCtZ6DWC2PW22GHGAiXcfeUWI4h { top:10.375rem;left:32.5rem;width:14.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6bwIQdLynOksM4pNhfGmDXUcehlzb8B { top:10.25rem;left:11.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqES0KsqTbJIvuEisUUu3XeJTJDbkGTs { top:10.25rem;left:36rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUEGE84EvtXl93b0g2Voqy48UXiff8fx { top:21rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKX3AGZRpV50WwQgAp1qQutG9TnTsyHN { top:17.5rem;left:0rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT { display:block; }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcTdAXchgGAgrQNn4lC1mP0qKwhqGeaO { top:11.4375rem;left:0rem;width:31rem;height:14.5rem;font-size:1rem;display:block; }#mcTdAXchgGAgrQNn4lC1mP0qKwhqGeaO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_725ef667bd80038056c2466ee00a4d6abea2c637.svg); }
 }@media only screen and (max-width: 763px) { #IoxKnurifNSCg8khgPwwoXcGWSpBLSHu { top:6.625rem;left:0rem;width:32.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJDDGG0LDwvLTCmP4EKO2Huf6GBnSGEA { top:3.3125rem;left:12.8125rem;width:34.9375rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgPCrGc9kE2nTgk9RG2hJE90izPofmE0 { top:6.625rem;left:17.3125rem;width:30.4375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKsV4ClHpLbB0cKlkvSZeTeBBssfMyV { top:11.4375rem;left:16.5rem;width:31.25rem;height:;font-size:1rem;display:block; }#FtKsV4ClHpLbB0cKlkvSZeTeBBssfMyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a5ebe4b4fb2677924f39e0e87f55abb5c6e80a7e.svg); }
 }@media only screen and (max-width: 763px) { #bdG43KhQZlthlOrEyVESVek9mK5OGDJW { top:33.5rem;left:1.875rem;width:44rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgu8eddop996BeG9rhTuvdWR0ggJhJ9U { top:32.5rem;left:0rem;width:47.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxrp4WLyvqAvTAoAkFk6kM9To64bl8Jz { top:3.3125rem;left:0rem;width:34.9375rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENyUAdN8TzEWKkEEN27zK4bQCV9VKeOm { top:42.9375rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn { display:block; }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTuzL3xXiz6bNpyVQBhStQqG57U3e3NQ { top:5.5rem;left:0rem;width:47.75rem;height:26.765695067265rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfEUKrGH4sO1pPnIaKJTWVFazSf8HeuE { top:1.75rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UivmtyZD6EFIL9gcTQbFdC8bEUP0872i { top:28.5625rem;left:0rem;width:15.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP { display:block; }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuEb6rmv6iQOm2TIwsh1N966kSqc58SZ { top:2.9375rem;left:7.25rem;width:40.5rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #op3lTzBJKqBZuZeO4JybTWkzF413Jk5g { top:6.75rem;left:0rem;width:26.5625rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMTsXyfMdeMxlD75Gy0Tt8hzG37SwSdg { top:21.3125rem;left:0rem;width:23.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITgACCnRMRRL979Hky7cqCspJJyUrXyy { top:5.25rem;left:12.6875rem;width:35.0625rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJDxWON95PTxzuDdSdybpv8BcsJTL35V { top:30.1875rem;left:23.5625rem;width:24.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVT6lZcOGVu6V4mVEA1yeBtOGS9IPG9a { top:0rem;left:12.625rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT1RUhENVHQeklfL3aCmdc1I73rfwrsg { top:21.9375rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sps9dvQZXQ13Sxu4lD1bz6p7MJMCvufb { top:20.8125rem;left:30.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMkpwtstOcaVzJb2faJyxU3xrxhVGNym { display:block; }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9nkX7z1ELfTLFkR3H37urVvUfAV7w7Z { top:1.125rem;left:0rem;width:9.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuuZVZDoDmk370T3BEVHufhSVRKMcWxf { width:9.375rem;height:2rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpcmlv2tLR6AIoXB3ui9h26v8EVFBtE { display:block; }
 }@media only screen and (max-width: 763px) { #OTC8gD39TKM6TEnoIoMrTmMHfGbwgQ9Q { top:8.3125rem;left:22.75rem;width:9.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chKeCXPBOruyzDrtOUArDGUn40dfgQeT { top:8.3125rem;left:32.5rem;width:14.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4QhbyS8TvvroCxLiegsqZTneDgwIfsQ { top:8.3125rem;left:34.5rem;width:13.25rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJlEvLC6XPupK8Soo1yPPJvlgd04aDFZ { width:9.375rem;height:2rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thBO1ucSdSXWw21MdXsoctash3UkoxlT { display:block; }
 }@media only screen and (max-width: 763px) { #eV1mUzR4PCJmx84736305B1kkcuFP3y7 { top:1.125rem;left:10.875rem;width:36.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bqvxv5X1tgKIZs3kz91AbvmcrkZkCfiD { width:5.0625rem;height:1.6875rem;top:1.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFmrNWZUhaClT9KZEkSTRb6HPHBw29qV { width:4.5rem;height:1.6875rem;top:4.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a { display:block; }#wJAFGgApIwSO1KH2ThUtLP6ac2Hl0f8a > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW2uL3ini7WLX9ZEhwrx5GrrGnRNC3KM { width:20rem;height:0;top:22.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4TfIC3Ln2FOWWeSHCb3ncSdTTSBAorQ { width:20rem;height:0;top:37.69825rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuV90k98dxvBUiX4ZlXyoSaERuARdPWb { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDqD6LNkpNoWhBtKiquqFOzocuaTncdH { width:18.625rem;height:3.4375rem;top:46.5761875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuQwWyRbT8ZMAb21IMJRQGaNDgfvICSN { display:block; }
 }@media only screen and (max-width: 763px) { #NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx { display:block; }#NLWCMgTxChCZCXNZSz6vLtn5wGEcgsJx > .row .container { width:20rem;height:141.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrEFFyE9wS2MvZ2agEGg6fTAeGBEvHv0 { width:18.75rem;height:12.5rem;top:7.1494125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79sExkDl5TCq7ahIa8tfelaBVfV86HP { width:14.875rem;height:0;top:8.8994125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFEcabTf8t2hF1G6LEZg593TSEcoR10X { width:15.8125rem;height:0;top:12.3994125rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKDuK6ny8FVqSgXvCB0DGA3DKzT3t3mr { width:18.75rem;height:12.5rem;top:50.9931625rem;left:1.1921296296296rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx2CLEK5J5Z6IoNTop2mak33cXaA6EaQ { width:16.6875rem;height:0;top:25.5244125rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRnTRbxfTbfPooJ1pJzbKI9ACBRcRxiB { width:14.875rem;height:0;top:22.0244125rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ9CL1KZp1iG6HcAuDzTKBPIT6NkF8bq { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIIq0EgfDOXdhCU3DgVQqcU3kl5aoTQH { width:18.75rem;height:12.5rem;top:20.8994125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhLsCPnwV7iNkf5IoDU3A6f7NDNmJdlm { width:14.875rem;height:0;top:52.1181625rem;left:3.1296296296296rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNSufGrtaJTl6xKdwrXRD4doTwyUVehl { width:14.375rem;height:0;top:55.4306625rem;left:3.1296296296296rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4RHxoqfXTOUBcKe44qu8EfJPcklvEGK { width:20rem;height:0;top:38.17285rem;left:0rem;font-size:1.125rem;display:block; }#n4RHxoqfXTOUBcKe44qu8EfJPcklvEGK li:before{  }
 }@media only screen and (max-width: 763px) { #l5Mwzb4fryMWSlcQQtQsN1uxtPyCZ9qM { width:20rem;height:0;top:34.6494125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGl3NHSFvHm6vo0MvCgr5XR1pOqW7prB { width:20rem;height:30.34188034188rem;top:52.3681625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnJqzpEMp7gPOv9K0BMO2BlKn0Qgwb7f { display:none; }#vnJqzpEMp7gPOv9K0BMO2BlKn0Qgwb7f > .row .container { width:20rem;height:141.3359375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2URLMgKWGd0XHXTnOZAXtcRrZf4XSDZ { width:12.9375rem;height:12.9375rem;top:127.1484375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i71OkK9wA7TVxFuCUFh8ydAywNhEfopu { width:18.75rem;height:18.75rem;top:7.1484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfAk1tauAw4wEkL1JkoIOCDwEngE1xE8 { width:14.875rem;height:0;top:8.8984375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZdHVZO4MlWIoiqRu2fxRTDKDoETsOM0 { width:16.6875rem;height:0;top:14.7734375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apwRHewsalXJZ1bKA0rk5E6iUcFlO93P { width:18.75rem;height:18.75rem;top:67.1484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvLkOVG17hZtkGGBn6DIf2zpJqg9Fbzq { width:16.6875rem;height:0;top:74.7734375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBwRPquMVKBDtXqUkyZ28vUAsyCKshMU { width:14.875rem;height:0;top:68.8984375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlpnNq7Kq3G8E9cBJbs9d7407J9VkZ48 { width:18.75rem;height:18.75rem;top:27.1484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrCVlsFWZU63NwMp503byFACwEh2IgW { width:16.6875rem;height:0;top:34.7734375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #va7esSnGkloo1R3cTi16LAVCFbhhtTrO { width:14.875rem;height:0;top:28.8984375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEaQ3TZw5qHCchIr2vEVlgfacKgzSe7B { width:18.75rem;height:18.75rem;top:87.1484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szlLTpNTb7Fw389UQAfxD8s0bVKZ5xPB { width:14.3125rem;height:0;top:94.7734375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABGHOUxVCpzwgdqDmsKdXEaa1FHepmbl { width:15.75rem;height:0;top:88.8984375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCumZli6BDwWGRN8JTmNLlVQUeADEA5d { width:18.75rem;height:18.75rem;top:47.1484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTE0nv0N0M6TaOADU6kXSUMqRLxWTrxQ { width:16.6875rem;height:0;top:54.7734375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQz15Q7yLRO6C7x66Z9yDntSzwZyuzdm { width:14.875rem;height:0;top:48.8984375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXPICwT4obNWoDxTGSKqBAM0Zk0Ki9S { width:18.75rem;height:18.75rem;top:107.1484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw4SvVWpfgtaW6s2xQBxq4PIk1FC8irV { width:16.6875rem;height:0;top:114.7734375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovMpZhZyvUQd5CK1gwTTQdpb2QrvHxD { width:14.875rem;height:0;top:108.8984375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRTBDB83xHTnqR6RSCvWaqcGuHvrU9eW { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 { display:block; }#KpG3dG0EIT56C8eyBgVVDcs1S7xZZ8s7 > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmNtfeHV9WhgFpPi3veQOopv1ZeLXeOO { width:20rem;height:0;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FokBJhKiidThlAKpQ3JgKFAsO61PSie6 { width:20rem;height:0;top:33.9863125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsZ2A73SZOW5XC21JE2ogfotqR5swGXU { width:20rem;height:13.212520593081rem;top:38.81053125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZrHrgm9huE7bzhdQocyekKypkn5RIiH { width:18.625rem;height:3.4375rem;top:58.52928125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evWN38cqJsTPPzQ0gcwbrcvzMJI9yLUi { display:block; }
 }@media only screen and (max-width: 763px) { #STHCqXiObAV6X3JHtPSdzKV2cOSHeqK8 { display:flex;width:1.5625rem;height:1.5625rem;top:60.21678125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #LWJTp5w2RqxOdCs72clv9frgPGSTipVR { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s { display:block; }#TiQLDZ1risI2ykhgf8Hwf5Zezq78JC6s > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKTzrfZZBrcTP79CrZUJWeSA3OTZ8KGv { width:20rem;height:0;top:47.7246125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4NLDaDL40qCturBwZqtMppUXB9zbfGP { width:20rem;height:0;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqiVGEGViK5deEDiDLF9SdX0uBLT8Te1 { width:15.5rem;height:0;top:27.9746125rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgJkoy5vaef0sx8yTEd089I59xdsmQBi { width:12.625rem;height:0;top:36.2871125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW3yfeOz7mCHJnxMTTU86JVJkN0RQBHS { width:12.625rem;height:0;top:44.4121125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUQmQd3mmHQDF61IoZFRKNWrEypIiP6K { width:14.875rem;height:2.6875rem;top:35.4746125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXnhH8ZfJH9i6Ngw5zOSTDSFxnIeN9LO { width:18.375rem;height:2.6875rem;top:27.1621125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMqnHmCtZ6DWC2PW22GHGAiXcfeUWI4h { width:14.875rem;height:2.6875rem;top:43.7871125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6bwIQdLynOksM4pNhfGmDXUcehlzb8B { display:flex;width:3.125rem;height:3.125rem;top:31.0996125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #VqES0KsqTbJIvuEisUUu3XeJTJDbkGTs { display:flex;width:3.125rem;height:3.125rem;top:39.4121125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bUEGE84EvtXl93b0g2Voqy48UXiff8fx { width:20rem;height:0.0625rem;top:50.43555rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKX3AGZRpV50WwQgAp1qQutG9TnTsyHN { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT { display:block; }#H5GwoNQebGPtfMHDJSkTmxDo82HqCFRT > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcTdAXchgGAgrQNn4lC1mP0qKwhqGeaO { width:20rem;height:0;top:9.3896484375rem;left:0rem;font-size:1rem;display:block; }#mcTdAXchgGAgrQNn4lC1mP0qKwhqGeaO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_725ef667bd80038056c2466ee00a4d6abea2c637.svg); }
 }@media only screen and (max-width: 763px) { #IoxKnurifNSCg8khgPwwoXcGWSpBLSHu { width:20rem;height:0;top:4.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJDDGG0LDwvLTCmP4EKO2Huf6GBnSGEA { width:19.75rem;height:25.5625rem;top:28.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgPCrGc9kE2nTgk9RG2hJE90izPofmE0 { width:20rem;height:0;top:31.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKsV4ClHpLbB0cKlkvSZeTeBBssfMyV { width:20rem;height:0;top:36.1875rem;left:0rem;font-size:1rem;display:block; }#FtKsV4ClHpLbB0cKlkvSZeTeBBssfMyV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a5ebe4b4fb2677924f39e0e87f55abb5c6e80a7e.svg); }
 }@media only screen and (max-width: 763px) { #bdG43KhQZlthlOrEyVESVek9mK5OGDJW { width:20rem;height:0;top:55.912109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgu8eddop996BeG9rhTuvdWR0ggJhJ9U { width:19.75rem;height:4.75rem;top:54.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxrp4WLyvqAvTAoAkFk6kM9To64bl8Jz { width:20rem;height:25.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENyUAdN8TzEWKkEEN27zK4bQCV9VKeOm { width:20rem;height:20rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn { display:block; }#UTG03lDDLTWrzQiOHZDNthOvk2RHhmgn > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTuzL3xXiz6bNpyVQBhStQqG57U3e3NQ { height:11.210762331839rem;width:20rem;top:20.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfEUKrGH4sO1pPnIaKJTWVFazSf8HeuE { width:20rem;height:0;top:17.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UivmtyZD6EFIL9gcTQbFdC8bEUP0872i { width:15.25rem;height:15.25rem;top:1.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP { display:block; }#AZAU8EOA3zQzga9nyOnQF7PtvLIQM4gP > .row .container { width:20rem;height:116.60743125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuEb6rmv6iQOm2TIwsh1N966kSqc58SZ { width:20rem;height:39.875rem;top:36.10743125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #op3lTzBJKqBZuZeO4JybTWkzF413Jk5g { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMTsXyfMdeMxlD75Gy0Tt8hzG37SwSdg { width:20rem;height:0;top:30.4716875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITgACCnRMRRL979Hky7cqCspJJyUrXyy { width:20rem;height:35.3125rem;top:38.41993125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJDxWON95PTxzuDdSdybpv8BcsJTL35V { width:20rem;height:20rem;top:77.23243125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVT6lZcOGVu6V4mVEA1yeBtOGS9IPG9a { width:14.375rem;height:14.375rem;top:14.8466875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT1RUhENVHQeklfL3aCmdc1I73rfwrsg { width:14.375rem;height:14.375rem;top:55.10743125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sps9dvQZXQ13Sxu4lD1bz6p7MJMCvufb { width:16.875rem;height:16.875rem;top:98.48243125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMkpwtstOcaVzJb2faJyxU3xrxhVGNym { display:block; }#VMkpwtstOcaVzJb2faJyxU3xrxhVGNym > .row .container { width:20rem;height:30.914276123047rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9nkX7z1ELfTLFkR3H37urVvUfAV7w7Z { width:9.0625rem;height:2.68555rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuuZVZDoDmk370T3BEVHufhSVRKMcWxf { width:9.375rem;height:1.9987rem;top:12.5575125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykpcmlv2tLR6AIoXB3ui9h26v8EVFBtE { display:block; }
 }@media only screen and (max-width: 763px) { #OTC8gD39TKM6TEnoIoMrTmMHfGbwgQ9Q { width:9.749375rem;height:2.92318125rem;top:5.18555rem;left:5.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #chKeCXPBOruyzDrtOUArDGUn40dfgQeT { width:14.2480625rem;height:1.9487875rem;top:9.358725rem;left:2.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4QhbyS8TvvroCxLiegsqZTneDgwIfsQ { width:13.2498125rem;height:4.87196875rem;top:19.0549125rem;left:3.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJlEvLC6XPupK8Soo1yPPJvlgd04aDFZ { width:9.375rem;height:1.9987rem;top:15.8062125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thBO1ucSdSXWw21MdXsoctash3UkoxlT { display:block; }
 }@media only screen and (max-width: 763px) { #eV1mUzR4PCJmx84736305B1kkcuFP3y7 { width:20rem;height:0;top:25.117401123047rem;left:0rem;font-size:0.875rem;display:block; }
 }