.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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fe8208;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; }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row .container { background-color: transparent; background-image: none; }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row .container > .video-iframe-container { display: none; }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row > .video-iframe-container { display: none; }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .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); }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row .container { border-width: 0; border-radius: 0; }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#eV1DnxfJp2zJDKOXkfBLSHbe512UPkiz { z-index:15003;top:1.90625rem;left:57.1875rem;background-color:#298541;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UuUrku8aOR2c08mvIX9hDAGgh6HWoxrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbCxXPN56Lbgdh6ZIw1XEUzUBg2ssRRM { 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:4.125rem;width:13.9375rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#He5hZlLmz9SK9nEyuFXUOBq05VAkUVSh { box-sizing:content-box;height:3.375rem;width:13.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.0625rem;left:30.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#V44zzTNlT3oQKM1fwbhOGiZGQxZsyTgy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:3.25rem;width:4.5rem;top:2.125rem;left:31.0625rem;overflow:hidden;display:block; }
#EAq6JlF7tH5yUueqUbuRawrZG8b8HF86 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.75rem;left:35.5625rem;height:1.949225rem;text-align:left;text-align-last:left;display:block; }
#IEOzNKDrePo4LNQIg4cvLg3HV79rBPhH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.6875rem;top:2.90625rem;left:58.857336956522rem;overflow:hidden;display:block; }
#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8e70614d-b63c-4530-99a8-90766acc4a41/Herodfsf.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe.adaptive-delivery-prevent-bg, #DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe.lazyload, #DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe.lazyloading { background-image: none; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container { background-color: transparent; background-image: none; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container > .video-iframe-container { display: none; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row > .video-iframe-container { display: none; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .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); }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container { border-width: 0; border-radius: 0; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#Keyfa3WeUeEWueflxCDtFEIeHBsa0Dqf { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#ogs2pepB6RSiRXApG6ZooI97J76TAUsB { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:26.09375rem;left:3.3125rem;height:1.6875rem;display:block; }
#T1rMR8346u0i69GbvoxZl6wGyTDRXtI6 { background-color:#298541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.8125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:47.1875rem;left:0rem;display:block; }
#OzhIRRa138UtH1G6P314X2PCKqgxJ5KP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssZ5pWuCzo1C6lQT4Nafey7ZrhIGOq0w { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff9c00;border-left:0.125rem solid #ff9c00;border-right:0.125rem solid #ff9c00;border-bottom:0.125rem solid #ff9c00;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ff9c00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:47.21875rem;left:16.75rem;display:block; }
#mpisnWU0mCK3dy0nveQ7psvxt7wUvLwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCZ7cZRTXpRni2IVeZf3nR64r07nVT6V { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:25.6875rem;left:0rem;overflow:hidden;display:block; }
#vsTA2sNZNIgUGdAp1ThtcTI0TkfXEh7T { box-sizing:content-box;height:3.3125rem;width:31.75rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:5.1875rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;border-top:0.0625rem dashed #298541;border-left:0.0625rem dashed #298541;border-right:0.0625rem dashed #298541;border-bottom:0.0625rem dashed #298541;display:block; }
#u03zARMtw1CNNSHvhe4qs5lbHEsNdFt2 { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:5.931640625rem;left:0.59375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHzQVmr0lV8VdeBCXn3teb4kachGliZO { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:29.4375rem;left:3.3125rem;height:1.6875rem;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; }
#tnDPaUUy0OddKXPKxdIFLeuLwo2UATsK { position:absolute;display:block;z-index:15042;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.5rem;width:2.5rem;top:29.0625rem;left:0rem;overflow:hidden;display:block; }
#Cv1kXIqyeBlvSwgCVlPldbfuElc7uxnb { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:32.375rem;left:0rem;overflow:hidden;display:block; }
#Up6Z3BsKLKS1Xy3ypfVPLKobJzF3VSTq { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:32.75rem;left:3.3125rem;height:1.6875rem;display:block; }
#kl3FqoTLsOmqR3skeqJdz6irTrReboIP { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:36.0625rem;left:3.3125rem;height:1.6875rem;display:block; }
#iuGPtUcNZwXR5NSJnfwIeBoPiu5MNrph { position:absolute;display:block;z-index:15046;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.5rem;width:2.5rem;top:35.6875rem;left:0rem;overflow:hidden;display:block; }
#rzJqvHVbT5p44WIJOudzButbTNoPATgu { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:39rem;left:0rem;overflow:hidden;display:block; }
#MiMG06SSsMOX6uTeK4KdaXKXZwNNUNka { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:39.375rem;left:3.3125rem;height:1.6875rem;display:block; }
#hJqDBXFgd2GucgiPeN2u8rMxa47p3t3C { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:41.9375rem;left:0rem;overflow:hidden;display:block; }
#M6bkPMcIz21N7CUwUW3XwzrS2ktB4MaS { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:42.3125rem;left:3.3125rem;height:1.6875rem;display:block; }
#iTog4TvTeTJk4MHOWBbKWQZdETka4CFX { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.75rem;top:48.1875rem;left:12.53125rem;overflow:hidden;display:block; }
#eI1ofts4kJ56Br7bhmvlZS0hw3lMP1aT { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:3.0625rem;top:38.1875rem;left:32.96875rem;overflow:hidden;display:block; }
#H6UA1GkTZqWK4qz9lnZRqgaImaZDDQJp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:26.6875rem;display:none; }
#SiM3w3cR86gE4aT7BQ0qp10TovQ6aMGk { position:absolute;display:block;z-index:15057;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:1.75rem;top:48.1875rem;left:18.40625rem;overflow:hidden;display:block; }
#F3VU9B8fob8eoa51UniLJS109tIQcpzg { position:relative;display:block; }#F3VU9B8fob8eoa51UniLJS109tIQcpzg { background-color: transparent; background-image: none; }#F3VU9B8fob8eoa51UniLJS109tIQcpzg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .row .container > .video-iframe-container { display: none; }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .row > .video-iframe-container { display: none; }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .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); }#F3VU9B8fob8eoa51UniLJS109tIQcpzg { border-width: 0; border-radius: 0; }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .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; }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .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:121.3125rem;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; }#DCp2FT1gS0MTX3eZOyT7EtHODgo0iPuT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6875rem;left:32.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#Bxn4qAyCodUHit6VQSZIEsqyWaT6xJBD { 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:1.9375rem;width:1.9375rem;top:6.6875rem;left:33.5625rem;overflow:hidden;display:block; }
#Ss7RrmTxciThEvlEaed0tWWsyK5wsig6 { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:26.65625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZtDmI8JyHIeg1FgkRc3N3IDtZs1Dm2J7 { color:#576167;display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.7109375rem;left:19.5rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#d8nMVuEa6NRWNWdfWxoTgpI4M0Vz4NO5 { box-sizing:content-box;height:43.625rem;width:36.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:22.875rem;left:0rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;border-top:0.0625rem solid #ff9c00;border-left:0.0625rem solid #ff9c00;border-right:0.0625rem solid #ff9c00;border-bottom:0.0625rem solid #ff9c00;display:block; }
#NGXFuog9rOdUvrWNlGzhddqmQgk81def { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:27.875rem;width:36.5625rem;top:22.875rem;left:0.0625rem;overflow:hidden;display:block; }
#gQWz6gnPWoSKTP7WuIm4fTP3kTCwGeJK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:53.125rem;left:1.8125rem;height:1.94921875rem;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; }
#WQJ3fAGiA0MrOc1BJSVs7spR2MoWUA5R { color:#576167;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:55.8125rem;left:1.875rem;height:7.796875rem;font-style:normal;display:block; }
#TI0IVwSOtPH6mJMCnTHernCZ0Lawg2f3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:27.875rem;width:36.5625rem;top:22.9375rem;left:38.4375rem;overflow:hidden;display:block; }
#ltFfaqlDT2Z9IEyN6MJb8mC8Gy3OAgkU { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:53.1875rem;left:40.1875rem;height:1.94921875rem;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; }
#HNsgqSoi3Hqs4hRdnxiAFW7yQf2ligyA { color:#576167;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:55.875rem;left:40.25rem;height:5.84765625rem;font-style:normal;display:block; }
#KE572E2z52kh64uWoPARTX5ODsaBMHrV { box-sizing:content-box;height:43.625rem;width:36.5625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:22.9375rem;left:38.375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;border-top:0.0625rem solid #ff9c00;border-left:0.0625rem solid #ff9c00;border-right:0.0625rem solid #ff9c00;border-bottom:0.0625rem solid #ff9c00;display:block; }
#ukUd7rGLKV6DlSxACnNAuy5HHTpvGUrz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:27.875rem;width:36.5625rem;top:68.1875rem;left:0.0625rem;overflow:hidden;display:block; }
#iWWmESpiCCwOL3VIr6MJULtvUphPBdu5 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:98.4375rem;left:1.8125rem;height:1.94921875rem;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; }
#TbViTB4qpU56v8LTTKT4alVaRN4W1dVs { color:#576167;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:101.125rem;left:1.875rem;height:5.84765625rem;font-style:normal;display:block; }
#Zg3rGHoMdQL3eCTb9iBt1lAfeRlMv02e { box-sizing:content-box;height:43.625rem;width:36.5625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:68.1875rem;left:0rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;border-top:0.0625rem solid #ff9c00;border-left:0.0625rem solid #ff9c00;border-right:0.0625rem solid #ff9c00;border-bottom:0.0625rem solid #ff9c00;display:block; }
#d4ZXVIHPJlrUN5ZDqgucvuysstpmf130 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:27.875rem;width:36.5625rem;top:68.1875rem;left:38.4375rem;overflow:hidden;display:block; }
#EUJokXZLKTbfM94RRINDC6lhLps4AbnD { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:98.4375rem;left:40.1875rem;height:1.94921875rem;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; }
#WEqnVFktOJKDDOEulX9KVyUre3nA0DyJ { color:#576167;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:101.125rem;left:40.25rem;height:7.796875rem;font-style:normal;display:block; }
#nREg3iDhXWOSLGUH7Hek2EBGJlm6Ta2e { box-sizing:content-box;height:43.625rem;width:36.5625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:68.1875rem;left:38.375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;border-top:0.0625rem solid #ff9c00;border-left:0.0625rem solid #ff9c00;border-right:0.0625rem solid #ff9c00;border-bottom:0.0625rem solid #ff9c00;display:block; }
#gaycgwnR41BcbVen1O2sT8JrZRo2VNT5 { background-color:#298541;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.8125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:114.375rem;left:21.375rem;display:block; }
#sAkzQig2SlsICPeX57KtkGteh1zFKXwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBOzr2K126vwuThcLJfUTTiFkexJ70QC { position:absolute;display:block;z-index:15055;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:1.75rem;top:115.375rem;left:33.9375rem;overflow:hidden;display:block; }
#TblxKCHG9ZK25B6d8rd34yKfETrH6Ibd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff9c00;border-left:0.125rem solid #ff9c00;border-right:0.125rem solid #ff9c00;border-bottom:0.125rem solid #ff9c00;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ff9c00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.75rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:114.4375rem;left:38.125rem;display:block; }
#KF9mkCiAUu7HHH3MTuqxtdLuoPkgfdr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vPAZwQusPlspCqrBSyABAEJ5lSPpdR13 { position:absolute;display:block;z-index:15056;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:1.75rem;top:115.375rem;left:39.65625rem;overflow:hidden;display:block; }
#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d53081d8-4aa2-46e1-85d3-f4bbba7449c9/1van1mancomlargei21scsfed4r0181.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ.adaptive-delivery-prevent-bg, #HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ.lazyload, #HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ.lazyloading { background-image: none; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row .container { background-color: transparent; background-image: none; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row .container > .video-iframe-container { display: none; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row > .video-iframe-container { display: none; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .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); }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row .container { border-width: 0; border-radius: 0; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row .container { font-size:0.875rem;font-family:arial;height:102.3125rem;width:75rem;position:relative;display:block; }#TGH2JonL5G9aKvv8QcHzhIdkkKn7L6uo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:5.0625rem;left:31.6875rem;overflow:hidden;display:block; }
#c14OfL1dBqrmplIE5T802ElmlNPrgLoQ { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:30.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#zq88dMlDA60D8u8lmiBGKGThK9zrG1w2 { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:13.75rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VhBTDSamk4Smf4f5bo7ULIUPDRnLTCfe { color:#576167;display:block;width:38.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:17.625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#N1Sis7Qz04otGQ4H3ZT6yJdchXUpRbwg { box-sizing:content-box;height:27.375rem;width:36.5625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:19rem;left:0rem;box-shadow: 0.1875rem 0.125rem 0.625rem rgba(0,0,0,0.23) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Irh2HTOkRa68qn8l3wKqeGwcM4SRtLPF { color:#000000;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.875rem;left:1.875rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XR8Gd8UTseLrftdZiE63Ba9VgBmHUz8n { color:#576167;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.9375rem;left:1.875rem;height:8.9355625rem;display:block; }
#lBt8e0PeJcwsSc6Xim3WAsUQkgKKT2CR { box-sizing:content-box;height:0.125rem;width:32.9375rem;position:absolute;display:block;z-index:15009;background-color:#d3d3d3;background-image:none;top:41rem;left:1.5625rem;display:block; }
#ilpZhTvsTcndzKsBVuycGX7KdV2TGI4x { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:42.25rem;left:1.875rem;overflow:hidden;display:block; }
#Vwx24JXUu2m2wDZPt5eFfPb962u2Q0Lx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:41.9375rem;left:29.9375rem;overflow:hidden;display:block; }
#Q1a6U4Qd86T6CToLodZGhyL7QnW9oxET { 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:1rem;width:6rem;top:44.125rem;left:5.96875rem;overflow:hidden;display:block; }
#yheRl99TpXVBmi765d59N0guALCFXeUP { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:42.25rem;left:5.96875rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UZzHve7F90mfkkSmpamqCRkVnnb6gcc6 { box-sizing:content-box;height:27.375rem;width:36.5625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:19rem;left:38.4375rem;box-shadow: 0.1875rem 0.125rem 0.625rem rgba(0,0,0,0.23) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZdwU8lP3IUrwbplQFuv4vbmli2S9NGlA { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.875rem;left:40.3125rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Izt5WrBCixrFb3pCirC2q747f8lcI3TN { color:#576167;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.9375rem;left:40.3125rem;height:14.296875rem;display:block; }
#MyzOyp6UyrHSWOyrErn8HW7U2y2ykEXS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:42.25rem;left:40.3125rem;overflow:hidden;display:block; }
#eFFTviNai93UqHUD2kemitxtxnNIU57A { box-sizing:content-box;height:0.125rem;width:32.9375rem;position:absolute;display:block;z-index:15017;background-color:#d3d3d3;background-image:none;top:41rem;left:40rem;display:block; }
#f5OO9OBGGNr4SxS88tLmAbomgL5uttB3 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.25rem;left:44.4375rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RmwpJTxIUJfwgqV9UsuEmAHi0Qn60Ua0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:44.125rem;left:44.4375rem;overflow:hidden;display:block; }
#VUbAKVyRbrLTfKONQGz0e8BP0oov1qDU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:41.9375rem;left:68.375rem;overflow:hidden;display:block; }
#XSptTavvQOzhZA1t61yrXOixPThOLTRP { box-sizing:content-box;height:27.375rem;width:36.5625rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:48.125rem;left:0rem;box-shadow: 0.1875rem 0.125rem 0.625rem rgba(0,0,0,0.23) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XKMl895aB0xiWcTFFmWBETqVOgSgX5GF { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:50rem;left:1.875rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K4eXWkNsoQKn370oV1PI6H9qoVENd4xM { color:#576167;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:53.0625rem;left:1.875rem;height:12.50975rem;display:block; }
#THIoFrBqJpkEnaCtf9VCPPZC39Xa5doC { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:71.375rem;left:1.875rem;overflow:hidden;display:block; }
#DiyrUDHurfCVsGX2kZFhO5TTSuuCU87M { box-sizing:content-box;height:0.125rem;width:32.9375rem;position:absolute;display:block;z-index:15025;background-color:#d3d3d3;background-image:none;top:70.125rem;left:1.5625rem;display:block; }
#drHmTaDdwHKHGkDSnixJrliNVMsExbei { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:71.375rem;left:6rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PrQf5GqKHnWfAN9sd4t5DLlItpT0SMm2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.8125rem;top:73.25rem;left:6rem;overflow:hidden;display:block; }
#Is6cbKNQ2UI3zJA3xHxN40QSxhJuNGBB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:71.0625rem;left:29.9375rem;overflow:hidden;display:block; }
#mfFZPva5omzD98mBGVGWePmT12b2Ld0T { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:50rem;left:40.3125rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#omUk3w509xyHAsALRLqbEOFqN8Fn5ghH { color:#576167;display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:53.0625rem;left:40.3125rem;height:10.722625rem;display:block; }
#uyxt25raQCIJdNvRs5V45pQcDDFZnxnx { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:71.375rem;left:40.3125rem;overflow:hidden;display:block; }
#ObTzdItFPUJodwy2rTaEf63lTR9BABZt { box-sizing:content-box;height:0.125rem;width:32.9375rem;position:absolute;display:block;z-index:15033;background-color:#d3d3d3;background-image:none;top:70.125rem;left:40rem;display:block; }
#kAvmO7bkT5v7fdWe9uTD7AJcNKRFtU75 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:71.375rem;left:44.4375rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GNgCQozQ0ralkdynuDXOmWt9FSViS5Qi { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.8125rem;top:73.25rem;left:44.4375rem;overflow:hidden;display:block; }
#XD4gOLRpwEGoWMfKldTSpI4BcQqK5nHO { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:71.0625rem;left:68.375rem;overflow:hidden;display:block; }
#cQG44retT78SGRdwopGSoOcG1hBwWlfA { box-sizing:content-box;height:27.375rem;width:36.5625rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:48.125rem;left:38.4375rem;box-shadow: 0.1875rem 0.125rem 0.625rem rgba(0,0,0,0.23) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UzrnwWvvfi1fl6mbfLAJQs4vuifnNDTJ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:19.25rem;top:86.5625rem;left:0rem;overflow:hidden;display:block; }
#Oi6mCoQ6uq5t14vxp4XC2Hd2UTnOksLQ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:19.1875rem;top:86.5625rem;left:18.6875rem;overflow:hidden;display:block; }
#TPuGFVQ8yqwdSOQkpkEwrMRsvIfpoL5R { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:19.3125rem;top:86.5625rem;left:37.8125rem;overflow:hidden;display:block; }
#RuJZBfvxrPtngy15uPFeIeDHzHbCpvgg { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:19.25rem;top:86.5625rem;left:55.75rem;overflow:hidden;display:block; }
#TZFDEKQCTZXDyTTk1FKT5rKPsLi5cvK2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:92.8486328125rem;left:3.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QdzR1KOHMiTMkKIk47flQhfOXgGu1Qzm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:92.8486328125rem;left:21.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ACnmZfTb2QdS29tmevPWoF6TLg08PvDv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:92.8486328125rem;left:41.71875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ohPEoHTMpeAQQ4JckJN1uwQxRsiQEgCF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:92.8486328125rem;left:59.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA { position:relative;display:block; }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA { background-color: transparent; background-image: none; }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .row .container > .video-iframe-container { display: none; }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .row > .video-iframe-container { display: none; }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .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); }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA { border-width: 0; border-radius: 0; }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .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; }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .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:97.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; }#og2kqf12DMPUxTtLP96T9Lxyui121XhB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:33.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#ayNlOEU8dhLwUmauQbJHgmii4U86GNuR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:2.75rem;left:32.4375rem;overflow:hidden;display:block; }
#rLhnJhoOS8IQkavpzdeaFqTlSZK4UEEO { color:#000000;display:block;width:58.1875rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:10.71875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPotNdf5oDzASAGFV2TeoEPzRJqLSwuh { color:#576167;display:block;width:39.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.75rem;left:17.9375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#MDCfWnDzcrpvzEbqtGfgImTzS7wLO9yI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74.9375rem;width:75rem;top:17.625rem;left:0rem;overflow:hidden;display:block; }
#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f7c4cfe9-c683-4f61-b420-c38ce2463a79/1van1mancomlargei21sced4rdf181.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp.adaptive-delivery-prevent-bg, #m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp.lazyload, #m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp.lazyloading { background-image: none; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container { background-color: transparent; background-image: none; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container > .video-iframe-container { display: none; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row > .video-iframe-container { display: none; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .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); }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container { border-width: 0; border-radius: 0; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#ByiCRkUTQBkByPkRBWUbMud2fuxWCalH { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:11rem;left:13.40625rem;height:4.19921875rem;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; }
#LIS25sTwWaUW7fKPITBvwanAaywpFllV { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:16.5625rem;left:18.65625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#hhZtMD6zv6UdmUTbR7LbXs8I4oQr6uos { background-color:#ff9c00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:22.75rem;left:39.8125rem;display:block; }
#QxcATyN0V4sqbz9S1EoX4Ws74pgZxWDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grzMGTKQuO42F8vSLTMcsyhxf7VFBx1Z { 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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:4.0625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:22.5625rem;left:11.625rem;display:block; }
#rc91zM4Ri4Fb80uVnDDlS5XpPu4C8eLy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvpE2GV2LJeHViDvcTRp9yHWgoTumXdB { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.75rem;top:23.71875rem;left:35.03125rem;overflow:hidden;display:block; }
#OZhFW95FTRTi2T84J5b1OwN9qzOmIdU8 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5625rem;top:23.8125rem;left:41.59375rem;overflow:hidden;display:block; }
#l1rL2xkVPTeHuVMI5mgwIFclgRPdRcNW { 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:33.375rem;width:27.625rem;display:none; }
#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k { position:relative;display:block; }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k { background-color: transparent; background-image: none; }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .row .container > .video-iframe-container { display: none; }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .row > .video-iframe-container { display: none; }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .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); }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k { border-width: 0; border-radius: 0; }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .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; }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .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:11.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o9sTn4G8hNTSZP90n1017OkSq5FBW3hw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:3.0625rem;left:4.6875rem;overflow:hidden;display:block; }
#ds7OnXWCaVN2BaeGnMtPKkG1sr6il7UG { box-sizing:content-box;height:8rem;width:0.125rem;position:absolute;display:block;z-index:15014;background-color:#008e9c;background-image:none;top:3.0625rem;left:11rem;display:block; }
#OLqm3iF5SlOIATVHEy2BQp3CNhPa80Na { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:3.0625rem;left:27.5625rem;overflow:hidden;display:block; }
#b2WHTq7yqOgWheerp2DXgSXHgi05ndZT { color:#000000;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:6.625rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#rEbwAvlJX2HTWIXpPBI4rIIS7R87zTXg { color:#000000;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:6.625rem;left:21.6875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#G0gSqc8sGGuT5WC4MheF7UKBkpeHTCHT { box-sizing:content-box;height:8rem;width:0.125rem;position:absolute;display:block;z-index:15017;background-color:#008e9c;background-image:none;top:3.0625rem;left:35.0625rem;display:block; }
#sIqtQ3ApzlQyysDCMaX75ABcf7yTBSNb { color:#000000;display:block;width:13.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:6.625rem;left:35.1875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#MemxrL0cUKodclzTXZQg1khNXxMyTL39 { position:absolute;display:block;z-index:15021;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.5625rem;width:1.5625rem;top:3.125rem;left:41.0625rem;overflow:hidden;display:block; }
#MBysDmSWx1BVbpmD2PZAuxtLorSvfUHb { box-sizing:content-box;height:8rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#008e9c;background-image:none;top:3.0625rem;left:48.5625rem;display:block; }
#n0eTi08WGfbsHllO4l0vk5zVKV0ygwQ0 { color:#000000;display:block;width:11.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:6.625rem;left:48.6875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#W2rouLAJnwzOVcQkzUrx47sgMDG2Z98G { position:absolute;display:block;z-index:15024;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.5625rem;width:1.5625rem;top:3.125rem;left:53.5625rem;overflow:hidden;display:block; }
#Im3df84FA5IiNvbiyEsWMN2lZTFefzIh { box-sizing:content-box;height:8rem;width:0.125rem;position:absolute;display:block;z-index:15023;background-color:#008e9c;background-image:none;top:3.0625rem;left:61.0625rem;display:block; }
#ka9HX6w0IteBqIv6LU0UhhM56MukbIHm { color:#000000;display:block;width:13.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:6.625rem;left:61.125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ptv2ThXAfK06BMZKKJ9nFApU0vv1CIIK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:3.0625rem;left:66.6875rem;overflow:hidden;display:block; }
#SbexTIZ5Ofzs0rTFB0bsT7ik0MIS9cIQ { box-sizing:content-box;height:8rem;width:0.125rem;position:absolute;display:block;z-index:15017;background-color:#008e9c;background-image:none;top:3.0625rem;left:22rem;display:block; }
#rOVS4AGOg6pVHU4iTTIAFLuTkx3F82Hh { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:3.0625rem;left:15.6875rem;overflow:hidden;display:block; }
#imrvAF8lOqptMrMNMeEnrtRq6Bp8XhQ0 { color:#000000;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:6.625rem;left:11rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 { position:relative;display:block; }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 { background-color: transparent; background-image: none; }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .row .container > .video-iframe-container { display: none; }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .row > .video-iframe-container { display: none; }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .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); }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 { border-width: 0; border-radius: 0; }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .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; }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .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:25.8125rem;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; }#KOTP5gkftAZcmSyFZNBcN9E0J3usrndG { color:#576167;display:block;width:43.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:10.9365234375rem;left:0rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X9VdLf9ldsz807mH6kGoMrRU1IPCdsmA { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15032;background-color:#bbbbbb;background-image:none;top:19.3125rem;left:0rem;display:block; }
#g882JJ5p20iZmFuJUCyQ3NXKS1J8KmHO { color:#576167;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:21.375rem;left:0rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#d7rXPyTS9NAroUNS5SHsIrFyqtVnTaon { color:#576167;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:21.375rem;left:64.875rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#XPU3Bt6bKvca7mavfpV2hJW0tJsyRgnZ { color:#636363;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:14.312065124512rem;left:66.562504768369rem;height:;display:block; }
#toopQdiz6RF1rUS3TNOH0gMrPhTSlWqK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.25rem;left:62.5rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#RlEXxvDHTv1ZqFavIKrqa8UCxOGB0hcD { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:16.5rem;top:2.7998046875rem;left:0rem;overflow:hidden;display:block; }
#F6LDus2TPJN5M6dmWKWylxpEzTayR3KG { color:#576167;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:21.375rem;left:55.4375rem;height:1.50065rem;text-align:left;text-align-last:left;display:block; }
#TcBId6NTqo99hKLWfen9g1aW2at0mwTW { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.5625rem;top:10.9375rem;left:54.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h { display:block; }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eV1DnxfJp2zJDKOXkfBLSHbe512UPkiz { top:1.875rem;left:29.9375rem;width:17.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuUrku8aOR2c08mvIX9hDAGgh6HWoxrd { display:block; }
 }@media only screen and (max-width: 763px) { #XbCxXPN56Lbgdh6ZIw1XEUzUBg2ssRRM { top:1.6875rem;left:0rem;width:13.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He5hZlLmz9SK9nEyuFXUOBq05VAkUVSh { top:2.0625rem;left:17.25rem;width:13.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V44zzTNlT3oQKM1fwbhOGiZGQxZsyTgy { top:2.125rem;left:17.4375rem;width:4.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAq6JlF7tH5yUueqUbuRawrZG8b8HF86 { top:2.75rem;left:21.9375rem;width:7.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEOzNKDrePo4LNQIg4cvLg3HV79rBPhH { top:2.875rem;left:45.232336956522rem;width:1.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe { display:block; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Keyfa3WeUeEWueflxCDtFEIeHBsa0Dqf { top:9.125rem;left:0rem;width:43.4375rem;height:14.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogs2pepB6RSiRXApG6ZooI97J76TAUsB { top:26.0625rem;left:0rem;width:41.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1rMR8346u0i69GbvoxZl6wGyTDRXtI6 { width:15.5rem;height:3.8125rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzhIRRa138UtH1G6P314X2PCKqgxJ5KP { display:block; }
 }@media only screen and (max-width: 763px) { #ssZ5pWuCzo1C6lQT4Nafey7ZrhIGOq0w { width:17.8125rem;height:3.75rem;top:47.1875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpisnWU0mCK3dy0nveQ7psvxt7wUvLwO { display:block; }
 }@media only screen and (max-width: 763px) { #ZCZ7cZRTXpRni2IVeZf3nR64r07nVT6V { top:25.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTA2sNZNIgUGdAp1ThtcTI0TkfXEh7T { top:5.1875rem;left:0rem;width:31.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u03zARMtw1CNNSHvhe4qs5lbHEsNdFt2 { top:5.875rem;left:0rem;width:30.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHzQVmr0lV8VdeBCXn3teb4kachGliZO { top:29.4375rem;left:0rem;width:41.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnDPaUUy0OddKXPKxdIFLeuLwo2UATsK { top:29.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1kXIqyeBlvSwgCVlPldbfuElc7uxnb { top:32.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up6Z3BsKLKS1Xy3ypfVPLKobJzF3VSTq { top:32.75rem;left:0rem;width:41.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl3FqoTLsOmqR3skeqJdz6irTrReboIP { top:36.0625rem;left:0rem;width:41.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuGPtUcNZwXR5NSJnfwIeBoPiu5MNrph { top:35.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzJqvHVbT5p44WIJOudzButbTNoPATgu { top:39rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiMG06SSsMOX6uTeK4KdaXKXZwNNUNka { top:39.375rem;left:0rem;width:41.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJqDBXFgd2GucgiPeN2u8rMxa47p3t3C { top:41.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6bkPMcIz21N7CUwUW3XwzrS2ktB4MaS { top:42.3125rem;left:0rem;width:41.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTog4TvTeTJk4MHOWBbKWQZdETka4CFX { top:48.1875rem;left:0rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1ofts4kJ56Br7bhmvlZS0hw3lMP1aT { top:38.1875rem;left:19.34375rem;width:3.0625rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6UA1GkTZqWK4qz9lnZRqgaImaZDDQJp { width:26.6875rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiM3w3cR86gE4aT7BQ0qp10TovQ6aMGk { top:48.1875rem;left:4.78125rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3VU9B8fob8eoa51UniLJS109tIQcpzg { display:block; }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCp2FT1gS0MTX3eZOyT7EtHODgo0iPuT { top:6.6875rem;left:18.9375rem;width:12.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxn4qAyCodUHit6VQSZIEsqyWaT6xJBD { top:6.6875rem;left:19.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss7RrmTxciThEvlEaed0tWWsyK5wsig6 { top:10.125rem;left:13.03125rem;width:24.3125rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDmI8JyHIeg1FgkRc3N3IDtZs1Dm2J7 { top:15.6875rem;left:5.875rem;width:38.625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nMVuEa6NRWNWdfWxoTgpI4M0Vz4NO5 { top:22.875rem;left:0rem;width:36.5625rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXFuog9rOdUvrWNlGzhddqmQgk81def { top:22.875rem;left:0rem;width:36.5625rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQWz6gnPWoSKTP7WuIm4fTP3kTCwGeJK { top:53.125rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQJ3fAGiA0MrOc1BJSVs7spR2MoWUA5R { top:55.8125rem;left:0rem;width:32.25rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI0IVwSOtPH6mJMCnTHernCZ0Lawg2f3 { top:22.9375rem;left:11.1875rem;width:36.5625rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltFfaqlDT2Z9IEyN6MJb8mC8Gy3OAgkU { top:53.1875rem;left:26.5625rem;width:19.6875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNsgqSoi3Hqs4hRdnxiAFW7yQf2ligyA { top:55.875rem;left:15.5rem;width:32.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE572E2z52kh64uWoPARTX5ODsaBMHrV { top:22.9375rem;left:11.0625rem;width:36.5625rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukUd7rGLKV6DlSxACnNAuy5HHTpvGUrz { top:68.1875rem;left:0rem;width:36.5625rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWWmESpiCCwOL3VIr6MJULtvUphPBdu5 { top:98.4375rem;left:0rem;width:19.6875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbViTB4qpU56v8LTTKT4alVaRN4W1dVs { top:101.125rem;left:0rem;width:32.25rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3rGHoMdQL3eCTb9iBt1lAfeRlMv02e { top:68.1875rem;left:0rem;width:36.5625rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZXVIHPJlrUN5ZDqgucvuysstpmf130 { top:68.1875rem;left:11.1875rem;width:36.5625rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUJokXZLKTbfM94RRINDC6lhLps4AbnD { top:98.4375rem;left:26.5625rem;width:20.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEqnVFktOJKDDOEulX9KVyUre3nA0DyJ { top:101.125rem;left:15.5rem;width:32.25rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nREg3iDhXWOSLGUH7Hek2EBGJlm6Ta2e { top:68.1875rem;left:11.0625rem;width:36.5625rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaycgwnR41BcbVen1O2sT8JrZRo2VNT5 { width:15.5rem;height:3.8125rem;top:114.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAkzQig2SlsICPeX57KtkGteh1zFKXwv { display:block; }
 }@media only screen and (max-width: 763px) { #FBOzr2K126vwuThcLJfUTTiFkexJ70QC { top:115.375rem;left:20.3125rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblxKCHG9ZK25B6d8rd34yKfETrH6Ibd { width:17.8125rem;height:3.75rem;top:114.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF9mkCiAUu7HHH3MTuqxtdLuoPkgfdr1 { display:block; }
 }@media only screen and (max-width: 763px) { #vPAZwQusPlspCqrBSyABAEJ5lSPpdR13 { top:115.375rem;left:26.03125rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ { display:block; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGH2JonL5G9aKvv8QcHzhIdkkKn7L6uo { top:5.0625rem;left:18.0625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c14OfL1dBqrmplIE5T802ElmlNPrgLoQ { top:5.0625rem;left:17.0625rem;width:15.0625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq88dMlDA60D8u8lmiBGKGThK9zrG1w2 { top:8.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhBTDSamk4Smf4f5bo7ULIUPDRnLTCfe { top:14.0625rem;left:4rem;width:38.625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Sis7Qz04otGQ4H3ZT6yJdchXUpRbwg { top:19rem;left:0rem;width:36.5625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irh2HTOkRa68qn8l3wKqeGwcM4SRtLPF { top:20.875rem;left:0rem;width:6.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR8Gd8UTseLrftdZiE63Ba9VgBmHUz8n { top:23.9375rem;left:0rem;width:32.0625rem;height:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBt8e0PeJcwsSc6Xim3WAsUQkgKKT2CR { top:41rem;left:0rem;width:32.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilpZhTvsTcndzKsBVuycGX7KdV2TGI4x { top:42.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwx24JXUu2m2wDZPt5eFfPb962u2Q0Lx { top:41.9375rem;left:16.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1a6U4Qd86T6CToLodZGhyL7QnW9oxET { top:44.125rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yheRl99TpXVBmi765d59N0guALCFXeUP { top:42.25rem;left:0rem;width:11.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZzHve7F90mfkkSmpamqCRkVnnb6gcc6 { top:19rem;left:11.1875rem;width:36.5625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdwU8lP3IUrwbplQFuv4vbmli2S9NGlA { top:20.875rem;left:26.6875rem;width:15.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izt5WrBCixrFb3pCirC2q747f8lcI3TN { top:23.9375rem;left:15.6875rem;width:32.0625rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyzOyp6UyrHSWOyrErn8HW7U2y2ykEXS { top:42.25rem;left:26.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFTviNai93UqHUD2kemitxtxnNIU57A { top:41rem;left:14.8125rem;width:32.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5OO9OBGGNr4SxS88tLmAbomgL5uttB3 { top:42.25rem;left:30.8125rem;width:11.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwpJTxIUJfwgqV9UsuEmAHi0Qn60Ua0 { top:44.125rem;left:30.8125rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUbAKVyRbrLTfKONQGz0e8BP0oov1qDU { top:41.9375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSptTavvQOzhZA1t61yrXOixPThOLTRP { top:48.125rem;left:0rem;width:36.5625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKMl895aB0xiWcTFFmWBETqVOgSgX5GF { top:50rem;left:0rem;width:14.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4eXWkNsoQKn370oV1PI6H9qoVENd4xM { top:53.0625rem;left:0rem;width:32.0625rem;height:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THIoFrBqJpkEnaCtf9VCPPZC39Xa5doC { top:71.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiyrUDHurfCVsGX2kZFhO5TTSuuCU87M { top:70.125rem;left:0rem;width:32.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHmTaDdwHKHGkDSnixJrliNVMsExbei { top:71.375rem;left:0rem;width:11.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrQf5GqKHnWfAN9sd4t5DLlItpT0SMm2 { top:73.25rem;left:0rem;width:5.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is6cbKNQ2UI3zJA3xHxN40QSxhJuNGBB { top:71.0625rem;left:16.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfFZPva5omzD98mBGVGWePmT12b2Ld0T { top:50rem;left:26.6875rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omUk3w509xyHAsALRLqbEOFqN8Fn5ghH { top:53.0625rem;left:15.6875rem;width:32.0625rem;height:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyxt25raQCIJdNvRs5V45pQcDDFZnxnx { top:71.375rem;left:26.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObTzdItFPUJodwy2rTaEf63lTR9BABZt { top:70.125rem;left:14.8125rem;width:32.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAvmO7bkT5v7fdWe9uTD7AJcNKRFtU75 { top:71.375rem;left:30.8125rem;width:11.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNgCQozQ0ralkdynuDXOmWt9FSViS5Qi { top:73.25rem;left:30.8125rem;width:5.8125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD4gOLRpwEGoWMfKldTSpI4BcQqK5nHO { top:71.0625rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQG44retT78SGRdwopGSoOcG1hBwWlfA { top:48.125rem;left:11.1875rem;width:36.5625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzrnwWvvfi1fl6mbfLAJQs4vuifnNDTJ { top:86.5625rem;left:0rem;width:19.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi6mCoQ6uq5t14vxp4XC2Hd2UTnOksLQ { top:86.5625rem;left:5.0625rem;width:19.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuGFVQ8yqwdSOQkpkEwrMRsvIfpoL5R { top:86.5625rem;left:24.1875rem;width:19.3125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuJZBfvxrPtngy15uPFeIeDHzHbCpvgg { top:86.5625rem;left:28.5rem;width:19.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFDEKQCTZXDyTTk1FKT5rKPsLi5cvK2 { top:92.8125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdzR1KOHMiTMkKIk47flQhfOXgGu1Qzm { top:92.8125rem;left:7.5625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACnmZfTb2QdS29tmevPWoF6TLg08PvDv { top:92.8125rem;left:28.093753814698rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohPEoHTMpeAQQ4JckJN1uwQxRsiQEgCF { top:92.8125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA { display:block; }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #og2kqf12DMPUxTtLP96T9Lxyui121XhB { top:2.75rem;left:19.9375rem;width:12.5rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayNlOEU8dhLwUmauQbJHgmii4U86GNuR { top:2.75rem;left:18.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLhnJhoOS8IQkavpzdeaFqTlSZK4UEEO { top:6.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPotNdf5oDzASAGFV2TeoEPzRJqLSwuh { top:11.75rem;left:4.3125rem;width:39.125rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDCfWnDzcrpvzEbqtGfgImTzS7wLO9yI { top:17.625rem;left:0rem;width:47.75rem;height:47.710208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp { display:block; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByiCRkUTQBkByPkRBWUbMud2fuxWCalH { top:11rem;left:0rem;width:46.3125rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIS25sTwWaUW7fKPITBvwanAaywpFllV { top:16.5625rem;left:5.03125rem;width:35.8125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhZtMD6zv6UdmUTbR7LbXs8I4oQr6uos { width:17.8125rem;height:3.75rem;top:22.75rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxcATyN0V4sqbz9S1EoX4Ws74pgZxWDZ { display:block; }
 }@media only screen and (max-width: 763px) { #grzMGTKQuO42F8vSLTMcsyhxf7VFBx1Z { width:26.375rem;height:4.0625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc91zM4Ri4Fb80uVnDDlS5XpPu4C8eLy { display:block; }
 }@media only screen and (max-width: 763px) { #GvpE2GV2LJeHViDvcTRp9yHWgoTumXdB { top:23.6875rem;left:21.40625rem;width:1.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZhFW95FTRTi2T84J5b1OwN9qzOmIdU8 { top:23.8125rem;left:27.96875rem;width:1.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1rL2xkVPTeHuVMI5mgwIFclgRPdRcNW { width:27.625rem;height:33.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k { display:block; }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9sTn4G8hNTSZP90n1017OkSq5FBW3hw { top:3.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds7OnXWCaVN2BaeGnMtPKkG1sr6il7UG { top:3.0625rem;left:0rem;width:0.125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLqm3iF5SlOIATVHEy2BQp3CNhPa80Na { top:3.0625rem;left:13.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2WHTq7yqOgWheerp2DXgSXHgi05ndZT { top:6.625rem;left:0rem;width:11.125rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEbwAvlJX2HTWIXpPBI4rIIS7R87zTXg { top:6.625rem;left:8.0625rem;width:13.5rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gSqc8sGGuT5WC4MheF7UKBkpeHTCHT { top:3.0625rem;left:21.4375rem;width:0.125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIqtQ3ApzlQyysDCMaX75ABcf7yTBSNb { top:6.625rem;left:21.5625rem;width:13.5rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MemxrL0cUKodclzTXZQg1khNXxMyTL39 { top:3.125rem;left:27.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBysDmSWx1BVbpmD2PZAuxtLorSvfUHb { top:3.0625rem;left:34.9375rem;width:0.125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0eTi08WGfbsHllO4l0vk5zVKV0ygwQ0 { top:6.625rem;left:35.0625rem;width:11.5rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2rouLAJnwzOVcQkzUrx47sgMDG2Z98G { top:3.125rem;left:39.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im3df84FA5IiNvbiyEsWMN2lZTFefzIh { top:3.0625rem;left:47.4375rem;width:0.125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka9HX6w0IteBqIv6LU0UhhM56MukbIHm { top:6.625rem;left:32.8125rem;width:13.875rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptv2ThXAfK06BMZKKJ9nFApU0vv1CIIK { top:3.0625rem;left:46rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbexTIZ5Ofzs0rTFB0bsT7ik0MIS9cIQ { top:3.0625rem;left:8.375rem;width:0.125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOVS4AGOg6pVHU4iTTIAFLuTkx3F82Hh { top:3.0625rem;left:2.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imrvAF8lOqptMrMNMeEnrtRq6Bp8XhQ0 { top:6.625rem;left:0rem;width:11.125rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 { display:block; }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOTP5gkftAZcmSyFZNBcN9E0J3usrndG { top:10.875rem;left:0rem;width:43.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9VdLf9ldsz807mH6kGoMrRU1IPCdsmA { top:19.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g882JJ5p20iZmFuJUCyQ3NXKS1J8KmHO { top:21.375rem;left:0rem;width:31.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7rXPyTS9NAroUNS5SHsIrFyqtVnTaon { top:21.375rem;left:37.625rem;width:10.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPU3Bt6bKvca7mavfpV2hJW0tJsyRgnZ { top:14.25rem;left:41.125rem;width:6.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toopQdiz6RF1rUS3TNOH0gMrPhTSlWqK { top:12.25rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlEXxvDHTv1ZqFavIKrqa8UCxOGB0hcD { top:2.75rem;left:0rem;width:16.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LDus2TPJN5M6dmWKWylxpEzTayR3KG { top:21.375rem;left:39.5rem;width:8.25rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBId6NTqo99hKLWfen9g1aW2at0mwTW { top:10.9375rem;left:40.1875rem;width:7.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h { display:block; }#lkRDSFHbLiQJAc5uohZJKbT3fUn5U58h > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eV1DnxfJp2zJDKOXkfBLSHbe512UPkiz { top:1.1875rem;left:11.8125rem;width:8.1875rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuUrku8aOR2c08mvIX9hDAGgh6HWoxrd { display:block; }
 }@media only screen and (max-width: 763px) { #XbCxXPN56Lbgdh6ZIw1XEUzUBg2ssRRM { width:9.125rem;height:2.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #He5hZlLmz9SK9nEyuFXUOBq05VAkUVSh { width:13.25rem;height:3.375rem;top:11.0625rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V44zzTNlT3oQKM1fwbhOGiZGQxZsyTgy { width:4.5rem;height:3.25rem;top:11.125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAq6JlF7tH5yUueqUbuRawrZG8b8HF86 { width:7.8125rem;height:0;top:11.75rem;left:8.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IEOzNKDrePo4LNQIg4cvLg3HV79rBPhH { width:1.6875rem;height:1.75rem;top:4.9375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe { background-color:#eef9ff;background-image:none;display:block; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container { background-color: transparent; background-image: none; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container > .video-iframe-container { display: none; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row > .video-iframe-container { display: none; }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .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); }#DabynuIcieyiJ8lMObBo1dh1r0Lc3xIe > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Keyfa3WeUeEWueflxCDtFEIeHBsa0Dqf { width:19.875rem;height:6.337875rem;top:29.0625rem;left:0rem;font-size:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ogs2pepB6RSiRXApG6ZooI97J76TAUsB { width:16rem;height:3rem;top:36.875rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1rMR8346u0i69GbvoxZl6wGyTDRXtI6 { width:17.5rem;height:2.8125rem;top:60.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzhIRRa138UtH1G6P314X2PCKqgxJ5KP { display:block; }
 }@media only screen and (max-width: 763px) { #ssZ5pWuCzo1C6lQT4Nafey7ZrhIGOq0w { width:17.5rem;height:2.8125rem;top:64.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpisnWU0mCK3dy0nveQ7psvxt7wUvLwO { display:block; }
 }@media only screen and (max-width: 763px) { #ZCZ7cZRTXpRni2IVeZf3nR64r07nVT6V { width:2.5rem;height:2.5rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTA2sNZNIgUGdAp1ThtcTI0TkfXEh7T { width:19.875rem;height:2.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u03zARMtw1CNNSHvhe4qs5lbHEsNdFt2 { width:20rem;height:1.21875rem;top:2.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHzQVmr0lV8VdeBCXn3teb4kachGliZO { width:16.625rem;height:3rem;top:40.75rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tnDPaUUy0OddKXPKxdIFLeuLwo2UATsK { width:2.5rem;height:2.5rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1kXIqyeBlvSwgCVlPldbfuElc7uxnb { width:2.5rem;height:2.5rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up6Z3BsKLKS1Xy3ypfVPLKobJzF3VSTq { width:16.8125rem;height:3rem;top:44.4375rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kl3FqoTLsOmqR3skeqJdz6irTrReboIP { width:15.6875rem;height:3rem;top:48.25rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iuGPtUcNZwXR5NSJnfwIeBoPiu5MNrph { width:2.5rem;height:2.5rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzJqvHVbT5p44WIJOudzButbTNoPATgu { width:2.5rem;height:2.5rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiMG06SSsMOX6uTeK4KdaXKXZwNNUNka { width:13.625rem;height:3rem;top:52.0625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJqDBXFgd2GucgiPeN2u8rMxa47p3t3C { width:2.5rem;height:2.5rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6bkPMcIz21N7CUwUW3XwzrS2ktB4MaS { width:16.5rem;height:3rem;top:56rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTog4TvTeTJk4MHOWBbKWQZdETka4CFX { width:1.75rem;height:1.8125rem;top:61rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1ofts4kJ56Br7bhmvlZS0hw3lMP1aT { width:1.8125rem;height:3.75rem;top:58.9375rem;left:18.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6UA1GkTZqWK4qz9lnZRqgaImaZDDQJp { top:5.9375rem;left:0.8125rem;width:18.375rem;height:21.4375rem;z-index:15054;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SiM3w3cR86gE4aT7BQ0qp10TovQ6aMGk { width:1.4375rem;height:1.5rem;top:65.15625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3VU9B8fob8eoa51UniLJS109tIQcpzg { display:block; }#F3VU9B8fob8eoa51UniLJS109tIQcpzg > .row .container { width:20rem;height:138.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DCp2FT1gS0MTX3eZOyT7EtHODgo0iPuT { width:12.5rem;height:1.7875rem;top:1.94921875rem;left:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxn4qAyCodUHit6VQSZIEsqyWaT6xJBD { width:1.9375rem;height:1.9375rem;top:1.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss7RrmTxciThEvlEaed0tWWsyK5wsig6 { width:20rem;height:2.275rem;top:4.32421875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDmI8JyHIeg1FgkRc3N3IDtZs1Dm2J7 { width:20rem;height:2.923825rem;top:7.41015625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nMVuEa6NRWNWdfWxoTgpI4M0Vz4NO5 { width:19.875rem;height:27.875rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXFuog9rOdUvrWNlGzhddqmQgk81def { width:20rem;height:15.247863247863rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQWz6gnPWoSKTP7WuIm4fTP3kTCwGeJK { width:12.5rem;height:1.7875rem;top:28.3125rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQJ3fAGiA0MrOc1BJSVs7spR2MoWUA5R { width:17.25rem;height:7.3095625rem;top:30.9375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TI0IVwSOtPH6mJMCnTHernCZ0Lawg2f3 { width:20rem;height:15.247863247863rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltFfaqlDT2Z9IEyN6MJb8mC8Gy3OAgkU { width:19.6875rem;height:1.7875rem;top:57.375rem;left:0.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNsgqSoi3Hqs4hRdnxiAFW7yQf2ligyA { width:18.125rem;height:5.84765625rem;top:60.25rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KE572E2z52kh64uWoPARTX5ODsaBMHrV { width:19.875rem;height:26.375rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukUd7rGLKV6DlSxACnNAuy5HHTpvGUrz { width:20rem;height:15.247863247863rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWWmESpiCCwOL3VIr6MJULtvUphPBdu5 { width:19.6875rem;height:1.7875rem;top:85.5625rem;left:0.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbViTB4qpU56v8LTTKT4alVaRN4W1dVs { width:17rem;height:7.3095625rem;top:88.625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3rGHoMdQL3eCTb9iBt1lAfeRlMv02e { width:19.875rem;height:28.5625rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZXVIHPJlrUN5ZDqgucvuysstpmf130 { width:20rem;height:15.247863247863rem;top:99.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUJokXZLKTbfM94RRINDC6lhLps4AbnD { width:20rem;height:1.7875rem;top:115.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEqnVFktOJKDDOEulX9KVyUre3nA0DyJ { width:18rem;height:7.3095625rem;top:118.625rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nREg3iDhXWOSLGUH7Hek2EBGJlm6Ta2e { width:19.875rem;height:28.375rem;top:99.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaycgwnR41BcbVen1O2sT8JrZRo2VNT5 { width:17.5rem;height:2.8125rem;top:129.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAkzQig2SlsICPeX57KtkGteh1zFKXwv { display:block; }
 }@media only screen and (max-width: 763px) { #FBOzr2K126vwuThcLJfUTTiFkexJ70QC { width:1.75rem;height:1.8125rem;top:130.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblxKCHG9ZK25B6d8rd34yKfETrH6Ibd { width:17.5rem;height:2.8125rem;top:133.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF9mkCiAUu7HHH3MTuqxtdLuoPkgfdr1 { display:block; }
 }@media only screen and (max-width: 763px) { #vPAZwQusPlspCqrBSyABAEJ5lSPpdR13 { width:1.375rem;height:1.375rem;top:134.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ { display:block; }#HMSbg6v9T2a6MpkEnEAHdL79s4bKPHcJ > .row .container { width:20rem;height:161.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGH2JonL5G9aKvv8QcHzhIdkkKn7L6uo { width:1.9375rem;height:1.9375rem;top:2rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c14OfL1dBqrmplIE5T802ElmlNPrgLoQ { width:15.0625rem;height:1.7875rem;top:2.0625rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq88dMlDA60D8u8lmiBGKGThK9zrG1w2 { width:20rem;height:4.548825rem;top:4.849609375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhBTDSamk4Smf4f5bo7ULIUPDRnLTCfe { width:20rem;height:1.462675rem;top:10.5849609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Sis7Qz04otGQ4H3ZT6yJdchXUpRbwg { width:20rem;height:22.5625rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Irh2HTOkRa68qn8l3wKqeGwcM4SRtLPF { width:6.75rem;height:1.462675rem;top:15rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR8Gd8UTseLrftdZiE63Ba9VgBmHUz8n { width:17.5rem;height:11.6953125rem;top:17.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBt8e0PeJcwsSc6Xim3WAsUQkgKKT2CR { width:18.75rem;height:0.125rem;top:30.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilpZhTvsTcndzKsBVuycGX7KdV2TGI4x { width:3.125rem;height:3.125rem;top:31.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwx24JXUu2m2wDZPt5eFfPb962u2Q0Lx { width:3.75rem;height:3.75rem;top:30.9375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1a6U4Qd86T6CToLodZGhyL7QnW9oxET { width:5.25rem;height:0.875rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yheRl99TpXVBmi765d59N0guALCFXeUP { width:11.8125rem;height:1.13671875rem;top:31.6875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZzHve7F90mfkkSmpamqCRkVnnb6gcc6 { width:20rem;height:30.1875rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdwU8lP3IUrwbplQFuv4vbmli2S9NGlA { width:15.3125rem;height:1.462675rem;top:38.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izt5WrBCixrFb3pCirC2q747f8lcI3TN { width:17.25rem;height:20.4668125rem;top:40.6875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyzOyp6UyrHSWOyrErn8HW7U2y2ykEXS { width:3.125rem;height:3.125rem;top:63.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFFTviNai93UqHUD2kemitxtxnNIU57A { width:18.75rem;height:0.125rem;top:62.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5OO9OBGGNr4SxS88tLmAbomgL5uttB3 { width:11.8125rem;height:1.3rem;top:63.4375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwpJTxIUJfwgqV9UsuEmAHi0Qn60Ua0 { width:6rem;height:1rem;top:65.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUbAKVyRbrLTfKONQGz0e8BP0oov1qDU { width:3.75rem;height:3.75rem;top:62.875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSptTavvQOzhZA1t61yrXOixPThOLTRP { width:20rem;height:25.9375rem;top:68.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKMl895aB0xiWcTFFmWBETqVOgSgX5GF { width:14.0625rem;height:1.462675rem;top:69.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4eXWkNsoQKn370oV1PI6H9qoVENd4xM { width:17.125rem;height:16.0810625rem;top:72.25rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THIoFrBqJpkEnaCtf9VCPPZC39Xa5doC { width:3.125rem;height:3.125rem;top:90.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiyrUDHurfCVsGX2kZFhO5TTSuuCU87M { width:18.75rem;height:0.125rem;top:89.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHmTaDdwHKHGkDSnixJrliNVMsExbei { width:11.8125rem;height:1.3rem;top:90.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrQf5GqKHnWfAN9sd4t5DLlItpT0SMm2 { width:5.8125rem;height:1.25rem;top:92.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is6cbKNQ2UI3zJA3xHxN40QSxhJuNGBB { width:3.75rem;height:3.75rem;top:90.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfFZPva5omzD98mBGVGWePmT12b2Ld0T { width:12.375rem;height:1.462675rem;top:97.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omUk3w509xyHAsALRLqbEOFqN8Fn5ghH { width:17.5625rem;height:14.619125rem;top:99.1875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyxt25raQCIJdNvRs5V45pQcDDFZnxnx { width:3.125rem;height:3.125rem;top:115.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObTzdItFPUJodwy2rTaEf63lTR9BABZt { width:18.75rem;height:0.125rem;top:114.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAvmO7bkT5v7fdWe9uTD7AJcNKRFtU75 { width:11.8125rem;height:1.3rem;top:115.8125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNgCQozQ0ralkdynuDXOmWt9FSViS5Qi { width:5.8125rem;height:1.25rem;top:117.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD4gOLRpwEGoWMfKldTSpI4BcQqK5nHO { width:3.75rem;height:3.75rem;top:115.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQG44retT78SGRdwopGSoOcG1hBwWlfA { width:20rem;height:24rem;top:95.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzrnwWvvfi1fl6mbfLAJQs4vuifnNDTJ { width:19.25rem;height:11.25rem;top:121.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi6mCoQ6uq5t14vxp4XC2Hd2UTnOksLQ { width:19.1875rem;height:11.25rem;top:130.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuGFVQ8yqwdSOQkpkEwrMRsvIfpoL5R { width:19.3125rem;height:11.25rem;top:140.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuJZBfvxrPtngy15uPFeIeDHzHbCpvgg { width:19.25rem;height:11.25rem;top:150.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFDEKQCTZXDyTTk1FKT5rKPsLi5cvK2 { width:12.5rem;height:2.6rem;top:127.4111328125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdzR1KOHMiTMkKIk47flQhfOXgGu1Qzm { width:12.5rem;height:2.6rem;top:137.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACnmZfTb2QdS29tmevPWoF6TLg08PvDv { width:12.5rem;height:2.6rem;top:147rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohPEoHTMpeAQQ4JckJN1uwQxRsiQEgCF { width:12.5rem;height:2.6rem;top:156.9375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA { display:block; }#JEB2AptHUCWXcCVtNk8W2fBJOrpvXbSA > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #og2kqf12DMPUxTtLP96T9Lxyui121XhB { width:12.5rem;height:1.7875rem;top:2.25rem;left:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayNlOEU8dhLwUmauQbJHgmii4U86GNuR { width:1.9375rem;height:1.9375rem;top:2.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLhnJhoOS8IQkavpzdeaFqTlSZK4UEEO { width:20rem;height:4.548825rem;top:4.787109375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPotNdf5oDzASAGFV2TeoEPzRJqLSwuh { width:20rem;height:2.923825rem;top:10.373046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDCfWnDzcrpvzEbqtGfgImTzS7wLO9yI { width:20rem;height:19.9824375rem;top:14.1083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp { background-color:#ffffff;background-image:none;display:block; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container { background-color: transparent; background-image: none; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container > .video-iframe-container { display: none; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row > .video-iframe-container { display: none; }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .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); }#m1GHVuRxHC1eb9FJbBb3TTRXH5XHkXgp > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByiCRkUTQBkByPkRBWUbMud2fuxWCalH { width:20rem;height:1.92480625rem;top:24.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LIS25sTwWaUW7fKPITBvwanAaywpFllV { width:20rem;height:5.0625rem;top:26.75rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hhZtMD6zv6UdmUTbR7LbXs8I4oQr6uos { width:17.5rem;height:2.875rem;top:33.625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxcATyN0V4sqbz9S1EoX4Ws74pgZxWDZ { display:block; }
 }@media only screen and (max-width: 763px) { #grzMGTKQuO42F8vSLTMcsyhxf7VFBx1Z { width:17.5rem;height:2.875rem;top:37.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc91zM4Ri4Fb80uVnDDlS5XpPu4C8eLy { display:block; }
 }@media only screen and (max-width: 763px) { #GvpE2GV2LJeHViDvcTRp9yHWgoTumXdB { width:1.75rem;height:1.8125rem;top:33.59375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZhFW95FTRTi2T84J5b1OwN9qzOmIdU8 { width:1.25rem;height:1.25rem;top:34.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1rL2xkVPTeHuVMI5mgwIFclgRPdRcNW { top:2.5rem;left:1.46875rem;width:17.0625rem;height:20.6875rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k { display:block; }#BZKWHJTC9EmOEHIG9bkLlRo5M8Fekd0k > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9sTn4G8hNTSZP90n1017OkSq5FBW3hw { width:1.5625rem;height:1.5625rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds7OnXWCaVN2BaeGnMtPKkG1sr6il7UG { width:0.125rem;height:8rem;top:3.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLqm3iF5SlOIATVHEy2BQp3CNhPa80Na { width:1.5625rem;height:1.5625rem;top:17.1875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2WHTq7yqOgWheerp2DXgSXHgi05ndZT { width:8.8125rem;height:3.9375rem;top:3.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rEbwAvlJX2HTWIXpPBI4rIIS7R87zTXg { width:9.25rem;height:3.9375rem;top:3.75rem;left:10.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0gSqc8sGGuT5WC4MheF7UKBkpeHTCHT { width:0.125rem;height:8rem;top:3.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIqtQ3ApzlQyysDCMaX75ABcf7yTBSNb { width:7.75rem;height:3.9375rem;top:11.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #MemxrL0cUKodclzTXZQg1khNXxMyTL39 { width:1.5625rem;height:1.5625rem;top:9.1875rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBysDmSWx1BVbpmD2PZAuxtLorSvfUHb { width:0.125rem;height:8rem;top:3.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0eTi08WGfbsHllO4l0vk5zVKV0ygwQ0 { width:9rem;height:3.9375rem;top:11.5rem;left:11rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2rouLAJnwzOVcQkzUrx47sgMDG2Z98G { width:1.5625rem;height:1.5625rem;top:1.25rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im3df84FA5IiNvbiyEsWMN2lZTFefzIh { width:0.125rem;height:8rem;top:3.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ka9HX6w0IteBqIv6LU0UhhM56MukbIHm { width:9.1875rem;height:3.9375rem;top:19.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptv2ThXAfK06BMZKKJ9nFApU0vv1CIIK { width:1.5625rem;height:1.5625rem;top:9.1875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbexTIZ5Ofzs0rTFB0bsT7ik0MIS9cIQ { width:0.125rem;height:8rem;top:3.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOVS4AGOg6pVHU4iTTIAFLuTkx3F82Hh { width:1.5625rem;height:1.5625rem;top:17.1875rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imrvAF8lOqptMrMNMeEnrtRq6Bp8XhQ0 { width:8.4375rem;height:3.9375rem;top:19.375rem;left:11.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 { display:block; }#UMV0IMD4luQdHQcrAkwzKImJXLDGmTQ1 > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOTP5gkftAZcmSyFZNBcN9E0J3usrndG { width:17.4375rem;height:12rem;top:11.9375rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9VdLf9ldsz807mH6kGoMrRU1IPCdsmA { width:17.5rem;height:0.0625rem;top:25.0478515625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g882JJ5p20iZmFuJUCyQ3NXKS1J8KmHO { width:20rem;height:1.3125rem;top:26.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7rXPyTS9NAroUNS5SHsIrFyqtVnTaon { width:8.9375rem;height:1.3125rem;top:28.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XPU3Bt6bKvca7mavfpV2hJW0tJsyRgnZ { width:6.625rem;height:0;top:28.9375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toopQdiz6RF1rUS3TNOH0gMrPhTSlWqK { width:11.0625rem;height:2.6rem;top:7.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlEXxvDHTv1ZqFavIKrqa8UCxOGB0hcD { width:13.75rem;height:4rem;top:2.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6LDus2TPJN5M6dmWKWylxpEzTayR3KG { width:7.3125rem;height:1.3125rem;top:28.9375rem;left:11.375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TcBId6NTqo99hKLWfen9g1aW2at0mwTW { width:6.25rem;height:4.5rem;top:6.875rem;left:1.4375rem;display:block; }
 }