.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;
}
@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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row .container { background-color: transparent; background-image: none; }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row .container > .video-iframe-container { display: none; }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row > .video-iframe-container { display: none; }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .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); }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row .container { border-width: 0; border-radius: 0; }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.41145625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bPLvkca1XufLF1vqfvUv6KUIhq2w684g { 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:0.9375rem;width:10.25rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#tVgbAQ5MhdWlSlTZJVo57WXCc1xdcTuJ { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.5625rem;left:0rem;height:2.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGp7xDF5itR97S0FsBEphOfzFqSdKoCD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.6875rem;width:31.5rem;top:6.0625002384186rem;left:41.911460876465rem;overflow:hidden;display:block; }
#RPlKcN7OnhcBqDUI45rttTdUT6mSAbga { background-color:#3384c6;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.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.4375rem;height:5.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.8125rem;left:0rem;display:block; }
#TV44tiD8F0WNKcQS7nlxpB0T3bmZsguu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxEINrAFL8P5wp03mEKMoCSEiGcfFcJT { color:#000000;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:30.25rem;left:0rem;height:9.5989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u3goTuTWFvzEm8cCADyOv6LWqPvAxVRu { color:#00a656;display:block;width:41.6875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:23.6875rem;left:0rem;height:4.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AgBRkUdyM7TgxwVFGwJzcbl5iahKUngg { background-color:#ffb405;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 4";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.125rem;left:0rem;display:block; }
#PVmxBJdgRT0AAaprCebRbp8ZTJAmfVfL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row .container { background-color: transparent; background-image: none; }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row .container > .video-iframe-container { display: none; }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row > .video-iframe-container { display: none; }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .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); }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row .container { border-width: 0; border-radius: 0; }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#DneIUZo0D7291yAJcek22ICTPt5Fnn4T { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:0rem;left:35rem;display:block; }
#yrkfP5C0Ltfd00gpJy35ilTAar2ICzQS { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:8.625rem;left:1.25rem;height:2.36198125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qnGiUy5vtvhykCBkcv8X7lfcslbRNJMo { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:dafoe;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.8;letter-spacing:0;top:18.3125rem;left:1.875rem;height:3.03645625rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row .container { background-color: transparent; background-image: none; }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row .container > .video-iframe-container { display: none; }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row > .video-iframe-container { display: none; }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .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); }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row .container { border-width: 0; border-radius: 0; }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#N3VHou3DEe3nrvxMBbDC1cEtGlmzNaUx { position:absolute;display:block;z-index:15010;background-color:#3384c6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.875rem;left:33.375rem;display:block; }
#RagWuDMgrJTRx5GGhAhTW6CDppN9ewbm { color:#263248;display:block;width:62.625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:1.9375rem;left:6.1875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GBk9NrGATkpI67vf8V1uLTGau350pJSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row .container { background-color: transparent; background-image: none; }#GBk9NrGATkpI67vf8V1uLTGau350pJSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row .container > .video-iframe-container { display: none; }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row > .video-iframe-container { display: none; }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .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); }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row .container { border-width: 0; border-radius: 0; }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#C6RosZKb15h65Tzht8nnFA9nNeOyNsvx { color:#000000;display:block;width:52.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:1.375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#C6RosZKb15h65Tzht8nnFA9nNeOyNsvx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C6RosZKb15h65Tzht8nnFA9nNeOyNsvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ede246d455f2244eb2ca1855be6a4cd5.svg); }
#gguGenEacWVG2E4oXDR5PReEL611McTo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:25.8125rem;top:1.4375rem;left:49.1875rem;overflow:hidden;display:block; }
#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row .container { background-color: transparent; background-image: none; }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row .container > .video-iframe-container { display: none; }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row > .video-iframe-container { display: none; }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .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); }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row .container { border-width: 0; border-radius: 0; }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#B4DJA05o96lezVeKThB93qgU7hMelX27 { color:#00a656;display:block;width:41.6858125rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:2.327880859375rem;left:16.656494140625rem;height:4.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfzMetOytobrkwFGRmVawNmwTw3cAOBV { color:#000000;display:block;width:62.623125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:8.64013671875rem;left:6.185302734375rem;height:11.998725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DuPV4lSXUU45pXyAK1Pxh3cNoK8hnlHF { color:#000000;display:block;width:59.7485625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:23.75rem;left:6.185302734375rem;height:21.953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DuPV4lSXUU45pXyAK1Pxh3cNoK8hnlHF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DuPV4lSXUU45pXyAK1Pxh3cNoK8hnlHF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e6579fd6358a62976d5d8d0d985f9de696fd3d1d.svg); }
#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row .container { background-color: transparent; background-image: none; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,132,198,0.9); }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row .container > .video-iframe-container { display: none; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,132,198,0.9); }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row > .video-iframe-container { display: block; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .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); }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row .container { border-width: 0; border-radius: 0; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#kS2AaZHc9ZkmZaVhyThDyTHBkw8UQkQv { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:2.3125rem;left:0rem;height:10.23436875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBhUcZQvMv0OaT6PQpptA8UXTRJarbBv { 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:29.75rem;width:37.0625rem;top:20.843750953674rem;left:18.90625rem;overflow:hidden;display:block; }
#pvHCwvcQ5vLsI19n2EVyvawERMNuoqq6 { color:#ffffff;display:block;width:31.622375rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:14.484378814698rem;left:21.6875rem;height:3.41145625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6Nzltz4TNBwIVa1tlwlVM6ucPgGXJTF { background-color:#fa7416;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.3125rem;height:5.249025rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.08154296875rem;left:39.6875rem;display:none; }
#n4yni17kNyolJTqCs1TyBmkUyJSlfEeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#timTd5T1esS5oFozXEXnLiMwmDLcPMzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row .container { background-color: transparent; background-image: none; }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row .container > .video-iframe-container { display: none; }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row > .video-iframe-container { display: none; }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .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); }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row .container { border-width: 0; border-radius: 0; }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#UO9DXDm98zhWyWUaVvo5rVF8qn5bvSP5 { color:#263248;display:block;width:62.625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.6875rem;left:0rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K4ArZ4Gl3TQqAKhPGsl3urFZgnJV5PEn { color:#263248;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0.875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVm4wMrbiDbC18yuScw2QzagvC0SBG58 { position:absolute;display:block;z-index:15013;background-color:#3384c6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6rem;left:0rem;display:block; }
#Ss50wnFZ5ghSW26aTPTBuCUBKckdAQR1 { color:#000000;display:block;width:52.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:8.192710876465rem;left:0rem;height:2.36198125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row .container { background-color: transparent; background-image: none; }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row .container > .video-iframe-container { display: none; }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row > .video-iframe-container { display: none; }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .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); }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row .container { border-width: 0; border-radius: 0; }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#dCvE5C8hGHvSZfSTVGWASUU5a9rAAroz { 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:31.875rem;width:48.1875rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#DrvycnH77Rt7eQGSx6710BtSGn68omlx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:22.0625rem;top:1.625rem;left:51.5rem;overflow:hidden;display:block; }
#DTkrFqdiHEsTtgzPO6LGWlbFyxPfHFuS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.25rem;top:18.833335876465rem;left:51.406253814698rem;overflow:hidden;display:block; }
#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row .container { background-color: transparent; background-image: none; }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row .container > .video-iframe-container { display: none; }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row > .video-iframe-container { display: none; }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .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); }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row .container { border-width: 0; border-radius: 0; }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#Ls2VQnFiTGtTBQrWATi5fWegdugUGABC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:42.5rem;top:1.6250028610229rem;left:0rem;overflow:hidden;display:block; }
#SQ3aaQDgFmo09ot3gt4segr5mcL6GqLL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:29rem;top:1.625rem;left:45.611587126378rem;overflow:hidden;display:block; }
#kMROFLunNZd3zeGO9P6UA76JpvSfE2XA { color:#000000;display:block;width:52.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:8.192710876465rem;left:0rem;height:2.36198125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row .container { background-color: transparent; background-image: none; }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row .container > .video-iframe-container { display: none; }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row > .video-iframe-container { display: none; }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .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); }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row .container { border-width: 0; border-radius: 0; }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#czU4QBQGIoyJacrAtPbqNVHLc29RGCQd { 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:39.0625rem;width:75rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#UzapJZoqiorMT3WduNQSpc4DlsTTHVfm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:75rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row .container { background-color: transparent; background-image: none; }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row .container > .video-iframe-container { display: none; }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row > .video-iframe-container { display: none; }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .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); }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row .container { border-width: 0; border-radius: 0; }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#n3bUunlVkR63ObmZdmuI1WvlRnS0B4dB { 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:15000;opacity:1;top:1.5625rem;left:22.83203125rem; }
#mNxRlLUOdKROCOEKu2Gz5KMbhQxEWwZ0 { 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:15001;opacity:1;top:1.5625rem;left:47.707035064698rem; }
#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row .container { background-color: transparent; background-image: none; }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row .container > .video-iframe-container { display: none; }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row > .video-iframe-container { display: none; }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .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); }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row .container { border-width: 0; border-radius: 0; }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#bGlb0DaRweZQvCVT25Lzt2QTorVovsGw { 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:11.1875rem;width:14rem;top:22.6875rem;left:3.6875rem;overflow:hidden;display:block; }
#tmnaqcDpEegAstW8hSuTqkSIv7CacdWT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:27.3125rem;top:11.8125rem;left:47.6875rem;overflow:hidden;display:block; }
#APdNWKZcKaNECPTzW9Bnl3TlghcoHESU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:11.625rem;top:19.4375rem;left:31.6875rem;overflow:hidden;display:block; }
#DAiOTtey4kifTrpf2plZqM15Rg6plues { color:#00a656;display:block;width:41.684875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:48.375rem;left:4.5625rem;height:4.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ev6BMZTSRa55oV4k3t72V1atRwPvKfKk { color:#000000;display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:36.375rem;left:4.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ev6BMZTSRa55oV4k3t72V1atRwPvKfKk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ev6BMZTSRa55oV4k3t72V1atRwPvKfKk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e6579fd6358a62976d5d8d0d985f9de696fd3d1d.svg); }
#VXGAcfTK2cWhAdF4sa4Qxphe5CkS8EBv { position:absolute;display:block;z-index:14999;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:27.125rem;width:34.0625rem;top:7.9375rem;left:6.5rem;overflow:hidden;display:block; }
#uRTnHXVIVvasHfQTTo4AUG5PWi2pPNvE { position:absolute;display:block;z-index:15010;background-color:#3384c6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.5625rem;left:0rem;display:block; }
#ENZUWNeF5pcw5CurOMS2AP06iaiUsVQ2 { color:#263248;display:block;width:62.625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H83yfMp72rir3arzxHTQe61cqogmMo3Q { background-color:#ffb405;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 4";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:56.750001907349rem;left:27.1875rem;display:block; }
#hqyxx32iOecM2oi3smyOeTrl5wRoS307 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3384c6;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; }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row .container { background-color: transparent; background-image: none; }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row .container > .video-iframe-container { display: none; }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row > .video-iframe-container { display: none; }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .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); }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row .container { border-width: 0; border-radius: 0; }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#Haphd9sTk4FTpdVeS1oXBkUg4k95HeRq { color:#ffffff;display:block;width:29rem;position:absolute;font-family:"montserrat 4";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:0.66796875rem;left:0rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZovTJzL3kD5GKcPd43Pd0WGCesF8VQOa { color:#ffffff;display:block;width:29rem;position:absolute;font-family:"montserrat 4";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:0.66796875rem;left:46rem;height:1.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fT5epyZtbZEGZub5RBpzJckL5nleXtkQ { display:block; }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { top:6.0625rem;left:0rem;width:39.0625rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPLvkca1XufLF1vqfvUv6KUIhq2w684g { width:10.25rem;height:0.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVgbAQ5MhdWlSlTZJVo57WXCc1xdcTuJ { top:11.5625rem;left:0rem;width:29.5625rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGp7xDF5itR97S0FsBEphOfzFqSdKoCD { width:31.5rem;height:42.6875rem;top:6.0625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPlKcN7OnhcBqDUI45rttTdUT6mSAbga { width:31.4375rem;height:5.9375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV44tiD8F0WNKcQS7nlxpB0T3bmZsguu { display:block; }
 }@media only screen and (max-width: 763px) { #DxEINrAFL8P5wp03mEKMoCSEiGcfFcJT { top:30.25rem;left:0rem;width:40.625rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3goTuTWFvzEm8cCADyOv6LWqPvAxVRu { top:23.6875rem;left:0rem;width:41.6875rem;height:4.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgBRkUdyM7TgxwVFGwJzcbl5iahKUngg { width:31rem;height:4.375rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVmxBJdgRT0AAaprCebRbp8ZTJAmfVfL { display:block; }
 }@media only screen and (max-width: 763px) { #nah6u25FWRBqrN2TBAKyrVEZrZfnX56q { display:block; }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DneIUZo0D7291yAJcek22ICTPt5Fnn4T { width:40rem;height:22.5rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkfP5C0Ltfd00gpJy35ilTAar2ICzQS { top:8.625rem;left:0rem;width:30.4375rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnGiUy5vtvhykCBkcv8X7lfcslbRNJMo { top:18.3125rem;left:0rem;width:30.4375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 { display:block; }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3VHou3DEe3nrvxMBbDC1cEtGlmzNaUx { top:6.875rem;left:19.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RagWuDMgrJTRx5GGhAhTW6CDppN9ewbm { top:1.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBk9NrGATkpI67vf8V1uLTGau350pJSB { display:block; }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6RosZKb15h65Tzht8nnFA9nNeOyNsvx { top:1.375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#C6RosZKb15h65Tzht8nnFA9nNeOyNsvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ede246d455f2244eb2ca1855be6a4cd5.svg); }
 }@media only screen and (max-width: 763px) { #gguGenEacWVG2E4oXDR5PReEL611McTo { width:25.8125rem;height:24.625rem;top:1.4375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs { display:block; }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4DJA05o96lezVeKThB93qgU7hMelX27 { top:2.3125rem;left:3.03125rem;width:41.625rem;height:4.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfzMetOytobrkwFGRmVawNmwTw3cAOBV { top:8.625rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuPV4lSXUU45pXyAK1Pxh3cNoK8hnlHF { top:23.75rem;left:0rem;width:47.75rem;height:21.9375rem;font-size:1.0625rem;display:block; }#DuPV4lSXUU45pXyAK1Pxh3cNoK8hnlHF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e6579fd6358a62976d5d8d0d985f9de696fd3d1d.svg); }
 }@media only screen and (max-width: 763px) { #Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 { display:block; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS2AaZHc9ZkmZaVhyThDyTHBkw8UQkQv { top:2.3125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBhUcZQvMv0OaT6PQpptA8UXTRJarbBv { width:37.0625rem;height:29.75rem;top:20.8125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvHCwvcQ5vLsI19n2EVyvawERMNuoqq6 { top:14.4375rem;left:8.0625rem;width:31.5625rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Nzltz4TNBwIVa1tlwlVM6ucPgGXJTF { width:35.3125rem;height:5.1875rem;top:41.0625rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4yni17kNyolJTqCs1TyBmkUyJSlfEeT { display:block; }
 }@media only screen and (max-width: 763px) { #timTd5T1esS5oFozXEXnLiMwmDLcPMzM { display:block; }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO9DXDm98zhWyWUaVvo5rVF8qn5bvSP5 { top:1.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4ArZ4Gl3TQqAKhPGsl3urFZgnJV5PEn { top:4.0625rem;left:0rem;width:20.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVm4wMrbiDbC18yuScw2QzagvC0SBG58 { top:6rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss50wnFZ5ghSW26aTPTBuCUBKckdAQR1 { top:8.1875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ { display:block; }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCvE5C8hGHvSZfSTVGWASUU5a9rAAroz { width:47.75rem;height:31.58560311284rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrvycnH77Rt7eQGSx6710BtSGn68omlx { width:22.0625rem;height:14.625rem;top:1.625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTkrFqdiHEsTtgzPO6LGWlbFyxPfHFuS { width:22.25rem;height:14.75rem;top:18.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq { display:block; }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ls2VQnFiTGtTBQrWATi5fWegdugUGABC { width:42.5rem;height:23.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ3aaQDgFmo09ot3gt4segr5mcL6GqLL { width:29rem;height:19.25rem;top:1.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMROFLunNZd3zeGO9P6UA76JpvSfE2XA { top:28.625rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z { display:block; }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czU4QBQGIoyJacrAtPbqNVHLc29RGCQd { width:47.75rem;height:24.869791666667rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzapJZoqiorMT3WduNQSpc4DlsTTHVfm { width:47.75rem;height:24.869791666667rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H { display:block; }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3bUunlVkR63ObmZdmuI1WvlRnS0B4dB { width:3.125rem;height:3.125rem;top:1.5625rem;left:9.20703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxRlLUOdKROCOEKu2Gz5KMbhQxEWwZ0 { width:3.125rem;height:3.125rem;top:1.5625rem;left:34.082035064698rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT { display:block; }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGlb0DaRweZQvCVT25Lzt2QTorVovsGw { width:14rem;height:11.1875rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmnaqcDpEegAstW8hSuTqkSIv7CacdWT { width:27.3125rem;height:41.125rem;top:11.8125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APdNWKZcKaNECPTzW9Bnl3TlghcoHESU { width:11.625rem;height:15.8125rem;top:19.4375rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAiOTtey4kifTrpf2plZqM15Rg6plues { top:48.375rem;left:0rem;width:41.625rem;height:4.5625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev6BMZTSRa55oV4k3t72V1atRwPvKfKk { top:36.375rem;left:0rem;width:38.375rem;height:;font-size:1.0625rem;display:block; }#ev6BMZTSRa55oV4k3t72V1atRwPvKfKk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e6579fd6358a62976d5d8d0d985f9de696fd3d1d.svg); }
 }@media only screen and (max-width: 763px) { #VXGAcfTK2cWhAdF4sa4Qxphe5CkS8EBv { width:34.0625rem;height:27.125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRTnHXVIVvasHfQTTo4AUG5PWi2pPNvE { top:7.5625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENZUWNeF5pcw5CurOMS2AP06iaiUsVQ2 { top:3.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H83yfMp72rir3arzxHTQe61cqogmMo3Q { width:20.625rem;height:4.375rem;top:56.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyxx32iOecM2oi3smyOeTrl5wRoS307 { display:block; }
 }@media only screen and (max-width: 763px) { #bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO { display:block; }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Haphd9sTk4FTpdVeS1oXBkUg4k95HeRq { top:0.625rem;left:0rem;width:29rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZovTJzL3kD5GKcPd43Pd0WGCesF8VQOa { top:0.625rem;left:18.75rem;width:29rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fT5epyZtbZEGZub5RBpzJckL5nleXtkQ { display:block; }#fT5epyZtbZEGZub5RBpzJckL5nleXtkQ > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { width:18.375rem;height:4.0234375rem;top:3.625rem;left:0.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bPLvkca1XufLF1vqfvUv6KUIhq2w684g { width:10.25rem;height:0.9375rem;top:0.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVgbAQ5MhdWlSlTZJVo57WXCc1xdcTuJ { width:17.9375rem;height:1.59375rem;top:9.28125rem;left:1.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #EGp7xDF5itR97S0FsBEphOfzFqSdKoCD { width:14.5rem;height:19.6875rem;top:18.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPlKcN7OnhcBqDUI45rttTdUT6mSAbga { width:19rem;height:5rem;top:12.375rem;left:0.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV44tiD8F0WNKcQS7nlxpB0T3bmZsguu { display:block; }
 }@media only screen and (max-width: 763px) { #DxEINrAFL8P5wp03mEKMoCSEiGcfFcJT { width:20rem;height:7.96875rem;top:48rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #u3goTuTWFvzEm8cCADyOv6LWqPvAxVRu { width:20rem;height:6rem;top:40.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #AgBRkUdyM7TgxwVFGwJzcbl5iahKUngg { width:19rem;height:4.375rem;top:57.375003814698rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVmxBJdgRT0AAaprCebRbp8ZTJAmfVfL { display:block; }
 }@media only screen and (max-width: 763px) { #nah6u25FWRBqrN2TBAKyrVEZrZfnX56q { display:block; }#nah6u25FWRBqrN2TBAKyrVEZrZfnX56q > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DneIUZo0D7291yAJcek22ICTPt5Fnn4T { height:11.25rem;width:20rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkfP5C0Ltfd00gpJy35ilTAar2ICzQS { width:20rem;height:3.1875rem;top:1.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #qnGiUy5vtvhykCBkcv8X7lfcslbRNJMo { width:20rem;height:1.6875rem;top:16.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 { display:block; }#ABMAHT9uWCHyc80lkOByLnSe9GFkkSC4 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3VHou3DEe3nrvxMBbDC1cEtGlmzNaUx { width:8.25rem;height:0.375rem;top:5.9583435058594rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RagWuDMgrJTRx5GGhAhTW6CDppN9ewbm { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBk9NrGATkpI67vf8V1uLTGau350pJSB { display:block; }#GBk9NrGATkpI67vf8V1uLTGau350pJSB > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6RosZKb15h65Tzht8nnFA9nNeOyNsvx { width:19.375rem;height:46.5rem;top:1.3411464691162rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;z-index:14996;display:block; }#C6RosZKb15h65Tzht8nnFA9nNeOyNsvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ede246d455f2244eb2ca1855be6a4cd5.svg); }
 }@media only screen and (max-width: 763px) { #gguGenEacWVG2E4oXDR5PReEL611McTo { width:20rem;height:19.125rem;top:49.500005722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs { display:block; }#xQ1RR1zqV0iHx4I4UFurTNIEoUQwKnQs > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4DJA05o96lezVeKThB93qgU7hMelX27 { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LfzMetOytobrkwFGRmVawNmwTw3cAOBV { width:20rem;height:12.75rem;top:5.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #DuPV4lSXUU45pXyAK1Pxh3cNoK8hnlHF { width:20rem;height:31.84375rem;top:19.5rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;z-index:14996;display:block; }#DuPV4lSXUU45pXyAK1Pxh3cNoK8hnlHF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e6579fd6358a62976d5d8d0d985f9de696fd3d1d.svg); }
 }@media only screen and (max-width: 763px) { #Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 { display:block; }#Cu13C2Oto0MdsS7VOEOxfNtILbd3NvV9 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS2AaZHc9ZkmZaVhyThDyTHBkw8UQkQv { width:20rem;height:5.5117125rem;top:0.94661569595338rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBhUcZQvMv0OaT6PQpptA8UXTRJarbBv { width:20rem;height:16rem;top:18.123779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvHCwvcQ5vLsI19n2EVyvawERMNuoqq6 { width:20rem;height:2.0996125rem;top:14.2529296875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6Nzltz4TNBwIVa1tlwlVM6ucPgGXJTF { width:20rem;height:3.2495125rem;top:9.937744140625rem;left:0rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #n4yni17kNyolJTqCs1TyBmkUyJSlfEeT { display:block; }
 }@media only screen and (max-width: 763px) { #timTd5T1esS5oFozXEXnLiMwmDLcPMzM { display:block; }#timTd5T1esS5oFozXEXnLiMwmDLcPMzM > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UO9DXDm98zhWyWUaVvo5rVF8qn5bvSP5 { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4ArZ4Gl3TQqAKhPGsl3urFZgnJV5PEn { width:20rem;height:1.38020625rem;top:4.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVm4wMrbiDbC18yuScw2QzagvC0SBG58 { width:8.25rem;height:0.375rem;top:4.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss50wnFZ5ghSW26aTPTBuCUBKckdAQR1 { width:20rem;height:1.59375rem;top:6rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ { display:block; }#yc72KZQrPDc2lkgfWkFhzd5udvBNAfPQ > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCvE5C8hGHvSZfSTVGWASUU5a9rAAroz { width:20rem;height:13.229571984436rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrvycnH77Rt7eQGSx6710BtSGn68omlx { width:20rem;height:13.257790368272rem;top:15.7291875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTkrFqdiHEsTtgzPO6LGWlbFyxPfHFuS { width:20rem;height:13.258426966292rem;top:30.2356875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq { display:block; }#pznru7O7axlQ0KUe5a81hTpFDMl4Q5iq > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ls2VQnFiTGtTBQrWATi5fWegdugUGABC { width:20rem;height:11.117647058824rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ3aaQDgFmo09ot3gt4segr5mcL6GqLL { width:20rem;height:13.275862068966rem;top:13.6171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMROFLunNZd3zeGO9P6UA76JpvSfE2XA { width:20rem;height:1.59375rem;top:28.666666984558rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z { display:block; }#tw1aMAAFcwPoyipg3TIWZfg8rzrw3J9z > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czU4QBQGIoyJacrAtPbqNVHLc29RGCQd { width:20rem;height:10.416666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzapJZoqiorMT3WduNQSpc4DlsTTHVfm { width:20rem;height:10.4166875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H { display:block; }#wZdhOs9wtKyIqTzPJ2Z9eTH8El2zPP6H > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3bUunlVkR63ObmZdmuI1WvlRnS0B4dB { display:flex;width:3.125rem;height:3.125rem;top:0.68749618530275rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #mNxRlLUOdKROCOEKu2Gz5KMbhQxEWwZ0 { display:flex;width:3.125rem;height:3.125rem;top:0.68619918823244rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT { display:block; }#DOgcZpRKUHJs9GlvUECc9zSFCqfcFMMT > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGlb0DaRweZQvCVT25Lzt2QTorVovsGw { width:11rem;height:8.75rem;top:15.812500953674rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmnaqcDpEegAstW8hSuTqkSIv7CacdWT { width:20rem;height:30.11325rem;top:48.936201095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APdNWKZcKaNECPTzW9Bnl3TlghcoHESU { width:5.6875rem;height:7.75rem;top:14.257813453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAiOTtey4kifTrpf2plZqM15Rg6plues { width:20rem;height:6rem;top:36.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ev6BMZTSRa55oV4k3t72V1atRwPvKfKk { width:20rem;height:7rem;top:26.062490463257rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;z-index:14996;display:block; }#ev6BMZTSRa55oV4k3t72V1atRwPvKfKk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e6579fd6358a62976d5d8d0d985f9de696fd3d1d.svg); }
 }@media only screen and (max-width: 763px) { #VXGAcfTK2cWhAdF4sa4Qxphe5CkS8EBv { width:20rem;height:15.926605504587rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRTnHXVIVvasHfQTTo4AUG5PWi2pPNvE { width:8.25rem;height:0.375rem;top:4.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENZUWNeF5pcw5CurOMS2AP06iaiUsVQ2 { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H83yfMp72rir3arzxHTQe61cqogmMo3Q { width:19rem;height:4.375rem;top:43.17445898056rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyxx32iOecM2oi3smyOeTrl5wRoS307 { display:block; }
 }@media only screen and (max-width: 763px) { #bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO { display:block; }#bNlGiqA6QfBcfNtI1xFweMkzVTQI9aFO > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Haphd9sTk4FTpdVeS1oXBkUg4k95HeRq { width:20rem;height:1.6875rem;top:0.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ZovTJzL3kD5GKcPd43Pd0WGCesF8VQOa { width:20rem;height:1.6875rem;top:2.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }