.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_95210db54d6e22921cda75175618d89708320cc1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { background-color: transparent; background-image: none; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container > .video-iframe-container { display: none; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row > .video-iframe-container { display: none; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .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); }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { border-width: 0; border-radius: 0; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { font-size:0.875rem;font-family:montserrat;height:6.25rem;width:75rem;position:relative;display:block; }#zJyTrXDCDlaCLRvkSHucfoJFrSK5LlVt { box-sizing:content-box;height:4.375rem;width:56rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.93750005960463rem;left:18.811849594116rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#sBGpSlZTNz7CmtBDmdiml0Zw1FS41P61 { background-color:#8cc63f;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.8750001192093rem;left:63.405382156375rem;display:block; }
#qGauBbdZ1LFN1sGOONpLpXn6W2lGS8XX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LGM0yNySwWxNcPXXLvb4oDMMRcebub66 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.8750001192093rem;left:27.748483657837rem;display:block; }
#abtJMJ3danvybVlEouTvvo0CzTIINQHW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7RzmULtsnZcJQtgqqlzl1dG4Q3Fr5Mo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8120625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.8750001192093rem;left:20.373266220092rem;display:block; }
#T6O3zVax2SKO8lHwfuzUqTeOGiAKf0Ks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6Tx0s92NiyRLNQIJekUFkBgnK7sIcPa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.997875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#MxTyKC5T7QOH6eZhErdEMSI9NxFn1STJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.8750001192093rem;left:36.039499282837rem;display:block; }
#hHHOUl89ri6KP7CL4kLqQ9SKSHHWX8Q5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUlgbFWWo3FQ0gGQXKJ3s6nihVSNwlZV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.8750001192093rem;left:45.915803909302rem;display:block; }
#WrH087ID7UvJviVZB0OLdHwSvNcA75Sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMyT8KO4TyOKwtPKOhccsGzAlXu3TdTz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.8750001192093rem;left:51.478952407837rem;display:block; }
#pDe4qenCnCNMXq6d0RLmx8qDt4kwZ5Jt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_078b0c23194899d9c5cc8066eb4459c44ff87622.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok.adaptive-delivery-prevent-bg, #AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok.lazyload, #AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok.lazyloading { background-image: none; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { background-color: transparent; background-image: none; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container > .video-iframe-container { display: none; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row > .video-iframe-container { display: none; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .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); }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { border-width: 0; border-radius: 0; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { font-size:0.875rem;font-family:montserrat;height:52.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#vCIavPmzDOnrts0M3ChBVmwotgAJM8AK { color:#424242;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.1875rem;left:0.625rem;height:14.436875rem;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; }
#UpJlTtBaoPUn3EN9Dikasse6SmB7viOi { color:#424242;display:block;width:27rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:18.6875rem;left:0.625rem;height:16.1024375rem;font-style:normal;display:block; }
#MWvJNSXm73FkCKn6JeFf66p3hu8wvqx5 { background-color:#8cc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874625rem;height:3.49964375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.1875rem;left:0.625rem;display:block; }
#LFRApz8l8eTzpTaOLxEcEhswtQEmCulb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FOXEVdWJIsRee43ZZzXPDFdCvxibaRux { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.8120625rem;width:37.249375rem;top:19.187283992768rem;left:31.561418533325rem;overflow:hidden;display:block; }
#vbkPoGXtwS5VhON0yMM5Pz2uHkD3iqN6 { box-sizing:content-box;height:31.875rem;width:30rem;position:absolute;display:block;z-index:14999;background-color:#4fb96f;background-image:none;top:7.62478351593rem;left:45.000001907349rem;border-top-left-radius:0.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;display:block; }
#uZ78g7WQQg0TNAzuAgfh9qBeGSkcHunb { position:absolute;display:block;z-index:15035;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.87413125rem;width:4.87413125rem;top:15.499131679535rem;left:67.66601753235rem;overflow:hidden;display:block; }
#qKaVSbeisfDoZf9tfQfLzOLHnU9cnvI3 { 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:3.49935rem;width:3.49935rem;top:13.692491054535rem;left:65.38086128235rem;overflow:hidden;display:block; }
#JTDv1P7AwypIAMQwnHO6W26ocR3h1sfM { position:absolute;display:block;z-index:15037;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.12478125rem;width:5.12478125rem;top:45.942928314209rem;left:30.942926406861rem;overflow:hidden;display:block; }
#vGZSyPG2IkIUKqVJQkS1IlQ1JXqWGChu { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:39.201173782349rem;left:14.977647781372rem;overflow:hidden;display:block; }
#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8cc63f;background-image:url("https://images.assets-landingi.com/uc/505b6eab-d388-4d0b-a4de-075a16280991/vemserGD.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.adaptive-delivery-prevent-bg, #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.lazyload, #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w.lazyloading { background-image: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { background-color: transparent; background-image: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container > .video-iframe-container { display: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row > .video-iframe-container { display: none; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .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); }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { border-width: 0; border-radius: 0; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { background-color: transparent; background-image: none; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container > .video-iframe-container { display: none; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row > .video-iframe-container { display: none; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .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); }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { border-width: 0; border-radius: 0; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { font-size:0.875rem;font-family:montserrat;height:50.125rem;width:75rem;overflow:visible;position:relative;display:block; }#RhN9qm9py2tkgdTTBMrxuCIK64ZDNV69 { color:#424242;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.1862564086914rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZkSl4M6pLvgfespkVqg6l3qugTVBOSO { box-sizing:content-box;height:25.062125rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:#4fb96f;background-image:none;top:23.12233543396rem;left:7.9359016418456rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;display:block; }
#QMhB5X6t5VJctfi15AUC8I6QahQLRszX { color:#424242;display:block;width:46.12425rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:8.634033203125rem;left:14.43603515625rem;height:3.16189375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ckTkwR8DgbhPuU2kPduMBlzVTDRUr5Iw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.3748125rem;width:48.75rem;top:15.091440200806rem;left:13.125rem;display:block; }
#GzmXWBoy7IPgioeC6fPMaX6rftWoKJT8 { position:absolute;display:block;z-index:15044;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.8737rem;width:3.8737rem;top:42.464195251465rem;left:61.875001907349rem;overflow:hidden;display:block; }
#rhy5ERdDh2RCdzGBMhJzG6Qrouir8QJR { position:absolute;display:block;z-index:15045;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.24956875rem;width:5.24956875rem;top:38.748916625976rem;left:63.5622882843rem;overflow:hidden;display:block; }
#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { background-color:#e5f5e9;background-image:url("https://icons.assets-landingi.com/icon_dad8851fed166f1a6dcf21078e63923cc2ff44c0.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.adaptive-delivery-prevent-bg, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyload, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyloading { background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { background-color: transparent; background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .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); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { border-width: 0; border-radius: 0; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { font-size:0.875rem;font-family:montserrat;height:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#MZJMMJP19QSPGznfmqSD9peHQO05xi33 { color:#424242;display:block;width:65.99875rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.24462890625rem;left:4.49951171875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15007;background-color:#8cc63f;background-image:none;top:13.687065124512rem;left:0rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { color:#424242;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:13.499992370606rem;left:6.6861972808837rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RwodoiHIhPQqFC7RP6DfdL9weetRslIJ { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15010;background-color:#8cc63f;background-image:none;top:21.748931884766rem;left:0rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#JT6Bb5twMEB57LBnTv2nCQS2MNqG4xTR { color:#424242;display:block;width:12.3748125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:21.811965942382rem;left:6.68678855896rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DcEmR14tOTyD9lvyMMyN1xpReJPc4iKm { color:#424242;display:block;width:12.3748125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:38.312324523926rem;left:6.68678855896rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#udyWZKgoTVnDrdR1ARqDXaKHc1Ml6Lhl { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;top:37.436965942382rem;left:0rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#ZIkJPM4Te7PvDuILeROLbv9BFvFpec6L { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;display:block;z-index:15013;background-color:#8cc63f;background-image:none;top:29.37410736084rem;left:0rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#HeWJ2dfzScRyd9umtdITsUFd90dAqJfk { color:#424242;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:29.498397827149rem;left:6.6859016418456rem;height:1.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DpqxCaWNPa51KodNyQbogPZtfT55UFRq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.4989375rem;width:45.5619375rem;top:15.499132156372rem;left:27.624784469604rem;display:block; }
#nlT8lk2bIs4vLGJvmPJfbOzvtrgK1zlO { color:#424242;display:block;width:52.24975rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:9.405517578125rem;left:11.37451171875rem;height:2.01280625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJB1Bme1tTpkKubGMPhL24Gp7SmATLsy { box-sizing:content-box;height:25.060375rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:#4fb96f;background-image:none;top:17.874349594116rem;left:52.500001907349rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;display:block; }
#S5DyaoKsiQeNGnA3se1tvGTGqDvX6NH6 { color:#424242;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.768447875976rem;left:6.6840305328369rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccTFtFg7R9kGNmIF2Ud3SHTLUxSfG25k { color:#424242;display:block;width:15.8745625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:23.210227966309rem;left:6.6850128173825rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UlIdTFPQgt9llPb84xQHmi4bGIlt002G { color:#424242;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:30.806991577149rem;left:6.6850128173825rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KkbyME7Wh1NXq83OC3DPMTst6pug0Ayt { color:#424242;display:block;width:18.811875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:39.709693908691rem;left:6.6850128173825rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pzmc2luFzdUocEROQg0O28sIGbTNuwqB { position:absolute;display:block;z-index:15027;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.125rem;width:3.125rem;top:14.717231750488rem;left:1.15625rem;overflow:hidden;display:block; }
#wiVxbxTcJGsJSiTKPMIQX4Hvnfc85Jen { position:absolute;display:block;z-index:15028;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.125rem;width:3.125rem;top:22.841798782349rem;left:1.09375rem;overflow:hidden;display:block; }
#H9rioTfxzry0yNV6GTTzEf44JQNxzv8N { position:absolute;display:block;z-index:15029;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.125rem;width:3.125rem;top:30.717666625976rem;left:1.15625rem;overflow:hidden;display:block; }
#Q23uG3KWZzAqrmCTDzvlXagRekLEVdgU { position:absolute;display:block;z-index:15030;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.125rem;width:3.125rem;top:38.529731750488rem;left:1.09375rem;overflow:hidden;display:block; }
#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK { background-color:#8cc63f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { background-color: transparent; background-image: none; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container > .video-iframe-container { display: none; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row > .video-iframe-container { display: none; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .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); }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { border-width: 0; border-radius: 0; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { font-size:0.875rem;font-family:montserrat;height:68.75rem;width:75rem;overflow:visible;position:relative;display:block; }#SayhTEsOFlcKwVNh6k19vrEQcqHCZw6b { color:#ffffff;display:block;width:50.7486875rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.5598974227905rem;left:12.122398376465rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6pSthrA6bedPfpMQe2O0MHNGTcJZlVc { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;top:13.875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#hkk5vE510vr8BSo1W5wVwcS4P3aXHQlR { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:#fafafa;background-image:none;top:14.5625rem;left:20.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.625rem;display:block; }
#NXawUKrzJA0Sak6ts0cn7KdHeEhsNo4R { color:#424242;display:block;width:14.12475rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:22.5625rem;left:22.0625rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2eXG9PEgrMd32f0FOMI2EmfTMxKL0Ol { box-sizing:content-box;height:41.6875rem;width:30.25rem;position:absolute;display:block;z-index:15006;background-color:#4fb96f;background-image:url("https://images.assets-landingi.com/uc/94f7b5de-710e-49fd-97e8-39885e4b2bb0/Heads.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:17.5rem;left:41.687288284302rem;border-top-left-radius:0.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }#i2eXG9PEgrMd32f0FOMI2EmfTMxKL0Ol.adaptive-delivery-prevent-bg, #i2eXG9PEgrMd32f0FOMI2EmfTMxKL0Ol.lazyload, #i2eXG9PEgrMd32f0FOMI2EmfTMxKL0Ol.lazyloading { background-image: none; }
#quywf2QEqeZe16yXxkhnEQU195Z3Gz1J { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:40.75rem;left:20.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.625rem;display:block; }
#iTo7WpNXcqTN1iL9P90yF0oS2FT2wdJd { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;top:40.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Ptf7EerMgfCBsiFPdnufwmNnZrHiaefd { color:#424242;display:block;width:14.1235625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:48.8125rem;left:1.3125rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2PyB7TNDPCVbDfTTDtnZWqq7ZCDWd0Q { color:#424242;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:48.812141418457rem;left:22.062322616577rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEPwvynCqCyEke6AxmDEMDT1UtJBCi3s { color:#424242;display:block;width:14.122375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:22.5625rem;left:1.375rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3qbVTTDFm7uCHii3oUs3q6JyM6MUzwO { box-sizing:content-box;height:24.375rem;width:16.875rem;position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;top:36.679681062698rem;left:56.872835159302rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZSTxUb1d42ndTtA5nviNy7QWQQDrNMwD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18706875rem;width:6.18706875rem;top:15.312500476837rem;left:1.3118495941162rem;overflow:hidden;display:block; }
#TBpfRoCuVIRhTyoobHXTNXFyCLIpUimb { position:absolute;display:block;z-index:15032;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:6.125rem;top:15.781250476837rem;left:22.061632156372rem;overflow:hidden;display:block; }
#NhiXUMeJexoI265l13cD8BZpea5gT9k9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3748125rem;height:3.49935rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.624785423279rem;left:2.7495670318604rem;display:block; }
#bBHfykyp6m6eaDETw2ssrNiIawsgW8AM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rzu5Ql1iwpXTv1saUnxcTgdTtoW2ldlu { background-color:#424242;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.624375rem;height:4.87413125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:42.048613548279rem;left:1.3118495941162rem;display:block; }
#Qkacrzre6sLv89RwrR2exUlLnT9vb7rW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJJSSzo1kVPQLIBQC9GtUhMumHrH0cQg { background-color:#424242;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.624375rem;height:4.87305rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:42.048613548279rem;left:22.061632156372rem;display:block; }
#FTHIUGEuv87teTnrdLClqnTIUPZ9IgFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfZ8A7aEI57fM0vgX6TPTN1vlvJT7JNB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.347035rem;height:3.4715725rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.62478351593rem;left:23.436418533325rem;display:block; }
#JN7OTem03azMvPkngXk6SgFaXBMvGoZi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdXKOAoLmoQ3nV4HXMsxrtJhO7rw6NgP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.347035rem;height:3.4715725rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:58.8125rem;left:23.4375rem;display:block; }
#H1rCGmPHHk0QUTTsx93zu27dFvaWqCMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ouI2a6Lk3zf21eMapGIb8B1HWxtJEPKn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3748125rem;height:3.49935rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:58.8125rem;left:2.75rem;display:block; }
#Evd2EdpZoCi2f9SnGreqk2uQHCPUirqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mp3gSfixird95il0Euxe5kEBgpqLUiMw { position:absolute;display:block;z-index:15038;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.49935rem;width:3.49935rem;top:15.091147422791rem;left:66.6658039093rem;overflow:hidden;display:block; }
#DPmxyBmfpuVvyMDXPVs3vB8P3BozbFEO { position:absolute;display:block;z-index:15037;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.87413125rem;width:4.87413125rem;top:16.897788047791rem;left:68.9509601593rem;overflow:hidden;display:block; }
#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 { background-color:#eef6e2;background-image:url("https://icons.assets-landingi.com/icon_05e1aa8718c9c3c2a1207471d89628b5e7503aac.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.adaptive-delivery-prevent-bg, #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.lazyload, #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7.lazyloading { background-image: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { background-color: transparent; background-image: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container > .video-iframe-container { display: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row > .video-iframe-container { display: none; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .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); }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { border-width: 0; border-radius: 0; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { font-size:0.875rem;font-family:montserrat;height:37.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Q5HaTRQKmOi1ArAM81xEug3RyLTSSeyf { color:#424242;display:block;width:67.8125rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.4218788146973rem;left:3.59375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K8oUJDilQ4SJJs6CqubNW8L2GVmATesC { box-sizing:content-box;height:20rem;width:13.3125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:13.9375rem;left:7.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#R1yPPtT0tTwmQmEAaTrK3TPXhS2KPDTC { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:24.498699188233rem;left:17.498914718628rem; }
#CRykSeXtGeha9frKb82g2xwTb4vmi7Ta { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#8cc63f;background-image:none;top:10.437503814698rem;left:4.375rem;border-top-left-radius:0.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }
#RkCvr2wBEl4bl9eq4JuBVbm7wZzqMPsu { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12413125rem;width:1.12413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.124132156372rem;left:8.7489147186281rem; }
#sTZ7km49EmVGNntOTqoogrhrXJR4HE11 { background-color:#4fb96f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.49964375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.123582839966rem;left:6.435546875rem;display:block; }
#fEuMd8FEQluEg2rM46LefrVTozMriugE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRzVN7oBAfD0mAIRvXM9ltywfx0kb1q4 { box-sizing:content-box;height:20rem;width:13.3125rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:13.9375rem;left:23.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#HT0HWTTVqR34WGq4sttim2b1nr28khGt { box-sizing:content-box;height:20rem;width:13.3125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:13.9375rem;left:40.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#d838eQfFheHE4xHP4iWyTkTwSK2p81R9 { box-sizing:content-box;height:20rem;width:13.3125rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:14.0625rem;left:56.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#p87MyxewZWy1uTgMbDohqEEzcbQsowd6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.624375rem;width:11.1870625rem;top:17.559679031372rem;left:8.1868495941163rem;overflow:hidden;display:block; }
#A1TQofvfufQbndFzAPOWM6gAUgBSIH7A { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3119375rem;width:9.3119375rem;top:15.991299152374rem;left:25.74928855896rem;overflow:hidden;display:block; }
#DNzcHlNdgy4zao4GOkpg2JAs8tSdlUAI { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:24.483486652374rem;left:34.49928855896rem; }
#ScJI9ad66ZMLORFuAxwEQVhEmJGZ4oyS { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.123934268951rem;left:25.186433792114rem; }
#EKymZBnQGHOzc6SUIqXnmpIGi8e3pXcn { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:16rem;left:41.9375rem; }
#QmPZMnUMhihTOfuhTFxp8yFma01TX7y3 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:24.375rem;left:51.25rem; }
#EUsWQ6OXldC6gycRGh2pILrssr5bBgiP { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:9.25rem;top:19.432705402374rem;left:42.529294967651rem;overflow:hidden;display:block; }
#ehqsFzOTGZGq6nFXflTt9xzV25Difwtn { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:16rem;left:58.5rem; }
#PWp2fpx5hPfPwcBT34oqOoDTsarybRNI { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1239375rem;width:1.1239375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:24.375rem;left:67.8125rem; }
#uAsOgoIKPp7JsM5X8V5QogJbK4rW2o4b { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.25rem;top:17.496981143951rem;left:58.966619491577rem;overflow:hidden;display:block; }
#D26dOTemRxT3RG4wr24EmP45Q1Rdn3qA { background-color:#4fb96f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6597225rem;height:3.4715725rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.123483657837rem;left:23.060983657837rem;display:block; }
#qkf3cDu3Q3qaqr2XppLSraiq8Ln7FUUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tEVl4sgOToPLgtTI7hZLHSvkgLPULvpl { background-color:#4fb96f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6597225rem;height:3.4715725rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:27.125rem;left:56.3125rem;display:block; }
#lMsUdda8BmNhMPcVF9LCa0f7pyagcUWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adruH8B4ulV5lIuw0LXn5xa4veFqeAeA { background-color:#4fb96f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.49964375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:27.125rem;left:39.6875rem;display:block; }
#kbzRQJi1qXFEX5nsAk1r5dJSpnILcfmU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { background-color: transparent; background-image: none; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container > .video-iframe-container { display: none; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row > .video-iframe-container { display: none; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .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); }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { border-width: 0; border-radius: 0; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { font-size:0.875rem;font-family:montserrat;height:78.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#l3iTiNXTRWJJhQgtn6PX0644yTdq5ysS { color:#424242;display:block;width:62.624375rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5008877515793rem;left:6.1860790252686rem;height:8.936625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ew27kVE0BxTm8qUXIIVstmk0yHy9feya { color:#8cc63f;display:block;width:21.062rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:19.75rem;left:11.5625rem;height:2.131075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TuwOVoRfo9IThpSG7FCyqkdeQnR2Kys8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.3125rem;left:11.625rem;display:block; }
#SuOwRbcRl68TKnbQhFLUM6eaPaG4xvlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVtE6RlNiHhMpNfOfoT8BTaSBx4CkBtI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8115rem;height:3.311525rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.8125rem;left:11.6875rem;display:block; }
#TVAzZmECHIHWo9g1kCnaubDZIks74MA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0zVZGNmtZQdTUi2u9hP2ehH1fmvXLdM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8115rem;height:3.311525rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.375rem;left:42.75rem;display:block; }
#fZA9ci8s4p22EuP3Kh4kyQMVQrMmvpqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izDLibffyt5rLT9SbGXhl7MXaLePGXQt { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22.875rem;left:42.75rem;display:block; }
#Khnplm4fyvoWm5huhT7O3vcyUBqB632o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HhF2GLDw4IiiAz39FHW5gDMIqv9LeVJz { color:#8cc63f;display:block;width:21.062rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:19.3125rem;left:42.6875rem;height:2.131075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k2mbA0sTdrVPpkalk6Eb2tWdQJVGO1lg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7480625rem;height:3.24805rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:56.25rem;left:11.5rem;display:block; }
#N3rBiCgkJA479bZNbvnpBCcHfqIueDzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pexh188NcZ3xTI8wJ67lQpiTG96rTwra { color:#8cc63f;display:block;width:21.0608125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:52.625rem;left:11.4375rem;height:2.131075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TpiASAEfw6E1I7oy3sgCFiH5CEqAD6Si { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:41.0625rem;left:11.625rem;display:block; }
#TcIgi0Xbl5rKAvCLJzCbMKaF4oCuOk75 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSFio69d927hK74fan8Q86JTeqBxTE7G { color:#8cc63f;display:block;width:21.062rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:37.5rem;left:11.5625rem;height:2.131075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VRHGLzX5sBlMrbt0AWVHuGfVKsAr96o9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7480625rem;height:3.24805rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:41.125rem;left:42.75rem;display:block; }
#wC4JarScPaETP4qM9sqoTJaqkLb9Iyi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGWkldgsxLVoFhHluo2d0fg1VvwphdcE { color:#8cc63f;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:37.5rem;left:41.4375rem;height:2.131075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pNdCgGPmAemEnzwTqyKt51ZeLtDb08KL { box-sizing:content-box;height:16.93725rem;width:28.93675rem;position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;top:16.5rem;left:7.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#nwuWaUOHOoDOFddbgXyCshRBRG5VpRus { box-sizing:content-box;height:16.9360625rem;width:28.9355625rem;position:absolute;display:block;z-index:15004;background-color:#fafafa;background-image:none;top:16.5rem;left:38.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#SDTXRGrvtMhHD1OQzlX7htyTxgFB4JtI { box-sizing:content-box;height:12.5rem;width:28.9375rem;position:absolute;display:block;z-index:15011;background-color:#fafafa;background-image:none;top:35.3125rem;left:7.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#gZUVgyNFM4ZKhVB4V2UvGNyfKmWalH6c { box-sizing:content-box;height:12.5rem;width:28.9375rem;position:absolute;display:block;z-index:15014;background-color:#fafafa;background-image:none;top:35.125rem;left:38.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#vXOEidy4C0gWfeAVDghewNixBdPbwV9g { box-sizing:content-box;height:12.5rem;width:28.93675rem;position:absolute;display:block;z-index:15015;background-color:#fafafa;background-image:none;top:49.75rem;left:7.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#zE0q8yN0i8sT60Z9Thp2icV4mUOTVqBV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7495125rem;width:20.99975rem;top:53.125rem;left:42.625rem;overflow:hidden;display:block; }
#vFpL6UMTfBDyoeRJ4GEMBRC1kLDa5hxK { box-sizing:content-box;height:12.5rem;width:28.9355625rem;position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;top:49.75rem;left:38.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#PAKAX3zDO3tJ6GGrLwuZ6zDHZ1P26Caq { box-sizing:content-box;height:11.0625rem;width:60rem;position:absolute;display:block;z-index:15016;background-color:#8cc63f;background-image:none;top:64.0625rem;left:7.375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#XlDlqIsrryK9q8zKZaS2bP4ZmvmxckG2 { color:#ffffff;display:block;width:21.0608125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:65.5rem;left:27rem;height:2.131075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v4wykd83LXdDqVOEJ1KdMBBhA0W2fUOA { 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.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.0338475rem;height:3.4715725rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:68.999568939206rem;left:16.468099594116rem;display:block; }
#kHcDFKXtKQldXr68iCokIWIieXuw1LnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWN5TSWi1DR96XFf5dEWnrGLZu1Bvxgl { color:#424242;display:block;width:71.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.125354647636rem;left:1.71875rem;height:1.58094375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPwch7lmO8pxTlaebHdE73suTRVT5kVd { position:absolute;display:block;z-index:15047;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.18685rem;width:3.18685rem;top:14.875rem;left:63.625rem;overflow:hidden;display:block; }
#FOV9LwVH1OTFBpO0kI1xBncabPuDJtiT { position:absolute;display:block;z-index:15048;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.375rem;width:4.375rem;top:16.5rem;left:66.5rem;overflow:hidden;display:block; }
#n4GLW1MuckP9lQcdFmpmdiG7Wmo2yhz9 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:10.811625rem;top:45.756296157837rem;left:63.560113906862rem;overflow:hidden;display:block; }
#iH5ppdE0Ikni1i66T0PnMw4iP9iJaoiP { position:absolute;display:block;z-index:15049;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.375rem;width:4.375rem;top:34.029949188233rem;left:6.1859836578369rem;overflow:hidden;display:block; }
#ihrTTd2n72zFFfl5yec6EubQIit68kVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { background-color: transparent; background-image: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container > .video-iframe-container { display: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container { display: none; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .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); }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { border-width: 0; border-radius: 0; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { font-size:0.875rem;font-family:montserrat;height:72.8125rem;width:75rem;position:relative;display:block; }#Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57d955fb-acb0-4713-8c3c-9ea3fef27a7f/IMG_0231.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:4.625rem;left:0rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.adaptive-delivery-prevent-bg, #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.lazyload, #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr.lazyloading { background-image: none; }
#VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { box-sizing:content-box;height:31.25rem;width:21.4375rem;position:absolute;display:block;z-index:15026;background-color:#4fb96f;background-image:none;top:21.624641418457rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { box-sizing:content-box;height:31.25rem;width:21.4375rem;position:absolute;display:block;z-index:15028;background-color:#4fb96f;background-image:none;top:21.686790466309rem;left:53.686964035034rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:26.341552734375rem;left:2.530517578125rem;height:4.75043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:32.31201171875rem;left:2.530517578125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { box-sizing:content-box;height:31.25rem;width:21.4375rem;position:absolute;display:block;z-index:15027;background-color:#4fb96f;background-image:none;top:21.686790466309rem;left:26.874998092651rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57d955fb-acb0-4713-8c3c-9ea3fef27a7f/IMG_0231.JPG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:21.75rem;left:26.875rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.adaptive-delivery-prevent-bg, #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.lazyload, #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3.lazyloading { background-image: none; }
#cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { box-sizing:content-box;height:48.1875rem;width:21.3125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57d955fb-acb0-4713-8c3c-9ea3fef27a7f/IMG_0231.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:4.625rem;left:53.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }#cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.adaptive-delivery-prevent-bg, #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.lazyload, #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu.lazyloading { background-image: none; }
#Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { color:#424242;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.9375rem;left:25rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MsTEOif5CN8rKZ7wFPLZEIMPEfEyLVy1 { color:#424242;display:block;width:15.99975rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:16.561279296875rem;left:29.498291015625rem;height:3.16189375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7DioAeIixpZApm8kt4U7DMzFVIOa3VA { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:37.061767578125rem;left:2.686767578125rem;height:10.2386875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfy2t7WRpTTdaMsepAvWeGaULTlpZZaL { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:36.125rem;left:29.5625rem;height:13.1640625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKHMBthgmzBGGtTvTFbWuPpyT12ar7TM { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:25.4375rem;left:29.375rem;height:4.75043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VSMGIxz0yQaJSSCTsSWkxnoegthn30oW { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:31.375rem;left:29.375rem;height:3.89756875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K8nzilJ8RBe5U6VO1k3wyxvpIL6qb5W2 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:37.061767578125rem;left:56.3427734375rem;height:8.7760625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zv7vlvxRGhQvfENQ9TyowkE8IlbayT3z { color:#ffffff;display:block;width:20.06225rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:32.31201171875rem;left:54.278564453125rem;height:3.89756875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n5fGVTqHUG2dSq1KJhFUyHuoKTwE22V6 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:26.341552734375rem;left:56.1865234375rem;height:4.75043125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0SNsDruRamg6TfPhnFvmK4xyi16cuJi { position:absolute;display:block;z-index:15043;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.87478125rem;width:3.87478125rem;top:4.6234812736511rem;left:48.309465408325rem;overflow:hidden;display:block; }
#IcDoNDzVX18FGRSswDCri5IlmEhIWZwP { position:absolute;display:block;z-index:15044;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.8737rem;width:3.8737rem;top:47.298179149628rem;left:54.540582656861rem;overflow:hidden;display:block; }
#lBWqXusuuJ94I0C1QAME0lZdy2g3cA32 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:50.175783157349rem;left:53.399959031372rem;overflow:hidden;display:block; }
#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#4fb96f;background-image:url("https://icons.assets-landingi.com/icon_135b47d9ec5dac925823ab7a21e418505ce0e896.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.adaptive-delivery-prevent-bg, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyload, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyloading { background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { border-width: 0; border-radius: 0; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { font-size:0.875rem;font-family:montserrat;height:59.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#PsNMTNky5v048FaCRPf5PvgDlwSce9gg { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:4.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.11279296875rem;left:4.593505859375rem;height:4.0625rem;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; }
#UDc7CI1l89UTNUAHFVGsr2ebQ8XnGDOb { color:#ffffff;display:block;width:33.562rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:9.686279296875rem;left:4.593505859375rem;height:5.77514375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RUDztWgwTEQLkzgpNTUVwgqTJX0a0FWG { 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.125rem solid #424242;border-left:0.125rem solid #424242;border-right:0.125rem solid #424242;border-bottom:0.125rem solid #424242;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#424242;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874625rem;height:3.49964375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.747802734375rem;left:4.593505859375rem;display:block; }
#zMQhfJyxH3AoJne2ydDTsOQtaTVzcsRE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AUtTBiQqyQ7M2wKKdBZlyMDvwQ73zP8D { position:absolute;display:block;z-index:15035;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.561625rem;width:44.1861875rem;top:30.643434524536rem;left:4.5930995941162rem;overflow:hidden;display:block; }
#xGAzZlmDpC1zOorxZB3hVrIJ5p1STvRe { box-sizing:content-box;height:38.499375rem;width:36.1870625rem;position:absolute;display:block;z-index:14997;background-color:#8cc63f;background-image:none;top:19.580079078674rem;left:28.276910781861rem;border-top-left-radius:9.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NfHVvEot4KbQ9zmmuRvQLEulab9TARua { box-sizing:content-box;height:41.9365rem;width:30.249rem;position:absolute;display:block;z-index:14999;background-color:#4fb96f;background-image:url("https://images.assets-landingi.com/uc/e14c4276-4ea4-4d95-8bab-e45869558f7b/IMG_0108.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.625rem;left:44.750436782837rem;border-top-left-radius:0.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }#NfHVvEot4KbQ9zmmuRvQLEulab9TARua.adaptive-delivery-prevent-bg, #NfHVvEot4KbQ9zmmuRvQLEulab9TARua.lazyload, #NfHVvEot4KbQ9zmmuRvQLEulab9TARua.lazyloading { background-image: none; }
#gak90KAENL6TTt2HxngDfJqrwHcJUGpm { 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:4.87413125rem;width:4.87413125rem;top:18.466798305511rem;left:35.061849594116rem;overflow:hidden;display:block; }
#fZwx4tdwGthvUZrssBQxMgPGcK8lZ0T1 { position:absolute;display:block;z-index:15037;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.87478125rem;width:3.87478125rem;top:22.356772899628rem;left:33.024091720581rem;overflow:hidden;display:block; }
#vEgXuL9JVQIi9040P5O8qPbFdQv1OZnq { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:18.402778148651rem;left:18.872613906861rem;overflow:hidden;display:block; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_e94996c379b34414f11547d1107e8017b49fdcfc.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:montserrat;height:41.0625rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:montserrat;color:#424242; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.5;overflow:hidden;height:auto;font-family:montserrat;color:#424242; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger.adaptive-delivery-prevent-bg, #g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger.lazyload, #g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger.lazyloading { background-image: none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L { box-sizing:content-box;height:auto;width:69.31125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15045;background-color:#fafafa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.125rem;left:1.625rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #c2AhDgzRhhQLzueP1v5WR1frPpaKdk7E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #iElkwogPdsDpG2WRZtL3AJkhglp6zNzk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sJwHPW38CFxoOygGcdGmDqffcH5lz5pg { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #etJRVNSQ89QUkwSI954i4mbsy84214u4 {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #mtECwMBk8iTnvgHoLqZg4dbgJi4zA9aD {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #LP1MGS6o2ubIE47lESo6dg5k1KxFNE5a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #BIJ6WaHpu6ddw4SyvFNKouTowuDXRGoV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PvrFcos2M7HXUSJfBpOxygfG40p5B0Oi { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #FB0rzlffxevVR5CRPiQ3wCEwRlU5oHW9 {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #aQ0p2EPEV4WHSTPHMNmMfD29WtaXHmfW { display:none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #u1Kba4gVPMlKAmN04TXuoGx8rC2koLzh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #yqav6bRKy3uzzAUOi9iFZUVxI4GZ7vRy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sqQmGuiTZE26UwOcXXwW7NPPUgtmAcFI { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #lvsgAqDwFXKf7GTQnuOR7Z0cPuTpAdPa {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #Ecs88L3JUGMuqDyDVuTWkUEav10fJF9F { display:none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #tbsnT3yTTUHbIMTPtMFinnmxuq6Cmaeh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PPzno5bngsiFbBAThqikqwT22uf3uMWy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #HHLNxEXBPa2BgOuOCJ0XqZQL8zFtX4FT { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #AVRwFTKAZTTQnlrJaFpQqfauETtvEMdK {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sPcXZoTtcflr38mGwfGMHdIeu1TPQ8FO { display:none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xeSu06n7IpMFDomgHdZpPSO9qo4qrfZg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PCiVk08iOcuADglxhTtlI8Aw90DsGi7x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #ezGhz9JrvyQxQ7UNtfwrRVf2Eftw76Vx { display:block;position:relative; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #egDJZTZbxym9wmvknqhtTJPxZ9m9clqD {  }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xcrPDAOCdOxNvZlp87Q1O8VqLG0bcyoI { display:none; }
#SLw138yemTlqP1figDhcKkXWbJSiqJAa { color:#424242;display:block;width:44.124625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:2.83420586586rem;left:15.437284469604rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTpDUuOHEtnuu5v4T1SFf7x19Vgu01vV { box-sizing:content-box;height:7.5625rem;width:74.375rem;position:absolute;display:block;z-index:14998;background-color:#8cc63f;background-image:none;top:8.75rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#drXLehULqsPJsOby2sOgLnPvkkF7AoIH { background-color:#4fb96f;background-image:url("https://icons.assets-landingi.com/icon_46a1a6cb2c8abb12df309077950b2b823be63343.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH.adaptive-delivery-prevent-bg, #drXLehULqsPJsOby2sOgLnPvkkF7AoIH.lazyload, #drXLehULqsPJsOby2sOgLnPvkkF7AoIH.lazyloading { background-image: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { background-color: transparent; background-image: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container > .video-iframe-container { display: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row > .video-iframe-container { display: none; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .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); }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { border-width: 0; border-radius: 0; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { font-size:0.875rem;font-family:montserrat;height:43.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#gO3dePJaQm8rHauIybShVvumLnkfMRZH { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:4.4375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.4375rem;left:1.875rem;height:8.875875rem;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; }
#lBgPTZQEG37IPLKOThpB6DATF4maekTP { color:#ffffff;display:block;width:32.874375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:17.16690826416rem;left:1.875rem;height:6.0384125rem;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; }
#lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w { box-sizing:content-box;height:32.4375rem;width:34.875rem;position:absolute;display:block;z-index:15000;background-color:#4fb96f;background-image:url("https://images.assets-landingi.com/uc/33ccf93d-5c36-4131-bfe1-ca922074584d/IMG_5663.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.96875rem;left:38.625rem;border-top-left-radius:0.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }#lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.adaptive-delivery-prevent-bg, #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.lazyload, #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w.lazyloading { background-image: none; }
#ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30.989582061767rem;left:16.8125rem; }
#ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:30.989582061767rem;left:10.5625rem; }
#IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#JMWDEOZGCvRsdA0OosxgtyXTRvLVwZTu { color:#8cc63f;display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:28rem;left:4.5911483764649rem;height:2.2753875rem;font-style:normal;display:block; }
#Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:30.875rem;left:4.5625rem; }
#Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; }#nNNKV2I7HNkLogzzparEmCbDqWAmF5Zu { box-sizing:content-box;height:12.5rem;width:52.125rem;position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;top:25.5625rem;left:1.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB { 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; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { background-color: transparent; background-image: none; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container > .video-iframe-container { display: none; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row > .video-iframe-container { display: none; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .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); }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { border-width: 0; border-radius: 0; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#rETJuplfNVdWdeIR8vpTdWdvN1CM9pK9 { color:#8cc63f;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:3.0625rem;left:66.5rem;height:1.22395625rem;font-style:normal;display:block; }
#szDquptKyKrQuoGPd5gXlLfAhTHRD8vh { color:#8cc63f;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:3.125rem;left:49.4375rem;height:1.22395625rem;font-style:normal;display:block; }
#vIyPzEcmJoTD7Nf0N21nGsSwNVME5Wru { 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:15025;top:2.9375rem;left:47.5625rem; }
#VomKtMWaVvFbAZrGgV7SKlqDUoS4gLSK { 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:15024;top:2.9375rem;left:64.6875rem; }
#B2gMbNavo0s4IUWZfwz5ZfTrC3ZiXRob { position:absolute;display:block;z-index:15033;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.4987rem;width:12.434875rem;top:1.78125rem;left:2.1848983764649rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH { display:block; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJyTrXDCDlaCLRvkSHucfoJFrSK5LlVt { top:0.9375rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGpSlZTNz7CmtBDmdiml0Zw1FS41P61 { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGauBbdZ1LFN1sGOONpLpXn6W2lGS8XX { display:block; }
 }@media only screen and (max-width: 763px) { #LGM0yNySwWxNcPXXLvb4oDMMRcebub66 { width:7.5rem;height:2.5rem;top:1.875rem;left:14.123483657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtJMJ3danvybVlEouTvvo0CzTIINQHW { display:block; }
 }@media only screen and (max-width: 763px) { #u7RzmULtsnZcJQtgqqlzl1dG4Q3Fr5Mo { width:6.75rem;height:2.5rem;top:1.875rem;left:6.7482662200925rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6O3zVax2SKO8lHwfuzUqTeOGiAKf0Ks { display:block; }
 }@media only screen and (max-width: 763px) { #k6Tx0s92NiyRLNQIJekUFkBgnK7sIcPa { top:1.5625rem;left:0rem;width:10.9375rem;height:3.1078446972711rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTyKC5T7QOH6eZhErdEMSI9NxFn1STJ { width:8.875rem;height:2.5rem;top:1.875rem;left:22.414499282837rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHHOUl89ri6KP7CL4kLqQ9SKSHHWX8Q5 { display:block; }
 }@media only screen and (max-width: 763px) { #qUlgbFWWo3FQ0gGQXKJ3s6nihVSNwlZV { width:4.125rem;height:2.5rem;top:1.875rem;left:32.290803909302rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrH087ID7UvJviVZB0OLdHwSvNcA75Sr { display:block; }
 }@media only screen and (max-width: 763px) { #SMyT8KO4TyOKwtPKOhccsGzAlXu3TdTz { width:10.0625rem;height:2.5rem;top:1.875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDe4qenCnCNMXq6d0RLmx8qDt4kwZ5Jt { display:block; }
 }@media only screen and (max-width: 763px) { #AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok { display:block; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCIavPmzDOnrts0M3ChBVmwotgAJM8AK { top:2.1875rem;left:0rem;width:36.125rem;height:14.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpJlTtBaoPUn3EN9Dikasse6SmB7viOi { top:18.6875rem;left:0rem;width:26.9375rem;height:16.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvJNSXm73FkCKn6JeFf66p3hu8wvqx5 { width:17.8125rem;height:3.4375rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFRApz8l8eTzpTaOLxEcEhswtQEmCulb { display:block; }
 }@media only screen and (max-width: 763px) { #FOXEVdWJIsRee43ZZzXPDFdCvxibaRux { top:19.125rem;left:10.5rem;width:37.1875rem;height:31.759219429017rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbkPoGXtwS5VhON0yMM5Pz2uHkD3iqN6 { top:7.5625rem;left:17.75rem;width:30rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ78g7WQQg0TNAzuAgfh9qBeGSkcHunb { top:15.4375rem;left:42.875rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKaVSbeisfDoZf9tfQfLzOLHnU9cnvI3 { top:13.6875rem;left:44.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDv1P7AwypIAMQwnHO6W26ocR3h1sfM { top:45.9375rem;left:17.317926406861rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGZSyPG2IkIUKqVJQkS1IlQ1JXqWGChu { top:39.1875rem;left:1.3526477813721rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w { display:block; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 { display:block; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhN9qm9py2tkgdTTBMrxuCIK64ZDNV69 { top:3.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZkSl4M6pLvgfespkVqg6l3qugTVBOSO { top:23.0625rem;left:0rem;width:22.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMhB5X6t5VJctfi15AUC8I6QahQLRszX { top:8.625rem;left:0.81103515625rem;width:46.0625rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTkwR8DgbhPuU2kPduMBlzVTDRUr5Iw { top:15.0625rem;left:0rem;width:47.75rem;height:26.812420833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzmXWBoy7IPgioeC6fPMaX6rftWoKJT8 { top:42.4375rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhy5ERdDh2RCdzGBMhJzG6Qrouir8QJR { top:38.6875rem;left:42.5rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { top:3.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { top:13.625rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { top:13.4375rem;left:0rem;width:13rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwodoiHIhPQqFC7RP6DfdL9weetRslIJ { top:21.6875rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6Bb5twMEB57LBnTv2nCQS2MNqG4xTR { top:21.75rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcEmR14tOTyD9lvyMMyN1xpReJPc4iKm { top:38.25rem;left:0rem;width:12.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyWZKgoTVnDrdR1ARqDXaKHc1Ml6Lhl { top:37.375rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIkJPM4Te7PvDuILeROLbv9BFvFpec6L { top:29.3125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeWJ2dfzScRyd9umtdITsUFd90dAqJfk { top:29.4375rem;left:0rem;width:16.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpqxCaWNPa51KodNyQbogPZtfT55UFRq { top:15.4375rem;left:2.25rem;width:45.5rem;height:25.46427390736rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlT8lk2bIs4vLGJvmPJfbOzvtrgK1zlO { top:9.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJB1Bme1tTpkKubGMPhL24Gp7SmATLsy { top:17.8125rem;left:25.25rem;width:22.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DyaoKsiQeNGnA3se1tvGTGqDvX6NH6 { top:14.75rem;left:0rem;width:15.875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccTFtFg7R9kGNmIF2Ud3SHTLUxSfG25k { top:23.1875rem;left:0rem;width:15.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlIdTFPQgt9llPb84xQHmi4bGIlt002G { top:30.75rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbyME7Wh1NXq83OC3DPMTst6pug0Ayt { top:39.6875rem;left:0rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzmc2luFzdUocEROQg0O28sIGbTNuwqB { top:14.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiVxbxTcJGsJSiTKPMIQX4Hvnfc85Jen { top:22.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rioTfxzry0yNV6GTTzEf44JQNxzv8N { top:30.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23uG3KWZzAqrmCTDzvlXagRekLEVdgU { top:38.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK { display:block; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SayhTEsOFlcKwVNh6k19vrEQcqHCZw6b { top:2.5rem;left:0rem;width:47.75rem;height:8.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6pSthrA6bedPfpMQe2O0MHNGTcJZlVc { top:13.875rem;left:0rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkk5vE510vr8BSo1W5wVwcS4P3aXHQlR { top:14.5625rem;left:7.0625rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXawUKrzJA0Sak6ts0cn7KdHeEhsNo4R { top:22.5rem;left:8.4373226165769rem;width:14.0625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2eXG9PEgrMd32f0FOMI2EmfTMxKL0Ol { top:17.5rem;left:17.5rem;width:30.25rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quywf2QEqeZe16yXxkhnEQU195Z3Gz1J { top:40.75rem;left:7.0625rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTo7WpNXcqTN1iL9P90yF0oS2FT2wdJd { top:40.0625rem;left:0rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptf7EerMgfCBsiFPdnufwmNnZrHiaefd { top:48.8125rem;left:0rem;width:14.0625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2PyB7TNDPCVbDfTTDtnZWqq7ZCDWd0Q { top:48.75rem;left:8.4373226165769rem;width:14.375rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEPwvynCqCyEke6AxmDEMDT1UtJBCi3s { top:22.5625rem;left:0rem;width:14.0625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3qbVTTDFm7uCHii3oUs3q6JyM6MUzwO { top:36.625rem;left:30.875rem;width:16.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTxUb1d42ndTtA5nviNy7QWQQDrNMwD { top:15.3125rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpfRoCuVIRhTyoobHXTNXFyCLIpUimb { top:15.75rem;left:8.4366321563719rem;width:6.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhiXUMeJexoI265l13cD8BZpea5gT9k9 { width:11.3125rem;height:3.4375rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBHfykyp6m6eaDETw2ssrNiIawsgW8AM { display:block; }
 }@media only screen and (max-width: 763px) { #Rzu5Ql1iwpXTv1saUnxcTgdTtoW2ldlu { width:6.5625rem;height:4.8125rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkacrzre6sLv89RwrR2exUlLnT9vb7rW { display:block; }
 }@media only screen and (max-width: 763px) { #PJJSSzo1kVPQLIBQC9GtUhMumHrH0cQg { width:6.5625rem;height:4.8125rem;top:42rem;left:8.4366321563719rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHIUGEuv87teTnrdLClqnTIUPZ9IgFB { display:block; }
 }@media only screen and (max-width: 763px) { #MfZ8A7aEI57fM0vgX6TPTN1vlvJT7JNB { width:11.3125rem;height:3.4375rem;top:32.5625rem;left:9.811418533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7OTem03azMvPkngXk6SgFaXBMvGoZi { display:block; }
 }@media only screen and (max-width: 763px) { #FdXKOAoLmoQ3nV4HXMsxrtJhO7rw6NgP { width:11.3125rem;height:3.4375rem;top:58.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1rCGmPHHk0QUTTsx93zu27dFvaWqCMZ { display:block; }
 }@media only screen and (max-width: 763px) { #ouI2a6Lk3zf21eMapGIb8B1HWxtJEPKn { width:11.3125rem;height:3.4375rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evd2EdpZoCi2f9SnGreqk2uQHCPUirqP { display:block; }
 }@media only screen and (max-width: 763px) { #mp3gSfixird95il0Euxe5kEBgpqLUiMw { top:15.0625rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmxyBmfpuVvyMDXPVs3vB8P3BozbFEO { top:16.875rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 { display:block; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5HaTRQKmOi1ArAM81xEug3RyLTSSeyf { top:3.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8oUJDilQ4SJJs6CqubNW8L2GVmATesC { top:13.9375rem;left:0rem;width:13.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yPPtT0tTwmQmEAaTrK3TPXhS2KPDTC { top:24.4375rem;left:3.8739147186279rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRykSeXtGeha9frKb82g2xwTb4vmi7Ta { top:10.4375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkCvr2wBEl4bl9eq4JuBVbm7wZzqMPsu { top:16.0625rem;left:0rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZ7km49EmVGNntOTqoogrhrXJR4HE11 { width:14.6875rem;height:3.4375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuMd8FEQluEg2rM46LefrVTozMriugE { display:block; }
 }@media only screen and (max-width: 763px) { #mRzVN7oBAfD0mAIRvXM9ltywfx0kb1q4 { top:13.9375rem;left:10.125rem;width:13.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0HWTTVqR34WGq4sttim2b1nr28khGt { top:13.9375rem;left:26.875rem;width:13.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #d838eQfFheHE4xHP4iWyTkTwSK2p81R9 { top:14.0625rem;left:34.4375rem;width:13.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #p87MyxewZWy1uTgMbDohqEEzcbQsowd6 { top:17.5rem;left:0rem;width:11.125rem;height:6.5876249350533rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TQofvfufQbndFzAPOWM6gAUgBSIH7A { top:15.9375rem;left:12.12428855896rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNzcHlNdgy4zao4GOkpg2JAs8tSdlUAI { top:24.4375rem;left:20.87428855896rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScJI9ad66ZMLORFuAxwEQVhEmJGZ4oyS { top:16.0625rem;left:11.561433792114rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKymZBnQGHOzc6SUIqXnmpIGi8e3pXcn { top:16rem;left:28.3125rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmPZMnUMhihTOfuhTFxp8yFma01TX7y3 { top:24.375rem;left:37.625rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUsWQ6OXldC6gycRGh2pILrssr5bBgiP { top:19.375rem;left:28.904294967651rem;width:9.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehqsFzOTGZGq6nFXflTt9xzV25Difwtn { top:16rem;left:44.875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWp2fpx5hPfPwcBT34oqOoDTsarybRNI { top:24.375rem;left:46.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAsOgoIKPp7JsM5X8V5QogJbK4rW2o4b { top:17.4375rem;left:38.5rem;width:9.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26dOTemRxT3RG4wr24EmP45Q1Rdn3qA { width:14.625rem;height:3.4375rem;top:27.0625rem;left:9.4359836578369rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkf3cDu3Q3qaqr2XppLSraiq8Ln7FUUo { display:block; }
 }@media only screen and (max-width: 763px) { #tEVl4sgOToPLgtTI7hZLHSvkgLPULvpl { width:14.625rem;height:3.4375rem;top:27.125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsUdda8BmNhMPcVF9LCa0f7pyagcUWX { display:block; }
 }@media only screen and (max-width: 763px) { #adruH8B4ulV5lIuw0LXn5xa4veFqeAeA { width:14.625rem;height:3.4375rem;top:27.125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzRQJi1qXFEX5nsAk1r5dJSpnILcfmU { display:block; }
 }@media only screen and (max-width: 763px) { #B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW { display:block; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3iTiNXTRWJJhQgtn6PX0644yTdq5ysS { top:2.5rem;left:0rem;width:47.75rem;height:8.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew27kVE0BxTm8qUXIIVstmk0yHy9feya { top:19.75rem;left:0rem;width:21rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwOVoRfo9IThpSG7FCyqkdeQnR2Kys8 { width:20.75rem;height:3.25rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuOwRbcRl68TKnbQhFLUM6eaPaG4xvlT { display:block; }
 }@media only screen and (max-width: 763px) { #CVtE6RlNiHhMpNfOfoT8BTaSBx4CkBtI { width:20.6875rem;height:3.1875rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAzZmECHIHWo9g1kCnaubDZIks74MA5 { display:block; }
 }@media only screen and (max-width: 763px) { #G0zVZGNmtZQdTUi2u9hP2ehH1fmvXLdM { width:20.6875rem;height:3.1875rem;top:27.375rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZA9ci8s4p22EuP3Kh4kyQMVQrMmvpqp { display:block; }
 }@media only screen and (max-width: 763px) { #izDLibffyt5rLT9SbGXhl7MXaLePGXQt { width:20.75rem;height:3.25rem;top:22.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khnplm4fyvoWm5huhT7O3vcyUBqB632o { display:block; }
 }@media only screen and (max-width: 763px) { #HhF2GLDw4IiiAz39FHW5gDMIqv9LeVJz { top:19.3125rem;left:26.75rem;width:21rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2mbA0sTdrVPpkalk6Eb2tWdQJVGO1lg { width:20.625rem;height:3.125rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rBiCgkJA479bZNbvnpBCcHfqIueDzd { display:block; }
 }@media only screen and (max-width: 763px) { #pexh188NcZ3xTI8wJ67lQpiTG96rTwra { top:52.625rem;left:0rem;width:21rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpiASAEfw6E1I7oy3sgCFiH5CEqAD6Si { width:20.75rem;height:3.25rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcIgi0Xbl5rKAvCLJzCbMKaF4oCuOk75 { display:block; }
 }@media only screen and (max-width: 763px) { #nSFio69d927hK74fan8Q86JTeqBxTE7G { top:37.5rem;left:0rem;width:21rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRHGLzX5sBlMrbt0AWVHuGfVKsAr96o9 { width:20.625rem;height:3.125rem;top:41.125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC4JarScPaETP4qM9sqoTJaqkLb9Iyi3 { display:block; }
 }@media only screen and (max-width: 763px) { #UGWkldgsxLVoFhHluo2d0fg1VvwphdcE { top:37.5rem;left:24.3125rem;width:23.4375rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNdCgGPmAemEnzwTqyKt51ZeLtDb08KL { top:16.5rem;left:0rem;width:28.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwuWaUOHOoDOFddbgXyCshRBRG5VpRus { top:16.5rem;left:18.875rem;width:28.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTXRGrvtMhHD1OQzlX7htyTxgFB4JtI { top:35.3125rem;left:0rem;width:28.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZUVgyNFM4ZKhVB4V2UvGNyfKmWalH6c { top:35.125rem;left:18.875rem;width:28.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXOEidy4C0gWfeAVDghewNixBdPbwV9g { top:49.75rem;left:0rem;width:28.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE0q8yN0i8sT60Z9Thp2icV4mUOTVqBV { top:53.125rem;left:26.8125rem;width:20.9375rem;height:5.7322788874206rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFpL6UMTfBDyoeRJ4GEMBRC1kLDa5hxK { top:49.75rem;left:18.875rem;width:28.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAKAX3zDO3tJ6GGrLwuZ6zDHZ1P26Caq { top:64.0625rem;left:0rem;width:47.75rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlDlqIsrryK9q8zKZaS2bP4ZmvmxckG2 { top:65.5rem;left:13.375rem;width:21rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wykd83LXdDqVOEJ1KdMBBhA0W2fUOA { width:42rem;height:3.4375rem;top:68.9375rem;left:2.8430995941162rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcDFKXtKQldXr68iCokIWIieXuw1LnO { display:block; }
 }@media only screen and (max-width: 763px) { #GWN5TSWi1DR96XFf5dEWnrGLZu1Bvxgl { top:12.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPwch7lmO8pxTlaebHdE73suTRVT5kVd { top:14.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOV9LwVH1OTFBpO0kI1xBncabPuDJtiT { top:16.5rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4GLW1MuckP9lQcdFmpmdiG7Wmo2yhz9 { top:45.75rem;left:37rem;width:10.75rem;height:11.496595100182rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH5ppdE0Ikni1i66T0PnMw4iP9iJaoiP { top:34rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihrTTd2n72zFFfl5yec6EubQIit68kVk { display:block; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { top:4.625rem;left:0rem;width:21.3125rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { top:21.5625rem;left:0rem;width:21.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { top:21.625rem;left:26.3125rem;width:21.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { top:26.3125rem;left:0rem;width:16.25rem;height:4.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { top:32.25rem;left:0rem;width:16.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { top:21.625rem;left:13.249998092651rem;width:21.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { top:21.75rem;left:13.25rem;width:21.25rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { top:4.625rem;left:26.4375rem;width:21.3125rem;height:48.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { top:6.9375rem;left:11.375rem;width:25rem;height:8.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTEOif5CN8rKZ7wFPLZEIMPEfEyLVy1 { top:16.5rem;left:15.873291015625rem;width:15.9375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DioAeIixpZApm8kt4U7DMzFVIOa3VA { top:37rem;left:0rem;width:15.9375rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfy2t7WRpTTdaMsepAvWeGaULTlpZZaL { top:36.125rem;left:15.9375rem;width:15.9375rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKHMBthgmzBGGtTvTFbWuPpyT12ar7TM { top:25.4375rem;left:15.75rem;width:16.25rem;height:4.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSMGIxz0yQaJSSCTsSWkxnoegthn30oW { top:31.375rem;left:15.75rem;width:16.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8nzilJ8RBe5U6VO1k3wyxvpIL6qb5W2 { top:37rem;left:31.8125rem;width:15.9375rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv7vlvxRGhQvfENQ9TyowkE8IlbayT3z { top:32.25rem;left:27.6875rem;width:20rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5fGVTqHUG2dSq1KJhFUyHuoKTwE22V6 { top:26.3125rem;left:31.5rem;width:16.25rem;height:4.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0SNsDruRamg6TfPhnFvmK4xyi16cuJi { top:4.5625rem;left:34.684465408325rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcDoNDzVX18FGRSswDCri5IlmEhIWZwP { top:47.25rem;left:40.915582656861rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBWqXusuuJ94I0C1QAME0lZdy2g3cA32 { top:50.125rem;left:39.774959031372rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { top:3.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDc7CI1l89UTNUAHFVGsr2ebQ8XnGDOb { top:9.625rem;left:0rem;width:33.5rem;height:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDztWgwTEQLkzgpNTUVwgqTJX0a0FWG { width:17.8125rem;height:3.4375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQhfJyxH3AoJne2ydDTsOQtaTVzcsRE { display:block; }
 }@media only screen and (max-width: 763px) { #AUtTBiQqyQ7M2wKKdBZlyMDvwQ73zP8D { top:30.625rem;left:0rem;width:44.125rem;height:24.527612913538rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGAzZlmDpC1zOorxZB3hVrIJ5p1STvRe { top:19.5625rem;left:11.25rem;width:36.125rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfHVvEot4KbQ9zmmuRvQLEulab9TARua { top:10.625rem;left:17.5625rem;width:30.1875rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gak90KAENL6TTt2HxngDfJqrwHcJUGpm { top:18.4375rem;left:21.436849594116rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwx4tdwGthvUZrssBQxMgPGcK8lZ0T1 { top:22.3125rem;left:19.399091720581rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEgXuL9JVQIi9040P5O8qPbFdQv1OZnq { top:18.375rem;left:5.2476139068604rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L { display:flex;height:auto;width:45.25rem;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #c2AhDgzRhhQLzueP1v5WR1frPpaKdk7E {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #iElkwogPdsDpG2WRZtL3AJkhglp6zNzk {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sJwHPW38CFxoOygGcdGmDqffcH5lz5pg {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #etJRVNSQ89QUkwSI954i4mbsy84214u4 {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #mtECwMBk8iTnvgHoLqZg4dbgJi4zA9aD {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #LP1MGS6o2ubIE47lESo6dg5k1KxFNE5a {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #BIJ6WaHpu6ddw4SyvFNKouTowuDXRGoV {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PvrFcos2M7HXUSJfBpOxygfG40p5B0Oi {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #FB0rzlffxevVR5CRPiQ3wCEwRlU5oHW9 {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #aQ0p2EPEV4WHSTPHMNmMfD29WtaXHmfW {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #u1Kba4gVPMlKAmN04TXuoGx8rC2koLzh {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #yqav6bRKy3uzzAUOi9iFZUVxI4GZ7vRy {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sqQmGuiTZE26UwOcXXwW7NPPUgtmAcFI {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #lvsgAqDwFXKf7GTQnuOR7Z0cPuTpAdPa {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #Ecs88L3JUGMuqDyDVuTWkUEav10fJF9F {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #tbsnT3yTTUHbIMTPtMFinnmxuq6Cmaeh {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PPzno5bngsiFbBAThqikqwT22uf3uMWy {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #HHLNxEXBPa2BgOuOCJ0XqZQL8zFtX4FT {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #AVRwFTKAZTTQnlrJaFpQqfauETtvEMdK {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sPcXZoTtcflr38mGwfGMHdIeu1TPQ8FO {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xeSu06n7IpMFDomgHdZpPSO9qo4qrfZg {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PCiVk08iOcuADglxhTtlI8Aw90DsGi7x {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #ezGhz9JrvyQxQ7UNtfwrRVf2Eftw76Vx {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #egDJZTZbxym9wmvknqhtTJPxZ9m9clqD {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xcrPDAOCdOxNvZlp87Q1O8VqLG0bcyoI {  }
 }@media only screen and (max-width: 763px) { #SLw138yemTlqP1figDhcKkXWbJSiqJAa { width:44.0625rem;height:3.0625rem;top:2.8125rem;left:1.8122844696045rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTpDUuOHEtnuu5v4T1SFf7x19Vgu01vV { top:8.75rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drXLehULqsPJsOby2sOgLnPvkkF7AoIH { display:block; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gO3dePJaQm8rHauIybShVvumLnkfMRZH { top:6.4375rem;left:0rem;width:39.4375rem;height:8.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBgPTZQEG37IPLKOThpB6DATF4maekTP { top:17.125rem;left:0rem;width:32.8125rem;height:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w { top:3.9375rem;left:12.875rem;width:34.875rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT { top:30.9375rem;left:3.1875rem;width:4.6875rem;height:4.6875rem;display:block; }
#ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f { top:30.9375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
#IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #JMWDEOZGCvRsdA0OosxgtyXTRvLVwZTu { top:28rem;left:0rem;width:23.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H { top:30.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
#Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H > img { max-width: 100%;max-height:100%; width:4.6875rem; height:4.6875rem; } }@media only screen and (max-width: 763px) { #nNNKV2I7HNkLogzzparEmCbDqWAmF5Zu { top:25.5625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB { display:block; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rETJuplfNVdWdeIR8vpTdWdvN1CM9pK9 { top:3.0625rem;left:40.1875rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szDquptKyKrQuoGPd5gXlLfAhTHRD8vh { top:3.125rem;left:35.375rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIyPzEcmJoTD7Nf0N21nGsSwNVME5Wru { top:2.9375rem;left:33.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VomKtMWaVvFbAZrGgV7SKlqDUoS4gLSK { top:2.9375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2gMbNavo0s4IUWZfwz5ZfTrC3ZiXRob { top:1.75rem;left:0rem;width:12.375rem;height:3.4818534565084rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH { display:block; }#tPU8QhsmWI5L6WRGhVXUa8hKf6wZgkpH > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJyTrXDCDlaCLRvkSHucfoJFrSK5LlVt { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBGpSlZTNz7CmtBDmdiml0Zw1FS41P61 { width:9.375rem;height:2.5rem;top:7.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGauBbdZ1LFN1sGOONpLpXn6W2lGS8XX { display:block; }
 }@media only screen and (max-width: 763px) { #LGM0yNySwWxNcPXXLvb4oDMMRcebub66 { width:8.125rem;height:2.5rem;top:2.3125rem;left:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abtJMJ3danvybVlEouTvvo0CzTIINQHW { display:block; }
 }@media only screen and (max-width: 763px) { #u7RzmULtsnZcJQtgqqlzl1dG4Q3Fr5Mo { width:6.25rem;height:2.5rem;top:2.3125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6O3zVax2SKO8lHwfuzUqTeOGiAKf0Ks { display:block; }
 }@media only screen and (max-width: 763px) { #k6Tx0s92NiyRLNQIJekUFkBgnK7sIcPa { width:6.3125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTyKC5T7QOH6eZhErdEMSI9NxFn1STJ { width:8.875rem;height:2.5rem;top:13.4375rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHHOUl89ri6KP7CL4kLqQ9SKSHHWX8Q5 { display:block; }
 }@media only screen and (max-width: 763px) { #qUlgbFWWo3FQ0gGQXKJ3s6nihVSNwlZV { width:4.125rem;height:2.5rem;top:17.1875rem;left:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrH087ID7UvJviVZB0OLdHwSvNcA75Sr { display:block; }
 }@media only screen and (max-width: 763px) { #SMyT8KO4TyOKwtPKOhccsGzAlXu3TdTz { width:10.0625rem;height:2.5rem;top:20.9375rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDe4qenCnCNMXq6d0RLmx8qDt4kwZ5Jt { display:block; }
 }@media only screen and (max-width: 763px) { #AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok { display:block; }#AHtF97NDJFo7D2L4fEM5y8rAJltUu3Ok > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCIavPmzDOnrts0M3ChBVmwotgAJM8AK { width:20rem;height:5.25rem;top:5.0625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpJlTtBaoPUn3EN9Dikasse6SmB7viOi { width:20rem;height:8.3965rem;top:11.8154296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #MWvJNSXm73FkCKn6JeFf66p3hu8wvqx5 { width:12.5rem;height:3.5rem;top:40.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFRApz8l8eTzpTaOLxEcEhswtQEmCulb { display:block; }
 }@media only screen and (max-width: 763px) { #FOXEVdWJIsRee43ZZzXPDFdCvxibaRux { width:6.6875rem;height:5.75rem;top:23.1904296875rem;left:6.625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #vbkPoGXtwS5VhON0yMM5Pz2uHkD3iqN6 { width:8.75rem;height:14rem;top:22.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ78g7WQQg0TNAzuAgfh9qBeGSkcHunb { width:4.8125rem;height:4.8125rem;top:50.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKaVSbeisfDoZf9tfQfLzOLHnU9cnvI3 { width:3.4375rem;height:3.4375rem;top:45.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTDv1P7AwypIAMQwnHO6W26ocR3h1sfM { width:5.0625rem;height:5.0625rem;top:62.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGZSyPG2IkIUKqVJQkS1IlQ1JXqWGChu { width:5rem;height:5rem;top:56.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w { display:block; }#NqEHyXPmagvau9mK2TfIkMXLJ7xw1b1w > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 { display:block; }#Fl1xOakVAvWJuMr6ODP5xhhabnJehun3 > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhN9qm9py2tkgdTTBMrxuCIK64ZDNV69 { width:17.5rem;height:7.875rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZkSl4M6pLvgfespkVqg6l3qugTVBOSO { width:20rem;height:21.875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMhB5X6t5VJctfi15AUC8I6QahQLRszX { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ckTkwR8DgbhPuU2kPduMBlzVTDRUr5Iw { height:11.23041025641rem;width:20rem;top:40.34939375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzmXWBoy7IPgioeC6fPMaX6rftWoKJT8 { width:3.8125rem;height:3.8125rem;top:52.82980400641rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhy5ERdDh2RCdzGBMhJzG6Qrouir8QJR { width:5.1875rem;height:5.1875rem;top:57.89230400641rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:20rem;height:131.48634614939rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { width:20rem;height:7.875rem;top:5.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { width:10rem;height:10rem;top:15.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { width:17.5rem;height:5.59765625rem;top:30.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwodoiHIhPQqFC7RP6DfdL9weetRslIJ { width:5.3125rem;height:5.3125rem;top:50.212025rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT6Bb5twMEB57LBnTv2nCQS2MNqG4xTR { width:12.3125rem;height:0;top:62.22374375rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcEmR14tOTyD9lvyMMyN1xpReJPc4iKm { width:12.3125rem;height:0;top:90.14475625rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udyWZKgoTVnDrdR1ARqDXaKHc1Ml6Lhl { width:5.3125rem;height:5.3125rem;top:79.532775rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIkJPM4Te7PvDuILeROLbv9BFvFpec6L { width:5.3125rem;height:5.3125rem;top:64.8724rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeWJ2dfzScRyd9umtdITsUFd90dAqJfk { width:16.875rem;height:0;top:76.88411875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpqxCaWNPa51KodNyQbogPZtfT55UFRq { height:11.192933649393rem;width:20rem;top:92.7934125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlT8lk2bIs4vLGJvmPJfbOzvtrgK1zlO { width:20rem;height:0;top:37.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #eJB1Bme1tTpkKubGMPhL24Gp7SmATLsy { width:19.625rem;height:25rem;top:105.23634614939rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DyaoKsiQeNGnA3se1tvGTGqDvX6NH6 { width:15.875rem;height:0;top:44.76280625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccTFtFg7R9kGNmIF2Ud3SHTLUxSfG25k { width:15.8125rem;height:0;top:56.774525rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlIdTFPQgt9llPb84xQHmi4bGIlt002G { width:18.8125rem;height:0;top:71.4349rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkbyME7Wh1NXq83OC3DPMTst6pug0Ayt { width:18.75rem;height:0;top:86.095275rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pzmc2luFzdUocEROQg0O28sIGbTNuwqB { width:3.125rem;height:3.125rem;top:40.38780625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiVxbxTcJGsJSiTKPMIQX4Hvnfc85Jen { width:3.125rem;height:3.125rem;top:51.305775rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9rioTfxzry0yNV6GTTzEf44JQNxzv8N { width:3.125rem;height:3.125rem;top:66.215722753906rem;left:8.4680995941163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q23uG3KWZzAqrmCTDzvlXagRekLEVdgU { width:3.125rem;height:3.125rem;top:80.626525rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK { display:block; }#hAoLAgTmCSqt1PoN4PLFbE2q2TLUIBeK > .row .container { width:20rem;height:221.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SayhTEsOFlcKwVNh6k19vrEQcqHCZw6b { width:20rem;height:5.25rem;top:4.8125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6pSthrA6bedPfpMQe2O0MHNGTcJZlVc { width:16.875rem;height:18.75rem;top:18.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkk5vE510vr8BSo1W5wVwcS4P3aXHQlR { width:16.875rem;height:18.75rem;top:39.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXawUKrzJA0Sak6ts0cn7KdHeEhsNo4R { width:13.125rem;height:2.798825rem;top:50.75rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i2eXG9PEgrMd32f0FOMI2EmfTMxKL0Ol { width:19.75rem;height:41.6875rem;top:149.52375093731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quywf2QEqeZe16yXxkhnEQU195Z3Gz1J { width:16.875rem;height:24.375rem;top:123.89875093731rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTo7WpNXcqTN1iL9P90yF0oS2FT2wdJd { width:16.875rem;height:24.375rem;top:98.273750937312rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptf7EerMgfCBsiFPdnufwmNnZrHiaefd { width:14.0625rem;height:0;top:107.02375093731rem;left:2.8743495941162rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g2PyB7TNDPCVbDfTTDtnZWqq7ZCDWd0Q { width:14.375rem;height:0;top:131.96082369122rem;left:2.9372825622559rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEPwvynCqCyEke6AxmDEMDT1UtJBCi3s { width:14.0625rem;height:0;top:79.250313437312rem;left:2.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3qbVTTDFm7uCHii3oUs3q6JyM6MUzwO { width:16.875rem;height:24.375rem;top:192.46125093731rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSTxUb1d42ndTtA5nviNy7QWQQDrNMwD { width:6.125rem;height:6.125rem;top:59.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpfRoCuVIRhTyoobHXTNXFyCLIpUimb { width:6.125rem;height:5.2503134373141rem;top:66.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhiXUMeJexoI265l13cD8BZpea5gT9k9 { width:11.3125rem;height:3.4375rem;top:88.898750937312rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBHfykyp6m6eaDETw2ssrNiIawsgW8AM { display:block; }
 }@media only screen and (max-width: 763px) { #Rzu5Ql1iwpXTv1saUnxcTgdTtoW2ldlu { width:6.5625rem;height:4.8125rem;top:100.26050630841rem;left:2.8743495941162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkacrzre6sLv89RwrR2exUlLnT9vb7rW { display:block; }
 }@media only screen and (max-width: 763px) { #PJJSSzo1kVPQLIBQC9GtUhMumHrH0cQg { width:6.5625rem;height:4.8125rem;top:125.19757906231rem;left:2.9372825622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTHIUGEuv87teTnrdLClqnTIUPZ9IgFB { display:block; }
 }@media only screen and (max-width: 763px) { #MfZ8A7aEI57fM0vgX6TPTN1vlvJT7JNB { width:11.3125rem;height:3.4375rem;top:93.586250937312rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7OTem03azMvPkngXk6SgFaXBMvGoZi { display:block; }
 }@media only screen and (max-width: 763px) { #FdXKOAoLmoQ3nV4HXMsxrtJhO7rw6NgP { width:11.3125rem;height:3.4375rem;top:141.96082369122rem;left:4.3131523132324rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1rCGmPHHk0QUTTsx93zu27dFvaWqCMZ { display:block; }
 }@media only screen and (max-width: 763px) { #ouI2a6Lk3zf21eMapGIb8B1HWxtJEPKn { width:11.3125rem;height:3.4375rem;top:117.02375093731rem;left:4.3120670318604rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evd2EdpZoCi2f9SnGreqk2uQHCPUirqP { display:block; }
 }@media only screen and (max-width: 763px) { #mp3gSfixird95il0Euxe5kEBgpqLUiMw { width:3.4375rem;height:3.4375rem;top:147.11489836011rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPmxyBmfpuVvyMDXPVs3vB8P3BozbFEO { width:4.8125rem;height:4.8125rem;top:73.187813437312rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 { display:block; }#ypzge5aJs0TzDPrEvD9eUTrZMnv1evT7 > .row .container { width:20rem;height:124.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5HaTRQKmOi1ArAM81xEug3RyLTSSeyf { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8oUJDilQ4SJJs6CqubNW8L2GVmATesC { width:13.3125rem;height:20rem;top:25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yPPtT0tTwmQmEAaTrK3TPXhS2KPDTC { display:flex;width:1.0625rem;height:1.0625rem;top:35.562057495118rem;left:13.685764312744rem; }
 }@media only screen and (max-width: 763px) { #CRykSeXtGeha9frKb82g2xwTb4vmi7Ta { width:12.5rem;height:12.5rem;top:6.5625rem;left:3.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RkCvr2wBEl4bl9eq4JuBVbm7wZzqMPsu { display:flex;width:1.0625rem;height:1.0625rem;top:12.24934387207rem;left:8.1228294372556rem; }
 }@media only screen and (max-width: 763px) { #sTZ7km49EmVGNntOTqoogrhrXJR4HE11 { width:14.6875rem;height:3.4375rem;top:20.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuMd8FEQluEg2rM46LefrVTozMriugE { display:block; }
 }@media only screen and (max-width: 763px) { #mRzVN7oBAfD0mAIRvXM9ltywfx0kb1q4 { width:13.3125rem;height:20rem;top:50.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0HWTTVqR34WGq4sttim2b1nr28khGt { width:13.3125rem;height:20rem;top:76.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d838eQfFheHE4xHP4iWyTkTwSK2p81R9 { width:13.3125rem;height:20rem;top:102.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p87MyxewZWy1uTgMbDohqEEzcbQsowd6 { width:11.125rem;height:6.5882506593063rem;top:28.623046875rem;left:4.3747825622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1TQofvfufQbndFzAPOWM6gAUgBSIH7A { width:9.25rem;height:9.25rem;top:52.99153137207rem;left:5.3111991882324rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNzcHlNdgy4zao4GOkpg2JAs8tSdlUAI { display:flex;width:1.0625rem;height:1.0625rem;top:61.483291625976rem;left:14.061199188233rem; }
 }@media only screen and (max-width: 763px) { #ScJI9ad66ZMLORFuAxwEQVhEmJGZ4oyS { display:flex;width:1.0625rem;height:1.0625rem;top:53.123916625976rem;left:4.748046875rem; }
 }@media only screen and (max-width: 763px) { #EKymZBnQGHOzc6SUIqXnmpIGi8e3pXcn { display:flex;width:1.0625rem;height:1.0625rem;top:78.93771362305rem;left:4.7502212524414rem; }
 }@media only screen and (max-width: 763px) { #QmPZMnUMhihTOfuhTFxp8yFma01TX7y3 { display:flex;width:1.0625rem;height:1.0625rem;top:87.313369750975rem;left:14.063369750976rem; }
 }@media only screen and (max-width: 763px) { #EUsWQ6OXldC6gycRGh2pILrssr5bBgiP { width:9.25rem;height:2.8746219236955rem;top:82.37088012695rem;left:5.3415832519531rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehqsFzOTGZGq6nFXflTt9xzV25Difwtn { display:flex;width:1.0625rem;height:1.0625rem;top:104.74934387207rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #PWp2fpx5hPfPwcBT34oqOoDTsarybRNI { display:flex;width:1.0625rem;height:1.0625rem;top:113.125rem;left:14.188148498535rem; }
 }@media only screen and (max-width: 763px) { #uAsOgoIKPp7JsM5X8V5QogJbK4rW2o4b { width:9.25rem;height:6.4372339275337rem;top:106.24673461914rem;left:5.3415756225586rem;display:block; }
 }@media only screen and (max-width: 763px) { #D26dOTemRxT3RG4wr24EmP45Q1Rdn3qA { width:14.625rem;height:3.4375rem;top:46.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkf3cDu3Q3qaqr2XppLSraiq8Ln7FUUo { display:block; }
 }@media only screen and (max-width: 763px) { #tEVl4sgOToPLgtTI7hZLHSvkgLPULvpl { width:14.625rem;height:3.4375rem;top:98.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsUdda8BmNhMPcVF9LCa0f7pyagcUWX { display:block; }
 }@media only screen and (max-width: 763px) { #adruH8B4ulV5lIuw0LXn5xa4veFqeAeA { width:14.625rem;height:3.4375rem;top:72.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzRQJi1qXFEX5nsAk1r5dJSpnILcfmU { display:block; }
 }@media only screen and (max-width: 763px) { #B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW { display:block; }#B3GDvVc9CK7SMu3Vi8RJUhvevBJB2ITW > .row .container { width:20rem;height:141.76315002587rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3iTiNXTRWJJhQgtn6PX0644yTdq5ysS { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ew27kVE0BxTm8qUXIIVstmk0yHy9feya { width:20rem;height:0;top:17.515211376953rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuwOVoRfo9IThpSG7FCyqkdeQnR2Kys8 { width:18.625rem;height:3.25rem;top:21.077497753906rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuOwRbcRl68TKnbQhFLUM6eaPaG4xvlT { display:block; }
 }@media only screen and (max-width: 763px) { #CVtE6RlNiHhMpNfOfoT8BTaSBx4CkBtI { width:18.625rem;height:3.1875rem;top:25.578352246094rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVAzZmECHIHWo9g1kCnaubDZIks74MA5 { display:block; }
 }@media only screen and (max-width: 763px) { #G0zVZGNmtZQdTUi2u9hP2ehH1fmvXLdM { width:18.625rem;height:3.1875rem;top:43.264997753906rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZA9ci8s4p22EuP3Kh4kyQMVQrMmvpqp { display:block; }
 }@media only screen and (max-width: 763px) { #izDLibffyt5rLT9SbGXhl7MXaLePGXQt { width:18.625rem;height:3.25rem;top:38.765211376953rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khnplm4fyvoWm5huhT7O3vcyUBqB632o { display:block; }
 }@media only screen and (max-width: 763px) { #HhF2GLDw4IiiAz39FHW5gDMIqv9LeVJz { width:20rem;height:0;top:35.202925rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2mbA0sTdrVPpkalk6Eb2tWdQJVGO1lg { width:18.625rem;height:3.125rem;top:95.766065869138rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rBiCgkJA479bZNbvnpBCcHfqIueDzd { display:block; }
 }@media only screen and (max-width: 763px) { #pexh188NcZ3xTI8wJ67lQpiTG96rTwra { width:20rem;height:0;top:92.140852246094rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpiASAEfw6E1I7oy3sgCFiH5CEqAD6Si { width:18.625rem;height:3.25rem;top:67.51521137695rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcIgi0Xbl5rKAvCLJzCbMKaF4oCuOk75 { display:block; }
 }@media only screen and (max-width: 763px) { #nSFio69d927hK74fan8Q86JTeqBxTE7G { width:20rem;height:0;top:63.952925rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRHGLzX5sBlMrbt0AWVHuGfVKsAr96o9 { width:18.625rem;height:3.125rem;top:81.514784130856rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC4JarScPaETP4qM9sqoTJaqkLb9Iyi3 { display:block; }
 }@media only screen and (max-width: 763px) { #UGWkldgsxLVoFhHluo2d0fg1VvwphdcE { width:20rem;height:0;top:77.890638623044rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNdCgGPmAemEnzwTqyKt51ZeLtDb08KL { width:20rem;height:16.875rem;top:14.265425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwuWaUOHOoDOFddbgXyCshRBRG5VpRus { width:20rem;height:16.875rem;top:32.390425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDTXRGrvtMhHD1OQzlX7htyTxgFB4JtI { width:20rem;height:12.5rem;top:61.765425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZUVgyNFM4ZKhVB4V2UvGNyfKmWalH6c { width:20rem;height:12.5rem;top:75.515425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXOEidy4C0gWfeAVDghewNixBdPbwV9g { width:20rem;height:12.5rem;top:89.265425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE0q8yN0i8sT60Z9Thp2icV4mUOTVqBV { width:20rem;height:5.4751153308134rem;top:106.39106586914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFpL6UMTfBDyoeRJ4GEMBRC1kLDa5hxK { width:20rem;height:12.5rem;top:103.015425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAKAX3zDO3tJ6GGrLwuZ6zDHZ1P26Caq { width:20rem;height:11rem;top:129.51315002587rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlDlqIsrryK9q8zKZaS2bP4ZmvmxckG2 { width:20rem;height:0;top:130.94979553368rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4wykd83LXdDqVOEJ1KdMBBhA0W2fUOA { width:18.625rem;height:3.4375rem;top:134.45022277978rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHcDFKXtKQldXr68iCokIWIieXuw1LnO { display:block; }
 }@media only screen and (max-width: 763px) { #GWN5TSWi1DR96XFf5dEWnrGLZu1Bvxgl { width:20rem;height:0;top:11.4355625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPwch7lmO8pxTlaebHdE73suTRVT5kVd { width:3.125rem;height:3.125rem;top:30.764997753906rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOV9LwVH1OTFBpO0kI1xBncabPuDJtiT { width:4.375rem;height:4.375rem;top:50.515425rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4GLW1MuckP9lQcdFmpmdiG7Wmo2yhz9 { width:10.75rem;height:11.497725025872rem;top:116.765425rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH5ppdE0Ikni1i66T0PnMw4iP9iJaoiP { width:4.375rem;height:4.375rem;top:56.140425rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihrTTd2n72zFFfl5yec6EubQIit68kVk { display:block; }#ihrTTd2n72zFFfl5yec6EubQIit68kVk > .row .container { width:20rem;height:191.13131875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pn1vUao9hmNaH3uDBq4058qKWlyoutSr { width:20rem;height:31.25rem;top:12.3125rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBfaUpn9NzVnR2Wu00PGDL0o2DU34uz6 { width:20rem;height:18.125rem;top:25.3125rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah5ePhkETmqU5T0kL5KC9rNBwTs9Tw5F { width:20rem;height:18.125rem;top:94.5625rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfe8mlgAPWCQxn2tMLnv2tLQ4NfLUR8J { width:16.25rem;height:2.75rem;top:31.25rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XH8gtfHtE2zIaR1iHJ7Ti5KyNP1y8WEh { width:16.25rem;height:2.923825rem;top:34.5625rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #OkxQWDQWDiX2PbHM7x8SZdrvppftTMPd { width:20rem;height:18.125rem;top:47.875rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSHTnmu9AOTGDCS0kVe1M2a5VBH2N2a3 { width:20rem;height:31.25rem;top:47.875rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cShBJ3XkZtJOfvK8nxiPiHGT3JJJiEhu { width:20rem;height:31.25rem;top:81.375rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq9ZJCCMvBeTD0SSryL6OHUEeIzweBpI { width:20rem;height:5.5rem;top:4.375rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsTEOif5CN8rKZ7wFPLZEIMPEfEyLVy1 { width:15.9375rem;height:0;top:119rem;left:2rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #L7DioAeIixpZApm8kt4U7DMzFVIOa3VA { width:15.9375rem;height:0;top:145.70356875rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #gfy2t7WRpTTdaMsepAvWeGaULTlpZZaL { width:15.9375rem;height:0;top:157.19119375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #FKHMBthgmzBGGtTvTFbWuPpyT12ar7TM { width:16.25rem;height:0;top:123.41189375rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VSMGIxz0yQaJSSCTsSWkxnoegthn30oW { width:16.25rem;height:0;top:135.41059375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #K8nzilJ8RBe5U6VO1k3wyxvpIL6qb5W2 { width:15.9375rem;height:0;top:171.60525625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zv7vlvxRGhQvfENQ9TyowkE8IlbayT3z { width:20rem;height:0;top:140.55708125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #n5fGVTqHUG2dSq1KJhFUyHuoKTwE22V6 { width:16.25rem;height:0;top:129.41124375rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #S0SNsDruRamg6TfPhnFvmK4xyi16cuJi { width:3.8125rem;height:3.8125rem;top:113.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcDoNDzVX18FGRSswDCri5IlmEhIWZwP { width:3.8125rem;height:3.8125rem;top:186.06881875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBWqXusuuJ94I0C1QAME0lZdy2g3cA32 { width:3.1875rem;height:3.1875rem;top:181.63131875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#ffd476;background-image:none;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:20rem;height:136.3153915592rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { width:20rem;height:7.875rem;top:14.1875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UDc7CI1l89UTNUAHFVGsr2ebQ8XnGDOb { width:20rem;height:0;top:23.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RUDztWgwTEQLkzgpNTUVwgqTJX0a0FWG { width:17.8125rem;height:3.4375rem;top:30.3372375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMQhfJyxH3AoJne2ydDTsOQtaTVzcsRE { display:block; }
 }@media only screen and (max-width: 763px) { #AUtTBiQqyQ7M2wKKdBZlyMDvwQ73zP8D { width:19.75rem;height:10.9781540592rem;top:41.2747375rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #xGAzZlmDpC1zOorxZB3hVrIJ5p1STvRe { width:19.625rem;height:38.4375rem;top:53.5028915592rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfHVvEot4KbQ9zmmuRvQLEulab9TARua { width:19.75rem;height:41.875rem;top:93.1903915592rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gak90KAENL6TTt2HxngDfJqrwHcJUGpm { width:4.8125rem;height:4.8125rem;top:52.3896103092rem;left:6.9724388122556rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZwx4tdwGthvUZrssBQxMgPGcK8lZ0T1 { width:3.8125rem;height:3.8125rem;top:56.279594440059rem;left:4.9346809387207rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEgXuL9JVQIi9040P5O8qPbFdQv1OZnq { width:5rem;height:5rem;top:35.0247375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#ffffff;background-image:none;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-element-container { background-color:#7db335;background-image:none; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-heading-text { color:#ffffff;font-size:0.875rem;height:auto; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-desc-text { color:#ffffff;font-size:0.875rem;height:auto; }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#g0PZA0oZiW0N4XB4mKmxi092muVvux5L { display:flex;height:auto;width:17.5rem;top:5.5859375rem;left:0rem;background-color:#8cc63f;background-image:none; }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #c2AhDgzRhhQLzueP1v5WR1frPpaKdk7E {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #iElkwogPdsDpG2WRZtL3AJkhglp6zNzk {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sJwHPW38CFxoOygGcdGmDqffcH5lz5pg {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #etJRVNSQ89QUkwSI954i4mbsy84214u4 {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #mtECwMBk8iTnvgHoLqZg4dbgJi4zA9aD {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #LP1MGS6o2ubIE47lESo6dg5k1KxFNE5a {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #BIJ6WaHpu6ddw4SyvFNKouTowuDXRGoV {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PvrFcos2M7HXUSJfBpOxygfG40p5B0Oi {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #FB0rzlffxevVR5CRPiQ3wCEwRlU5oHW9 {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #aQ0p2EPEV4WHSTPHMNmMfD29WtaXHmfW {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #u1Kba4gVPMlKAmN04TXuoGx8rC2koLzh {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #yqav6bRKy3uzzAUOi9iFZUVxI4GZ7vRy {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sqQmGuiTZE26UwOcXXwW7NPPUgtmAcFI {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #lvsgAqDwFXKf7GTQnuOR7Z0cPuTpAdPa {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #Ecs88L3JUGMuqDyDVuTWkUEav10fJF9F {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #tbsnT3yTTUHbIMTPtMFinnmxuq6Cmaeh {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PPzno5bngsiFbBAThqikqwT22uf3uMWy {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #HHLNxEXBPa2BgOuOCJ0XqZQL8zFtX4FT {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #AVRwFTKAZTTQnlrJaFpQqfauETtvEMdK {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #sPcXZoTtcflr38mGwfGMHdIeu1TPQ8FO {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xeSu06n7IpMFDomgHdZpPSO9qo4qrfZg {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #PCiVk08iOcuADglxhTtlI8Aw90DsGi7x {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #ezGhz9JrvyQxQ7UNtfwrRVf2Eftw76Vx {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #egDJZTZbxym9wmvknqhtTJPxZ9m9clqD {  }
 }@media only screen and (max-width: 763px) { #g0PZA0oZiW0N4XB4mKmxi092muVvux5L #xcrPDAOCdOxNvZlp87Q1O8VqLG0bcyoI {  }
 }@media only screen and (max-width: 763px) { #SLw138yemTlqP1figDhcKkXWbJSiqJAa { width:20rem;height:0;top:31.2109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:montserrat;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pTpDUuOHEtnuu5v4T1SFf7x19Vgu01vV { width:20rem;height:7.5rem;top:35.5479625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drXLehULqsPJsOby2sOgLnPvkkF7AoIH { display:block; }#drXLehULqsPJsOby2sOgLnPvkkF7AoIH > .row .container { width:20rem;height:80.022735595703rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gO3dePJaQm8rHauIybShVvumLnkfMRZH { width:20rem;height:5.25rem;top:4rem;left:0rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBgPTZQEG37IPLKOThpB6DATF4maekTP { width:20rem;height:5.59765625rem;top:11.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNGlkhNKFxIlS85AzJHg0weHE8v1iA0w { width:19.75rem;height:32.4375rem;top:46.335235595703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT { display:flex;width:3.125rem;height:3.125rem;top:28.2109375rem;left:8.4375rem; }
#ALuGfCna476mvWdRN3Ciqu7FoCuhLWIT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f { display:flex;width:3.125rem;height:3.125rem;top:23.8359375rem;left:8.4375rem; }
#IXBzTohgC4uMTPP5MwLrryDKCzs0pX5f > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JMWDEOZGCvRsdA0OosxgtyXTRvLVwZTu { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H { display:flex;width:3.125rem;height:3.125rem;top:19.4609375rem;left:8.4375rem; }
#Hk8yuzUVqikzJKtaRKzZSIwRzuWGmm3H > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #nNNKV2I7HNkLogzzparEmCbDqWAmF5Zu { width:20rem;height:12.5rem;top:32.585235595703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB { display:block; }#Cw5gPbQpH5u7BEoC0MzyKOpKs6TctcEB > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rETJuplfNVdWdeIR8vpTdWdvN1CM9pK9 { width:9.746125rem;height:1.3997375rem;top:16.8125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szDquptKyKrQuoGPd5gXlLfAhTHRD8vh { width:11.371125rem;height:1.3997375rem;top:11.3515625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIyPzEcmJoTD7Nf0N21nGsSwNVME5Wru { width:1.5625rem;height:1.5625rem;top:8.5390625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VomKtMWaVvFbAZrGgV7SKlqDUoS4gLSK { width:1.5625rem;height:1.5625rem;top:14rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2gMbNavo0s4IUWZfwz5ZfTrC3ZiXRob { width:12.370125rem;height:3.4765625rem;top:3.8125rem;left:3.8125rem;display:block; }
 }