.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); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E { 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; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container { background-color: transparent; background-image: none; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container > .video-iframe-container { display: none; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row > .video-iframe-container { display: none; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .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); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container { border-width: 0; border-radius: 0; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#XBi9KB0oucEpSdXXevd1Wo7GD9BIQrpT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#KK0AaAHV0679sxlGMrAUyFCTkDBmdLwM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aglnTWT5Beu0z0zTScfKZTEMgQn2qbQ3 { 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:1.625rem;width:8.6875rem;top:1.78125rem;left:66.3125rem;overflow:hidden;display:block; }
#ahBwsycHI0BuvgamWHgbmstQDiq900xq { position:absolute;display:block;z-index:15012;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:3rem;width:17.25rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#nW8SfTSGP8imR28wxnMfVhlpTRWsqQTN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.875rem;top:0.96875rem;left:40.4375rem;overflow:hidden;display:block; }
#AAXIo9lseOXuxIScgMDyFul9BOrTcnto { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:5rem;top:0.96875rem;left:49.5849609375rem;overflow:hidden;display:block; }
#LVKmENJbiZw4R9kgFTUqsc4EJJIP9iwy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.1875rem;top:0.875rem;left:57.1591796875rem;overflow:hidden;display:block; }
#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a4a3a3;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; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container { background-color: transparent; background-image: none; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container > .video-iframe-container { display: none; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row > .video-iframe-container { display: none; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .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); }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container { border-width: 0; border-radius: 0; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#oOZLhupcweAbzZ6BV0kHOdTsPTaObPhg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#vH61g0oKfHiHSfXwLDhHAiWnafCiAT68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyU6GZWypLqvnIcmTTnrUkywvWUGgcqr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:0.73125001788138rem;left:0rem;height:1.91235625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:#177332;display:block;width:43.625rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.6875rem;left:0rem;height:6.04980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:#000000;display:block;width:36.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:19.125rem;left:0rem;height:9.56175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W03MGzhphGTFF5K8neRXDLfbrTRg5JS1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0c4530;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.3125rem;left:17.625rem;display:none; }
#DU8ttvcLETIC1TOBBAdQoWz0AOGplBsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWNDLI36EtsvuDEoxuLNoXCGFsQ2qzB7 { position:absolute;display:block;z-index:15012;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.9375rem;width:33.1875rem;top:1.125rem;left:41.8125rem;overflow:hidden;display:block; }
#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy { 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; }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row .container { background-color: transparent; background-image: none; }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row .container > .video-iframe-container { display: none; }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row > .video-iframe-container { display: none; }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .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); }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row .container { border-width: 0; border-radius: 0; }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row .container { font-size:0.875rem;font-family:arial;height:87.375rem;width:75rem;position:relative;display:block; }#feDt2HHotUmcObih36tEvlp5CvFubSA9 { color:#177332;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1220703125rem;left:0rem;height:3.412475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zlWkJlfPvRTm4lgxJoWJbfB8oaF5Cffa { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:59rem;left:0rem;height:;overflow:hidden;display:block; }#zlWkJlfPvRTm4lgxJoWJbfB8oaF5Cffa li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#zlWkJlfPvRTm4lgxJoWJbfB8oaF5Cffa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e01303ca-899a-4fb6-a5f2-0ed714fd7918/Zasb50.svg); }
#lcDHLspsPLQDGEDo0NSpMZKx5g8Rip0L { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:59rem;left:50rem;height:;overflow:hidden;display:block; }#lcDHLspsPLQDGEDo0NSpMZKx5g8Rip0L li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#lcDHLspsPLQDGEDo0NSpMZKx5g8Rip0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e4c3cd22-9af6-4341-b8db-9aa2b2deca21/Zasb30.svg); }
#QIGvkJMiXfrgs6lyJoiH2wWvytLRgW9q { color:#000000;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:59rem;left:25rem;height:;overflow:hidden;display:block; }#QIGvkJMiXfrgs6lyJoiH2wWvytLRgW9q li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#QIGvkJMiXfrgs6lyJoiH2wWvytLRgW9q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/557b174d-bb47-4169-b8ba-8f787885c71f/Zasb40.svg); }
#OVZqy8GSR5ZfTw8As3LlG0DVfVWPr86t { background-color:#0074a2;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:81.49609375rem;left:1.625rem;display:block; }
#ePnyim9hMgkdXXdstaodHxlQt9OlTtp9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kHVrcr8pZy4EhXHHKWp6hdMPm3O1qwaB { background-color:#167433;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:81.4970703125rem;left:26.6171875rem;display:block; }
#qTCvFWTlhPeNyH1dJIrdF5A7u5KFC0Ag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edOb5x8dHI822dPAa3imbnT7U4bQ2ZD1 { background-color:#393938;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:81.4970703125rem;left:51.625rem;display:block; }
#LXPhZQtk9MwFtJdNCaeCmNNCuRDeQJr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMhTAkVRTrRCqrXdN7C8cMoBAFSbX3mV { position:absolute;display:block;z-index:15012;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:22.625rem;width:22.6875rem;top:29.2783203125rem;left:0.375rem;overflow:hidden;display:block; }
#ZTCQ46DByTPgvcuXJQCxdAHCSMPFgTaD { position:absolute;display:block;z-index:15013;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:22.5625rem;width:22.6875rem;top:29.3095703125rem;left:25.46875rem;overflow:hidden;display:block; }
#enwTJKDqTPQOCaoMlIJdsVTfUCBfrCwP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:22.6875rem;top:29.3095703125rem;left:50.53125rem;overflow:hidden;display:block; }
#Xhf0r7Pox6Ti7E7WqOVSFM9UzTdbah7e { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:56.15625rem;left:1.625rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEFGAHRuKRsQ0MHcZWnMiLgxI4rosgeJ { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:56.15625rem;left:26.6171875rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wr4Q7lmznxd3PToBg242XJFVfMx87VWo { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:56.15625rem;left:51.625rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FdkkGKhSqTNtpOB8yyA3IWuRtJN82Jcy { color:#0074a2;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:53.7734375rem;left:1.625rem;height:2.4375rem;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; }
#IQCTTS49mMJlrIcArrO5TG7ET6yTi5X9 { color:#177332;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:53.7734375rem;left:26.59375rem;height:2.4375rem;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; }
#MQxF1bz8nmgO9G4Dpqk4RNPTFS6VNCOM { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:53.76171875rem;left:51.625rem;height:2.4375rem;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; }
#MxDVcsF5UwT2IkH3UHQWZUQB4Tgb58x5 { color:#000000;display:block;width:53.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:12.0625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR { 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; }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row .container { background-color: transparent; background-image: none; }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row .container > .video-iframe-container { display: none; }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row > .video-iframe-container { display: none; }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .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); }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row .container { border-width: 0; border-radius: 0; }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row .container { background-color: transparent; background-image: none; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row .container > .video-iframe-container { display: none; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row > .video-iframe-container { display: none; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .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); }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row .container { border-width: 0; border-radius: 0; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#thKzGcoERdFU5LWQTrQdklhQxXkTCh8W { color:#177332;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:6.8249375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zd7BBwhGXapVQ24XrkxmOfOiOrWHdeDE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.8125rem;top:18.250000596046rem;left:33.593751907349rem;overflow:hidden;display:block; }
#c2DV6O4DF34nfNTQFfL7XLoimpUTCQ2A { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:11.5625rem;top:17.906250596046rem;left:6.7187519073488rem;overflow:hidden;display:block; }
#NzBnQNzFByq0QiqBwHfyb37VGy0bN7dh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:8.6875rem;top:17.968750596046rem;left:58.156251907349rem;overflow:hidden;display:block; }
#XaCNxHBnrifIqMunWGMHTPevP1ULG3Lz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:25rem;top:24.968750596046rem;left:0rem;overflow:hidden;display:block; }
#S7JlaQge1dOT3pWPOmsIwH2R4eMlbgqZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:25rem;top:24.906250596046rem;left:25.000001907349rem;overflow:hidden;display:block; }
#SJI8wwTwapZVNQkFpZ50lDr6OrrLtdOe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:25rem;top:24.843750596046rem;left:50.000001907349rem;overflow:hidden;display:block; }
#m7xnCcd2H9rtgcFqMowXGRVJTFsHzdTg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:25.0625rem;top:28.375000596046rem;left:0rem;overflow:hidden;display:block; }
#cCJQmoeiHKF5scci8u68P5vJC6qLbMnP { 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:5.25rem;width:25rem;top:28.375000596046rem;left:25.000001907349rem;overflow:hidden;display:block; }
#eTWB5954G8U8OzlJJMrV422QhJ5wy6hW { position:absolute;display:block;z-index:15012;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:5.25rem;width:25rem;top:28.375000596046rem;left:50.000001907349rem;overflow:hidden;display:block; }
#xMeT0dLmylAxAeHnQOeilW28hetdviJT { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.656250596046rem;left:1.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rJMfh1pNNnnwnXUTUTf8fHXxiWETVygg { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.656250596046rem;left:26.937501907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UC6hmuvMzRfPKC2GJhxzl44E5hZ337w2 { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.656250596046rem;left:51.937501907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kRFuzQ9ss8Hk0hidfkDGGH1pwNySsb5O { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.875000596046rem;left:26.937501907349rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4x5DTfLDhIpnIMhPZCaxelJTImiEKTD { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.906250596046rem;left:1.9375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7XmgMADbu5N2xdq8d0uBgouuPOfXBJi { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.812500596046rem;left:51.937501907349rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uVNd7s1LHKCQn2UWXEP5NQFy0ut6oTpr { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.375002503395rem;left:0.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hzAmTxw2OKBOQcvhn4DpenDTCXU2q6TH { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.500002503395rem;left:25.375001907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#L8B1amzuqTHuwDVSaDBTh2wMTCsTK29d { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.500002503395rem;left:50.312501907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Uko5UTTzOKpcT7SNLc9UldnpEV5TmpMq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:31.375002503395rem;left:9.6875019073488rem; }
#m9h9cVfXLvoKy4uNTEQkL695NP425fqT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:31.500002503395rem;left:33.625001907349rem; }
#WuXFaZATnyz9LMkdcSKH5WrntE3VT7xq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:31.5rem;left:58.4375rem; }
#JscWydlldwdhxIRThHGenqObTIPf6J54 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:25.0625rem;top:33.625002503395rem;left:0rem;overflow:hidden;display:block; }
#hLRZslI3f7oswZIs41Ns4IAID5L1BBU0 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:36.625002503395rem;left:0.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#q3MBTD0KSO5lWk9bRBdsSqeqeSm87LQq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:36.625002503395rem;left:9.6875019073488rem; }
#UtywJs7HN3nTpobTsT9Pgq5p2HqNDPCB { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34.187502503395rem;left:1.9375rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fWSdMXLboPmVh8HOynuDR65rx8UfTlXz { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:25rem;top:38.6875rem;left:0rem;overflow:hidden;display:block; }
#e1TbtyKr0UdX0mMLCcv0iEZAvrQWlQgR { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:41.4375rem;left:0.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FwiFBECTOaGTxdO78Z9nt4H30sbON7fU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:41.4375rem;left:9.5rem; }
#PD5aInTwAF4AIrNKFqTZLQAS1ik8UAkw { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:39.1875rem;left:1.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJ9IkSz4vTrobmoxVJ589TIZ3fea3UnD { 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:5.25rem;width:25rem;top:33.625002503395rem;left:25.000001907349rem;overflow:hidden;display:block; }
#TtMqQZROqueE88JAGvlnqyM0vL4D1nXQ { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36.750002503395rem;left:25.375001907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fcCAkAOfZ8wxzhoB3pF87R1QdA1FR721 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:36.750002503395rem;left:33.625001907349rem; }
#NElbCbD0s6q7VCB4riHlS9CFOEvTvaNn { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.062502503395rem;left:26.937501907349rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkkgT9zgbmxrwOhcqiNR6Lmcguv7J3nS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:25rem;top:33.687502503395rem;left:50.000001907349rem;overflow:hidden;display:block; }
#pZzSreE2ZW9bff0JViuXgKVSZF5xH0T6 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:36.812502503395rem;left:50.312501907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#V9TgEfG3wSCXZKfAoz8vhDZ4loPnLKwt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:36.812502503395rem;left:58.562501907349rem; }
#otZdXgryoSTtaWZO9Iv0uTh4DzSi15af { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:34.187502503395rem;left:51.937501907349rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuFT9I9qfV4TmFivMqC0IDZauNLHNWzW { background-color:#0074a2;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:46.124675750733rem;left:3.8747835159302rem;display:block; }
#qhKPMmf0yTTNvQxWbWsf7s1FZn4zifDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dk2oTsaIz0I3Vcw2ga8kGHFlQdb1AnyV { background-color:#167433;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:46.124675750733rem;left:28.687066078186rem;display:block; }
#dZBFuisXy9JT1XWvCgGwLeCWaiBWVK0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eeTSxmVzitGCVDN6q1CLo7V9rJk9LRh7 { background-color:#393938;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:46.124675750733rem;left:53.687069892883rem;display:block; }
#n6KvryflkLBdAlxzHARbUsdFCVr5GZoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZ5RemtznEuMZ3WBRSxWyItD59SymVt0 { color:#0074a2;display:block;width:47.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.940624713898rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#T1uCDwWzFPI7PBMcA6s3AZWLOu8D4ilS { position:absolute;display:block;z-index:15020;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:5.25rem;width:25rem;top:38.9375rem;left:50rem;overflow:hidden;display:block; }
#isgTqg0KDPTBz6EayH98UKBrG9plNy6w { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.0625rem;left:50.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cSulgpC47amrqOAOCk21mcvcgupVX8Fr { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:39.4375rem;left:50.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElyPfXgZpFM5VCpO8C0vH32dy1hNfcVW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:42.0625rem;left:58.5625rem; }
#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container { background-color: transparent; background-image: none; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container > .video-iframe-container { display: none; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row > .video-iframe-container { display: none; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .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); }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container { border-width: 0; border-radius: 0; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:block; }#FTNZFDKeTLgW0HAkxxC4ObVlyr8k2CqG { color:#177332;display:block;width:30.8125rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:38.5625rem;left:98.8125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T1NXJSMy3OvHXEK0o4TTcD4C58oL2JII { color:#177332;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:;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; }
#D0QzWJ2IRJF2svcqEegHL2EXOZFBQFmL { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #e1e5e2;border-left:0.0625rem solid #e1e5e2;border-right:0.0625rem solid #e1e5e2;border-bottom:0.0625rem solid #e1e5e2;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(246,246,246,0.5) ;height:28.625rem;width:50.0625rem;top:9.0966796875rem;left:10.951171875rem;display:block; }
#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo { background-color:#f6f6f6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container { background-color: transparent; background-image: none; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container > .video-iframe-container { display: none; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row > .video-iframe-container { display: none; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .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); }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container { border-width: 0; border-radius: 0; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;overflow:visible;position:relative;display:block; }#I1mPA3LXlAmLdSxHikSQO190bIqbdMOE { color:#177332;display:block;width:30.8125rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:38.5625rem;left:98.8125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ocEN9lBgbsB2T1yy0RBnIOm5GD8Sb623 { color:#177332;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:3.4125rem;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; }
#z6hbaNTRtf4sHF3wxyqsTdUBKwHXgrDR { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #e1e5e2;border-left:0.0625rem solid #e1e5e2;border-right:0.0625rem solid #e1e5e2;border-bottom:0.0625rem solid #e1e5e2;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(246,246,246,0.5) ;height:28.625rem;width:50.0625rem;top:9.2222223281863rem;left:24.826389312744rem;display:block; }
#TTEDEmUu88fcLmTObnnHNQXd6J7fSgkr { color:#000000;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:9.2291669845581rem;left:0rem;height:16.1960625rem;overflow:hidden;display:block; }#TTEDEmUu88fcLmTObnnHNQXd6J7fSgkr li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#TTEDEmUu88fcLmTObnnHNQXd6J7fSgkr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/557b174d-bb47-4169-b8ba-8f787885c71f/Zasb40.svg); }
#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa { 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; }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row .container { background-color: transparent; background-image: none; }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row .container > .video-iframe-container { display: none; }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row > .video-iframe-container { display: none; }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .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); }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row .container { border-width: 0; border-radius: 0; }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#B3Dot9gT5Tu8TqSDShFTDPKtRB8K9VH0 { color:#0074a2;display:block;width:71.6875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.30859375rem;left:0rem;height:6.8249375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ttR1WNTNFHmmT8w4oVz2RGlHCvuIW8nk { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #e1e5e2;border-left:0.0625rem solid #e1e5e2;border-right:0.0625rem solid #e1e5e2;border-bottom:0.0625rem solid #e1e5e2;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(246,246,246,0.5) ;height:28.625rem;width:50.0625rem;top:12.4921875rem;left:24.9833984375rem;display:block; }
#t8c0otBQBN1v9WszG2la1uXPqNlLtJWx { color:#000000;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:12.4921875rem;left:0rem;height:21.59475rem;overflow:hidden;display:block; }#t8c0otBQBN1v9WszG2la1uXPqNlLtJWx li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#t8c0otBQBN1v9WszG2la1uXPqNlLtJWx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a37ca548-6ea1-4a27-81e3-ea8a89f862cb/Zasb170.svg); }
#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row .container { background-color: transparent; background-image: none; }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row .container > .video-iframe-container { display: none; }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row > .video-iframe-container { display: none; }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .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); }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row .container { border-width: 0; border-radius: 0; }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:75rem;position:relative;display:block; }#eITMBA3dmkOqqthcwO3rDwNUv7wiURc7 { color:#0074a2;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.4125rem;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; }
#dxe4yNuePAWqFO3bB4vUM0KDV591czRn { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:58.125004768372rem;left:1.125rem;height:2.5986375rem;display:block; }
#ou2DHBOL9NUANo6sxQmuH8C0WoZEnH9T { color:#000000;display:block;width:22.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.211460113526rem;left:1.0625rem;height:46.3125rem;display:block; }
#iKE6PAKIGHLZph6t2XC1uVqD0olUGCzN { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.9375rem;top:61.062504768372rem;left:1rem;overflow:hidden;display:block; }
#Db78hx2FaslpqD2a6RfkadZLq9V3aUGv { color:#000000;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:57.75rem;left:27.562255859375rem;height:2.5986375rem;display:block; }
#l5TIJJZXwJUsQAOmGAE2D3JhSl914bwE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.937rem;top:60.723266601562rem;left:27.562255859375rem;overflow:hidden;display:block; }
#oBnIFQlRpW38qyDSycrrEBOatFzrz2G6 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.127086639404rem;left:27.562501907349rem;height:45.09375rem;display:block; }
#IZxNNBm3GcJO54wpl09Is2z2rsGXHPsE { color:#000000;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.312503814698rem;left:52.625001907349rem;height:2.5986375rem;display:block; }
#kDoh8oIR72FIZB1TK8cPSlHaswln8od3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.9375rem;top:33.250003814698rem;left:52.437501907349rem;overflow:hidden;display:block; }
#Q2O8KEBudmldnfmeNismWQf1by6PxXnT { color:#000000;display:block;width:21.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.125003814698rem;left:52.562501907349rem;height:18.28125rem;display:block; }
#BRmFqnghrgQBTHp7TRkbSBTO20p4WrTR { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.1) ;height:55.5rem;width:24.125rem;top:9.1114586591719rem;left:0rem;display:block; }
#pKEzAzeSKFFhqf8MOXDb01wr5BAMkEF4 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.1) ;height:55.75rem;width:22.875rem;top:9.0625rem;left:26.437377929688rem;display:block; }
#U4HkQv8keXEB9CbB0zG7uqg1UgyObkub { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.1) ;height:27.1875rem;width:23.6875rem;top:9.1250003576281rem;left:51.437501907349rem;display:block; }
#OUCTmLgtPPaM4XPg3gnAErFnVWycqIeJ { position:absolute;display:block;z-index:14998;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.875rem;width:13.9375rem;top:7.473960876465rem;left:11.375001907349rem;overflow:hidden;display:block; }
#CL1MvbprlJzHDb13J40KkyQwWI8AzQlO { position:absolute;display:block;z-index:14997;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:5.812375rem;width:6.25rem;top:57.080444335938rem;left:44.312255859375rem;overflow:hidden;display:block; }
#ytZbnzWXMscNQ2AsHsQpv5veMEfTuxlf { 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:20.4375rem;width:14.5rem;top:17.842712402344rem;left:52.687501907349rem;overflow:hidden;display:block; }
#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 { 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; }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row .container { background-color: transparent; background-image: none; }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row .container > .video-iframe-container { display: none; }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row > .video-iframe-container { display: none; }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .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); }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row .container { border-width: 0; border-radius: 0; }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#QtsHA2afbixLPUyMfiDLz6mGREWOCZf7 { color:#177332;display:block;width:67.0625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:6.8249375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z5srT4FReG97OWIO9N8VbL3HhgrqSSb6 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:10.875rem;width:24.5625rem;top:13.6875rem;left:5.1875rem;display:block; }
#pTMx5oVasSVoAJ4eSRD14HlFAQxn2oGl { color:#231f20;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:19.1875rem;left:11.1875rem;height:3.3984375rem;font-style:normal;display:block; }
#WO4liLIy7aVTlfZvA1CS2WkUaaaTdzNf { position:absolute;display:block;z-index:15019;background-color:#177332;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:9.5625rem;width:9.5625rem;top:14.3125rem;left:0rem;display:block; }
#hnoUXcLJsukDEmJR2bAvdlTnSl0bRE94 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom: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;height:9rem;width:9rem;top:14.625rem;left:0.3125rem;overflow:hidden;display:block; }
#z5uh6tuVm8BNQFf2ChVte1gu2VQ5VlWH { color:#0074a2;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.4375rem;left:11.1875rem;height:1.62524375rem;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; }
#l7E1pqhELQwgI9F3B0E6DEcF5PdCa3Pp { color:#231f20;display:block;width:31.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:13.324652671814rem;left:37.5rem;height:11.474125rem;display:block; }
#TuHwtUxt2vSu28gVmVCf6oSN4uJRgO4f { position:absolute;display:block;z-index:15036;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:7.3125rem;width:4.8125rem;top:3.25rem;left:70.1875rem;overflow:hidden;display:block; }
#vKksP0TcKhMnUMHglXsssnQS66TSWfA7 { background-color:#393938;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.686631679535rem;left:44.5rem;display:block; }
#eqdk9BLlbyJ97brchGowH6wNNwbKJ2hk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSVVeQmClZy8sFQUTsbTbQ2Jkiqaz3gw { 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:5.8125rem;width:6.25rem;top:19.875rem;left:25.125rem;overflow:hidden;display:block; }
#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { background-color: transparent; background-image: none; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container > .video-iframe-container { display: none; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row > .video-iframe-container { display: none; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .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); }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { border-width: 0; border-radius: 0; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg { 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:15001;top:1.46875rem;left:71.625rem; }
#qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp { 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:15002;top:1.46875rem;left:68.875rem; }
#Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#IiF7P6TqFdsVfoD8iy502X00A4FK42lR { 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;top:1.46875rem;left:66.125rem; }
#IiF7P6TqFdsVfoD8iy502X00A4FK42lR > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#AtOuflSpD8iC5FTSEnxIBnmkmaXuvtgB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:9.375rem;top:1.375rem;left:1.875rem;overflow:hidden;display:block; }
#SwRDLZTwrycnxBtPlKD416fZgXo2BLUc { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.5986375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vweZUcJ9WafLpC7auIgXieoA0fTMbh2E { display:block; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBi9KB0oucEpSdXXevd1Wo7GD9BIQrpT { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK0AaAHV0679sxlGMrAUyFCTkDBmdLwM { display:block; }
 }@media only screen and (max-width: 763px) { #aglnTWT5Beu0z0zTScfKZTEMgQn2qbQ3 { top:1.75rem;left:39.0625rem;width:8.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahBwsycHI0BuvgamWHgbmstQDiq900xq { top:0.875rem;left:0rem;width:17.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8SfTSGP8imR28wxnMfVhlpTRWsqQTN { top:0.9375rem;left:26.8125rem;width:6.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAXIo9lseOXuxIScgMDyFul9BOrTcnto { top:0.9375rem;left:35.9599609375rem;width:5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVKmENJbiZw4R9kgFTUqsc4EJJIP9iwy { top:0.875rem;left:42.5625rem;width:5.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM { display:block; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOZLhupcweAbzZ6BV0kHOdTsPTaObPhg { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH61g0oKfHiHSfXwLDhHAiWnafCiAT68 { display:block; }
 }@media only screen and (max-width: 763px) { #DyU6GZWypLqvnIcmTTnrUkywvWUGgcqr { top:0.6875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:10.6875rem;left:0rem;width:43.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:19.125rem;left:0rem;width:36.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W03MGzhphGTFF5K8neRXDLfbrTRg5JS1 { width:14.375rem;height:3.8125rem;top:30.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DU8ttvcLETIC1TOBBAdQoWz0AOGplBsW { display:block; }
 }@media only screen and (max-width: 763px) { #TWNDLI36EtsvuDEoxuLNoXCGFsQ2qzB7 { top:1.125rem;left:14.5625rem;width:33.1875rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy { display:block; }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feDt2HHotUmcObih36tEvlp5CvFubSA9 { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlWkJlfPvRTm4lgxJoWJbfB8oaF5Cffa { top:58.9375rem;left:0rem;width:23.75rem;height:;font-size:1rem;display:block; }#zlWkJlfPvRTm4lgxJoWJbfB8oaF5Cffa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e01303ca-899a-4fb6-a5f2-0ed714fd7918/Zasb50.svg); }
 }@media only screen and (max-width: 763px) { #lcDHLspsPLQDGEDo0NSpMZKx5g8Rip0L { top:59rem;left:23.8125rem;width:23.8125rem;height:;font-size:1rem;display:block; }#lcDHLspsPLQDGEDo0NSpMZKx5g8Rip0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e4c3cd22-9af6-4341-b8db-9aa2b2deca21/Zasb30.svg); }
 }@media only screen and (max-width: 763px) { #QIGvkJMiXfrgs6lyJoiH2wWvytLRgW9q { top:59rem;left:8.25rem;width:23.5rem;height:;font-size:1rem;display:block; }#QIGvkJMiXfrgs6lyJoiH2wWvytLRgW9q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/557b174d-bb47-4169-b8ba-8f787885c71f/Zasb40.svg); }
 }@media only screen and (max-width: 763px) { #OVZqy8GSR5ZfTw8As3LlG0DVfVWPr86t { width:17.5rem;height:3.4375rem;top:81.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePnyim9hMgkdXXdstaodHxlQt9OlTtp9 { display:block; }
 }@media only screen and (max-width: 763px) { #kHVrcr8pZy4EhXHHKWp6hdMPm3O1qwaB { width:17.5rem;height:3.4375rem;top:81.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCvFWTlhPeNyH1dJIrdF5A7u5KFC0Ag { display:block; }
 }@media only screen and (max-width: 763px) { #edOb5x8dHI822dPAa3imbnT7U4bQ2ZD1 { width:17.5rem;height:3.4375rem;top:81.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXPhZQtk9MwFtJdNCaeCmNNCuRDeQJr4 { display:block; }
 }@media only screen and (max-width: 763px) { #oMhTAkVRTrRCqrXdN7C8cMoBAFSbX3mV { top:29.25rem;left:0rem;width:22.6875rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCQ46DByTPgvcuXJQCxdAHCSMPFgTaD { top:29.25rem;left:9.0625rem;width:22.6875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwTJKDqTPQOCaoMlIJdsVTfUCBfrCwP { top:29.25rem;left:24.9375rem;width:22.6875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhf0r7Pox6Ti7E7WqOVSFM9UzTdbah7e { top:56.125rem;left:0rem;width:20.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEFGAHRuKRsQ0MHcZWnMiLgxI4rosgeJ { top:56.125rem;left:8.6875rem;width:23.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4Q7lmznxd3PToBg242XJFVfMx87VWo { top:56.125rem;left:27.5625rem;width:20.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdkkGKhSqTNtpOB8yyA3IWuRtJN82Jcy { top:53.75rem;left:0rem;width:20.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQCTTS49mMJlrIcArrO5TG7ET6yTi5X9 { top:53.75rem;left:11.1875rem;width:20.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQxF1bz8nmgO9G4Dpqk4RNPTFS6VNCOM { top:53.75rem;left:27.0625rem;width:20.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxDVcsF5UwT2IkH3UHQWZUQB4Tgb58x5 { top:12.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR { display:block; }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO { display:block; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thKzGcoERdFU5LWQTrQdklhQxXkTCh8W { top:2.8125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd7BBwhGXapVQ24XrkxmOfOiOrWHdeDE { top:18.25rem;left:19.906251907349rem;width:7.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2DV6O4DF34nfNTQFfL7XLoimpUTCQ2A { top:17.875rem;left:2.1562519073486rem;width:11.5625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBnQNzFByq0QiqBwHfyb37VGy0bN7dh { top:17.9375rem;left:35.343751907349rem;width:8.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCNxHBnrifIqMunWGMHTPevP1ULG3Lz { top:24.9375rem;left:0rem;width:25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7JlaQge1dOT3pWPOmsIwH2R4eMlbgqZ { top:24.875rem;left:6.75rem;width:25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJI8wwTwapZVNQkFpZ50lDr6OrrLtdOe { top:24.8125rem;left:22.625rem;width:25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7xnCcd2H9rtgcFqMowXGRVJTFsHzdTg { top:28.375rem;left:0rem;width:25.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCJQmoeiHKF5scci8u68P5vJC6qLbMnP { top:28.375rem;left:6.75rem;width:25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWB5954G8U8OzlJJMrV422QhJ5wy6hW { top:28.375rem;left:22.625rem;width:25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMeT0dLmylAxAeHnQOeilW28hetdviJT { top:25.625rem;left:0rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJMfh1pNNnnwnXUTUTf8fHXxiWETVygg { top:25.625rem;left:10.625rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC6hmuvMzRfPKC2GJhxzl44E5hZ337w2 { top:25.625rem;left:26.5rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRFuzQ9ss8Hk0hidfkDGGH1pwNySsb5O { top:28.875rem;left:10.625rem;width:21.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4x5DTfLDhIpnIMhPZCaxelJTImiEKTD { top:28.875rem;left:0rem;width:21.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7XmgMADbu5N2xdq8d0uBgouuPOfXBJi { top:28.8125rem;left:26.5rem;width:21.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVNd7s1LHKCQn2UWXEP5NQFy0ut6oTpr { top:31.375rem;left:0rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzAmTxw2OKBOQcvhn4DpenDTCXU2q6TH { top:31.5rem;left:7.8125rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8B1amzuqTHuwDVSaDBTh2wMTCsTK29d { top:31.5rem;left:23.6875rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uko5UTTzOKpcT7SNLc9UldnpEV5TmpMq { top:31.375rem;left:5.1250019073486rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9h9cVfXLvoKy4uNTEQkL695NP425fqT { top:31.5rem;left:19.937501907349rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuXFaZATnyz9LMkdcSKH5WrntE3VT7xq { top:31.5rem;left:35.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JscWydlldwdhxIRThHGenqObTIPf6J54 { top:33.625rem;left:0rem;width:25.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRZslI3f7oswZIs41Ns4IAID5L1BBU0 { top:36.625rem;left:0rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3MBTD0KSO5lWk9bRBdsSqeqeSm87LQq { top:36.625rem;left:5.1250019073486rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtywJs7HN3nTpobTsT9Pgq5p2HqNDPCB { top:34.1875rem;left:0rem;width:21.125rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWSdMXLboPmVh8HOynuDR65rx8UfTlXz { top:38.6875rem;left:0rem;width:25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1TbtyKr0UdX0mMLCcv0iEZAvrQWlQgR { top:41.4375rem;left:0rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwiFBECTOaGTxdO78Z9nt4H30sbON7fU { top:41.4375rem;left:4.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD5aInTwAF4AIrNKFqTZLQAS1ik8UAkw { top:39.125rem;left:0rem;width:21.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ9IkSz4vTrobmoxVJ589TIZ3fea3UnD { top:33.625rem;left:6.75rem;width:25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtMqQZROqueE88JAGvlnqyM0vL4D1nXQ { top:36.75rem;left:7.8125rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcCAkAOfZ8wxzhoB3pF87R1QdA1FR721 { top:36.75rem;left:19.937501907349rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NElbCbD0s6q7VCB4riHlS9CFOEvTvaNn { top:34.0625rem;left:10.625rem;width:21.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkkgT9zgbmxrwOhcqiNR6Lmcguv7J3nS { top:33.6875rem;left:22.625rem;width:25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZzSreE2ZW9bff0JViuXgKVSZF5xH0T6 { top:36.8125rem;left:23.6875rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9TgEfG3wSCXZKfAoz8vhDZ4loPnLKwt { top:36.8125rem;left:35.750001907349rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otZdXgryoSTtaWZO9Iv0uTh4DzSi15af { top:34.1875rem;left:26.5rem;width:21.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFT9I9qfV4TmFivMqC0IDZauNLHNWzW { width:17.5rem;height:3.4375rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhKPMmf0yTTNvQxWbWsf7s1FZn4zifDO { display:block; }
 }@media only screen and (max-width: 763px) { #Dk2oTsaIz0I3Vcw2ga8kGHFlQdb1AnyV { width:17.5rem;height:3.4375rem;top:46.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZBFuisXy9JT1XWvCgGwLeCWaiBWVK0T { display:block; }
 }@media only screen and (max-width: 763px) { #eeTSxmVzitGCVDN6q1CLo7V9rJk9LRh7 { width:17.5rem;height:3.4375rem;top:46.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KvryflkLBdAlxzHARbUsdFCVr5GZoF { display:block; }
 }@media only screen and (max-width: 763px) { #nZ5RemtznEuMZ3WBRSxWyItD59SymVt0 { top:11.9375rem;left:0rem;width:47.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1uCDwWzFPI7PBMcA6s3AZWLOu8D4ilS { top:38.9375rem;left:22.625rem;width:25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isgTqg0KDPTBz6EayH98UKBrG9plNy6w { top:42.0625rem;left:23.6875rem;width:23.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSulgpC47amrqOAOCk21mcvcgupVX8Fr { top:39.4375rem;left:23.4375rem;width:24.3125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElyPfXgZpFM5VCpO8C0vH32dy1hNfcVW { top:42.0625rem;left:35.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHvU8mQANhdDvu42yITs7qWo2Ge7W051 { display:block; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTNZFDKeTLgW0HAkxxC4ObVlyr8k2CqG { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1NXJSMy3OvHXEK0o4TTcD4C58oL2JII { top:3.8125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0QzWJ2IRJF2svcqEegHL2EXOZFBQFmL { top:9.0625rem;left:0rem;width:47.625rem;height:27.23127340824rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo { display:block; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1mPA3LXlAmLdSxHikSQO190bIqbdMOE { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocEN9lBgbsB2T1yy0RBnIOm5GD8Sb623 { top:3.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6hbaNTRtf4sHF3wxyqsTdUBKwHXgrDR { top:9.1875rem;left:0rem;width:47.625rem;height:27.23127340824rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEDEmUu88fcLmTObnnHNQXd6J7fSgkr { top:9.1875rem;left:0rem;width:23.5rem;height:16.1875rem;font-size:1.125rem;display:block; }#TTEDEmUu88fcLmTObnnHNQXd6J7fSgkr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/557b174d-bb47-4169-b8ba-8f787885c71f/Zasb40.svg); }
 }@media only screen and (max-width: 763px) { #dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa { display:block; }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3Dot9gT5Tu8TqSDShFTDPKtRB8K9VH0 { top:3.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttR1WNTNFHmmT8w4oVz2RGlHCvuIW8nk { top:12.4375rem;left:0rem;width:47.625rem;height:27.23127340824rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8c0otBQBN1v9WszG2la1uXPqNlLtJWx { top:12.4375rem;left:0rem;width:23.5rem;height:21.5625rem;font-size:1.125rem;display:block; }#t8c0otBQBN1v9WszG2la1uXPqNlLtJWx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a37ca548-6ea1-4a27-81e3-ea8a89f862cb/Zasb170.svg); }
 }@media only screen and (max-width: 763px) { #xvEtrSLLztiucWTSB74ZZkazh9RdwaIt { display:block; }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eITMBA3dmkOqqthcwO3rDwNUv7wiURc7 { top:3.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxe4yNuePAWqFO3bB4vUM0KDV591czRn { top:58.125rem;left:0rem;width:22.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou2DHBOL9NUANo6sxQmuH8C0WoZEnH9T { top:10.1875rem;left:0rem;width:22.5rem;height:45.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKE6PAKIGHLZph6t2XC1uVqD0olUGCzN { top:61.0625rem;left:0rem;width:7.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db78hx2FaslpqD2a6RfkadZLq9V3aUGv { top:57.75rem;left:15.875rem;width:13.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5TIJJZXwJUsQAOmGAE2D3JhSl914bwE { top:60.6875rem;left:15.875rem;width:7.875rem;height:1.2402356053925rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBnIFQlRpW38qyDSycrrEBOatFzrz2G6 { top:10.125rem;left:11.4375rem;width:20.3125rem;height:45.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxNNBm3GcJO54wpl09Is2z2rsGXHPsE { top:30.3125rem;left:28.75rem;width:18.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDoh8oIR72FIZB1TK8cPSlHaswln8od3 { top:33.25rem;left:31.75rem;width:7.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2O8KEBudmldnfmeNismWQf1by6PxXnT { top:10.125rem;left:26rem;width:21.625rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmFqnghrgQBTHp7TRkbSBTO20p4WrTR { top:9.0625rem;left:0rem;width:24.125rem;height:55.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKEzAzeSKFFhqf8MOXDb01wr5BAMkEF4 { top:9.0625rem;left:8.875rem;width:22.875rem;height:55.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4HkQv8keXEB9CbB0zG7uqg1UgyObkub { top:9.125rem;left:23.9375rem;width:23.6875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUCTmLgtPPaM4XPg3gnAErFnVWycqIeJ { top:7.4375rem;left:1.9375rem;width:13.9375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL1MvbprlJzHDb13J40KkyQwWI8AzQlO { top:57.0625rem;left:25.5rem;width:6.25rem;height:5.812375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytZbnzWXMscNQ2AsHsQpv5veMEfTuxlf { top:17.8125rem;left:31.75rem;width:14.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 { display:block; }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtsHA2afbixLPUyMfiDLz6mGREWOCZf7 { top:3.25rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5srT4FReG97OWIO9N8VbL3HhgrqSSb6 { top:13.6875rem;left:0rem;width:24.5625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMx5oVasSVoAJ4eSRD14HlFAQxn2oGl { top:19.1875rem;left:4.375rem;width:16.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO4liLIy7aVTlfZvA1CS2WkUaaaTdzNf { top:14.3125rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnoUXcLJsukDEmJR2bAvdlTnSl0bRE94 { top:14.625rem;left:0rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5uh6tuVm8BNQFf2ChVte1gu2VQ5VlWH { top:16.4375rem;left:4.375rem;width:17.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7E1pqhELQwgI9F3B0E6DEcF5PdCa3Pp { top:13.3125rem;left:16.25rem;width:31.5rem;height:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuHwtUxt2vSu28gVmVCf6oSN4uJRgO4f { top:3.25rem;left:42.9375rem;width:4.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKksP0TcKhMnUMHglXsssnQS66TSWfA7 { width:17.5rem;height:3.4375rem;top:26.625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqdk9BLlbyJ97brchGowH6wNNwbKJ2hk { display:block; }
 }@media only screen and (max-width: 763px) { #OSVVeQmClZy8sFQUTsbTbQ2Jkiqaz3gw { top:19.875rem;left:17.625rem;width:6.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w { display:block; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:46.1875rem;display:block; }
#qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:46.1875rem;display:block; }
#Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #IiF7P6TqFdsVfoD8iy502X00A4FK42lR { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:46.1875rem;display:block; }
#IiF7P6TqFdsVfoD8iy502X00A4FK42lR > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #AtOuflSpD8iC5FTSEnxIBnmkmaXuvtgB { top:1.375rem;left:0rem;width:9.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRDLZTwrycnxBtPlKD416fZgXo2BLUc { top:4.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vweZUcJ9WafLpC7auIgXieoA0fTMbh2E { background-color:#f6f6f6;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container { background-color: transparent; background-image: none; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container > .video-iframe-container { display: none; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row > .video-iframe-container { display: none; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .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); }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container { border-width: 0; border-radius: 0; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vweZUcJ9WafLpC7auIgXieoA0fTMbh2E > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBi9KB0oucEpSdXXevd1Wo7GD9BIQrpT { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KK0AaAHV0679sxlGMrAUyFCTkDBmdLwM { display:block; }
 }@media only screen and (max-width: 763px) { #aglnTWT5Beu0z0zTScfKZTEMgQn2qbQ3 { width:7.812rem;height:1.18725625rem;top:2.420654296875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahBwsycHI0BuvgamWHgbmstQDiq900xq { width:10.5625rem;height:2.125rem;top:1.764404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW8SfTSGP8imR28wxnMfVhlpTRWsqQTN { width:6.5625rem;height:3.25rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAXIo9lseOXuxIScgMDyFul9BOrTcnto { width:5rem;height:3.25rem;top:5.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVKmENJbiZw4R9kgFTUqsc4EJJIP9iwy { width:4.8125rem;height:3.1875rem;top:5.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM { background-color:#a4a3a3;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container { background-color: transparent; background-image: none; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container > .video-iframe-container { display: none; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row > .video-iframe-container { display: none; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .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); }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container { border-width: 0; border-radius: 0; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrJ6BZdGlXOKE4LWG69UJLUQEFkq6TUM > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOZLhupcweAbzZ6BV0kHOdTsPTaObPhg { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vH61g0oKfHiHSfXwLDhHAiWnafCiAT68 { display:block; }
 }@media only screen and (max-width: 763px) { #DyU6GZWypLqvnIcmTTnrUkywvWUGgcqr { width:20rem;height:2.9985375rem;top:0.61197918653488rem;left:0.063368022441863rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:#f6f6f6;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:20rem;height:6.3369375rem;top:2rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:20rem;height:13.59375rem;top:10.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W03MGzhphGTFF5K8neRXDLfbrTRg5JS1 { width:13.75rem;height:2.5rem;top:54rem;left:3.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DU8ttvcLETIC1TOBBAdQoWz0AOGplBsW { display:block; }
 }@media only screen and (max-width: 763px) { #TWNDLI36EtsvuDEoxuLNoXCGFsQ2qzB7 { width:20rem;height:19.246125rem;top:26.029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy { display:block; }#R8B1zBXgd2yR8VIFmdhz6CB0A79CLpsy > .row .container { width:20rem;height:211.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feDt2HHotUmcObih36tEvlp5CvFubSA9 { width:20rem;height:4.5483375rem;top:3.4873046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlWkJlfPvRTm4lgxJoWJbfB8oaF5Cffa { width:20rem;height:23.0449375rem;top:67.875rem;left:0rem;font-size:1rem;display:block; }#zlWkJlfPvRTm4lgxJoWJbfB8oaF5Cffa li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e01303ca-899a-4fb6-a5f2-0ed714fd7918/Zasb50.svg); }
 }@media only screen and (max-width: 763px) { #lcDHLspsPLQDGEDo0NSpMZKx5g8Rip0L { width:20rem;height:21.4453125rem;top:183.4375rem;left:0rem;font-size:1rem;display:block; }#lcDHLspsPLQDGEDo0NSpMZKx5g8Rip0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e4c3cd22-9af6-4341-b8db-9aa2b2deca21/Zasb30.svg); }
 }@media only screen and (max-width: 763px) { #QIGvkJMiXfrgs6lyJoiH2wWvytLRgW9q { width:20rem;height:23.0449375rem;top:123.5625rem;left:0rem;font-size:1rem;display:block; }#QIGvkJMiXfrgs6lyJoiH2wWvytLRgW9q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/557b174d-bb47-4169-b8ba-8f787885c71f/Zasb40.svg); }
 }@media only screen and (max-width: 763px) { #OVZqy8GSR5ZfTw8As3LlG0DVfVWPr86t { width:17.5rem;height:3.4375rem;top:92.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePnyim9hMgkdXXdstaodHxlQt9OlTtp9 { display:block; }
 }@media only screen and (max-width: 763px) { #kHVrcr8pZy4EhXHHKWp6hdMPm3O1qwaB { width:17.5rem;height:3.4375rem;top:148.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCvFWTlhPeNyH1dJIrdF5A7u5KFC0Ag { display:block; }
 }@media only screen and (max-width: 763px) { #edOb5x8dHI822dPAa3imbnT7U4bQ2ZD1 { width:17.5rem;height:3.4375rem;top:206.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXPhZQtk9MwFtJdNCaeCmNNCuRDeQJr4 { display:block; }
 }@media only screen and (max-width: 763px) { #oMhTAkVRTrRCqrXdN7C8cMoBAFSbX3mV { width:20rem;height:19.9443359375rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCQ46DByTPgvcuXJQCxdAHCSMPFgTaD { width:20rem;height:19.875rem;top:96.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwTJKDqTPQOCaoMlIJdsVTfUCBfrCwP { width:20rem;height:19.875rem;top:156.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhf0r7Pox6Ti7E7WqOVSFM9UzTdbah7e { width:20rem;height:1.4619125rem;top:64.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEFGAHRuKRsQ0MHcZWnMiLgxI4rosgeJ { width:20rem;height:1.4619125rem;top:119.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4Q7lmznxd3PToBg242XJFVfMx87VWo { width:20rem;height:1.4619125rem;top:179.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdkkGKhSqTNtpOB8yyA3IWuRtJN82Jcy { width:20rem;height:2.4375rem;top:62.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQCTTS49mMJlrIcArrO5TG7ET6yTi5X9 { width:20rem;height:2.4375rem;top:117.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQxF1bz8nmgO9G4Dpqk4RNPTFS6VNCOM { width:20rem;height:2.4375rem;top:177.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxDVcsF5UwT2IkH3UHQWZUQB4Tgb58x5 { width:20rem;height:27.1875rem;top:14.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR { display:block; }#JK6MPG7I0xVVQIdr3GVqa2uTFI4QeJhR > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO { display:block; }#lpHEUTbqg3QEeL2lNDlvA0MlLdl2QypO > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thKzGcoERdFU5LWQTrQdklhQxXkTCh8W { width:17.0625rem;height:6.8730625rem;top:1.25rem;left:1.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Zd7BBwhGXapVQ24XrkxmOfOiOrWHdeDE { width:7.8125rem;height:5.125rem;top:50.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2DV6O4DF34nfNTQFfL7XLoimpUTCQ2A { width:11.5625rem;height:5.8125rem;top:19.25rem;left:4.2187503576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBnQNzFByq0QiqBwHfyb37VGy0bN7dh { width:8.6875rem;height:5.6875rem;top:77.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaCNxHBnrifIqMunWGMHTPevP1ULG3Lz { width:20rem;height:2.375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7JlaQge1dOT3pWPOmsIwH2R4eMlbgqZ { width:20rem;height:2.375rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJI8wwTwapZVNQkFpZ50lDr6OrrLtdOe { width:20rem;height:2.375rem;top:84.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7xnCcd2H9rtgcFqMowXGRVJTFsHzdTg { width:20rem;height:4.1875rem;top:29.750001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCJQmoeiHKF5scci8u68P5vJC6qLbMnP { width:20rem;height:4.1875rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWB5954G8U8OzlJJMrV422QhJ5wy6hW { width:20rem;height:4.1875rem;top:88.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMeT0dLmylAxAeHnQOeilW28hetdviJT { width:20rem;height:1.29980625rem;top:26.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJMfh1pNNnnwnXUTUTf8fHXxiWETVygg { width:20rem;height:1.2994375rem;top:57.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC6hmuvMzRfPKC2GJhxzl44E5hZ337w2 { width:20rem;height:1.2994375rem;top:84.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRFuzQ9ss8Hk0hidfkDGGH1pwNySsb5O { width:20rem;height:1.62524375rem;top:61.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4x5DTfLDhIpnIMhPZCaxelJTImiEKTD { width:20rem;height:1.62524375rem;top:30.122917175293rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7XmgMADbu5N2xdq8d0uBgouuPOfXBJi { width:20rem;height:1.54358125rem;top:88.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVNd7s1LHKCQn2UWXEP5NQFy0ut6oTpr { width:19.6875rem;height:1.29980625rem;top:32.125001907349rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzAmTxw2OKBOQcvhn4DpenDTCXU2q6TH { width:19.625rem;height:1.2994375rem;top:63.1875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8B1amzuqTHuwDVSaDBTh2wMTCsTK29d { width:19.625rem;height:1.2994375rem;top:90.375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uko5UTTzOKpcT7SNLc9UldnpEV5TmpMq { display:flex;width:1.3125rem;height:1.3125rem;top:32.062501907349rem;left:7.3750003576281rem; }
 }@media only screen and (max-width: 763px) { #m9h9cVfXLvoKy4uNTEQkL695NP425fqT { display:flex;width:1.3125rem;height:1.3125rem;top:67.3125rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #WuXFaZATnyz9LMkdcSKH5WrntE3VT7xq { display:flex;width:1.3125rem;height:1.3125rem;top:90.375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #JscWydlldwdhxIRThHGenqObTIPf6J54 { width:20rem;height:4.1875rem;top:33.937501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLRZslI3f7oswZIs41Ns4IAID5L1BBU0 { width:19.6875rem;height:1.29980625rem;top:36.375001907349rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3MBTD0KSO5lWk9bRBdsSqeqeSm87LQq { display:flex;width:1.3125rem;height:1.3125rem;top:36.250001907349rem;left:7.3750003576281rem; }
 }@media only screen and (max-width: 763px) { #UtywJs7HN3nTpobTsT9Pgq5p2HqNDPCB { width:20rem;height:1.62524375rem;top:34.375001907349rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWSdMXLboPmVh8HOynuDR65rx8UfTlXz { width:20rem;height:4.1875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1TbtyKr0UdX0mMLCcv0iEZAvrQWlQgR { width:19.625rem;height:1.2994375rem;top:40.625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwiFBECTOaGTxdO78Z9nt4H30sbON7fU { display:flex;width:1.3125rem;height:1.3125rem;top:40.5rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #PD5aInTwAF4AIrNKFqTZLQAS1ik8UAkw { width:20rem;height:1.62524375rem;top:38.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ9IkSz4vTrobmoxVJ589TIZ3fea3UnD { width:20rem;height:4.1875rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtMqQZROqueE88JAGvlnqyM0vL4D1nXQ { width:19.625rem;height:1.2994375rem;top:67.3125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcCAkAOfZ8wxzhoB3pF87R1QdA1FR721 { display:flex;width:1.3125rem;height:1.3125rem;top:63.125rem;left:6.125rem; }
 }@media only screen and (max-width: 763px) { #NElbCbD0s6q7VCB4riHlS9CFOEvTvaNn { width:20rem;height:1.62524375rem;top:65.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkkgT9zgbmxrwOhcqiNR6Lmcguv7J3nS { width:20rem;height:4.1875rem;top:92.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZzSreE2ZW9bff0JViuXgKVSZF5xH0T6 { width:19.6875rem;height:1.2994375rem;top:94.5625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9TgEfG3wSCXZKfAoz8vhDZ4loPnLKwt { display:flex;width:1.3125rem;height:1.3125rem;top:94.5625rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #otZdXgryoSTtaWZO9Iv0uTh4DzSi15af { width:20rem;height:1.62524375rem;top:92.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuFT9I9qfV4TmFivMqC0IDZauNLHNWzW { width:17.5rem;height:3.4375rem;top:43.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhKPMmf0yTTNvQxWbWsf7s1FZn4zifDO { display:block; }
 }@media only screen and (max-width: 763px) { #Dk2oTsaIz0I3Vcw2ga8kGHFlQdb1AnyV { width:17.5rem;height:3.4375rem;top:70.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZBFuisXy9JT1XWvCgGwLeCWaiBWVK0T { display:block; }
 }@media only screen and (max-width: 763px) { #eeTSxmVzitGCVDN6q1CLo7V9rJk9LRh7 { width:17.5rem;height:3.4375rem;top:102.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KvryflkLBdAlxzHARbUsdFCVr5GZoF { display:block; }
 }@media only screen and (max-width: 763px) { #nZ5RemtznEuMZ3WBRSxWyItD59SymVt0 { width:20rem;height:6.796875rem;top:10.204161643982rem;left:-0.0625rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T1uCDwWzFPI7PBMcA6s3AZWLOu8D4ilS { width:20rem;height:4.2rem;top:96.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isgTqg0KDPTBz6EayH98UKBrG9plNy6w { width:20rem;height:1.2994375rem;top:98.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSulgpC47amrqOAOCk21mcvcgupVX8Fr { width:20rem;height:1.62524375rem;top:97.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElyPfXgZpFM5VCpO8C0vH32dy1hNfcVW { display:flex;width:1.3125rem;height:1.3125rem;top:98.9375rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #FHvU8mQANhdDvu42yITs7qWo2Ge7W051 { background-color:#ffffff;background-image:none;display:block; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container { background-color: transparent; background-image: none; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container > .video-iframe-container { display: none; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row > .video-iframe-container { display: none; }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .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); }#FHvU8mQANhdDvu42yITs7qWo2Ge7W051 > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTNZFDKeTLgW0HAkxxC4ObVlyr8k2CqG { width:20rem;height:0;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1NXJSMy3OvHXEK0o4TTcD4C58oL2JII { width:20rem;height:9.0966875rem;top:2.1875rem;left:0rem;font-size:1.75rem;color:#167433;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0QzWJ2IRJF2svcqEegHL2EXOZFBQFmL { height:11.3623125rem;width:19.875rem;top:12.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo { background-color:#ffffff;background-image:none;display:block; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container { background-color: transparent; background-image: none; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container > .video-iframe-container { display: none; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row > .video-iframe-container { display: none; }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .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); }#xfxlcPcUmELL7bGr0m4xMK3DOAti7rEo > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1mPA3LXlAmLdSxHikSQO190bIqbdMOE { width:20rem;height:0;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocEN9lBgbsB2T1yy0RBnIOm5GD8Sb623 { width:20rem;height:9.0966875rem;top:2.1875rem;left:0rem;font-size:1.75rem;color:#167433;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6hbaNTRtf4sHF3wxyqsTdUBKwHXgrDR { height:11.3636875rem;width:19.875rem;top:31.469618082046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEDEmUu88fcLmTObnnHNQXd6J7fSgkr { width:20rem;height:15.996125rem;top:13.592881202697rem;left:0rem;font-size:1rem;display:block; }#TTEDEmUu88fcLmTObnnHNQXd6J7fSgkr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/557b174d-bb47-4169-b8ba-8f787885c71f/Zasb40.svg); }
 }@media only screen and (max-width: 763px) { #dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa { display:block; }#dAAM3UTdxmL13rTlpL0GdV2avAKr4Vqa > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3Dot9gT5Tu8TqSDShFTDPKtRB8K9VH0 { width:20rem;height:11.370875rem;top:2.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttR1WNTNFHmmT8w4oVz2RGlHCvuIW8nk { height:11.3125rem;width:19.875rem;top:39.171875rem;left:0.013020813465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8c0otBQBN1v9WszG2la1uXPqNlLtJWx { width:20rem;height:20.7949375rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }#t8c0otBQBN1v9WszG2la1uXPqNlLtJWx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a37ca548-6ea1-4a27-81e3-ea8a89f862cb/Zasb170.svg); }
 }@media only screen and (max-width: 763px) { #xvEtrSLLztiucWTSB74ZZkazh9RdwaIt { display:block; }#xvEtrSLLztiucWTSB74ZZkazh9RdwaIt > .row .container { width:20rem;height:172.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eITMBA3dmkOqqthcwO3rDwNUv7wiURc7 { width:20rem;height:6.8225rem;top:2.3125rem;left:0rem;font-size:1.75rem;color:#167433;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxe4yNuePAWqFO3bB4vUM0KDV591czRn { width:19.0625rem;height:2.5986375rem;top:70.289596557619rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou2DHBOL9NUANo6sxQmuH8C0WoZEnH9T { width:18.625rem;height:54.84375rem;top:13.434371948243rem;left:0.87395834922787rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKE6PAKIGHLZph6t2XC1uVqD0olUGCzN { width:7.9375rem;height:1.25rem;top:73.246875762938rem;left:0.68645834922787rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db78hx2FaslpqD2a6RfkadZLq9V3aUGv { width:13.75rem;height:2.5986375rem;top:127.59020996094rem;left:0.8123779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5TIJJZXwJUsQAOmGAE2D3JhSl914bwE { width:7.9375rem;height:1.25rem;top:130.6279296875rem;left:0.8123779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBnIFQlRpW38qyDSycrrEBOatFzrz2G6 { width:18.6875rem;height:46.3125rem;top:79.746826171875rem;left:0.8746337890625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZxNNBm3GcJO54wpl09Is2z2rsGXHPsE { width:15.0625rem;height:2.5986375rem;top:160.4375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDoh8oIR72FIZB1TK8cPSlHaswln8od3 { width:7.9375rem;height:1.25rem;top:163.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2O8KEBudmldnfmeNismWQf1by6PxXnT { width:18.875rem;height:21.9375rem;top:137.4375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmFqnghrgQBTHp7TRkbSBTO20p4WrTR { width:20rem;height:55.6875rem;top:78.31005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKEzAzeSKFFhqf8MOXDb01wr5BAMkEF4 { width:20rem;height:64rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4HkQv8keXEB9CbB0zG7uqg1UgyObkub { width:20rem;height:31.25rem;top:135.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUCTmLgtPPaM4XPg3gnAErFnVWycqIeJ { width:12.0625rem;height:17.1875rem;top:10.875rem;left:7.0000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL1MvbprlJzHDb13J40KkyQwWI8AzQlO { width:6.25rem;height:5.8125rem;top:133.5rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytZbnzWXMscNQ2AsHsQpv5veMEfTuxlf { width:14.5rem;height:20.4375rem;top:149rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 { display:block; }#oceT5rsnQkeDiEfT8tBK0QDnpi8OFPv8 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtsHA2afbixLPUyMfiDLz6mGREWOCZf7 { width:18.125rem;height:11.370875rem;top:1.8125rem;left:1rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5srT4FReG97OWIO9N8VbL3HhgrqSSb6 { width:20rem;height:11.375rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMx5oVasSVoAJ4eSRD14HlFAQxn2oGl { width:17.5rem;height:3.3984375rem;top:49.5625rem;left:2.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO4liLIy7aVTlfZvA1CS2WkUaaaTdzNf { width:6.625rem;height:6.625rem;top:39.750001907349rem;left:6.6874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnoUXcLJsukDEmJR2bAvdlTnSl0bRE94 { width:6rem;height:6rem;top:40.062501907349rem;left:6.9999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5uh6tuVm8BNQFf2ChVte1gu2VQ5VlWH { width:11rem;height:1.62524375rem;top:47.187499046326rem;left:2.0625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7E1pqhELQwgI9F3B0E6DEcF5PdCa3Pp { width:20rem;height:16.9921875rem;top:14.999145507812rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TuHwtUxt2vSu28gVmVCf6oSN4uJRgO4f { width:4.8125rem;height:7.3125rem;top:57.3115234375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKksP0TcKhMnUMHglXsssnQS66TSWfA7 { width:17.5rem;height:3.4375rem;top:34.423449993134rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqdk9BLlbyJ97brchGowH6wNNwbKJ2hk { display:block; }
 }@media only screen and (max-width: 763px) { #OSVVeQmClZy8sFQUTsbTbQ2Jkiqaz3gw { width:6.25rem;height:5.8125rem;top:19.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w { display:block; }#d8ZSar7dAIBQ13OV7tQ4z7zhpsFRkm0w > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg { width:2.125rem;height:2.125rem;top:6.8249969482425rem;left:13.375rem;display:block; }
#qS0m5eEZoVlFqpxc5alkgqLtpAsiIUgg > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp { width:2.125rem;height:2.125rem;top:6.8249969482425rem;left:8.9375rem;display:block; }
#Ceyn0WLZZX0oTv2fTXPtTTOv8gVKRUtp > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #IiF7P6TqFdsVfoD8iy502X00A4FK42lR { width:2.125rem;height:2.125rem;top:6.8249969482425rem;left:4.5625rem;display:block; }
#IiF7P6TqFdsVfoD8iy502X00A4FK42lR > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #AtOuflSpD8iC5FTSEnxIBnmkmaXuvtgB { width:9.375rem;height:1.75rem;top:2.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRDLZTwrycnxBtPlKD416fZgXo2BLUc { width:14.625rem;height:2.9245625rem;top:11.44970703125rem;left:2.4375000596046rem;font-size:0.75rem;display:block; }
 }