.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_13ce2e8f8364ab346cbd445de8fbe13beb9c2a45.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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { background-color: transparent; background-image: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { border-width: 0; border-radius: 0; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:montserrat;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iCC8wxWFW6lXQHW6hgqQWsNi2aBfTzLU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:11.25rem;top:2.375rem;left:3.6609373092651rem;overflow:hidden;display:block; }
#mVaSu0OF8VH2Q2rTCr7ixAQX1NwK2SE2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:12.25rem;top:1.1875rem;left:18.223437309265rem;overflow:hidden;display:block; }
#gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { background-color:#51a625;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.59375rem;left:64.250000953675rem;display:block; }
#gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfb93167-e36d-44a5-903a-e2e54387e88d/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil.adaptive-delivery-prevent-bg, #z0PZMhtMQgkelm5K23u3eszel6gJ4Pil.lazyload, #z0PZMhtMQgkelm5K23u3eszel6gJ4Pil.lazyloading { background-image: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { background-color: transparent; background-image: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container > .video-iframe-container { display: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container { display: none; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .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); }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { border-width: 0; border-radius: 0; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { font-size:0.875rem;font-family:montserrat;height:47.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Pd04UJO7FgLpOp4NOuz7ZcGvBccEApmQ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.6875rem;left:73.75rem; }
#w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { box-sizing:content-box;height:23.4375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(81,166,37,0.9);background-image:none;top:13.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#mFGXX8GAE0RSvXWqgFeNnJ6HIz02vNvV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.09375rem;left:11.999218940735rem; }
#vM3VputPDH0aQfQznWICD3l8Gf7uycUR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:29.8125rem;left:37.3125rem; }
#BPgDg9yW9wPWMhRftGhtqt1CpqmrMkWw { color:#fafafa;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.1875rem;left:59.375rem;height:1.4625rem;display:block; }
#pgaatUGHFmmgGBfDN4ImtDeQaKpu4AFh { color:#ffffff;display:block;width:64.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.625rem;left:4.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lxowTfRUCvKVa3LQvzliCExBLpvoRQx6 { color:#fafafa;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.625rem;left:15.625rem;height:1.7875rem;display:block; }
#p5OTlTTPR7Vd8qvtCBcSxyhadcJNfRwW { color:#fafafa;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5rem;left:40.4375rem;height:1.7875rem;display:block; }
#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { position:relative;display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { background-color: transparent; background-image: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container > .video-iframe-container { display: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row > .video-iframe-container { display: none; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .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); }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { border-width: 0; border-radius: 0; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:montserrat;height:63.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OLrrEkx1A5qvTtxxKTTTfA0UqDH0syAr { color:#180507;display:block;width:44.5625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.6875rem;left:2.125rem;height:3rem;text-align:left;text-align-last:left;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; }
#ihE4zToNJFiXDz3ZTBu5zr9U530QnJ38 { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:47.5rem;width:31.5rem;top:4.90625rem;left:43.250000953674rem;overflow:hidden;display:block; }
#lIFGcEEEzZGed1NAvDwcw0W0iBV1NEJv { box-sizing:content-box;height:30.1875rem;width:45.8125rem;position:absolute;display:block;z-index:14999;background-color:#51a625;background-image:none;top:15.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#h8M5wTq5stpDmFxhxsOveB649cIQyIDC { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:18.062502861023rem;left:2.75rem;height:;text-align:left;text-align-last:left;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; }
#Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { color:#180507;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:55.560153007508rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;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; }
#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff4ce2d6-1bc2-4ada-a5a8-9186e8e8af71/IMG_5558.jpg");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; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf.adaptive-delivery-prevent-bg, #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf.lazyload, #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf.lazyloading { background-image: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { background-color: transparent; background-image: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .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); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { border-width: 0; border-radius: 0; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { font-size:0.875rem;font-family:montserrat;height:76.1875rem;width:75rem;position:relative;display:block; }#KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { box-sizing:content-box;height:19.875rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#51a625;background-image:none;top:29.9375rem;left:26.375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { color:#180507;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:31.812500953674rem;left:4.375rem;height:1.40625rem;text-align:center;text-align-last:center;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; }
#Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { color:#180507;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:36.062500953674rem;left:4.375rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#180507;background-image:none;top:34.5625rem;left:28.25rem;display:block; }
#yfUWORMqvSlNEo6A8Htqad475lksPVob { box-sizing:content-box;height:19.875rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#51a625;background-image:none;top:29.875rem;left:3.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { color:#180507;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:31.8125rem;left:28.250000953674rem;height:1.40625rem;text-align:center;text-align-last:center;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; }
#TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { color:#180507;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:36.062500953674rem;left:28.375000953674rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#180507;background-image:none;top:34.5625rem;left:4.9375rem;display:block; }
#kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { color:#180507;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:31.812500476837rem;left:52.531250953674rem;height:1.40625rem;text-align:center;text-align-last:center;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; }
#wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { color:#180507;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:36.062500953674rem;left:51.312500953674rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#180507;background-image:none;top:57.125rem;left:51.375rem;display:block; }
#WQVq0D33EvFqVGASOltodM9RPSNTLsx9 { box-sizing:content-box;height:19.875rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:29.875rem;left:50rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#Q4e0N6asRKBD3XxnICzhgXkaevhOUHMV { box-sizing:content-box;height:18.3125rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:#51a625;background-image:none;top:52.125rem;left:50.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#HQgzTQkxkqT4dirAxLMDH24rp78Ovhwd { color:#180507;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:54.5rem;left:52.9375rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#qT4VaLaVDR6gen4b6cCqkZbSE4QkLadD { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15014;background-color:#180507;background-image:none;top:34.5625rem;left:52.1875rem;display:block; }
#NZJh2OBG55CefGfZQ6fhJJTQLe8L7NFV { color:#180507;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:58.625rem;left:51.8125rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WGAycrx2cSQfF6XNkXbJIaqgKkrTWvt2 { box-sizing:content-box;height:18.3125rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:52.125rem;left:3rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#eVMaaTWqWL4NGWho0XlZh5id5FeQvPrw { color:#180507;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:58.625rem;left:4.375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tcm9Awq6d4sgGnZ2Rlco0t2WkMRKRQVx { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:#180507;background-image:none;top:57.5rem;left:4.375rem;display:block; }
#TR4BVBNLP0KVOfknAOAI0tIN6cHvxflS { color:#180507;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:54.499998092651rem;left:5.875rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#ERNTtgQxWwz4NAOGS8m5NldehQaunO4P { 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.1875rem solid #51a625;border-left:0.1875rem solid #51a625;border-right:0.1875rem solid #51a625;border-bottom:0.1875rem solid #51a625;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:#51a625;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8375rem;height:3.3375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:62.0625rem;left:31.0625rem;display:block; }
#VAmnbGdmNH1zdZhznC3HcitwPbOrQB9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJHVpRklfQbeAXTMCoT3nNQKfJk3hLi9 { box-sizing:content-box;height:19.875rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:#51a625;background-image:none;top:7.0625rem;left:50.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#AJoWm8BQd7Ro0tUABngClKVK8bSLDrR2 { box-sizing:content-box;height:19.875rem;width:21.6875rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:7.0625rem;left:2.9375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#qWlLQ3wRfHBDIQE4BARGSGBKZ6pTimD1 { box-sizing:content-box;height:19.875rem;width:21.875rem;position:absolute;display:block;z-index:15019;background-color:#51a625;background-image:none;top:7.3125rem;left:26.3125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#HbEyiabb6ArOwmdgVk2GPgZcQpe7NUkT { color:#180507;display:block;width:19.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:13.5625rem;left:27.875000953674rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U9StWCSBRoyoCzW4r3AIvuhGkurS34vl { color:#180507;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:13.5625rem;left:4.21875rem;height:9.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dpBQrEJRcz6I4e2fKfw1ALz2cFpclJ2B { color:#180507;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:13.5625rem;left:52.312500953674rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h57NLnsr2bloTWiTob3yF9F8NTqolIBi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.125rem;left:3.6875rem; }
#pkVDX9cB3ifTgQx0c1PicKeBN4gVt9XO { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15033;background-color:#180507;background-image:none;top:12rem;left:4.0625rem;display:block; }
#ySuJnh7BunhxGmTtF3zbrgh8Ox8DI600 { color:#180507;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:9rem;left:4.875rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#RT8WxtOJWqxLf5va3OH7Qmlumv1NCWQP { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15031;background-color:#180507;background-image:none;top:11.999218940735rem;left:28.187500953674rem;display:block; }
#uq480UvFTFycp6znkv5x4sNVcxVB5ZUq { color:#180507;display:block;width:9.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:8.999218940735rem;left:32.593750953674rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#LT2hfT1qmW6ygPv5eWGByFaod48oe8AF { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15027;background-color:#180507;background-image:none;top:11.999218940735rem;left:52.406250953674rem;display:block; }
#lSU30ukKQLTeChIuXx8C1h5KHmHSFiGK { color:#180507;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:9.0000002384187rem;left:56.125000953674rem;height:1.5rem;text-align:center;text-align-last:center;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; }
#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { z-index:;position:relative;display:block; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { background-color: transparent; background-image: none; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container > .video-iframe-container { display: none; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row > .video-iframe-container { display: none; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .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); }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { border-width: 0; border-radius: 0; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container > .video-iframe-container { border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:montserrat;height:57.5rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;position:relative;display:block; }#xhMr8LsT3NObuT7p6LRrwdpd3xVniPaN { color:#180507;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.1874990463257rem;left:0rem;height:3rem;text-align:center;text-align-last:center;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; }
#vmi0c2BMMnHqPz8QHzTV7NkoaaBGbQNT { box-sizing:content-box;height:44.75rem;width:52.4375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:10rem;left:11.625rem;border-top:0.0625rem solid #51a625;border-left:0.0625rem solid #51a625;border-right:0.0625rem solid #51a625;border-bottom:0.0625rem solid #51a625;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; }
#elyM0KR28KodOPNObNG09S3HP8afm7Hd { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25rem;left:16.3125rem;height:1.3rem;font-style:normal;display:block; }
#AIHXNhSup3aNGLTcbsP1SUVcLCyFTp82 { box-sizing:content-box;height:0.0625rem;width:48.375rem;position:absolute;display:block;z-index:15012;background-color:#51a625;background-image:none;top:14.5625rem;left:14.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CxFFk7CWlcBenDUuUENwpMVkOJiVbxD6 { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:12.125rem;left:23.1875rem;height:1.5rem;font-style:normal;display:block; }
#tilyID9DIJ62nkkUk8VJtq2ULEHtqTrX { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.75rem;left:14.4375rem;height:3rem;font-style:normal;display:block; }
#GnK9GmRSmWNLS3zdz0Fa6HXzhhWfTiZR { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:24.6875rem;left:14.4375rem;height:1.5rem;font-style:normal;display:block; }
#U0oV5rVXnKh7hfHPgotzTBqwhzzcTMlo { box-sizing:content-box;height:0.0625rem;width:48.375rem;position:absolute;display:block;z-index:15012;background-color:#51a625;background-image:none;top:23.5625rem;left:14.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NA3KpcuBFwwswKIQVWvLR0QwbQZMfgNw { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:20.75rem;left:23.1875rem;height:1.5rem;font-style:normal;display:block; }
#UwiGWFJDPy45VCJEPt9DE2FK4LZGVX6l { color:#000000;display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.875rem;left:16.3125rem;height:1.3rem;font-style:normal;display:block; }
#erntSSS55dQFShplec6ghNq9A7fBUeql { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:31.625rem;left:14.25rem;height:1.5rem;font-style:normal;display:block; }
#r73J62trvyQnU7WaqA9Q2MaDI3cT8Is0 { box-sizing:content-box;height:0.0625rem;width:48.375rem;position:absolute;display:block;z-index:15012;background-color:#51a625;background-image:none;top:30.3125rem;left:14.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eT1r2XXZDC4TRoDGw6MEcPwbg10vGqka { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:27.6875rem;left:23.1875rem;height:1.5rem;font-style:normal;display:block; }
#JQ9A0bBLeWEtg22ldm2O4Icb2XPKK3au { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.8125rem;left:16.3125rem;height:1.3rem;font-style:normal;display:block; }
#itVtrioQ8ptTS5WEzi31fPdRNEiUTMkz { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:12.125rem;left:14.125rem; }
#eO0iWFCCJZDfmDZFQog0TyO3EfZql3Ue { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.75rem;left:14.1875rem; }
#TBGCi6kcsT1T8CqZvOxRPoERKiiWT6R7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:27.8125rem;left:14.125rem; }
#g7bQ8DZg8rUDy4ktQaIoeLvHw5dJftnJ { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.4375rem;left:16.3125rem;height:1.3rem;font-style:normal;display:block; }
#Gor6rXSo3mGQigsobB71oDqe19QsIML4 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:34.375rem;left:14.125rem; }
#yfHcbvJr1nKO5TNGWdQEMuM6T7VTTCmV { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:34.375rem;left:23.1875rem;height:1.5rem;font-style:normal;display:block; }
#IM9VKTURLyQF6Em6mACWZ8hEqEzZrPCA { box-sizing:content-box;height:0.0625rem;width:48.375rem;position:absolute;display:block;z-index:15013;background-color:#51a625;background-image:none;top:36.875rem;left:14.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GmGX1Uy1OqI1eJNFu0Hb84Mke5kUvkJh { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:38.3125rem;left:14.375rem;height:1.5rem;font-style:normal;display:block; }
#PhyMTiAEIEkHqWXiQkd2wZN2cWZIXr4m { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:41.125rem;left:14.125rem; }
#xNTs78Qeiziu4boa8DpaxGSUUugTXxGE { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.1875rem;left:16.3125rem;height:1.3rem;font-style:normal;display:block; }
#UrJ8k8pDuu3qFkx04rUMoLskwwq2FGph { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:41.125rem;left:23.1875rem;height:1.5rem;font-style:normal;display:block; }
#bXwNHsg1vuiB8qRCXyiWubgFE8xbbH75 { box-sizing:content-box;height:0.0625rem;width:48.375rem;position:absolute;display:block;z-index:15014;background-color:#51a625;background-image:none;top:43.625rem;left:14.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MNJ4RbxFAq6aPGpqLnSODeTgASdPL0zt { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:44.4375rem;left:14.4375rem;height:1.5rem;font-style:normal;display:block; }
#i4Cxu6wkaLi7iXtTUckIy0wCVCpuOhTy { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:46.8125rem;left:14.125rem; }
#BovD0RQ5xM8pR53gwLreaT78svCmeV93 { color:#000000;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:46.8125rem;left:16.3125rem;height:1.3rem;font-style:normal;display:block; }
#qg2MkH8EsHOF22ekA8GenKhvkc5DI4zZ { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:46.6875rem;left:23.1875rem;height:1.5rem;font-style:normal;display:block; }
#QvQMCbHEw28e0HfIJuE8z6IwJx43zuMC { box-sizing:content-box;height:0.0625rem;width:48.375rem;position:absolute;display:block;z-index:15015;background-color:#51a625;background-image:none;top:48.8125rem;left:14.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gAlTgbtRv9BcIbBTO4TPFhEs1GBBoy9B { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.0625rem;left:14.4375rem;height:1.5rem;font-style:normal;display:block; }
#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh { position:relative;display:block; }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh { background-color: transparent; background-image: none; }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .row .container > .video-iframe-container { display: none; }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .row > .video-iframe-container { display: none; }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .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); }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh { border-width: 0; border-radius: 0; }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sC752Fv0th3cg302BTDKxeQcCH18QnCR { color:#180507;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:2.2500019073486rem;left:0rem;height:3rem;text-align:center;text-align-last:center;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; }
#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 { position:relative;display:block; }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 { background-color: transparent; background-image: none; }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .row .container > .video-iframe-container { display: none; }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .row > .video-iframe-container { display: none; }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .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); }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 { border-width: 0; border-radius: 0; }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .row .container > .video-iframe-container { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem; }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:relative;display:block; }#o0PKXKqfIKpbdDzclBJ0JEoBTTPrbe6y { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #51a625;border-left:0.0625rem solid #51a625;border-right:0.0625rem solid #51a625;border-bottom:0.0625rem solid #51a625;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.3125rem 0.3125rem 0.375rem #51a625 ;height:20.8125rem;width:20.8125rem;top:0.63671894092113rem;left:2.09375rem;overflow:hidden;display:block; }
#aZAu1KFEU3rCDVqhiAatyWQpdkh6AryH { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #51a625;border-left:0.0625rem solid #51a625;border-right:0.0625rem solid #51a625;border-bottom:0.0625rem solid #51a625;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.3125rem 0.3125rem 0.375rem #51a625 ;height:20.8125rem;width:20.8125rem;top:0.69921875rem;left:27.093750953674rem;overflow:hidden;display:block; }
#UG8UXtEIC4JwhLBueyhnTNd31Lg2trDZ { position:absolute;display:block;z-index:15002;border-top:0.0625rem solid #51a625;border-left:0.0625rem solid #51a625;border-right:0.0625rem solid #51a625;border-bottom:0.0625rem solid #51a625;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.3125rem 0.3125rem 0.375rem #51a625 ;height:20.8125rem;width:20.8125rem;top:0.69921875rem;left:52.093750953674rem;overflow:hidden;display:block; }
#aySLmmzwJZVKGlGVBPUr6DaTqKZhUCTH { box-sizing:content-box;height:23.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15003;background-color:#51a625;background-image:none;top:21.486718177796rem;left:0.28125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#ULQxJInVgqMFqvi0el1KAFknQhpitI1d { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.257031917572rem;left:4.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rS9Q5TbppzKeyJkZrB5V28lcxT4TsGRz { color:#fafafa;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.280467033386rem;left:1.28125rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#wBGdFOR1uz5DEnTsXMlrLO07Dih51ng6 { box-sizing:content-box;height:23.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15004;background-color:#51a625;background-image:none;top:21.486719322391rem;left:25.281250953674rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#p3tiwCdrkIzJlATtXewXIyhQpXiS2aAO { box-sizing:content-box;height:23.3125rem;width:24.4375rem;position:absolute;display:block;z-index:15005;background-color:#51a625;background-image:none;top:21.486718368716rem;left:50.562500953674rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#wCnqCNPrfQkWr4ZyT95VFKQWkfN7vOB2 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.257031917572rem;left:29.343750953674rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtdxOQEoDCPWayPaSTNIAJFtUoMUachw { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.028904914856rem;left:53.718750953674rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KGKByVDZM0LX1U0eoVkWaCWSMn2IWUMM { color:#fafafa;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:29.029685974121rem;left:26.281250953674rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#PlfQxFzQB5SRlcyrsr4ugsNa6O5VgxUw { color:#fafafa;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.530467033386rem;left:52.093750953674rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#NIoDWiE8tQ4OihFDTTGmJrWFrbbch4fl { background-color:#fbfff8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #091d25;border-left:0.0625rem solid #091d25;border-right:0.0625rem solid #091d25;border-bottom:0.0625rem solid #091d25;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:#091d25;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:13.5625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:39.516406059265rem;left:56.187500953674rem;display:block; }
#SooPUkSG4OpfCyehepIEn9ELzu1NGleA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM { position:relative;display:block; }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM { background-color: transparent; background-image: none; }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .row .container > .video-iframe-container { display: none; }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .row > .video-iframe-container { display: none; }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .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); }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM { border-width: 0; border-radius: 0; }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#niHP0Z8B7u5kKPuc0qb7guskDORyoyCl { color:#180507;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:2.53125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;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; }
#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt { 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; }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row .container { background-color: transparent; background-image: none; }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row .container > .video-iframe-container { display: none; }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row > .video-iframe-container { display: block; }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .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); }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row .container { border-width: 0; border-radius: 0; }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb { position:relative;display:block; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb { background-color: transparent; background-image: none; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .row .container > .video-iframe-container { display: none; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .row > .video-iframe-container { display: none; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .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); }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb { border-width: 0; border-radius: 0; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KfUEsodJf23qKlkxUqVaIm0f1nxs0hhb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:24.4375rem;top:1.21875rem;left:25.625000953674rem;overflow:hidden;display:block; }
#wxZQU55vrxHbWx10s1RnM8ptacF0nxEs { 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:16.25rem;width:24.375rem;top:1.21875rem;left:50.625000953674rem;overflow:hidden;display:block; }
#Pa9Md3p5wrAFlvtbULHc08R99u9KaEyR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:24.375rem;top:1.21875rem;left:0.4375rem;overflow:hidden;display:block; }
#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK { position:relative;display:block; }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK { background-color: transparent; background-image: none; }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .row .container > .video-iframe-container { display: none; }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .row > .video-iframe-container { display: none; }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .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); }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK { border-width: 0; border-radius: 0; }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HxB7trmDiLfB7eTkKMJ1c0PPOA0Qbhsz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:24.4375rem;top:0.9375rem;left:25.625000953674rem;overflow:hidden;display:block; }
#QC5tBSUx4dh9v3KLr3TK9POicxxX4DOM { 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:16.25rem;width:24.375rem;top:0.96875rem;left:50.625000953674rem;overflow:hidden;display:block; }
#QafdrMlsha8FmdlI2AQe2RNHtp3TJoo2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:24.375rem;top:0.875rem;left:0.375rem;overflow:hidden;display:block; }
#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c { position:relative;display:block; }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c { background-color: transparent; background-image: none; }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .row .container > .video-iframe-container { display: none; }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .row > .video-iframe-container { display: none; }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .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); }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c { border-width: 0; border-radius: 0; }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fABkTydzA66VVoAm9w8g9lMHa4ibGH1R { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:24.4375rem;top:0.8125rem;left:25.625000953674rem;overflow:hidden;display:block; }
#sAE8gkNBTpOtHalqVdpn76FTTWusblcm { 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:16.25rem;width:24.375rem;top:0.8125rem;left:50.625000953674rem;overflow:hidden;display:block; }
#oJhO46N27MIot5rtWorJ9gQRoTD9sxTa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:24.375rem;top:0.8125rem;left:0.3125rem;overflow:hidden;display:block; }
#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#51a625;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; }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row .container { background-color: transparent; background-image: none; }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row .container > .video-iframe-container { display: none; }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row > .video-iframe-container { display: none; }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .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); }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row .container { border-width: 0; border-radius: 0; }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#Xd0rHWOBkvfcwPEOh27BOH28JWwhoy51 { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.0609383583069rem;left:9.5rem;height:5.55rem;font-style:normal;display:block; }
#InyAbTqUiqtQEuMcPBrDWKlKH35dZA0F { 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:1.9375rem;width:1.9375rem;top:16.375rem;left:9.5rem;overflow:hidden;display:block; }
#AEQaM9Ifr1dLTg6lTog80ptCfvwtxocg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:12.75rem;left:9.5rem;overflow:hidden;display:block; }
#Kx4mUs0mG1XFE47sTE1HwiUVTDfk5pXD { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:12.4375rem;height:1.4625rem;display:block; }
#SZgar4Tq3m6fdTgUXUWUXeqK7KsC6Zln { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.061737060547rem;left:12.3125rem;height:2.925rem;display:block; }
#AxbqL5at5obhrqLdQg1fTf97HzyuXTOO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#51a625;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.75rem;left:49.875rem;display:block; }
#A9GFW03FwUBMJ1kL3okET9XqhWXks5N7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oE2zRnnI2EsMluQwRQM1MQ2SteTA11bm { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:9.5625rem;left:53.9375rem;overflow:hidden;display:block; }
#gFSDpSOgKfECw6leCdv0th0B66U6NxZG { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #daa520;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:18.75rem;width:0.3125rem;top:1.2499923706055rem;left:43.8125rem;display:block; }
#JUCKOqPSD5PXCfyISTd4FCU4pp14X8NL { color:#faf5f5;display:block;width:34.4375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.874999523163rem;left:8.050000190735rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AJtdIuy7i07wPaoeU6IECITxywWmV4I0 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.375rem dotted #daa520;border-bottom:0.375rem dotted #daa520;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:24.75rem;top:24.25rem;left:19.25rem;display:block; }
#xE6SscJ3FQV9cglSDAwIT5vxfHyIzZh3 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.5rem;left:19.25rem;height:4.3875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCC8wxWFW6lXQHW6hgqQWsNi2aBfTzLU { top:2.375rem;left:0rem;width:11.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVaSu0OF8VH2Q2rTCr7ixAQX1NwK2SE2 { top:1.1875rem;left:4.5984373092651rem;width:12.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { width:9.375rem;height:3.375rem;top:1.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block; }
 }@media only screen and (max-width: 763px) { #z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { display:block; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pd04UJO7FgLpOp4NOuz7ZcGvBccEApmQ { top:38.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { top:13.625rem;left:0rem;width:47.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFGXX8GAE0RSvXWqgFeNnJ6HIz02vNvV { top:30.0625rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM3VputPDH0aQfQznWICD3l8Gf7uycUR { top:29.8125rem;left:23.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPgDg9yW9wPWMhRftGhtqt1CpqmrMkWw { top:26.1875rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgaatUGHFmmgGBfDN4ImtDeQaKpu4AFh { top:18.625rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxowTfRUCvKVa3LQvzliCExBLpvoRQx6 { top:30.625rem;left:2rem;width:20.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5OTlTTPR7Vd8qvtCBcSxyhadcJNfRwW { top:30.5rem;left:16.375rem;width:31.375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLrrEkx1A5qvTtxxKTTTfA0UqDH0syAr { top:6.6875rem;left:0rem;width:44.5625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihE4zToNJFiXDz3ZTBu5zr9U530QnJ38 { top:4.875rem;left:16.25rem;width:31.5rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIFGcEEEzZGed1NAvDwcw0W0iBV1NEJv { top:15.25rem;left:0rem;width:45.8125rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8M5wTq5stpDmFxhxsOveB649cIQyIDC { top:18.0625rem;left:0rem;width:41.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { top:55.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { top:29.9375rem;left:12.75rem;width:21.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { top:31.8125rem;left:0rem;width:19.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { top:36.0625rem;left:0rem;width:18rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { top:34.5625rem;left:14.625rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { top:29.875rem;left:0rem;width:21.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { top:31.8125rem;left:14.625000953674rem;width:18.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { top:36.0625rem;left:14.750000953674rem;width:18.25rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { top:34.5625rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { top:31.8125rem;left:30.9375rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { top:36.0625rem;left:28.5rem;width:19.25rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { top:57.125rem;left:29.625rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQVq0D33EvFqVGASOltodM9RPSNTLsx9 { top:29.875rem;left:25.875rem;width:21.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4e0N6asRKBD3XxnICzhgXkaevhOUHMV { top:52.125rem;left:25.875rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQgzTQkxkqT4dirAxLMDH24rp78Ovhwd { top:54.5rem;left:30.9375rem;width:16.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT4VaLaVDR6gen4b6cCqkZbSE4QkLadD { top:34.5625rem;left:29.625rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZJh2OBG55CefGfZQ6fhJJTQLe8L7NFV { top:58.625rem;left:28.125rem;width:19.625rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGAycrx2cSQfF6XNkXbJIaqgKkrTWvt2 { top:52.125rem;left:0rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVMaaTWqWL4NGWho0XlZh5id5FeQvPrw { top:58.625rem;left:0rem;width:19.0625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcm9Awq6d4sgGnZ2Rlco0t2WkMRKRQVx { top:57.5rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4BVBNLP0KVOfknAOAI0tIN6cHvxflS { top:54.4375rem;left:0rem;width:16.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERNTtgQxWwz4NAOGS8m5NldehQaunO4P { width:12.8125rem;height:3.3125rem;top:62.0625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAmnbGdmNH1zdZhznC3HcitwPbOrQB9w { display:block; }
 }@media only screen and (max-width: 763px) { #qJHVpRklfQbeAXTMCoT3nNQKfJk3hLi9 { top:7.0625rem;left:25.875rem;width:21.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoWm8BQd7Ro0tUABngClKVK8bSLDrR2 { top:7.0625rem;left:0rem;width:21.6875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWlLQ3wRfHBDIQE4BARGSGBKZ6pTimD1 { top:7.3125rem;left:12.6875rem;width:21.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbEyiabb6ArOwmdgVk2GPgZcQpe7NUkT { top:13.5625rem;left:14.250000953674rem;width:19.25rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9StWCSBRoyoCzW4r3AIvuhGkurS34vl { top:13.5625rem;left:0rem;width:18.5625rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBQrEJRcz6I4e2fKfw1ALz2cFpclJ2B { top:13.5625rem;left:30.5rem;width:17.25rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h57NLnsr2bloTWiTob3yF9F8NTqolIBi { top:9.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkVDX9cB3ifTgQx0c1PicKeBN4gVt9XO { top:12rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySuJnh7BunhxGmTtF3zbrgh8Ox8DI600 { top:9rem;left:0rem;width:18.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8WxtOJWqxLf5va3OH7Qmlumv1NCWQP { top:11.9375rem;left:14.562500953674rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq480UvFTFycp6znkv5x4sNVcxVB5ZUq { top:8.9375rem;left:18.968750953674rem;width:9.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT2hfT1qmW6ygPv5eWGByFaod48oe8AF { top:11.9375rem;left:29.625rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSU30ukKQLTeChIuXx8C1h5KHmHSFiGK { top:9rem;left:36.9375rem;width:10.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { display:block; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhMr8LsT3NObuT7p6LRrwdpd3xVniPaN { top:4.125rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmi0c2BMMnHqPz8QHzTV7NkoaaBGbQNT { top:10rem;left:0rem;width:47.625rem;height:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elyM0KR28KodOPNObNG09S3HP8afm7Hd { top:12.25rem;left:2.6875rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIHXNhSup3aNGLTcbsP1SUVcLCyFTp82 { top:14.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxFFk7CWlcBenDUuUENwpMVkOJiVbxD6 { top:12.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tilyID9DIJ62nkkUk8VJtq2ULEHtqTrX { top:15.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnK9GmRSmWNLS3zdz0Fa6HXzhhWfTiZR { top:24.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0oV5rVXnKh7hfHPgotzTBqwhzzcTMlo { top:23.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3KpcuBFwwswKIQVWvLR0QwbQZMfgNw { top:20.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwiGWFJDPy45VCJEPt9DE2FK4LZGVX6l { top:20.875rem;left:2.6875rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erntSSS55dQFShplec6ghNq9A7fBUeql { top:31.625rem;left:0.625rem;width:28.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r73J62trvyQnU7WaqA9Q2MaDI3cT8Is0 { top:30.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1r2XXZDC4TRoDGw6MEcPwbg10vGqka { top:27.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9A0bBLeWEtg22ldm2O4Icb2XPKK3au { top:27.8125rem;left:2.6875rem;width:6.5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVtrioQ8ptTS5WEzi31fPdRNEiUTMkz { top:12.125rem;left:0.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO0iWFCCJZDfmDZFQog0TyO3EfZql3Ue { top:20.75rem;left:0.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBGCi6kcsT1T8CqZvOxRPoERKiiWT6R7 { top:27.8125rem;left:0.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7bQ8DZg8rUDy4ktQaIoeLvHw5dJftnJ { top:34.4375rem;left:2.6875rem;width:6.5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gor6rXSo3mGQigsobB71oDqe19QsIML4 { top:34.375rem;left:0.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHcbvJr1nKO5TNGWdQEMuM6T7VTTCmV { top:34.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM9VKTURLyQF6Em6mACWZ8hEqEzZrPCA { top:36.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmGX1Uy1OqI1eJNFu0Hb84Mke5kUvkJh { top:38.3125rem;left:0.75rem;width:28.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhyMTiAEIEkHqWXiQkd2wZN2cWZIXr4m { top:41.125rem;left:0.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTs78Qeiziu4boa8DpaxGSUUugTXxGE { top:41.1875rem;left:2.6875rem;width:6.5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrJ8k8pDuu3qFkx04rUMoLskwwq2FGph { top:41.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXwNHsg1vuiB8qRCXyiWubgFE8xbbH75 { top:43.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJ4RbxFAq6aPGpqLnSODeTgASdPL0zt { top:44.4375rem;left:0.81249904632569rem;width:28.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Cxu6wkaLi7iXtTUckIy0wCVCpuOhTy { top:46.8125rem;left:0.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BovD0RQ5xM8pR53gwLreaT78svCmeV93 { top:46.8125rem;left:2.6875rem;width:6.5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg2MkH8EsHOF22ekA8GenKhvkc5DI4zZ { top:46.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvQMCbHEw28e0HfIJuE8z6IwJx43zuMC { top:48.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAlTgbtRv9BcIbBTO4TPFhEs1GBBoy9B { top:50.0625rem;left:0.8125rem;width:28.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh { display:block; }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC752Fv0th3cg302BTDKxeQcCH18QnCR { top:2.25rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 { display:block; }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0PKXKqfIKpbdDzclBJ0JEoBTTPrbe6y { top:0.625rem;left:0rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZAu1KFEU3rCDVqhiAatyWQpdkh6AryH { top:0.6875rem;left:10.8125rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8UXtEIC4JwhLBueyhnTNd31Lg2trDZ { top:0.6875rem;left:26.6875rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aySLmmzwJZVKGlGVBPUr6DaTqKZhUCTH { top:21.4375rem;left:0rem;width:24.4375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULQxJInVgqMFqvi0el1KAFknQhpitI1d { top:23.25rem;left:0.0625rem;width:15.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS9Q5TbppzKeyJkZrB5V28lcxT4TsGRz { top:28.25rem;left:0rem;width:22.4375rem;height:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBGdFOR1uz5DEnTsXMlrLO07Dih51ng6 { top:21.4375rem;left:7.3125rem;width:24.4375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3tiwCdrkIzJlATtXewXIyhQpXiS2aAO { top:21.4375rem;left:23.1875rem;width:24.4375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCnqCNPrfQkWr4ZyT95VFKQWkfN7vOB2 { top:23.25rem;left:15.4375rem;width:16.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtdxOQEoDCPWayPaSTNIAJFtUoMUachw { top:24rem;left:30.0625rem;width:17.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKByVDZM0LX1U0eoVkWaCWSMn2IWUMM { top:29rem;left:9.3125rem;width:22.4375rem;height:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfQxFzQB5SRlcyrsr4ugsNa6O5VgxUw { top:29.5rem;left:25.875rem;width:21.75rem;height:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIoDWiE8tQ4OihFDTTGmJrWFrbbch4fl { width:13.5625rem;height:3.4375rem;top:39.5rem;left:33.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SooPUkSG4OpfCyehepIEn9ELzu1NGleA { display:block; }
 }@media only screen and (max-width: 763px) { #Eq5hxld4guymnNBBTcblOrXFeH9r4xmM { display:block; }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niHP0Z8B7u5kKPuc0qb7guskDORyoyCl { top:2.5rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt { display:block; }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb { display:block; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfUEsodJf23qKlkxUqVaIm0f1nxs0hhb { top:1.1875rem;left:7.3125rem;width:24.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZQU55vrxHbWx10s1RnM8ptacF0nxEs { top:1.1875rem;left:23.25rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa9Md3p5wrAFlvtbULHc08R99u9KaEyR { top:1.1875rem;left:0rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK { display:block; }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxB7trmDiLfB7eTkKMJ1c0PPOA0Qbhsz { top:0.9375rem;left:7.3125rem;width:24.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC5tBSUx4dh9v3KLr3TK9POicxxX4DOM { top:0.9375rem;left:23.25rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QafdrMlsha8FmdlI2AQe2RNHtp3TJoo2 { top:0.875rem;left:0rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c { display:block; }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fABkTydzA66VVoAm9w8g9lMHa4ibGH1R { top:0.8125rem;left:7.3125rem;width:24.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAE8gkNBTpOtHalqVdpn76FTTWusblcm { top:0.8125rem;left:23.25rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhO46N27MIot5rtWorJ9gQRoTD9sxTa { top:0.8125rem;left:0rem;width:24.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz { display:block; }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd0rHWOBkvfcwPEOh27BOH28JWwhoy51 { top:4rem;left:0rem;width:32.9375rem;height:5.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InyAbTqUiqtQEuMcPBrDWKlKH35dZA0F { top:16.375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQaM9Ifr1dLTg6lTog80ptCfvwtxocg { top:12.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx4mUs0mG1XFE47sTE1HwiUVTDfk5pXD { top:12.9375rem;left:0rem;width:22.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZgar4Tq3m6fdTgUXUWUXeqK7KsC6Zln { top:16rem;left:0rem;width:31.625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxbqL5at5obhrqLdQg1fTf97HzyuXTOO { width:14rem;height:3.125rem;top:18.75rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9GFW03FwUBMJ1kL3okET9XqhWXks5N7 { display:block; }
 }@media only screen and (max-width: 763px) { #oE2zRnnI2EsMluQwRQM1MQ2SteTA11bm { top:9.5625rem;left:40.3125rem;width:6.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFSDpSOgKfECw6leCdv0th0B66U6NxZG { top:1.1875rem;left:30.1875rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUCKOqPSD5PXCfyISTd4FCU4pp14X8NL { top:21.8125rem;left:0rem;width:34.4375rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJtdIuy7i07wPaoeU6IECITxywWmV4I0 { top:24.25rem;left:5.625rem;width:24.75rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6SscJ3FQV9cglSDAwIT5vxfHyIzZh3 { top:26.5rem;left:5.625rem;width:24rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCC8wxWFW6lXQHW6hgqQWsNi2aBfTzLU { width:11.25rem;height:1.8125rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVaSu0OF8VH2Q2rTCr7ixAQX1NwK2SE2 { width:12.25rem;height:4.1875rem;top:3.59375rem;left:3.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC9ZGzV16nn9P0FXo1THXqdUSd8zVm5o { width:8.125rem;height:2.8125rem;top:7.78125rem;left:5.9375000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFkpdaT1nAu5hdV0zJP80oxude8D4smK { display:block; }
 }@media only screen and (max-width: 763px) { #z0PZMhtMQgkelm5K23u3eszel6gJ4Pil { display:block; }#z0PZMhtMQgkelm5K23u3eszel6gJ4Pil > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pd04UJO7FgLpOp4NOuz7ZcGvBccEApmQ { display:flex;width:1.25rem;height:1.25rem;top:19.362500429154rem;left:3.7187500596046rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #w1XuHgp96HahbQKp7SVIu6lRWqbLxtiU { width:20rem;height:26.5625rem;top:1.25rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFGXX8GAE0RSvXWqgFeNnJ6HIz02vNvV { display:flex;width:2.5625rem;height:2.5625rem;top:13.34375rem;left:8.7187505364419rem; }
 }@media only screen and (max-width: 763px) { #vM3VputPDH0aQfQznWICD3l8Gf7uycUR { display:flex;width:3.125rem;height:3.125rem;top:18.425001144409rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #BPgDg9yW9wPWMhRftGhtqt1CpqmrMkWw { width:12.5rem;height:1.4625rem;top:9.512499809265rem;left:7.5000005364419rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgaatUGHFmmgGBfDN4ImtDeQaKpu4AFh { width:19.625rem;height:6.825rem;top:2.6875rem;left:0.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxowTfRUCvKVa3LQvzliCExBLpvoRQx6 { width:20rem;height:1.625rem;top:16.16250038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5OTlTTPR7Vd8qvtCBcSxyhadcJNfRwW { width:11.75rem;height:3.25rem;top:21.550001144409rem;left:4.1250000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 { display:block; }#l1bUqX1rb2Rcd9um0KcOG3ON7k2WeiC8 > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLrrEkx1A5qvTtxxKTTTfA0UqDH0syAr { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihE4zToNJFiXDz3ZTBu5zr9U530QnJ38 { width:8.5rem;height:12.875rem;top:40.524219512939rem;left:5.7500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIFGcEEEzZGed1NAvDwcw0W0iBV1NEJv { width:20rem;height:34.875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8M5wTq5stpDmFxhxsOveB649cIQyIDC { width:16rem;height:32.3rem;top:5.7500047683716rem;left:2.0000000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { width:18.5rem;height:6.1875rem;top:41.712501049042rem;left:0.74921876192094rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:20rem;height:158.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyWyv2LGpKftyZU7VvfCZ3HmJCrCLoQ5 { width:20rem;height:20rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { width:14.375rem;height:3rem;top:53.0625rem;left:2.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { width:17.5rem;height:13.125rem;top:57.5625rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { width:16.25rem;height:0.0625rem;top:77.875rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { width:20rem;height:19.4375rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { width:14.375rem;height:3rem;top:74.1875rem;left:2.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { width:17.5rem;height:14.4375rem;top:78.1875rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { width:16.25rem;height:0.0625rem;top:56.9375rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { width:16.75rem;height:1.5rem;top:95.5rem;left:1.6250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { width:17.5rem;height:15.75rem;top:98.175000190738rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { width:16.25rem;height:0.125rem;top:134.75rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQVq0D33EvFqVGASOltodM9RPSNTLsx9 { width:20rem;height:21.0625rem;top:94rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4e0N6asRKBD3XxnICzhgXkaevhOUHMV { width:20rem;height:16rem;top:131.48749995232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQgzTQkxkqT4dirAxLMDH24rp78Ovhwd { width:16.8125rem;height:1.5rem;top:132.5rem;left:1.5937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT4VaLaVDR6gen4b6cCqkZbSE4QkLadD { width:18.125rem;height:0.0625rem;top:97.75rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZJh2OBG55CefGfZQ6fhJJTQLe8L7NFV { width:19.625rem;height:9.1875rem;top:136.05000019074rem;left:0.37421876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGAycrx2cSQfF6XNkXbJIaqgKkrTWvt2 { width:20rem;height:13.9375rem;top:115.80000019074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVMaaTWqWL4NGWho0XlZh5id5FeQvPrw { width:19.0625rem;height:7.875rem;top:119.8125rem;left:0.46796876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcm9Awq6d4sgGnZ2Rlco0t2WkMRKRQVx { width:18.125rem;height:0.0625rem;top:118.75rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4BVBNLP0KVOfknAOAI0tIN6cHvxflS { width:16.8125rem;height:1.5rem;top:116.6875rem;left:1.5937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERNTtgQxWwz4NAOGS8m5NldehQaunO4P { width:12.8125rem;height:3.3125rem;top:150.5rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAmnbGdmNH1zdZhznC3HcitwPbOrQB9w { display:block; }
 }@media only screen and (max-width: 763px) { #qJHVpRklfQbeAXTMCoT3nNQKfJk3hLi9 { width:20rem;height:16.5rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJoWm8BQd7Ro0tUABngClKVK8bSLDrR2 { width:20rem;height:14.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWlLQ3wRfHBDIQE4BARGSGBKZ6pTimD1 { width:20rem;height:16.6875rem;top:17.155468940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbEyiabb6ArOwmdgVk2GPgZcQpe7NUkT { width:19.25rem;height:11.8125rem;top:21.186718940735rem;left:0.37421876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9StWCSBRoyoCzW4r3AIvuhGkurS34vl { width:18.5625rem;height:9.1875rem;top:5.875rem;left:0.71796876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpBQrEJRcz6I4e2fKfw1ALz2cFpclJ2B { width:17.25rem;height:10.5rem;top:39.75rem;left:1.3750000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h57NLnsr2bloTWiTob3yF9F8NTqolIBi { display:flex;width:1.25rem;height:1.25rem;top:3.3125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #pkVDX9cB3ifTgQx0c1PicKeBN4gVt9XO { width:18.125rem;height:0.0625rem;top:5.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySuJnh7BunhxGmTtF3zbrgh8Ox8DI600 { width:18.1875rem;height:1.5rem;top:2.4375rem;left:0.90546876192094rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8WxtOJWqxLf5va3OH7Qmlumv1NCWQP { width:18.125rem;height:0.0625rem;top:20.374218940735rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq480UvFTFycp6znkv5x4sNVcxVB5ZUq { width:9.3125rem;height:1.5rem;top:18.061718940735rem;left:5.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT2hfT1qmW6ygPv5eWGByFaod48oe8AF { width:18.125rem;height:0.0625rem;top:38.936719894409rem;left:0.93671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSU30ukKQLTeChIuXx8C1h5KHmHSFiGK { width:10.8125rem;height:1.5rem;top:36.1875rem;left:4.5937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq { display:block; }#EtBLekfEDwLW1bJctRkEcFHh3QN8TTrq > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhMr8LsT3NObuT7p6LRrwdpd3xVniPaN { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmi0c2BMMnHqPz8QHzTV7NkoaaBGbQNT { width:19.875rem;height:20.1875rem;top:4.5rem;left:0.0625rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #elyM0KR28KodOPNObNG09S3HP8afm7Hd { width:6.5625rem;height:1.625rem;top:6.5625305175781rem;left:4.5625000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AIHXNhSup3aNGLTcbsP1SUVcLCyFTp82 { width:18.125rem;height:0.0625rem;top:9.0625rem;left:1.875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #CxFFk7CWlcBenDUuUENwpMVkOJiVbxD6 { width:18.125rem;height:0;top:47.125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tilyID9DIJ62nkkUk8VJtq2ULEHtqTrX { width:16.875rem;height:5.25rem;top:9.5625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnK9GmRSmWNLS3zdz0Fa6HXzhhWfTiZR { width:18.125rem;height:1.3125rem;top:19rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0oV5rVXnKh7hfHPgotzTBqwhzzcTMlo { width:18.125rem;height:0.0625rem;top:18.0625rem;left:1.875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #NA3KpcuBFwwswKIQVWvLR0QwbQZMfgNw { width:18.125rem;height:0;top:49.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UwiGWFJDPy45VCJEPt9DE2FK4LZGVX6l { width:15.3125rem;height:1.625rem;top:15.375rem;left:4.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #erntSSS55dQFShplec6ghNq9A7fBUeql { width:15.75rem;height:2.625rem;top:24.875rem;left:2.1250000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r73J62trvyQnU7WaqA9Q2MaDI3cT8Is0 { width:18.125rem;height:0.0625rem;top:24.1875rem;left:1.875rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #eT1r2XXZDC4TRoDGw6MEcPwbg10vGqka { width:18.125rem;height:0;top:54.125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JQ9A0bBLeWEtg22ldm2O4Icb2XPKK3au { width:15.5rem;height:1.625rem;top:21.625rem;left:4.5000000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #itVtrioQ8ptTS5WEzi31fPdRNEiUTMkz { display:flex;width:1.5rem;height:1.5rem;top:6.625rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #eO0iWFCCJZDfmDZFQog0TyO3EfZql3Ue { display:flex;width:1.5rem;height:1.5rem;top:15.25rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #TBGCi6kcsT1T8CqZvOxRPoERKiiWT6R7 { display:flex;width:1.5rem;height:1.5rem;top:21.6875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #g7bQ8DZg8rUDy4ktQaIoeLvHw5dJftnJ { width:9.5rem;height:1.625rem;top:28.8125rem;left:4.5625000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gor6rXSo3mGQigsobB71oDqe19QsIML4 { display:flex;width:1.5rem;height:1.5rem;top:28.875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #yfHcbvJr1nKO5TNGWdQEMuM6T7VTTCmV { width:20rem;height:0;top:56.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IM9VKTURLyQF6Em6mACWZ8hEqEzZrPCA { width:20rem;height:0.0625rem;top:31.375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #GmGX1Uy1OqI1eJNFu0Hb84Mke5kUvkJh { width:17.0625rem;height:1.3125rem;top:31.90625rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PhyMTiAEIEkHqWXiQkd2wZN2cWZIXr4m { display:flex;width:1.5rem;height:1.5rem;top:34.5rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #xNTs78Qeiziu4boa8DpaxGSUUugTXxGE { width:8.75rem;height:1.625rem;top:34.4375rem;left:4.5625000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UrJ8k8pDuu3qFkx04rUMoLskwwq2FGph { width:20rem;height:0;top:59.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bXwNHsg1vuiB8qRCXyiWubgFE8xbbH75 { width:20rem;height:0.0625rem;top:37rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #MNJ4RbxFAq6aPGpqLnSODeTgASdPL0zt { width:20rem;height:1.3125rem;top:37.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4Cxu6wkaLi7iXtTUckIy0wCVCpuOhTy { display:flex;width:1.5rem;height:1.5rem;top:40.4375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #BovD0RQ5xM8pR53gwLreaT78svCmeV93 { width:6.5rem;height:1.625rem;top:40.375rem;left:4.5937500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qg2MkH8EsHOF22ekA8GenKhvkc5DI4zZ { width:20rem;height:0;top:62.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QvQMCbHEw28e0HfIJuE8z6IwJx43zuMC { width:20rem;height:0.0625rem;top:42.4375rem;left:0rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #gAlTgbtRv9BcIbBTO4TPFhEs1GBBoy9B { width:20rem;height:1.3125rem;top:43.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh { display:block; }#M3wnpl4CznwIaHtb5MbTqC2tBp7qwSGh > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sC752Fv0th3cg302BTDKxeQcCH18QnCR { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 { display:block; }#dfNMWywsfE0lSXss6TX3SniRsMXZ8rD0 > .row .container { width:20rem;height:134.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0PKXKqfIKpbdDzclBJ0JEoBTTPrbe6y { width:19.875rem;height:19.875rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZAu1KFEU3rCDVqhiAatyWQpdkh6AryH { width:19.875rem;height:19.875rem;top:47.70546913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG8UXtEIC4JwhLBueyhnTNd31Lg2trDZ { width:19.875rem;height:19.875rem;top:91.47265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aySLmmzwJZVKGlGVBPUr6DaTqKZhUCTH { width:20rem;height:23.3125rem;top:22.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULQxJInVgqMFqvi0el1KAFknQhpitI1d { width:15.75rem;height:2.925rem;top:23.557812690735rem;left:2.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS9Q5TbppzKeyJkZrB5V28lcxT4TsGRz { width:18.5625rem;height:17.15rem;top:27.20546913147rem;left:0.71796876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wBGdFOR1uz5DEnTsXMlrLO07Dih51ng6 { width:20rem;height:21.75rem;top:68.704687118531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3tiwCdrkIzJlATtXewXIyhQpXiS2aAO { width:20rem;height:19.375rem;top:113.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCnqCNPrfQkWr4ZyT95VFKQWkfN7vOB2 { width:16.3125rem;height:4.3875rem;top:69.785938262938rem;left:1.8437500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtdxOQEoDCPWayPaSTNIAJFtUoMUachw { width:17.5625rem;height:2.925rem;top:113.8125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKByVDZM0LX1U0eoVkWaCWSMn2IWUMM { width:17.4375rem;height:13.65rem;top:74.998437881469rem;left:1.2812500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfQxFzQB5SRlcyrsr4ugsNa6O5VgxUw { width:18.0625rem;height:7.9625rem;top:118.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIoDWiE8tQ4OihFDTTGmJrWFrbbch4fl { width:13.5625rem;height:3.4375rem;top:127.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SooPUkSG4OpfCyehepIEn9ELzu1NGleA { display:block; }
 }@media only screen and (max-width: 763px) { #Eq5hxld4guymnNBBTcblOrXFeH9r4xmM { display:block; }#Eq5hxld4guymnNBBTcblOrXFeH9r4xmM > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niHP0Z8B7u5kKPuc0qb7guskDORyoyCl { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt { display:block; }#Ua5AU4GELiCyP4dkQJ6ondSkpqO4rWGt > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb { display:block; }#ac6eaMrVPD7JcLiWuhIP2vObXOPdgZZb > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfUEsodJf23qKlkxUqVaIm0f1nxs0hhb { width:20rem;height:13.299232736573rem;top:15.8328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZQU55vrxHbWx10s1RnM8ptacF0nxEs { width:20rem;height:13.333333333333rem;top:30.3820625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa9Md3p5wrAFlvtbULHc08R99u9KaEyR { width:20rem;height:13.333333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK { display:block; }#nD4zoEyIN2LRLh1nbVMQJy2vLOP7BrsK > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxB7trmDiLfB7eTkKMJ1c0PPOA0Qbhsz { width:20rem;height:13.299232736573rem;top:15.8328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC5tBSUx4dh9v3KLr3TK9POicxxX4DOM { width:20rem;height:13.333333333333rem;top:30.3820625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QafdrMlsha8FmdlI2AQe2RNHtp3TJoo2 { width:20rem;height:13.333333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c { display:block; }#fTbBrt9lHxXUmKg0ADmeXbKvamTiaI2c > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fABkTydzA66VVoAm9w8g9lMHa4ibGH1R { width:20rem;height:13.299232736573rem;top:15.8328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAE8gkNBTpOtHalqVdpn76FTTWusblcm { width:20rem;height:13.333333333333rem;top:30.3820625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJhO46N27MIot5rtWorJ9gQRoTD9sxTa { width:20rem;height:13.333333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz { display:block; }#nSbzV5IGezOvIrCu3XW9Rsd0nPkg4tMz > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd0rHWOBkvfcwPEOh27BOH28JWwhoy51 { width:18.125rem;height:3.75rem;top:1.25rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InyAbTqUiqtQEuMcPBrDWKlKH35dZA0F { width:1.9375rem;height:1.9375rem;top:12.1125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQaM9Ifr1dLTg6lTog80ptCfvwtxocg { width:2.0625rem;height:2.0625rem;top:6.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx4mUs0mG1XFE47sTE1HwiUVTDfk5pXD { width:17.6875rem;height:1.3rem;top:9.5625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZgar4Tq3m6fdTgUXUWUXeqK7KsC6Zln { width:20rem;height:5.2rem;top:15.3rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxbqL5at5obhrqLdQg1fTf97HzyuXTOO { width:14rem;height:3.125rem;top:23.6125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9GFW03FwUBMJ1kL3okET9XqhWXks5N7 { display:block; }
 }@media only screen and (max-width: 763px) { #oE2zRnnI2EsMluQwRQM1MQ2SteTA11bm { width:5rem;height:5.75rem;top:11.1125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFSDpSOgKfECw6leCdv0th0B66U6NxZG { width:18.75rem;height:0.3125rem;top:21.75rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem dotted #ad1818;display:block; }
 }@media only screen and (max-width: 763px) { #JUCKOqPSD5PXCfyISTd4FCU4pp14X8NL { width:20rem;height:2.4375rem;top:27.9875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJtdIuy7i07wPaoeU6IECITxywWmV4I0 { width:19.6875rem;height:7.4375rem;top:24.25rem;left:0rem;border-top:0;border-left:0.3125rem dotted #772121;border-right:0;border-bottom:0.3125rem dotted #772121;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #xE6SscJ3FQV9cglSDAwIT5vxfHyIzZh3 { width:20rem;height:3.4125rem;top:31.250001430511rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }