.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DPRaVgKT/13657.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs.adaptive-delivery-prevent-bg, #z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs.lazyload, #z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs.lazyloading { background-image: none; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container { background-color: transparent; background-image: none; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container > .video-iframe-container { display: none; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row > .video-iframe-container { display: none; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .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); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container { border-width: 0; border-radius: 0; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#kbRXl3nw923H861vCHlS7ylGmT808R53 { color:#eb5e0e;display:block;width:66.999375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:2.31201171875rem;left:3.1241865158081rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTs85zW344sW67t485UVGW8s7KG1Nn3h { color:#eb5e0e;display:block;width:66.999375rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:2.31201171875rem;left:3.1241865158081rem;height:6.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cMvp8qWBpQOb2EFWnHKcG8zZK13eDRzP { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:8.4617223739625rem;left:14.687501907349rem;display:block; }
#bSUfLeD8RvNTrWTd8VG3F8ST6q3AH6R9 { color:#000000;display:block;width:57.125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:40.4375rem;left:6.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NF4IoNVFGLy4XFa43nlmUhi7LT4kLlJv { z-index:100002;top:33.124218940735rem;left:20.750001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#itOk6sab3ggr5doFHPHRNB66aRLBUObi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8.adaptive-delivery-prevent-bg, #aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8.lazyload, #aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8.lazyloading { background-image: none; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container { background-color: transparent; background-image: none; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container > .video-iframe-container { display: none; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row > .video-iframe-container { display: none; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .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); }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container { border-width: 0; border-radius: 0; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#KK6rKxA4GXBlazqvFaV6kyvdIyhuCoXp { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:22.096096038818rem;left:33rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vTQDgwDIlhH6G7UdyEk9ffZTqFkJRFE9 { color:#454b54;display:block;width:55.9375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:300;z-index:99968;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.8062515258789rem;left:10.1875rem;height:4.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAz19SzlClaHhcXXQ6HLJdI3TVDwdkzI { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:9.7203130722044rem;left:10.1875rem;height:13.16015rem;text-align:justify;text-align-last:initial;display:block; }
#k7bcBhHT9SyboeqlIt97BpS49ldZxaci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DxpVdu4I/15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci.adaptive-delivery-prevent-bg, #k7bcBhHT9SyboeqlIt97BpS49ldZxaci.lazyload, #k7bcBhHT9SyboeqlIt97BpS49ldZxaci.lazyloading { background-image: none; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row .container { background-color: transparent; background-image: none; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row .container > .video-iframe-container { display: none; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row > .video-iframe-container { display: none; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .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); }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row .container { border-width: 0; border-radius: 0; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#QmCHT2OtUwNsTHS2nMR7Erk1lruIkFPS { color:#000000;display:block;width:36.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:28.0625rem;height:19.0091125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTP5J4rd7m94Z33yzv7yp6Uozxrygrt1 { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:5.5625rem;left:26.5rem;display:block; }
#b1CBV1kJ0U2LZowmCIZqcMmTTgwLTOem { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:9.875rem;left:26.4375rem;display:block; }
#IaEPGBz1V5Qp3CPkPWkCGWHzrTwficXH { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:14.3125rem;left:26.375rem;display:block; }
#vOo9nH5nAENL9JfZpODodBBs1sXneptt { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:18.625rem;left:26.375rem;display:block; }
#TlJwuSx1ILwsZ5hJey77ULBhFvaObzai { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#IG3p3eocbT0PN1IaxCccxaqamIdWu1TA { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.1875rem;width:25.375rem;top:2.9375033378601rem;left:6.0625rem;overflow:hidden;display:none; }
#WABv2ettlTB8TJyqeSXXObitMVzbAuTx { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:21.6875rem;left:26.3125rem;display:block; }
#ksd7i9xKWIGmnM6PfiFJR5NoPybVB8i1 { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:31.750003814698rem;left:0.1875rem;height:2.3636375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hepao8VZhxTa7HtReWc2s3I0raoiUXWI { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:17.8125rem;top:2.4375rem;left:7.0625rem;overflow:hidden;display:block; }
#WB6oFBA72QBURXlznkLKglkseELwmiM2 { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:1.625rem;left:26.9375rem;height:2.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34.adaptive-delivery-prevent-bg, #bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34.lazyload, #bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34.lazyloading { background-image: none; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container { background-color: transparent; background-image: none; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container > .video-iframe-container { display: none; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row > .video-iframe-container { display: none; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .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); }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container { border-width: 0; border-radius: 0; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#EUbQo5DIPrpN4xF7Frvzrhnvh3vLTwJO { display:block;width:24.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:25.206249237061rem;left:40.5rem;height:6.375rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#aITq6PRb9K6oteAKwF0GgVHdXhM1L5yZ { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:3.875rem;top:25.5rem;left:35.5625rem;overflow:hidden;display:block; }
#qrVSDKlvWAQ8rrSG6w9xK4CH9TXrzrUo { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:23.9375rem;left:12.625rem;height:7.96875rem;font-style:normal;color:#353232;text-align:justify;text-align-last:initial;display:block; }
#WzpIcTGTmUqx2LXU8HaiBWN2PnVFrxNr { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:3.9375rem;top:25.0625rem;left:7.875rem;overflow:hidden;display:block; }
#N38kGTpMWMtcuuMRLFo3NfXb4fEtBSlk { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.9375rem;width:28.5rem;top:22.5625rem;left:37.375rem;display:block; }
#HEW3VTbGRVa4RiFi8T7Kt6Jd8uMK0ZF4 { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.625rem;width:23.9375rem;top:22.5625rem;left:9.9375rem;display:block; }
#OJxZQ2QHqWaCrSi05bNgaX1fgkit33eW { color:#ffffff;display:block;width:57.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:2.4999952316284rem;left:7.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dEAIuxtPg9tghOtn2ElkJy1cJSq0L3oS { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:10.1875rem;width:23.5rem;top:8.8125rem;left:9.9375rem;display:block; }
#ZwSwicGCNL6ViomeaAQ4NpfTyfop1B2P { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:11.4375rem;left:7.875rem;overflow:hidden;display:block; }
#QwoR2Txm5GHsvTQmEQql375MQdz6fwdx { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:11.125rem;left:12.625rem;height:6.375rem;font-style:normal;color:#0e0e2a;text-align:justify;text-align-last:initial;display:block; }
#W2ckxxWc2HBlJXdWtTlre81ol6ik2vIk { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -moz-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -ms-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -o-linear-gradient(200deg, #0e9ae5, #9c6cea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );";background-image: linear-gradient(200deg, #0e9ae5, #9c6cea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:9.375rem;top:1.4375rem;left:34rem;display:block; }
#JXiObFXkIq3UPlJS5IT6UwDuJet1rbRT { display:block;width:24.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:10.375rem;left:40.1875rem;height:9.5625rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#Ocy5myIxVbBE3w3PBDodk7VlDwJ33IJO { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:10.125rem;width:28rem;top:9.125rem;left:37.5rem;display:block; }
#sMXi17yPaNJToeXvC6XXkTdnXvXcNQ5p { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.75rem;top:11.4375rem;left:35.4375rem;overflow:hidden;display:block; }
#I9As3R0zVcH7yKTimzWb1BvTDXuetIXS { position:absolute;display:block;z-index:100004;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 dotted #b0b0b0;border-left:0.0625rem dotted #b0b0b0;border-right:0.0625rem dotted #b0b0b0;border-bottom:0.0625rem dotted #b0b0b0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;height:8.5rem;width:27.4375rem;top:48.125rem;left:38.6875rem;display:none; }
#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT.adaptive-delivery-prevent-bg, #pCJqi0TQrHRtHZoapgomw97eSeQSSJTT.lazyload, #pCJqi0TQrHRtHZoapgomw97eSeQSSJTT.lazyloading { background-image: none; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container { background-color: transparent; background-image: none; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container > .video-iframe-container { display: none; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row > .video-iframe-container { display: none; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .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); }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container { border-width: 0; border-radius: 0; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container { font-size:0.875rem;font-family:arial;height:86.5625rem;width:75rem;position:relative;display:block; }#m8ePVa4OhPiw0xFqxWi19FPqEaeTTeQ6 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#fVuyIe584ZFTso20ofo2oZumG0uPpQei { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#TzBBqwlC5MgzyXz4MSLNiQNO7748HU6s { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#pMFlvUvrbHrdswWr07mi8c8fcnK4lPwO { position:absolute;display:block;z-index:100048;background-color:#f8b15c;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#LOFifkGBIdkN1Xi13e0J5sMW9w8sDECi { position:absolute;display:block;z-index:100048;background-color:#f8b15c;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#z7NgBPoKFQITXqRScHTqkG7LvfDRHeVr { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#Pw3BbIAlW6Kl8THTdkzA1tZ3IDP9aIGv { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#gOmk9XtocTWePHrdLizNKMqC1PFQJmzt { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#h2IgHBwHf9H5XIXrXVIEv5toUMiK2hm5 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#hbwMR8CmQ0uNme4XfVIgm8CQhFTL8k7J { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#TxNLOBzgU4oVLC7GlyGPozQ57SiBLSXI { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#bVPyL7K1X24ITwbSDNT59MU7hR1Jx6TT { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#LwzJ0TGeNLeiiJFniTqgbViUXW75ir8T { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#NPTpzo2EKLm3QSizkmVRldowv3Tk5CKO { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#OL2ph78PZOJktNs6k8wmr7NiZHAxr2TG { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#w84x0G6WHsfri3yppLvr7cdUPco07Xq6 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#oPQnLtNxbxQSfJJsgZIkNquoUZNVnu57 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:39.1875rem;left:7.25rem;display:none; }
#AP5ay9h6W88HU0fQAz1df7dJeAmxQ30u { position:absolute;display:block;z-index:100061;background-color:#f8b15c;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.25rem;top:10.5625rem;left:8.1875rem;display:block; }
#hzxFJmpEdQvXxHklOCsOanJRzKQ7rvMz { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:14.625rem;width:57.25rem;top:12.9375rem;left:8rem;display:block; }
#OLEGDX84NuLd7KQVyPQ4IAmx63IndFKS { color:#000000;display:block;width:54.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:14.375rem;left:10.75rem;height:6.8242125rem;text-align:justify;text-align-last:initial;display:block; }
#Mh6z5nFQVwtJoRcNrSM0pp8cqU2ZKlBR { color:#000000;display:block;width:50.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:2.875rem;left:10.75rem;height:4.2239625rem;text-align:center;text-align-last:center;display:block; }
#npKptybTZGmhRHtBuTFUuJLTd9bKaHCR { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.6;letter-spacing:0;top:21.9375rem;left:10.75rem;height:5.59895rem;text-align:left;text-align-last:left;display:block; }
#t5Lvu4nmoMHPIAASQ5SbAkhMqVBMmSa2 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:11rem;left:11.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZdBqPw0LmXVqnhpPHoyffWxDJT5hes7i { position:absolute;display:block;z-index:100063;background-color:#f8b15c;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:9.8125rem;left:6.9375rem;display:block; }
#XTW2bM9A1aadQlhfBUD9icxPPabnHL6f { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:block; }
#BLcHaT6eeV0mHvsZtE3guFIMgMSXp97Q { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:16.4375rem;left:9.375rem;display:block; }
#RCBERSD69hBoMUePmRygoqrgky5aAP2G { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:18.75rem;left:9.3125rem;display:block; }
#hqxQo7kUQsZJINCzBkI7gXkgZlAW3H6p { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:21.8125rem;left:9.375rem;display:block; }
#k9Tzdo3yhtp4MykcFmRQIixbI3yKk0xi { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:24.625rem;left:9.3125rem;display:block; }
#ShtGkn0Jx6R5Tgy2QCLLXRZ34vMPyCmp { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:10.625rem;left:6.9375rem;height:2.35611875rem;text-align:center;text-align-last:center;display:block; }
#OrxedamEyHm3GXh2pC1rZxGJ2EvIfo3y { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:12.9375rem;width:57.0625rem;top:32.4375rem;left:8.1875rem;display:block; }
#rP1xTWzReT7s1pq5UPM357fNyonTKzdf { color:#000000;display:block;width:52.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:33.6875rem;left:10.9375rem;height:10.23631875rem;text-align:justify;text-align-last:initial;display:block; }
#BXzZAVA21p6J27tJVG6XH7pz3q7i6Qv9 { position:absolute;display:block;z-index:100075;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.125rem;top:29.875rem;left:7rem;display:block; }
#VOOlN4F7FNubBzphmcIqBfRhoUz9nKJx { position:absolute;display:block;z-index:100060;background-color:#d7903b;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.25rem;top:30rem;left:8.25rem;display:block; }
#Vxy5eCl9GyCWCgzKmVAgEQcWe9STeSbK { color:#000000;display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:30.3125rem;left:10.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DWTTM87BvHLu2nO2R3WsRo857L3cdqto { position:absolute;display:block;z-index:100077;background-color:#d7903b;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:29.125rem;left:7rem;display:block; }
#gV56MCHBAKyyLZNNvoAQzzJirtPUy2J3 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:29.9375rem;left:7rem;height:2.35611875rem;text-align:center;text-align-last:center;display:block; }
#TkfhrmRGAOipVPobuQfrqEGbknDcNA8U { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100067;top:33.6875rem;left:9.4375rem;display:block; }
#MlMFNaHtHU2gadxKLzTVXmXkSeohyTEZ { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100068;top:35.8125rem;left:9.4375rem;display:block; }
#daBse3P96pmA5W7XQUWWzOp9Dub4LTdU { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100069;top:39.1875rem;left:9.4375rem;display:block; }
#q1i3GpTBBcUMokgSUyT6MRzK9kG48Fpm { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100070;top:41.4375rem;left:9.4375rem;display:block; }
#PcBl3RJmCPqsQr3Ipz83IDotcCeDWu0e { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:12.9375rem;width:57.0625rem;top:50.5625rem;left:8.1875rem;display:block; }
#grAikqIzk9OOfsfap3df0JTG6Tkakn84 { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100084;line-height:1.3;letter-spacing:0;top:51.625rem;left:11rem;height:12.51105625rem;text-align:justify;text-align-last:initial;display:block; }
#dAZVwQz9lau4ntbLEsCQLCL8vUNXxaT6 { position:absolute;display:block;z-index:100079;background-color:#d055e1;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.3125rem;top:48.125rem;left:8.1875rem;display:block; }
#vsQ3nfbMFmOrwUqvUJfU1yQeKpetURIh { color:#000000;display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:48.5625rem;left:10.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#se43Sbg10GQfGEaf8dwKpN7MQGn3b6Cv { position:absolute;display:block;z-index:100081;background-color:#d055e1;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:47.375rem;left:7rem;display:block; }
#SgXV9RnsH70r2xK9mlntqSPeeVgerTyR { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:48.1875rem;left:7rem;height:2.35611875rem;text-align:center;text-align-last:center;display:block; }
#ueFWem3VcbHR0XdKpviVD8ueMluLb0gE { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100071;top:51.625rem;left:9.4375rem;display:block; }
#cIlbcIftDPgIGThIkJtdTtHVPtxLxQpK { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100072;top:53.8125rem;left:9.5rem;display:block; }
#UKJTfaotPwK0sx3ATTEbzCRViSTuEfrO { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100073;top:56.0625rem;left:9.5rem;display:block; }
#BV64NNFzWCIctC2SlzHbnSVkMnkkLhoz { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100074;top:58.25rem;left:9.4375rem;display:block; }
#cNroOyCyzC0knxHhHlmpIPDkwBJ6CtkX { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100075;top:60.5625rem;left:9.5rem;display:block; }
#TILy8s4bVuL3aShUEHlG0BwRPRUHSd8u { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:16.5625rem;width:57rem;top:67.5625rem;left:7.875rem;display:block; }
#tiyd4zOFfdBFg2WrMz0x8D7SQh9ykTBx { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100096;line-height:1.3;letter-spacing:0;top:68.625rem;left:10.5rem;height:15.9231625rem;text-align:justify;text-align-last:initial;display:block; }
#ixiAPH27fCvt4K129ZaZdgzZSpAe5tsl { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:70.8125rem;left:9.1875rem;display:block; }
#fTNXue09uwH5GLTk7NkaTbzor9pEIMmo { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100085;top:73.0625rem;left:9.1875rem;display:block; }
#SO07ENairKrAOcMm7wSTMmCJzgHs6QJu { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:77.5625rem;left:9.1875rem;display:block; }
#uwJHktT9TTvFmCehPT8RnUeTNFTkKJCF { position:absolute;display:block;z-index:100093;background-color:#a839b9;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:3.9375rem;width:3.8125rem;top:64.375rem;left:6.6875rem;display:block; }
#ThqKCZshNxuDUR7MixbWMNW55p0x1gB0 { position:absolute;display:block;z-index:100091;background-color:#a839b9;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;height:2.4375rem;width:57.3125rem;top:65.125rem;left:7.875rem;display:block; }
#LKbLRf1AaeofGiE8LxTDrwXVPTPCzlMb { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100086;top:75.25rem;left:9.125rem;display:block; }
#oZecXCfCD3VxFgekCFGoOtdgIi4FbHoN { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100083;top:68.625rem;left:9.125rem;display:block; }
#wNRSfOdZL6ff6sqh5GFhz61QWxKcsiJ0 { color:#000000;display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:100095;line-height:1.3;letter-spacing:0;top:65.1875rem;left:6.6875rem;height:2.35611875rem;text-align:center;text-align-last:center;display:block; }
#GvRN4tA6VswssrkwOLC9GSBWQKAG1fny { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:65.6875rem;left:10.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HiWO1DUR0tma9UTDPwATOtJUQtF4PxSr { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:81rem;left:9.125rem;display:block; }
#nQt2BMlz7LW6RT52GNySeGDLAgCkQwCN { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#wf1sLT7JvpiDJbd9WmXsfPlkb2eGc99A { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#IQoyF9kQB1OW4fV48apqSQiMPgZOTMvd { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#x8KBAvttzLWa4sAqTBDMoHp9mXkIqTcR { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#s7HXlbuPqEpCIemdhHOkcKfBLmXSMAau { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#eOgz1To1MnIpZOb0RBtgq3rBDUcqvUBp { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#WhIi07eMKyDoRTqKhkebOni8rQPwSmcm { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#c21gZmG7H2dnuX7ExDTCaxJT0C6fbMaB { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#OlJH7QXNfTA3T77CROJs5qbaC3PR9zJS { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#Jzs0g7thxQ9zMKwBHqtr4lngQeNf4WAm { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#X2X8m3n8nkHly0Iordiw1ByJQkhRvk24 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#qiywy79TWQIzTmdibVMrTvqrcV0rQZH2 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#KRlclnTeCqAUPBqlBSNnmqdLnhFJQ20B { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#fQk02iWZ0a4uyqlMIJTkn4LheSgT3mz8 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#Twk9KAmIzPummtOBSPyxIEb9W6csby0T { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#oVR3sGEJDF3npTOJE4HOf4If3k4xOxzc { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#vmsD7KVy5xfkSPdoS19WOTLQgW3dc0b6 { box-sizing:content-box;color:#f8b15c;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:14.25rem;left:9.4375rem;display:none; }
#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE.adaptive-delivery-prevent-bg, #XFMTNLuaq9GSc9C30KhCqzEslKumpuFE.lazyload, #XFMTNLuaq9GSc9C30KhCqzEslKumpuFE.lazyloading { background-image: none; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container { background-color: transparent; background-image: none; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container > .video-iframe-container { display: none; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row > .video-iframe-container { display: none; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .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); }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container { border-width: 0; border-radius: 0; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#wcenfPJMKgGqRMfuL3VX21vTQkzsIuG9 { color:#ffffff;display:block;width:41rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.8;letter-spacing:0;top:4.3110795021057rem;left:18.3125rem;height:4.04948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6MAoEd8HN21tfXb8CAOTJqV53yV0QJl { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:31.0625rem;display:block; }
#pWCPoX6ruKmVrD4wGWv7ple8IbBPrMJX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:7.5rem;display:block; }
#aN10zTXAxwnlbHLHqV77axZw5wOuzGi7 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.5625rem;top:10.5rem;left:51.9375rem;display:block; }
#ZVHBzST4eQuJhTItWMiubDfut37uLci7 { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1825275421143rem;left:20.375rem;height:2.35611875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TypvelDd7M0vQgQkdsexTkfAbR84tOTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iaPcqQRG/certoo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs.adaptive-delivery-prevent-bg, #TypvelDd7M0vQgQkdsexTkfAbR84tOTs.lazyload, #TypvelDd7M0vQgQkdsexTkfAbR84tOTs.lazyloading { background-image: none; }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row .container { background-color: transparent; background-image: none; }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row .container > .video-iframe-container { display: none; }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.79); }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row > .video-iframe-container { display: none; }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .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); }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row .container { border-width: 0; border-radius: 0; }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#TiV2Psu4ubrgdTOdshPTy3mE214ZN4KA { color:#ffffff;display:block;width:58.875rem;position:absolute;font-family:mavenpro;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:2.2679686546326rem;left:6.8125019073488rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzEJTbF9wzLXU0ui9eiUtiCmai6dopCN { color:#ffffff;display:block;width:25rem;position:absolute;font-family:mavenpro;font-size:2.5rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:5.3945417404175rem;left:25.000001907349rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bg5J08L8N7lTF0q2cLVliuwPbrCXUOKE { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.4375rem;top:10.9375rem;left:6.8125rem;overflow:hidden;display:block; }
#tuyH4Wdysl6gruAmESsTbIwq5Mp5bTzV { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.3125rem;width:20rem;top:13rem;left:2.5rem;display:block; }
#dt8fJP4SeGZT5GDTD4IeKdRXJSZJ1BNs { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.0625rem;left:4.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2CkNPh4d8qdy8CPnCnT66cImVJsDmut { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -moz-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -ms-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -o-linear-gradient(200deg, #0cb9d7, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #0cb9d7, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625rem;left:8.8125rem;display:block; }
#RBiuNfCcd5DnwCOh4p6shnhLSUgk2Qea { color:#411962;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:30.5625rem;left:3.5625rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0BhUEQapQ8cWt0BWDApsV330mrA4C6f { color:#585858;display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:35.10227394104rem;left:4.1875rem;height:11.3736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVivy2w0WJ9WkmiOHvZnaTL4UxItwEnE { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:13rem;left:27.5rem;display:block; }
#fkH1A542KQe9B84wIqnix2OAg94fR4o5 { color:#411962;display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:30.855115890503rem;left:28.625rem;height:4.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fzl7HbqB25WOUeaZTVRTGu0sUIevHaPT { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1cZMxBvsovnBLf8aygfaHAbJkGpF9ha { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.375rem;top:10.187501192093rem;left:31.75rem;overflow:hidden;display:block; }
#UsIRVgz7AoB3zUhEds2HHrSuNThUMvQb { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:block; }
#PSUMwJT5tEagUGf7nsAtX1s0DqNP8BnC { color:#585858;display:block;width:16.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:37.57386636734rem;left:29.5rem;height:9.0989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bFrtqV3vHPGffmiSQpWTApNPWLVATMcZ { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:11.4375rem;top:9.125rem;left:56.781248092651rem;overflow:hidden;display:block; }
#ArTyL594T3FqfWmILoITk7ncc6wDJyIf { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:58.75rem;display:block; }
#lTIMnS3bM6PoAEpoXD7wOba3q3XSUAsu { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.062500953674rem;left:54.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fATzkCwdAeTQIPQuIlLTghI0kcDq9WCy { color:#282828;display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100031;line-height:1;letter-spacing:0;top:30.5625rem;left:54.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TxuWTDKQvn2rgQ0Ey27HcQns2HFCe62G { color:#637084;display:block;width:18.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100040;line-height:1.3;letter-spacing:0;top:36.301137924194rem;left:53.375rem;height:11.3736875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KxOoSFCIXlkcxF9tTDFaxPm9GZiEShyH { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:42.375rem;width:20rem;top:13rem;left:2.5rem;display:none; }
#Hq8cso8UJ3FpLymukHtgQsH5JDUzWoDG { z-index:100132;top:69.4999961853rem;left:36.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#k3xrH2pw3BdADCwmcRGp6wFdKk2raHVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wC7HiCD9cxQRMySfmqKZ4fd3sUe3HoEM { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MhFOQ5UaeRWEDRDc85hnD0g4PKTBa96z { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:none; }
#ykI5UBuohzMlJDWboe7ft457ranKgVm8 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:13rem;left:52.531248092651rem;display:block; }
#TEk3THcxBhnsGptEisq0xSRGCytX6bKw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -moz-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -ms-linear-gradient(174deg, #ffffff, #f1d1f1);background-image: -o-linear-gradient(174deg, #ffffff, #f1d1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1d1f1' );";background-image: linear-gradient(174deg, #ffffff, #f1d1f1);background-size:auto !important;position:relative;display:block; }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row .container { background-color: transparent; background-image: none; }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row .container > .video-iframe-container { display: none; }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row > .video-iframe-container { display: none; }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .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); }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row .container { border-width: 0; border-radius: 0; }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row .container { font-size:0.875rem;font-family:arial;height:93.3125rem;width:75rem;position:relative;display:block; }#gOwtRmR09HuPeGWoOiD039hT587CkngF { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.6875rem;width:27.875rem;top:9rem;left:39.75rem;display:block; }
#ryAKfKlJcwn5WacXWHCEUWG7xRb5T9wP { color:#ffffff;display:block;width:59.5625rem;position:absolute;font-family:mavenpro;font-size:2.5rem;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:3.4375rem;left:7.75rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ca25pAXlG3CdmTEGWKNwQ9Au5CEVr3vf { position:absolute;display:block;z-index:100128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:11.25rem;top:11.6875rem;left:37.1875rem;overflow:hidden;display:block; }
#ZJvPpfT66HIOJwA6J5icgRT4oHLcmTSV { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.4375rem;width:14.75rem;top:0.875rem;left:30.125rem;display:block; }
#eK0t3370XkUZuFpSIvTPeaAvI3GHrsrF { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iD5My3J80bD45h4wCWLbIBXeCr6sErLv { position:absolute;display:block;z-index:100025;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:12.5rem;left:49.375rem;display:block; }
#TAmPPnMQTRuq7tRa9AQ0v35uxd2M4VUz { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100037;line-height:1;letter-spacing:0;top:13.5rem;left:49.3125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#knB7x6i66Qn5Hv7ioOV6GcTQcikfBdXV { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.125rem;width:26.625rem;top:9.625rem;left:8.4375rem;display:block; }
#TiQ5tqP3cTKusshJVK6RUBucQo3DkllK { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:11.125rem;left:19.8125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVWB7GzAmOLQ8Wt5RbS26seeHFdNgrkw { color:#411962;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:14.0625rem;left:19.625rem;height:2.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uboWroTlTFHSxxcAZJk7TzGovy6Bdgim { color:#637084;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:16.1875rem;left:49.375rem;height:10.2363125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qyUlMM5ZgO7rStAGFEzPH0G9UH3UKaoB { color:#585858;display:block;width:14.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:18.3125rem;left:19.8125rem;height:6.82425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DgTRyZxvNh9tTeBx4iui1IxpTOsPE8q7 { position:absolute;display:block;z-index:100127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.3125rem;width:12.5625rem;top:11.6875rem;left:7.5rem;overflow:hidden;display:block; }
#tgim9OOyqawO8SURyU0QIazRv4wo1pUR { position:absolute;display:block;z-index:100023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:13.125rem;left:19.8125rem;display:block; }
#g8eZOawCOCnKmttVMTITl7Ssn9NCoPL4 { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.3125rem;width:27.875rem;top:28.9375rem;left:8.4375rem;display:block; }
#bXXQQ0K5XrdBX679srJwkSRKD6TDOTLz { position:absolute;display:block;z-index:100142;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:11.8125rem;top:31.3125rem;left:7.5rem;overflow:hidden;display:block; }
#h50Ergc9Bb6VWJlXVMUcJEAcfUDHtJUU { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100045;line-height:1;letter-spacing:0;top:34.5625rem;left:18.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ur0U6v04J5tGHCs0N3zvITRUMnJRtTFO { position:absolute;display:block;z-index:100039;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:33.625rem;left:18.9375rem;display:block; }
#WvT5lBBCic35gzriyaRFmdNflZAdwZZO { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:31.3125rem;left:19rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e2a6Ds5TSTnStWTwJmrZFgsMRHqA3U0y { color:#637084;display:block;width:15.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:38.562506258488rem;left:19.125rem;height:6.82425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BZ6Dn8ZzNh5n4pLVHibWwH5CqC7EekTH { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.375rem;width:27.875rem;top:28.9375rem;left:39.625rem;display:block; }
#A07awtphTA6vI8kv5p3cGIEHzl3bbpBZ { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:37.993609428406rem;left:49.1875rem;height:7.9615625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QHQEbVfO1PBOI5OLyrfkVqfW9wHwlETv { color:#282828;display:block;width:17.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100052;line-height:1;letter-spacing:0;top:35.125rem;left:49.1875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AL8lgn7GWEIwzEMH0Fcn8KdlTm2WTLUS { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:33.25rem;left:49.375rem;display:block; }
#qTCT63grfXAE4OccGZoenLbucUXKvTND { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.375rem;width:12.25rem;top:30.625rem;left:36.6875rem;overflow:hidden;display:block; }
#GTDFAzKoVbDHAZmWKfvEwdxTRkQp8m64 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:31.125rem;left:49.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IaWPd1TMnwn4y1BzBn68vimqbweRgwcA { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.875rem;width:27.875rem;top:50.25rem;left:8.4375rem;display:block; }
#ci4zWkUpnrHQnRZT8RMxihIOhm5qgaOV { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:11.1875rem;top:53.834484100342rem;left:7.5rem;overflow:hidden;display:block; }
#Tbkpd7xetgzE1TUGqGQUtXKuEd4UWQGx { color:#637084;display:block;width:16.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:59rem;left:19.0625rem;height:6.82425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Smmuy0bTMfxirBHELDTO5dQlG7QRQGil { color:#282828;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100052;line-height:1;letter-spacing:0;top:55.5625rem;left:18.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oMiXtl4Edzx3HAIJBhHh7Ky0GBVHXot7 { position:absolute;display:block;z-index:100046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:54.3125rem;left:18.9375rem;display:block; }
#bCWHmGJp9hscTp232VhKfhB1JxRNXDDU { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:52.0625rem;left:19rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TaVLPM8hEw4mOcqJaboTKng5P1WGnEJh { position:absolute;display:block;z-index:100156;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5625rem;width:12.6875rem;top:51.906251907349rem;left:36.4375rem;overflow:hidden;display:block; }
#Vg9WMBIMvTTGSdV4icWAArV8SQNXr5SA { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:20.0625rem;width:27.875rem;top:50.25rem;left:39.625rem;display:block; }
#kV0wWzxvaxJf8JwprAL9wTU1aZmZmo7a { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:61.125rem;left:48.625rem;height:6.82425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P3dSbT9N5rE0FV9d3B55AhelGfDqe74b { position:absolute;display:block;z-index:100053;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:7.375rem;top:55rem;left:48.5625rem;display:block; }
#bxsoLSCkE996LTukAtzWNV3Pd7mJ7BU6 { color:#282828;display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100059;line-height:1;letter-spacing:0;top:55.875rem;left:48.5625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SVk0CgUTsshU2wmWJD33ICbd22728RyQ { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:52.6875rem;left:48.6875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K3SEf5lgwB9rGATNcc00yWZbuIg1zZvT { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:17.9375rem;width:58.875rem;top:72.25rem;left:8.5625rem;display:block; }
#Bit3Msqw2S2MVFJFSmDzGXrsTINDuols { position:absolute;display:block;z-index:100135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9375rem;width:13.5rem;top:73.3125rem;left:13.75rem;overflow:hidden;display:block; }
#k7cmDziDhkMyERSubMFbSx588oZ0cTeT { position:absolute;display:block;z-index:100135;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:11.625rem;top:75.4375rem;left:10.875rem;overflow:hidden;display:block; }
#T6qorKt1ruKVT9SXEavRRzlf4mCvAwDN { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:mavenpro;font-size:1.375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:74.6875rem;left:28.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bhIFUmyti53wSgfezMhRV7Z6U5NVLLaC { position:absolute;display:block;z-index:100031;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.375rem;width:30.9375rem;top:76.8125rem;left:28.375rem;display:block; }
#M602KdDV7ObPGDzbLl5tvPv1ABpw8rdm { color:#282828;display:block;width:36.625rem;position:absolute;font-family:mavenpro;font-size:1.125rem;font-weight:700;z-index:100038;line-height:1;letter-spacing:0;top:77.4375rem;left:28.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#miGd7Bz1M6TUd8InJHnZweObyZG7rnHA { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100137;line-height:1.3;letter-spacing:0;top:78.875rem;left:28.5625rem;height:1.29980625rem;display:block; }
#I3vZ6ugLP0apzZU91Ug6OVcBuTWMWkZu { color:#637084;display:block;width:34.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:81.625rem;left:28.0625rem;height:6.82425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5b055f;background-image:none;position:relative;display:block; }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row .container { background-color: transparent; background-image: none; }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row .container > .video-iframe-container { display: none; }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row > .video-iframe-container { display: none; }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .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); }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row .container { border-width: 0; border-radius: 0; }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#EuNESJ9rxkVTifCX3O8ggzwV7qSLsJk1 { color:#f8f6f6;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.3880208730698rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container { background-color: transparent; background-image: none; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container > .video-iframe-container { display: none; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row > .video-iframe-container { display: none; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .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); }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container { border-width: 0; border-radius: 0; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#SrFtDp2HdpxqQ23nJ2M2OaGCk7egTsla { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40.400000572204rem;left:39.6875rem;display:none; }
#TmMgt4VNiKIHH0w3AxQSSLBy1T8XRX8I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vAtbgSzAoNLUi4VlziDP63fIKqzbtoEt { color:#ffffff;display:block;width:15rem;position:absolute;font-family:mavenpro;font-size:0.875rem;font-weight:700;z-index:100095;line-height:1.2;letter-spacing:0;top:22rem;left:28.6875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mxBfQpydAAtBg7yOC03qTp0DIGBEnKU0 { position:absolute;display:block;z-index:99965;background-color:transparent;background-image:none;border-top:0.0625rem dotted rgba(178,178,178,0.77);border-left:0.0625rem dotted rgba(178,178,178,0.77);border-right:0.0625rem dotted rgba(178,178,178,0.77);border-bottom:0.0625rem dotted rgba(178,178,178,0.77);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:32.0625rem;width:29.9375rem;top:12.4375rem;left:20.562501907349rem;display:block; }
#FraJliDCS2OlThfTcSc2nsZ8HDkTKKcB { position:absolute;display:block;z-index:99993;background-color:#867e73;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:7.875rem;width:30rem;top:10.5625rem;left:20.5625rem;display:block; }
#VbhqGVe0C757DBNKKCuxnom2gyEavmiD { position:absolute;display:block;z-index:100058;background-color:#f3bf00;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:4.75rem;width:4.75rem;top:12.125rem;left:44.749219894409rem;display:block; }
#btoxetWgV7SitTibb9zBVzdlKGnSutTO { position:absolute;display:block;z-index:100059;background-color:#f3bf00;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:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;height:4.75rem;width:4.75rem;top:12.125rem;left:22.187501907349rem;display:block; }
#hZk4FgxGqsMDlrSzkEgF5RWWgEUami56 { color:#ff0000;display:block;width:26.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100035;line-height:1.1;letter-spacing:0;top:19.25rem;left:22.1875rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2vnJsKREIntkvPxnJxKlTWigsqA6yRT { color:#2ee681;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:22rem;left:27.75rem;height:11.21225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3IOEZSJ4pX0saoCEpVWpvKpT7f2asi7 { color:#5d5d5d;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:26.625rem;left:24.875rem;height:1.94986875rem;font-style:normal;display:block; }
#ZEeGb1toXT4fd005feVBEuNG686hG3er { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:28.1875rem;left:44.375rem;height:2.51855625rem;font-style:normal;display:block; }
#ZwPOWrOdusGc39ZNCc6OTdpS3q5TuXkz { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:28.5625rem;left:25.125rem;height:1.94986875rem;font-style:normal;display:block; }
#AVzkopQVmIoIBp8RcuJIBu9WsCbP6wUW { color:#ff5151;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:100055;line-height:1.3;letter-spacing:0;top:32.1875rem;left:24.0625rem;height:1.54361875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CbQ3unpTlcNk4IvaJh8Ru8H49eIxGlDU { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff5b5b;border-left:0.0625rem solid #ff5b5b;border-right:0.0625rem solid #ff5b5b;border-bottom:0.0625rem solid #ff5b5b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:2.5rem;width:24.1875rem;top:31.5625rem;left:24.1875rem;display:block; }
#uysuFRSWQkJTGXt8OIAIH6zmOpldXImW { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.3125rem;left:22.25rem;display:none; }
#hD9kVHWmyyPJruA6mv0uxSxPLABpcuGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h5WhgP2Z3XTXz2HPMZWefyHXBM9UmSFy { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100034;line-height:1.3;letter-spacing:0;top:40.625rem;left:43.625rem;height:2.11198125rem;font-style:italic;display:block; }
#ptPptxzz2ppXGSXoMG5J8sNwBJQFyuxI { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:40.25rem;left:41.375rem;display:block; }
#wXdnqtM7y8rB9IoeFCV3eAVS14huH1D1 { color:#585858;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100033;line-height:1.3;letter-spacing:0;top:40.625rem;left:32.5rem;height:2.11198125rem;font-style:italic;display:block; }
#kw8upuHWWGcWyuKB86LlXET9LTGZgCuW { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:40.25rem;left:29.8125rem;display:block; }
#VNdAF7QSryOkbCDmOJ507NKnzQT2EvIr { color:#5a5a5a;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:40.625rem;left:25.9375rem;height:2.11198125rem;font-style:italic;display:block; }
#BQDX0TlatQHoJcoxxu5DPCDBgGgFRWDK { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:40.25rem;left:23.1875rem;display:block; }
#hUltAPQImGMAaHxsOZ9RTF9uh2r7dTJu { color:#000000;display:block;width:58.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:6.4070320129394rem;left:7.5rem;height:2.03125rem;display:block; }
#LTDp7kpvtgsRlG6HwRqoAJ7s9HHF9ar9 { color:#ff9400;display:block;width:54.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:99969;line-height:1.5;letter-spacing:0;top:1.8828129768372rem;left:9.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ruhQBQTQc0r3ArdMdWvmZSyGwpSfmymA { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:36.625rem;left:8rem;display:none; }
#Lv9rTTmeKXdNtQUWzhJWhIWlUle2N6sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oXsGWJOCc5t9TNlK3LWM4dOgrtPdf0GH { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:21.843751907349rem;left:23.25rem;display:none; }
#BLfu3z4kOoUV2xeRfvKixlU6Q835AnGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WGdmo3iQMygT4W0Lw5HB9fSuFpCkRizZ { position:absolute;display:block;z-index:99967;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:25.4375rem;top:40.125rem;left:23.25rem;display:block; }
#yqCdzLf5OodMuG8I9QxPHiZKy8LIS2VP { z-index:100001;top:35.312502264976rem;left:22.250001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H9OZEc1IW6gtZIkDKPx8nVmg5JVVT1Ra { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ka91MTi65945N1VXtgTJUKrGDnXVbqAg { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100048;line-height:1.1;letter-spacing:0;top:11.5rem;left:27.562501907349rem;height:6.04948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5varrbfFhfiksra2JVXi3oRAA7obNeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row .container { background-color: transparent; background-image: none; }#z5varrbfFhfiksra2JVXi3oRAA7obNeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row .container > .video-iframe-container { display: none; }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row > .video-iframe-container { display: none; }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .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); }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row .container { border-width: 0; border-radius: 0; }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#kdOrnF6DxmuDUrbJ3vdcG3sGoM2zoqP6 { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:mavenpro;font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.8039779663088rem;left:30.5625rem;height:8.528625rem;text-align:left;text-align-last:left;display:block; }
#n7duJbdWkROWJXgBJGRWi0tFKbcoB2qO { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4992904663086rem;left:30.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#ThqKd2KTv8CdBfM1gh4HePRJMfUEv5JX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:20.3125rem;top:0rem;left:8.375rem;overflow:hidden;display:block; }
#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1d24;background-image:none;position:relative;display:block; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { background-color: transparent; background-image: none; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container > .video-iframe-container { display: none; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row > .video-iframe-container { display: none; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .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); }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { border-width: 0; border-radius: 0; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#lFdGCiQ0qS4TLaxoXdW4WIcklgXqRv6x { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.875rem;width:5.75rem;top:5.46875rem;left:56.3125rem;overflow:hidden;display:block; }
#IrOtwB2Uf5ERirSvttxd7bE2AFOdiOb1 { color:#000000;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:1.375rem;left:8.4375019073488rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#ZhHPPN8HkXTKhG4iDBX5kO68QtAeZT2p { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;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:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:7.1875rem;left:38.5625rem;display:block; }
#QF9WdLogUvR1x9whkTpWakrK67VWfDJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HbuehoqqRn2eyVLThAe9DTZX4OAyEJPx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;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:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:2.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:7.1875rem;left:24.25rem;display:block; }
#a5L3QpeUOk6ZaO5lWedRavVfwM9v8N65 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs { display:block; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbRXl3nw923H861vCHlS7ylGmT808R53 { width:47.75rem;height:6.1875rem;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTs85zW344sW67t485UVGW8s7KG1Nn3h { width:18.625rem;height:10.4375rem;top:3.0625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMvp8qWBpQOb2EFWnHKcG8zZK13eDRzP { width:40rem;height:22.5rem;top:8.4375rem;left:1.0625019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSUfLeD8RvNTrWTd8VG3F8ST6q3AH6R9 { width:47.75rem;height:4.875rem;top:40.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF4IoNVFGLy4XFa43nlmUhi7LT4kLlJv { top:33.0625rem;left:7.1250019073488rem;width:27.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOk6sab3ggr5doFHPHRNB66aRLBUObi { display:block; }
 }@media only screen and (max-width: 763px) { #aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 { display:block; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KK6rKxA4GXBlazqvFaV6kyvdIyhuCoXp { width:34.5rem;height:1.6875rem;top:22.0625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQDgwDIlhH6G7UdyEk9ffZTqFkJRFE9 { width:47.75rem;height:4.8125rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAz19SzlClaHhcXXQ6HLJdI3TVDwdkzI { width:47.75rem;height:13rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7bcBhHT9SyboeqlIt97BpS49ldZxaci { display:block; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmCHT2OtUwNsTHS2nMR7Erk1lruIkFPS { width:36.25rem;height:17.375rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTP5J4rd7m94Z33yzv7yp6Uozxrygrt1 { width:1.5625rem;height:1.5625rem;top:5.5625rem;left:19.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1CBV1kJ0U2LZowmCIZqcMmTTgwLTOem { width:1.5625rem;height:1.5625rem;top:9.875rem;left:19.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaEPGBz1V5Qp3CPkPWkCGWHzrTwficXH { width:1.5625rem;height:1.5625rem;top:14.3125rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOo9nH5nAENL9JfZpODodBBs1sXneptt { width:1.5625rem;height:1.5625rem;top:18.625rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJwuSx1ILwsZ5hJey77ULBhFvaObzai { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IG3p3eocbT0PN1IaxCccxaqamIdWu1TA { width:25.375rem;height:34.1875rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WABv2ettlTB8TJyqeSXXObitMVzbAuTx { width:1.5625rem;height:1.5625rem;top:21.6875rem;left:19.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksd7i9xKWIGmnM6PfiFJR5NoPybVB8i1 { width:37.3125rem;height:2.3125rem;top:31.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hepao8VZhxTa7HtReWc2s3I0raoiUXWI { width:17.8125rem;height:24.125rem;top:2.4375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WB6oFBA72QBURXlznkLKglkseELwmiM2 { width:37.3125rem;height:2.375rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 { display:block; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUbQo5DIPrpN4xF7Frvzrhnvh3vLTwJO { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #aITq6PRb9K6oteAKwF0GgVHdXhM1L5yZ { width:3.875rem;height:4.0625rem;top:25.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrVSDKlvWAQ8rrSG6w9xK4CH9TXrzrUo { width:19.9375rem;height:6.1875rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzpIcTGTmUqx2LXU8HaiBWN2PnVFrxNr { width:3.9375rem;height:4rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N38kGTpMWMtcuuMRLFo3NfXb4fEtBSlk { width:28.5rem;height:8.9375rem;top:22.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEW3VTbGRVa4RiFi8T7Kt6Jd8uMK0ZF4 { width:23.9375rem;height:8.625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxZQ2QHqWaCrSi05bNgaX1fgkit33eW { width:47.75rem;height:2.1875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEAIuxtPg9tghOtn2ElkJy1cJSq0L3oS { width:23.5rem;height:10.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwSwicGCNL6ViomeaAQ4NpfTyfop1B2P { width:3.875rem;height:3.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwoR2Txm5GHsvTQmEQql375MQdz6fwdx { width:19.9375rem;height:6.1875rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ckxxWc2HBlJXdWtTlre81ol6ik2vIk { width:9.375rem;height:0.4375rem;top:1.4375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXiObFXkIq3UPlJS5IT6UwDuJet1rbRT { width:14.375rem;height:7.1875rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocy5myIxVbBE3w3PBDodk7VlDwJ33IJO { width:28rem;height:10.125rem;top:9.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMXi17yPaNJToeXvC6XXkTdnXvXcNQ5p { width:3.75rem;height:3.8125rem;top:11.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9As3R0zVcH7yKTimzWb1BvTDXuetIXS { width:27.4375rem;height:8.5rem;top:48.125rem;left:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCJqi0TQrHRtHZoapgomw97eSeQSSJTT { display:block; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8ePVa4OhPiw0xFqxWi19FPqEaeTTeQ6 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVuyIe584ZFTso20ofo2oZumG0uPpQei { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzBBqwlC5MgzyXz4MSLNiQNO7748HU6s { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMFlvUvrbHrdswWr07mi8c8fcnK4lPwO { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOFifkGBIdkN1Xi13e0J5sMW9w8sDECi { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7NgBPoKFQITXqRScHTqkG7LvfDRHeVr { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pw3BbIAlW6Kl8THTdkzA1tZ3IDP9aIGv { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOmk9XtocTWePHrdLizNKMqC1PFQJmzt { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2IgHBwHf9H5XIXrXVIEv5toUMiK2hm5 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbwMR8CmQ0uNme4XfVIgm8CQhFTL8k7J { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxNLOBzgU4oVLC7GlyGPozQ57SiBLSXI { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVPyL7K1X24ITwbSDNT59MU7hR1Jx6TT { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwzJ0TGeNLeiiJFniTqgbViUXW75ir8T { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPTpzo2EKLm3QSizkmVRldowv3Tk5CKO { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OL2ph78PZOJktNs6k8wmr7NiZHAxr2TG { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w84x0G6WHsfri3yppLvr7cdUPco07Xq6 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPQnLtNxbxQSfJJsgZIkNquoUZNVnu57 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AP5ay9h6W88HU0fQAz1df7dJeAmxQ30u { width:47.75rem;height:2.4375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzxFJmpEdQvXxHklOCsOanJRzKQ7rvMz { width:47.5rem;height:14.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLEGDX84NuLd7KQVyPQ4IAmx63IndFKS { width:47.75rem;height:6.5625rem;top:14.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh6z5nFQVwtJoRcNrSM0pp8cqU2ZKlBR { width:47.75rem;height:4.1875rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npKptybTZGmhRHtBuTFUuJLTd9bKaHCR { width:47.75rem;height:5.5625rem;top:21.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5Lvu4nmoMHPIAASQ5SbAkhMqVBMmSa2 { width:20.125rem;height:1.5625rem;top:11rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdBqPw0LmXVqnhpPHoyffWxDJT5hes7i { width:3.8125rem;height:3.9375rem;top:9.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTW2bM9A1aadQlhfBUD9icxPPabnHL6f { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLcHaT6eeV0mHvsZtE3guFIMgMSXp97Q { width:1.375rem;height:1.4375rem;top:16.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCBERSD69hBoMUePmRygoqrgky5aAP2G { width:1.375rem;height:1.4375rem;top:18.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqxQo7kUQsZJINCzBkI7gXkgZlAW3H6p { width:1.375rem;height:1.4375rem;top:21.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Tzdo3yhtp4MykcFmRQIixbI3yKk0xi { width:1.375rem;height:1.4375rem;top:24.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShtGkn0Jx6R5Tgy2QCLLXRZ34vMPyCmp { width:3.5625rem;height:2.3125rem;top:10.625rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrxedamEyHm3GXh2pC1rZxGJ2EvIfo3y { width:47.5rem;height:12.9375rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP1xTWzReT7s1pq5UPM357fNyonTKzdf { width:47.75rem;height:9.875rem;top:33.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXzZAVA21p6J27tJVG6XH7pz3q7i6Qv9 { width:47.75rem;height:2.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOOlN4F7FNubBzphmcIqBfRhoUz9nKJx { width:47.75rem;height:2.4375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxy5eCl9GyCWCgzKmVAgEQcWe9STeSbK { width:20.125rem;height:1.5625rem;top:30.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWTTM87BvHLu2nO2R3WsRo857L3cdqto { width:3.8125rem;height:3.9375rem;top:29.125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV56MCHBAKyyLZNNvoAQzzJirtPUy2J3 { width:3.5625rem;height:2.3125rem;top:29.9375rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkfhrmRGAOipVPobuQfrqEGbknDcNA8U { width:1.375rem;height:1.4375rem;top:33.6875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlMFNaHtHU2gadxKLzTVXmXkSeohyTEZ { width:1.375rem;height:1.4375rem;top:35.8125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #daBse3P96pmA5W7XQUWWzOp9Dub4LTdU { width:1.375rem;height:1.4375rem;top:39.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1i3GpTBBcUMokgSUyT6MRzK9kG48Fpm { width:1.375rem;height:1.4375rem;top:41.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcBl3RJmCPqsQr3Ipz83IDotcCeDWu0e { width:47.5rem;height:12.9375rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grAikqIzk9OOfsfap3df0JTG6Tkakn84 { width:47.75rem;height:12.0625rem;top:51.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAZVwQz9lau4ntbLEsCQLCL8vUNXxaT6 { width:47.75rem;height:2.4375rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQ3nfbMFmOrwUqvUJfU1yQeKpetURIh { width:27.5rem;height:1.5625rem;top:48.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #se43Sbg10GQfGEaf8dwKpN7MQGn3b6Cv { width:3.8125rem;height:3.9375rem;top:47.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgXV9RnsH70r2xK9mlntqSPeeVgerTyR { width:3.5625rem;height:2.3125rem;top:48.1875rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueFWem3VcbHR0XdKpviVD8ueMluLb0gE { width:1.375rem;height:1.4375rem;top:51.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIlbcIftDPgIGThIkJtdTtHVPtxLxQpK { width:1.375rem;height:1.4375rem;top:53.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKJTfaotPwK0sx3ATTEbzCRViSTuEfrO { width:1.375rem;height:1.4375rem;top:56.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV64NNFzWCIctC2SlzHbnSVkMnkkLhoz { width:1.375rem;height:1.4375rem;top:58.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNroOyCyzC0knxHhHlmpIPDkwBJ6CtkX { width:1.375rem;height:1.4375rem;top:60.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TILy8s4bVuL3aShUEHlG0BwRPRUHSd8u { width:47.5rem;height:16.5625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyd4zOFfdBFg2WrMz0x8D7SQh9ykTBx { width:47.75rem;height:15.375rem;top:68.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixiAPH27fCvt4K129ZaZdgzZSpAe5tsl { width:1.375rem;height:1.4375rem;top:70.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNXue09uwH5GLTk7NkaTbzor9pEIMmo { width:1.375rem;height:1.4375rem;top:73.0625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO07ENairKrAOcMm7wSTMmCJzgHs6QJu { width:1.375rem;height:1.4375rem;top:77.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwJHktT9TTvFmCehPT8RnUeTNFTkKJCF { width:3.8125rem;height:3.9375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqKCZshNxuDUR7MixbWMNW55p0x1gB0 { width:47.75rem;height:2.4375rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKbLRf1AaeofGiE8LxTDrwXVPTPCzlMb { width:1.375rem;height:1.4375rem;top:75.25rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZecXCfCD3VxFgekCFGoOtdgIi4FbHoN { width:1.375rem;height:1.4375rem;top:68.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNRSfOdZL6ff6sqh5GFhz61QWxKcsiJ0 { width:3.5625rem;height:2.3125rem;top:65.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvRN4tA6VswssrkwOLC9GSBWQKAG1fny { width:20.5625rem;height:1.5625rem;top:65.6875rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiWO1DUR0tma9UTDPwATOtJUQtF4PxSr { width:1.375rem;height:1.4375rem;top:81rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQt2BMlz7LW6RT52GNySeGDLAgCkQwCN { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wf1sLT7JvpiDJbd9WmXsfPlkb2eGc99A { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQoyF9kQB1OW4fV48apqSQiMPgZOTMvd { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8KBAvttzLWa4sAqTBDMoHp9mXkIqTcR { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7HXlbuPqEpCIemdhHOkcKfBLmXSMAau { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOgz1To1MnIpZOb0RBtgq3rBDUcqvUBp { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhIi07eMKyDoRTqKhkebOni8rQPwSmcm { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c21gZmG7H2dnuX7ExDTCaxJT0C6fbMaB { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlJH7QXNfTA3T77CROJs5qbaC3PR9zJS { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jzs0g7thxQ9zMKwBHqtr4lngQeNf4WAm { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2X8m3n8nkHly0Iordiw1ByJQkhRvk24 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiywy79TWQIzTmdibVMrTvqrcV0rQZH2 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KRlclnTeCqAUPBqlBSNnmqdLnhFJQ20B { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQk02iWZ0a4uyqlMIJTkn4LheSgT3mz8 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Twk9KAmIzPummtOBSPyxIEb9W6csby0T { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVR3sGEJDF3npTOJE4HOf4If3k4xOxzc { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmsD7KVy5xfkSPdoS19WOTLQgW3dc0b6 { width:1.375rem;height:1.4375rem;top:14.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFMTNLuaq9GSc9C30KhCqzEslKumpuFE { display:block; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcenfPJMKgGqRMfuL3VX21vTQkzsIuG9 { width:41rem;height:4rem;top:4.25rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6MAoEd8HN21tfXb8CAOTJqV53yV0QJl { width:15.5625rem;height:8.4375rem;top:10.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCPoX6ruKmVrD4wGWv7ple8IbBPrMJX { width:15.5625rem;height:8.4375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN10zTXAxwnlbHLHqV77axZw5wOuzGi7 { width:15.5625rem;height:8.4375rem;top:10.5rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVHBzST4eQuJhTItWMiubDfut37uLci7 { width:36.3125rem;height:2.3125rem;top:1.125rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TypvelDd7M0vQgQkdsexTkfAbR84tOTs { display:block; }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiV2Psu4ubrgdTOdshPTy3mE214ZN4KA { width:47.75rem;height:2rem;top:2.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzEJTbF9wzLXU0ui9eiUtiCmai6dopCN { width:25rem;height:2.75rem;top:5.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg5J08L8N7lTF0q2cLVliuwPbrCXUOKE { width:11.4375rem;height:14.3125rem;top:10.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuyH4Wdysl6gruAmESsTbIwq5Mp5bTzV { width:20rem;height:35.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt8fJP4SeGZT5GDTD4IeKdRXJSZJ1BNs { width:16.375rem;height:1.75rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2CkNPh4d8qdy8CPnCnT66cImVJsDmut { width:7.375rem;height:0.375rem;top:28.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBiuNfCcd5DnwCOh4p6shnhLSUgk2Qea { width:17.875rem;height:3.5rem;top:30.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0BhUEQapQ8cWt0BWDApsV330mrA4C6f { width:16.625rem;height:11.3125rem;top:35.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVivy2w0WJ9WkmiOHvZnaTL4UxItwEnE { width:19.9375rem;height:35.8125rem;top:13rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkH1A542KQe9B84wIqnix2OAg94fR4o5 { width:17.75rem;height:4.6875rem;top:30.8125rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzl7HbqB25WOUeaZTVRTGu0sUIevHaPT { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1cZMxBvsovnBLf8aygfaHAbJkGpF9ha { width:11.375rem;height:14.3125rem;top:10.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsIRVgz7AoB3zUhEds2HHrSuNThUMvQb { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUMwJT5tEagUGf7nsAtX1s0DqNP8BnC { width:16.5625rem;height:7.9375rem;top:37.5625rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFrtqV3vHPGffmiSQpWTApNPWLVATMcZ { width:11.4375rem;height:14.3125rem;top:9.125rem;left:33.968748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTyL594T3FqfWmILoITk7ncc6wDJyIf { width:7.375rem;height:0.375rem;top:28.625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTIMnS3bM6PoAEpoXD7wOba3q3XSUAsu { width:16.375rem;height:1.75rem;top:26.0625rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATzkCwdAeTQIPQuIlLTghI0kcDq9WCy { width:17.375rem;height:4rem;top:30.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxuWTDKQvn2rgQ0Ey27HcQns2HFCe62G { width:18.125rem;height:10.1875rem;top:36.25rem;left:29.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOoSFCIXlkcxF9tTDFaxPm9GZiEShyH { width:20rem;height:42.375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hq8cso8UJ3FpLymukHtgQsH5JDUzWoDG { top:69.4375rem;left:18.125rem;width:13.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3xrH2pw3BdADCwmcRGp6wFdKk2raHVR { display:block; }
 }@media only screen and (max-width: 763px) { #wC7HiCD9cxQRMySfmqKZ4fd3sUe3HoEM { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhFOQ5UaeRWEDRDc85hnD0g4PKTBa96z { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykI5UBuohzMlJDWboe7ft457ranKgVm8 { width:19.9375rem;height:35.8125rem;top:13rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEk3THcxBhnsGptEisq0xSRGCytX6bKw { display:block; }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOwtRmR09HuPeGWoOiD039hT587CkngF { width:27.875rem;height:18.6875rem;top:9rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryAKfKlJcwn5WacXWHCEUWG7xRb5T9wP { width:47.75rem;height:2.6875rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca25pAXlG3CdmTEGWKNwQ9Au5CEVr3vf { width:11.25rem;height:14.5rem;top:11.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJvPpfT66HIOJwA6J5icgRT4oHLcmTSV { width:14.75rem;height:0.4375rem;top:0.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK0t3370XkUZuFpSIvTPeaAvI3GHrsrF { width:16.375rem;height:1.75rem;top:10.4375rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD5My3J80bD45h4wCWLbIBXeCr6sErLv { width:7.375rem;height:0.375rem;top:12.5rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmPPnMQTRuq7tRa9AQ0v35uxd2M4VUz { width:16.625rem;height:2rem;top:13.5rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knB7x6i66Qn5Hv7ioOV6GcTQcikfBdXV { width:26.625rem;height:18.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ5tqP3cTKusshJVK6RUBucQo3DkllK { width:16.375rem;height:1.75rem;top:11.125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVWB7GzAmOLQ8Wt5RbS26seeHFdNgrkw { width:15.0625rem;height:2.3125rem;top:14.0625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uboWroTlTFHSxxcAZJk7TzGovy6Bdgim { width:17.25rem;height:10.1875rem;top:16.1875rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyUlMM5ZgO7rStAGFEzPH0G9UH3UKaoB { width:14.75rem;height:6.8125rem;top:18.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgTRyZxvNh9tTeBx4iui1IxpTOsPE8q7 { width:12.5625rem;height:16.3125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgim9OOyqawO8SURyU0QIazRv4wo1pUR { width:7.375rem;height:0.375rem;top:13.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8eZOawCOCnKmttVMTITl7Ssn9NCoPL4 { width:27.875rem;height:19.3125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXXQQ0K5XrdBX679srJwkSRKD6TDOTLz { width:11.8125rem;height:15.3125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h50Ergc9Bb6VWJlXVMUcJEAcfUDHtJUU { width:16.625rem;height:3rem;top:34.5625rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur0U6v04J5tGHCs0N3zvITRUMnJRtTFO { width:7.375rem;height:0.375rem;top:33.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvT5lBBCic35gzriyaRFmdNflZAdwZZO { width:16.375rem;height:1.75rem;top:31.3125rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2a6Ds5TSTnStWTwJmrZFgsMRHqA3U0y { width:15.625rem;height:5.625rem;top:38.5625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ6Dn8ZzNh5n4pLVHibWwH5CqC7EekTH { width:27.875rem;height:19.375rem;top:28.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A07awtphTA6vI8kv5p3cGIEHzl3bbpBZ { width:16.75rem;height:6.8125rem;top:37.9375rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHQEbVfO1PBOI5OLyrfkVqfW9wHwlETv { width:17.625rem;height:2rem;top:35.125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL8lgn7GWEIwzEMH0Fcn8KdlTm2WTLUS { width:7.375rem;height:0.375rem;top:33.25rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCT63grfXAE4OccGZoenLbucUXKvTND { width:12.25rem;height:15.375rem;top:30.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDFAzKoVbDHAZmWKfvEwdxTRkQp8m64 { width:16.375rem;height:1.75rem;top:31.125rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaWPd1TMnwn4y1BzBn68vimqbweRgwcA { width:27.875rem;height:19.875rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci4zWkUpnrHQnRZT8RMxihIOhm5qgaOV { width:11.1875rem;height:14rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbkpd7xetgzE1TUGqGQUtXKuEd4UWQGx { width:16.25rem;height:6.8125rem;top:59rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smmuy0bTMfxirBHELDTO5dQlG7QRQGil { width:16.625rem;height:2.125rem;top:55.5625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMiXtl4Edzx3HAIJBhHh7Ky0GBVHXot7 { width:7.375rem;height:0.375rem;top:54.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWHmGJp9hscTp232VhKfhB1JxRNXDDU { width:16.375rem;height:1.75rem;top:52.0625rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVLPM8hEw4mOcqJaboTKng5P1WGnEJh { width:12.6875rem;height:16.5625rem;top:51.875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg9WMBIMvTTGSdV4icWAArV8SQNXr5SA { width:27.875rem;height:20.0625rem;top:50.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV0wWzxvaxJf8JwprAL9wTU1aZmZmo7a { width:16.75rem;height:6.8125rem;top:61.125rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3dSbT9N5rE0FV9d3B55AhelGfDqe74b { width:7.375rem;height:0.375rem;top:55rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxsoLSCkE996LTukAtzWNV3Pd7mJ7BU6 { width:17rem;height:4.3125rem;top:55.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVk0CgUTsshU2wmWJD33ICbd22728RyQ { width:16.375rem;height:1.75rem;top:52.6875rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3SEf5lgwB9rGATNcc00yWZbuIg1zZvT { width:47.75rem;height:17.9375rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bit3Msqw2S2MVFJFSmDzGXrsTINDuols { width:13.5rem;height:16.9375rem;top:73.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7cmDziDhkMyERSubMFbSx588oZ0cTeT { width:11.625rem;height:14.6875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6qorKt1ruKVT9SXEavRRzlf4mCvAwDN { width:38.4375rem;height:1.75rem;top:74.6875rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhIFUmyti53wSgfezMhRV7Z6U5NVLLaC { width:30.9375rem;height:0.375rem;top:76.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M602KdDV7ObPGDzbLl5tvPv1ABpw8rdm { width:36.625rem;height:1.0625rem;top:77.4375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miGd7Bz1M6TUd8InJHnZweObyZG7rnHA { width:25.25rem;height:1.25rem;top:78.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3vZ6ugLP0apzZU91Ug6OVcBuTWMWkZu { width:34.875rem;height:5.625rem;top:81.625rem;left:12.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f { display:block; }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuNESJ9rxkVTifCX3O8ggzwV7qSLsJk1 { width:47.75rem;height:1.5625rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 { display:block; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrFtDp2HdpxqQ23nJ2M2OaGCk7egTsla { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmMgt4VNiKIHH0w3AxQSSLBy1T8XRX8I { display:block; }
 }@media only screen and (max-width: 763px) { #vAtbgSzAoNLUi4VlziDP63fIKqzbtoEt { width:15rem;height:0;top:22rem;left:15.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxBfQpydAAtBg7yOC03qTp0DIGBEnKU0 { width:29.9375rem;height:32.0625rem;top:12.4375rem;left:6.9375019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #FraJliDCS2OlThfTcSc2nsZ8HDkTKKcB { width:30rem;height:7.875rem;top:10.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbhqGVe0C757DBNKKCuxnom2gyEavmiD { width:4.75rem;height:4.75rem;top:12.125rem;left:31.124219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #btoxetWgV7SitTibb9zBVzdlKGnSutTO { width:4.75rem;height:4.75rem;top:12.125rem;left:8.5625019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZk4FgxGqsMDlrSzkEgF5RWWgEUami56 { width:26.8125rem;height:2.75rem;top:19.25rem;left:8.5625019073488rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2vnJsKREIntkvPxnJxKlTWigsqA6yRT { width:17rem;height:11.1875rem;top:22rem;left:14.125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3IOEZSJ4pX0saoCEpVWpvKpT7f2asi7 { width:3.375rem;height:1.875rem;top:26.625rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeGb1toXT4fd005feVBEuNG686hG3er { width:3.1875rem;height:2.5rem;top:28.1875rem;left:30.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwPOWrOdusGc39ZNCc6OTdpS3q5TuXkz { width:2.0625rem;height:1.875rem;top:28.5625rem;left:11.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzkopQVmIoIBp8RcuJIBu9WsCbP6wUW { width:23.8125rem;height:1.5rem;top:32.1875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQ3unpTlcNk4IvaJh8Ru8H49eIxGlDU { width:24.1875rem;height:2.5rem;top:31.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysuFRSWQkJTGXt8OIAIH6zmOpldXImW { width:27.8125rem;height:3.8125rem;top:36.3125rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hD9kVHWmyyPJruA6mv0uxSxPLABpcuGN { display:block; }
 }@media only screen and (max-width: 763px) { #h5WhgP2Z3XTXz2HPMZWefyHXBM9UmSFy { width:5.5625rem;height:2.0625rem;top:40.625rem;left:30rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptPptxzz2ppXGSXoMG5J8sNwBJQFyuxI { width:2.75rem;height:2.75rem;top:40.25rem;left:27.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXdnqtM7y8rB9IoeFCV3eAVS14huH1D1 { width:9.625rem;height:2.0625rem;top:40.625rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw8upuHWWGcWyuKB86LlXET9LTGZgCuW { width:2.75rem;height:2.75rem;top:40.25rem;left:16.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNdAF7QSryOkbCDmOJ507NKnzQT2EvIr { width:4.75rem;height:2.0625rem;top:40.625rem;left:12.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDX0TlatQHoJcoxxu5DPCDBgGgFRWDK { width:2.75rem;height:2.75rem;top:40.25rem;left:9.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUltAPQImGMAaHxsOZ9RTF9uh2r7dTJu { width:47.75rem;height:2rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDp7kpvtgsRlG6HwRqoAJ7s9HHF9ar9 { width:47.75rem;height:3rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruhQBQTQc0r3ArdMdWvmZSyGwpSfmymA { width:27.8125rem;height:3.8125rem;top:36.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lv9rTTmeKXdNtQUWzhJWhIWlUle2N6sL { display:block; }
 }@media only screen and (max-width: 763px) { #oXsGWJOCc5t9TNlK3LWM4dOgrtPdf0GH { width:27.8125rem;height:3.8125rem;top:0rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLfu3z4kOoUV2xeRfvKixlU6Q835AnGD { display:block; }
 }@media only screen and (max-width: 763px) { #WGdmo3iQMygT4W0Lw5HB9fSuFpCkRizZ { width:25.4375rem;height:2.9375rem;top:40.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqCdzLf5OodMuG8I9QxPHiZKy8LIS2VP { top:35.3125rem;left:8.6250019073488rem;width:27.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9OZEc1IW6gtZIkDKPx8nVmg5JVVT1Ra { display:block; }
 }@media only screen and (max-width: 763px) { #Ka91MTi65945N1VXtgTJUKrGDnXVbqAg { width:17.25rem;height:6rem;top:11.5rem;left:13.937501907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5varrbfFhfiksra2JVXi3oRAA7obNeK { display:block; }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdOrnF6DxmuDUrbJ3vdcG3sGoM2zoqP6 { width:36.9375rem;height:10.0625rem;top:7.75rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7duJbdWkROWJXgBJGRWi0tFKbcoB2qO { width:29.5625rem;height:5.125rem;top:1.4375rem;left:16.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqKd2KTv8CdBfM1gh4HePRJMfUEv5JX { width:20.3125rem;height:18.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroeG2KchodTcAMOv5ZQToB0GGhEQbnB { display:block; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFdGCiQ0qS4TLaxoXdW4WIcklgXqRv6x { width:5.75rem;height:5.875rem;top:5.4375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrOtwB2Uf5ERirSvttxd7bE2AFOdiOb1 { width:47.75rem;height:3.25rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHPPN8HkXTKhG4iDBX5kO68QtAeZT2p { width:12.1875rem;height:2.4375rem;top:7.1875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9WdLogUvR1x9whkTpWakrK67VWfDJF { display:block; }
 }@media only screen and (max-width: 763px) { #HbuehoqqRn2eyVLThAe9DTZX4OAyEJPx { width:12.625rem;height:2.4375rem;top:7.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5L3QpeUOk6ZaO5lWedRavVfwM9v8N65 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/DPRaVgKT/13657.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs.adaptive-delivery-prevent-bg, #z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs.lazyload, #z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs.lazyloading { background-image: none; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container { background-color: transparent; background-image: none; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container > .video-iframe-container { display: none; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row > .video-iframe-container { display: none; }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .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); }#z6nxfly3Nrr3MU1OVaP6m7GeVNUVTXQs > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbRXl3nw923H861vCHlS7ylGmT808R53 { width:18.625rem;height:0;top:1.375rem;left:0.6875rem;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #OTs85zW344sW67t485UVGW8s7KG1Nn3h { width:18.625rem;height:10.4479125rem;top:3.0625rem;left:0.6875rem;font-size:1.1875rem;line-height:1.1;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #cMvp8qWBpQOb2EFWnHKcG8zZK13eDRzP { height:11.25rem;width:20rem;top:13.462500572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSUfLeD8RvNTrWTd8VG3F8ST6q3AH6R9 { width:17.875rem;height:6.17448125rem;top:30.724609375rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF4IoNVFGLy4XFa43nlmUhi7LT4kLlJv { top:26.375rem;left:0.5rem;width:19rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itOk6sab3ggr5doFHPHRNB66aRLBUObi { display:block; }
 }@media only screen and (max-width: 763px) { #aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 { background-color:#990f98;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8.adaptive-delivery-prevent-bg, #aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8.lazyload, #aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8.lazyloading { background-image: none; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container { background-color: transparent; background-image: none; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container > .video-iframe-container { display: none; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row > .video-iframe-container { display: none; }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .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); }#aVoAO9bcRgfGIiWEwyoZbMbOOgvUnsM8 > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KK6rKxA4GXBlazqvFaV6kyvdIyhuCoXp { width:20rem;height:0;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vTQDgwDIlhH6G7UdyEk9ffZTqFkJRFE9 { width:20rem;height:5.19791875rem;top:1.1853642463684rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AAz19SzlClaHhcXXQ6HLJdI3TVDwdkzI { width:18.4375rem;height:18.38541875rem;top:7.8096590042112rem;left:0.78125005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k7bcBhHT9SyboeqlIt97BpS49ldZxaci { display:block; }#k7bcBhHT9SyboeqlIt97BpS49ldZxaci > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmCHT2OtUwNsTHS2nMR7Erk1lruIkFPS { width:17.25rem;height:17.18554375rem;top:23.625003695488rem;left:1.9374999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #XTP5J4rd7m94Z33yzv7yp6Uozxrygrt1 { width:1.5625rem;height:1.5625rem;top:26.750001907349rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1CBV1kJ0U2LZowmCIZqcMmTTgwLTOem { width:1.5625rem;height:1.5625rem;top:23.375000953674rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaEPGBz1V5Qp3CPkPWkCGWHzrTwficXH { width:1.5625rem;height:1.5625rem;top:35.812502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOo9nH5nAENL9JfZpODodBBs1sXneptt { width:1.5625rem;height:1.5625rem;top:31.303268432618rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJwuSx1ILwsZ5hJey77ULBhFvaObzai { top:75.6875rem;left:0rem;width:20rem;height:42rem;z-index:99993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #IG3p3eocbT0PN1IaxCccxaqamIdWu1TA { width:11.8125rem;height:15.9375rem;top:6.5021313428881rem;left:4.0937501788139rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #WABv2ettlTB8TJyqeSXXObitMVzbAuTx { width:1.5625rem;height:1.5625rem;top:38.187502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksd7i9xKWIGmnM6PfiFJR5NoPybVB8i1 { width:20rem;height:3.75rem;top:1.4630681276321rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #hepao8VZhxTa7HtReWc2s3I0raoiUXWI { width:17.8125rem;height:24.125rem;top:2.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WB6oFBA72QBURXlznkLKglkseELwmiM2 { width:20rem;height:auto;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34.adaptive-delivery-prevent-bg, #bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34.lazyload, #bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34.lazyloading { background-image: none; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container { background-color: transparent; background-image: none; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff8f8; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container > .video-iframe-container { display: none; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff8f8; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row > .video-iframe-container { display: none; }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .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); }#bn2SbvFQq4h4cLw93d9TDrK4AmavNZ34 > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUbQo5DIPrpN4xF7Frvzrhnvh3vLTwJO { width:15.875rem;height:4.54948125rem;top:23.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #aITq6PRb9K6oteAKwF0GgVHdXhM1L5yZ { width:3.875rem;height:4.0625rem;top:18.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrVSDKlvWAQ8rrSG6w9xK4CH9TXrzrUo { width:15.8125rem;height:4.9609375rem;top:11.249289989471rem;left:2.0937499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #WzpIcTGTmUqx2LXU8HaiBWN2PnVFrxNr { width:3.9375rem;height:4rem;top:6.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N38kGTpMWMtcuuMRLFo3NfXb4fEtBSlk { width:18.375rem;height:9.1875rem;top:8.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEW3VTbGRVa4RiFi8T7Kt6Jd8uMK0ZF4 { width:18.9375rem;height:11.625rem;top:43.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxZQ2QHqWaCrSi05bNgaX1fgkit33eW { width:20rem;height:3.29948125rem;top:1.9985694885254rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEAIuxtPg9tghOtn2ElkJy1cJSq0L3oS { width:19.875rem;height:9.125rem;top:119.12414169311rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZwSwicGCNL6ViomeaAQ4NpfTyfop1B2P { width:3.875rem;height:3.875rem;top:30.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwoR2Txm5GHsvTQmEQql375MQdz6fwdx { width:15.8125rem;height:4.9609375rem;top:34.25rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#414141;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #W2ckxxWc2HBlJXdWtTlre81ol6ik2vIk { width:9.375rem;height:0.25rem;top:1.0742092132568rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXiObFXkIq3UPlJS5IT6UwDuJet1rbRT { width:17.25rem;height:9.1875rem;top:44.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #Ocy5myIxVbBE3w3PBDodk7VlDwJ33IJO { width:17.875rem;height:8.5625rem;top:31.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMXi17yPaNJToeXvC6XXkTdnXvXcNQ5p { width:3.75rem;height:3.8125rem;top:41.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9As3R0zVcH7yKTimzWb1BvTDXuetIXS { width:18.4375rem;height:9.1875rem;top:20.125rem;left:0.8125rem;z-index:100005;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;display:block; }
 }@media only screen and (max-width: 763px) { #pCJqi0TQrHRtHZoapgomw97eSeQSSJTT { background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT.adaptive-delivery-prevent-bg, #pCJqi0TQrHRtHZoapgomw97eSeQSSJTT.lazyload, #pCJqi0TQrHRtHZoapgomw97eSeQSSJTT.lazyloading { background-image: none; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container { background-color: transparent; background-image: none; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container > .video-iframe-container { display: none; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row > .video-iframe-container { display: none; }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .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); }#pCJqi0TQrHRtHZoapgomw97eSeQSSJTT > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8ePVa4OhPiw0xFqxWi19FPqEaeTTeQ6 { width:1.375rem;height:1.4375rem;top:47.562501907349rem;left:0rem;font-size:1rem;z-index:100059;display:none; }
 }@media only screen and (max-width: 763px) { #fVuyIe584ZFTso20ofo2oZumG0uPpQei { width:1.375rem;height:1.4375rem;top:53.187501907349rem;left:0.125rem;font-size:1rem;z-index:100060;display:none; }
 }@media only screen and (max-width: 763px) { #TzBBqwlC5MgzyXz4MSLNiQNO7748HU6s { width:1.375rem;height:1.4375rem;top:56.738637924194rem;left:0rem;font-size:1rem;z-index:100061;display:none; }
 }@media only screen and (max-width: 763px) { #pMFlvUvrbHrdswWr07mi8c8fcnK4lPwO { width:20rem;height:2.4375rem;top:39.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:100049;background-color:#d78e35;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #LOFifkGBIdkN1Xi13e0J5sMW9w8sDECi { width:20rem;height:2.75rem;top:64.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:100050;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #z7NgBPoKFQITXqRScHTqkG7LvfDRHeVr { width:1.375rem;height:1.4375rem;top:68rem;left:0.1875rem;font-size:1rem;z-index:100062;display:none; }
 }@media only screen and (max-width: 763px) { #Pw3BbIAlW6Kl8THTdkzA1tZ3IDP9aIGv { width:1.375rem;height:1.4375rem;top:72.4375rem;left:0.1875rem;font-size:1rem;z-index:100063;display:none; }
 }@media only screen and (max-width: 763px) { #gOmk9XtocTWePHrdLizNKMqC1PFQJmzt { width:1.375rem;height:1.4375rem;top:76.875rem;left:0.25rem;font-size:1rem;z-index:100063;display:none; }
 }@media only screen and (max-width: 763px) { #h2IgHBwHf9H5XIXrXVIEv5toUMiK2hm5 { width:1.375rem;height:1.4375rem;top:81.5rem;left:0.25rem;font-size:1rem;z-index:100064;display:none; }
 }@media only screen and (max-width: 763px) { #hbwMR8CmQ0uNme4XfVIgm8CQhFTL8k7J { width:1.375rem;height:1.4375rem;top:86.0625rem;left:0.25rem;font-size:1rem;z-index:100065;display:none; }
 }@media only screen and (max-width: 763px) { #TxNLOBzgU4oVLC7GlyGPozQ57SiBLSXI { width:1.375rem;height:1.4375rem;top:95.8125rem;left:0.1875rem;font-size:1rem;z-index:100066;display:none; }
 }@media only screen and (max-width: 763px) { #bVPyL7K1X24ITwbSDNT59MU7hR1Jx6TT { width:1.375rem;height:1.4375rem;top:92.6875rem;left:6.4375rem;font-size:1rem;z-index:100067;display:none; }
 }@media only screen and (max-width: 763px) { #LwzJ0TGeNLeiiJFniTqgbViUXW75ir8T { width:1.375rem;height:1.4375rem;top:99.1875rem;left:0.1875rem;font-size:1rem;z-index:100067;display:none; }
 }@media only screen and (max-width: 763px) { #NPTpzo2EKLm3QSizkmVRldowv3Tk5CKO { width:1.375rem;height:1.4375rem;top:102.5625rem;left:0.1875rem;font-size:1rem;z-index:100068;display:none; }
 }@media only screen and (max-width: 763px) { #OL2ph78PZOJktNs6k8wmr7NiZHAxr2TG { width:1.375rem;height:1.4375rem;top:107.25rem;left:0.25rem;font-size:1rem;z-index:100069;display:none; }
 }@media only screen and (max-width: 763px) { #w84x0G6WHsfri3yppLvr7cdUPco07Xq6 { width:1.375rem;height:1.4375rem;top:110.5625rem;left:0.25rem;font-size:1rem;z-index:100070;display:none; }
 }@media only screen and (max-width: 763px) { #oPQnLtNxbxQSfJJsgZIkNquoUZNVnu57 { width:1.375rem;height:1.4375rem;top:118.5rem;left:0.25rem;font-size:1rem;z-index:100071;display:none; }
 }@media only screen and (max-width: 763px) { #AP5ay9h6W88HU0fQAz1df7dJeAmxQ30u { width:20rem;height:2.4375rem;top:9.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzxFJmpEdQvXxHklOCsOanJRzKQ7rvMz { width:19.75rem;height:26rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLEGDX84NuLd7KQVyPQ4IAmx63IndFKS { width:17.375rem;height:12.57356875rem;top:13.0625rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mh6z5nFQVwtJoRcNrSM0pp8cqU2ZKlBR { width:20rem;height:7.7181rem;top:0.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npKptybTZGmhRHtBuTFUuJLTd9bKaHCR { width:17.5rem;height:9.860675rem;top:25.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5Lvu4nmoMHPIAASQ5SbAkhMqVBMmSa2 { width:19.3125rem;height:1.3808625rem;top:9.9375rem;left:0.1875rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZdBqPw0LmXVqnhpPHoyffWxDJT5hes7i { width:3.8125rem;height:3.9375rem;top:9.8125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTW2bM9A1aadQlhfBUD9icxPPabnHL6f { width:1.375rem;height:1.4375rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLcHaT6eeV0mHvsZtE3guFIMgMSXp97Q { width:1.375rem;height:1.4375rem;top:16.4375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCBERSD69hBoMUePmRygoqrgky5aAP2G { width:1.375rem;height:1.4375rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqxQo7kUQsZJINCzBkI7gXkgZlAW3H6p { width:1.375rem;height:1.4375rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Tzdo3yhtp4MykcFmRQIixbI3yKk0xi { width:1.375rem;height:1.4375rem;top:27.299999237061rem;left:6.8749998807906rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShtGkn0Jx6R5Tgy2QCLLXRZ34vMPyCmp { width:3.5625rem;height:2.35611875rem;top:9.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrxedamEyHm3GXh2pC1rZxGJ2EvIfo3y { width:19.75rem;height:22.5625rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP1xTWzReT7s1pq5UPM357fNyonTKzdf { width:17.0625rem;height:18.32291875rem;top:43.1875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BXzZAVA21p6J27tJVG6XH7pz3q7i6Qv9 { width:20rem;height:2.4375rem;top:38.875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOOlN4F7FNubBzphmcIqBfRhoUz9nKJx { width:20rem;height:2.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxy5eCl9GyCWCgzKmVAgEQcWe9STeSbK { width:18.8125rem;height:1.4622375rem;top:39.625rem;left:0rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DWTTM87BvHLu2nO2R3WsRo857L3cdqto { width:3.8125rem;height:3.9375rem;top:29.125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gV56MCHBAKyyLZNNvoAQzzJirtPUy2J3 { width:3.5625rem;height:2.35611875rem;top:39.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkfhrmRGAOipVPobuQfrqEGbknDcNA8U { width:1.375rem;height:1.4375rem;top:33.6875rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlMFNaHtHU2gadxKLzTVXmXkSeohyTEZ { width:1.375rem;height:1.4375rem;top:35.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #daBse3P96pmA5W7XQUWWzOp9Dub4LTdU { width:1.375rem;height:1.4375rem;top:39.1875rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1i3GpTBBcUMokgSUyT6MRzK9kG48Fpm { width:1.375rem;height:1.4375rem;top:41.4375rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcBl3RJmCPqsQr3Ipz83IDotcCeDWu0e { width:19.75rem;height:24.3125rem;top:67.375rem;left:0rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #grAikqIzk9OOfsfap3df0JTG6Tkakn84 { width:17.6875rem;height:24.009775rem;top:69.4375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #dAZVwQz9lau4ntbLEsCQLCL8vUNXxaT6 { width:20rem;height:2.4375rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQ3nfbMFmOrwUqvUJfU1yQeKpetURIh { width:17.25rem;height:1.13736875rem;top:66.25rem;left:2.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #se43Sbg10GQfGEaf8dwKpN7MQGn3b6Cv { width:3.8125rem;height:3.9375rem;top:47.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgXV9RnsH70r2xK9mlntqSPeeVgerTyR { width:3.5625rem;height:2.35611875rem;top:65.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueFWem3VcbHR0XdKpviVD8ueMluLb0gE { width:1.375rem;height:1.4375rem;top:51.625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIlbcIftDPgIGThIkJtdTtHVPtxLxQpK { width:1.375rem;height:1.4375rem;top:53.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKJTfaotPwK0sx3ATTEbzCRViSTuEfrO { width:1.375rem;height:1.4375rem;top:56.0625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BV64NNFzWCIctC2SlzHbnSVkMnkkLhoz { width:1.375rem;height:1.4375rem;top:58.25rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNroOyCyzC0knxHhHlmpIPDkwBJ6CtkX { width:1.375rem;height:1.4375rem;top:60.5625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TILy8s4bVuL3aShUEHlG0BwRPRUHSd8u { width:19.75rem;height:29.0625rem;top:95.5rem;left:0rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #tiyd4zOFfdBFg2WrMz0x8D7SQh9ykTBx { width:18.125rem;height:28.62176875rem;top:97.5625rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #ixiAPH27fCvt4K129ZaZdgzZSpAe5tsl { width:1.375rem;height:1.4375rem;top:70.8125rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTNXue09uwH5GLTk7NkaTbzor9pEIMmo { width:1.375rem;height:1.4375rem;top:73.0625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SO07ENairKrAOcMm7wSTMmCJzgHs6QJu { width:1.375rem;height:1.4375rem;top:77.5625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwJHktT9TTvFmCehPT8RnUeTNFTkKJCF { width:3.8125rem;height:3.9375rem;top:64.375rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThqKCZshNxuDUR7MixbWMNW55p0x1gB0 { width:20rem;height:2.4375rem;top:94rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:1rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKbLRf1AaeofGiE8LxTDrwXVPTPCzlMb { width:1.375rem;height:1.4375rem;top:75.25rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZecXCfCD3VxFgekCFGoOtdgIi4FbHoN { width:1.375rem;height:1.4375rem;top:68.625rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNRSfOdZL6ff6sqh5GFhz61QWxKcsiJ0 { width:3.5625rem;height:2.35611875rem;top:94.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvRN4tA6VswssrkwOLC9GSBWQKAG1fny { width:16.5rem;height:1.3808625rem;top:94.5625rem;left:2.25rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HiWO1DUR0tma9UTDPwATOtJUQtF4PxSr { width:1.375rem;height:1.4375rem;top:81rem;left:9.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQt2BMlz7LW6RT52GNySeGDLAgCkQwCN { width:1.375rem;height:1.4375rem;top:13.0625rem;left:0rem;font-size:1rem;z-index:100054;display:block; }
 }@media only screen and (max-width: 763px) { #wf1sLT7JvpiDJbd9WmXsfPlkb2eGc99A { width:1.375rem;height:1.4375rem;top:30.0625rem;left:0rem;font-size:1rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #IQoyF9kQB1OW4fV48apqSQiMPgZOTMvd { width:1.375rem;height:1.4375rem;top:43.1875rem;left:0rem;font-size:1rem;z-index:100056;display:block; }
 }@media only screen and (max-width: 763px) { #x8KBAvttzLWa4sAqTBDMoHp9mXkIqTcR { width:1.375rem;height:1.4375rem;top:47.4375rem;left:0rem;font-size:1rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #s7HXlbuPqEpCIemdhHOkcKfBLmXSMAau { width:1.375rem;height:1.4375rem;top:52.8125rem;left:0rem;font-size:1rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #eOgz1To1MnIpZOb0RBtgq3rBDUcqvUBp { width:1.375rem;height:1.4375rem;top:56.1875rem;left:0rem;font-size:1rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #WhIi07eMKyDoRTqKhkebOni8rQPwSmcm { width:1.375rem;height:1.4375rem;top:69.4375rem;left:0rem;font-size:1rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #c21gZmG7H2dnuX7ExDTCaxJT0C6fbMaB { width:1.375rem;height:1.4375rem;top:73.8125rem;left:0rem;font-size:1rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #OlJH7QXNfTA3T77CROJs5qbaC3PR9zJS { width:1.375rem;height:1.4375rem;top:78.1875rem;left:0rem;font-size:1rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #Jzs0g7thxQ9zMKwBHqtr4lngQeNf4WAm { width:1.375rem;height:1.4375rem;top:82.4375rem;left:0rem;font-size:1rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #X2X8m3n8nkHly0Iordiw1ByJQkhRvk24 { width:1.375rem;height:1.4375rem;top:87rem;left:0rem;font-size:1rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #qiywy79TWQIzTmdibVMrTvqrcV0rQZH2 { width:1.375rem;height:1.4375rem;top:97.5625rem;left:0rem;font-size:1rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #KRlclnTeCqAUPBqlBSNnmqdLnhFJQ20B { width:1.375rem;height:1.4375rem;top:100.75rem;left:0rem;font-size:1rem;z-index:100067;display:block; }
 }@media only screen and (max-width: 763px) { #fQk02iWZ0a4uyqlMIJTkn4LheSgT3mz8 { width:1.375rem;height:1.4375rem;top:104rem;left:0rem;font-size:1rem;z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #Twk9KAmIzPummtOBSPyxIEb9W6csby0T { width:1.375rem;height:1.4375rem;top:108.5rem;left:0rem;font-size:1rem;z-index:100069;display:block; }
 }@media only screen and (max-width: 763px) { #oVR3sGEJDF3npTOJE4HOf4If3k4xOxzc { width:1.375rem;height:1.4375rem;top:111.75rem;left:0rem;font-size:1rem;z-index:100070;display:block; }
 }@media only screen and (max-width: 763px) { #vmsD7KVy5xfkSPdoS19WOTLQgW3dc0b6 { width:1.375rem;height:1.4375rem;top:119.6875rem;left:0rem;font-size:1rem;z-index:100072;display:block; }
 }@media only screen and (max-width: 763px) { #XFMTNLuaq9GSc9C30KhCqzEslKumpuFE { background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE.adaptive-delivery-prevent-bg, #XFMTNLuaq9GSc9C30KhCqzEslKumpuFE.lazyload, #XFMTNLuaq9GSc9C30KhCqzEslKumpuFE.lazyloading { background-image: none; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container { background-color: transparent; background-image: none; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container > .video-iframe-container { display: none; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row > .video-iframe-container { display: none; }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .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); }#XFMTNLuaq9GSc9C30KhCqzEslKumpuFE > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcenfPJMKgGqRMfuL3VX21vTQkzsIuG9 { width:18rem;height:6rem;top:5.8160514831543rem;left:1.0000000596046rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #P6MAoEd8HN21tfXb8CAOTJqV53yV0QJl { height:8.4375rem;width:15.5625rem;top:22.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCPoX6ruKmVrD4wGWv7ple8IbBPrMJX { height:8.4375rem;width:15.5625rem;top:13.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN10zTXAxwnlbHLHqV77axZw5wOuzGi7 { height:8.4375rem;width:15.5625rem;top:32.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVHBzST4eQuJhTItWMiubDfut37uLci7 { width:13.1875rem;height:3.9622375rem;top:1.4375rem;left:3.4062498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TypvelDd7M0vQgQkdsexTkfAbR84tOTs { display:block; }#TypvelDd7M0vQgQkdsexTkfAbR84tOTs > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiV2Psu4ubrgdTOdshPTy3mE214ZN4KA { width:20rem;height:4.94921875rem;top:1.0624694824219rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzEJTbF9wzLXU0ui9eiUtiCmai6dopCN { width:20rem;height:1.92480625rem;top:7.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg5J08L8N7lTF0q2cLVliuwPbrCXUOKE { width:6.9375rem;height:8.6875rem;top:11.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuyH4Wdysl6gruAmESsTbIwq5Mp5bTzV { width:20rem;height:18.6875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt8fJP4SeGZT5GDTD4IeKdRXJSZJ1BNs { width:9.125rem;height:1.625rem;top:12.5625rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2CkNPh4d8qdy8CPnCnT66cImVJsDmut { width:7.375rem;height:0.25rem;top:105.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RBiuNfCcd5DnwCOh4p6shnhLSUgk2Qea { width:10.6875rem;height:3.9609375rem;top:15.0625rem;left:8.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0BhUEQapQ8cWt0BWDApsV330mrA4C6f { width:16.5rem;height:9.503875rem;top:20.875rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HVivy2w0WJ9WkmiOHvZnaTL4UxItwEnE { width:20rem;height:29.6875rem;top:97.125rem;left:0rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #fkH1A542KQe9B84wIqnix2OAg94fR4o5 { width:13.25rem;height:5.24739375rem;top:37.125001907349rem;left:6.7492901682856rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fzl7HbqB25WOUeaZTVRTGu0sUIevHaPT { width:8.5rem;height:1.625rem;top:34.1875rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1cZMxBvsovnBLf8aygfaHAbJkGpF9ha { width:7.3125rem;height:9.1875rem;top:34.186792373657rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsIRVgz7AoB3zUhEds2HHrSuNThUMvQb { width:7.375rem;height:0.25rem;top:35.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUMwJT5tEagUGf7nsAtX1s0DqNP8BnC { width:17.0625rem;height:6.3359375rem;top:43.937501907349rem;left:1.4687499403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bFrtqV3vHPGffmiSQpWTApNPWLVATMcZ { width:6.8125rem;height:8.5625rem;top:54.187502861023rem;left:1.2492896914482rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArTyL594T3FqfWmILoITk7ncc6wDJyIf { width:7.375rem;height:0.25rem;top:14.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTIMnS3bM6PoAEpoXD7wOba3q3XSUAsu { width:16.375rem;height:0;top:104.0625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fATzkCwdAeTQIPQuIlLTghI0kcDq9WCy { width:11.25rem;height:5.25rem;top:57.505683898926rem;left:7.9375006556512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxuWTDKQvn2rgQ0Ey27HcQns2HFCe62G { width:17.75rem;height:9.503875rem;top:63.4375038147rem;left:1.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KxOoSFCIXlkcxF9tTDFaxPm9GZiEShyH { width:20rem;height:21.25rem;top:10.9375rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #Hq8cso8UJ3FpLymukHtgQsH5JDUzWoDG { top:151.9375rem;left:3rem;width:13.625rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3xrH2pw3BdADCwmcRGp6wFdKk2raHVR { display:block; }
 }@media only screen and (max-width: 763px) { #wC7HiCD9cxQRMySfmqKZ4fd3sUe3HoEM { width:7.9375rem;height:1.625rem;top:54.187502861023rem;left:8.9375006556513rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #MhFOQ5UaeRWEDRDc85hnD0g4PKTBa96z { width:7.375rem;height:0.25rem;top:56.375002861023rem;left:9.5625006556513rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #ykI5UBuohzMlJDWboe7ft457ranKgVm8 { width:19.9375rem;height:35.8125rem;top:13rem;left:0rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #TEk3THcxBhnsGptEisq0xSRGCytX6bKw { display:block; }#TEk3THcxBhnsGptEisq0xSRGCytX6bKw > .row .container { width:20rem;height:163.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOwtRmR09HuPeGWoOiD039hT587CkngF { width:20rem;height:22rem;top:23.5rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #ryAKfKlJcwn5WacXWHCEUWG7xRb5T9wP { width:20rem;height:1.85611875rem;top:2.6234369277954rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca25pAXlG3CdmTEGWKNwQ9Au5CEVr3vf { width:7.25rem;height:9.375rem;top:24.500000953674rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #ZJvPpfT66HIOJwA6J5icgRT4oHLcmTSV { width:9.375rem;height:0.4375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK0t3370XkUZuFpSIvTPeaAvI3GHrsrF { width:7.6875rem;height:1.54361875rem;top:25.000000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iD5My3J80bD45h4wCWLbIBXeCr6sErLv { width:7.375rem;height:0.25rem;top:26.812500953674rem;left:9.0937506556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmPPnMQTRuq7tRa9AQ0v35uxd2M4VUz { width:12.0625rem;height:3.375rem;top:27.551137924194rem;left:6.5000001788137rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knB7x6i66Qn5Hv7ioOV6GcTQcikfBdXV { width:20rem;height:16.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ5tqP3cTKusshJVK6RUBucQo3DkllK { width:7.9375rem;height:1.625rem;top:7.25rem;left:8.5312506556513rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVWB7GzAmOLQ8Wt5RbS26seeHFdNgrkw { width:11.875rem;height:3.5996125rem;top:10.0703125rem;left:7.0000001788137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uboWroTlTFHSxxcAZJk7TzGovy6Bdgim { width:17.625rem;height:9.0989375rem;top:33.875001907349rem;left:1.3742896914482rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qyUlMM5ZgO7rStAGFEzPH0G9UH3UKaoB { width:17.625rem;height:5.68685rem;top:15.625rem;left:1.1875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DgTRyZxvNh9tTeBx4iui1IxpTOsPE8q7 { width:6.75rem;height:8.6875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgim9OOyqawO8SURyU0QIazRv4wo1pUR { width:7.375rem;height:0.25rem;top:9.375rem;left:8.8125006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8eZOawCOCnKmttVMTITl7Ssn9NCoPL4 { width:20rem;height:17.75rem;top:46.625000953674rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #bXXQQ0K5XrdBX679srJwkSRKD6TDOTLz { width:7.9375rem;height:10.3125rem;top:46.625000953674rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #h50Ergc9Bb6VWJlXVMUcJEAcfUDHtJUU { width:12.25rem;height:3.75rem;top:51.125rem;left:7.2500006556512rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ur0U6v04J5tGHCs0N3zvITRUMnJRtTFO { width:7.375rem;height:0.375rem;top:49.5rem;left:9.9375006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvT5lBBCic35gzriyaRFmdNflZAdwZZO { width:9.875rem;height:1.54361875rem;top:47.500000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2a6Ds5TSTnStWTwJmrZFgsMRHqA3U0y { width:16.875rem;height:6.09375rem;top:56.937501907349rem;left:1.5624999403954rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BZ6Dn8ZzNh5n4pLVHibWwH5CqC7EekTH { width:20rem;height:19.5625rem;top:65.5625rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #A07awtphTA6vI8kv5p3cGIEHzl3bbpBZ { width:16.75rem;height:6.82425rem;top:76.125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QHQEbVfO1PBOI5OLyrfkVqfW9wHwlETv { width:11.375rem;height:2rem;top:70.1875rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AL8lgn7GWEIwzEMH0Fcn8KdlTm2WTLUS { width:7.375rem;height:0.375rem;top:68.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTCT63grfXAE4OccGZoenLbucUXKvTND { width:7rem;height:8.75rem;top:66.8125rem;left:0.3125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #GTDFAzKoVbDHAZmWKfvEwdxTRkQp8m64 { width:8.0625rem;height:1.54361875rem;top:66.8125rem;left:9.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaWPd1TMnwn4y1BzBn68vimqbweRgwcA { width:20rem;height:19.3125rem;top:85.8125rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #ci4zWkUpnrHQnRZT8RMxihIOhm5qgaOV { width:6.9375rem;height:8.6875rem;top:87.0625rem;left:0.125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #Tbkpd7xetgzE1TUGqGQUtXKuEd4UWQGx { width:16.25rem;height:7.3125rem;top:96.4375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Smmuy0bTMfxirBHELDTO5dQlG7QRQGil { width:11.6875rem;height:3rem;top:89.75rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMiXtl4Edzx3HAIJBhHh7Ky0GBVHXot7 { width:7.375rem;height:0.375rem;top:88.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWHmGJp9hscTp232VhKfhB1JxRNXDDU { width:9.0625rem;height:1.54361875rem;top:87.0625rem;left:8rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaVLPM8hEw4mOcqJaboTKng5P1WGnEJh { width:7.625rem;height:9.9375rem;top:106.5625rem;left:0rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #Vg9WMBIMvTTGSdV4icWAArV8SQNXr5SA { width:20rem;height:19.5rem;top:105.875rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #kV0wWzxvaxJf8JwprAL9wTU1aZmZmo7a { width:16.75rem;height:7.3125rem;top:116.5rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P3dSbT9N5rE0FV9d3B55AhelGfDqe74b { width:7.375rem;height:0.375rem;top:109.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxsoLSCkE996LTukAtzWNV3Pd7mJ7BU6 { width:12.5625rem;height:5rem;top:110rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVk0CgUTsshU2wmWJD33ICbd22728RyQ { width:8.5rem;height:1.54361875rem;top:107.625rem;left:8.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3SEf5lgwB9rGATNcc00yWZbuIg1zZvT { width:20rem;height:28.875rem;top:133.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bit3Msqw2S2MVFJFSmDzGXrsTINDuols { width:11.375rem;height:14.3125rem;top:126.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7cmDziDhkMyERSubMFbSx588oZ0cTeT { width:10.6875rem;height:13.5rem;top:127.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6qorKt1ruKVT9SXEavRRzlf4mCvAwDN { width:18.5rem;height:3.25rem;top:141.5625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhIFUmyti53wSgfezMhRV7Z6U5NVLLaC { width:0.125rem;height:0.125rem;top:141rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M602KdDV7ObPGDzbLl5tvPv1ABpw8rdm { width:16.375rem;height:2rem;top:146.0625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miGd7Bz1M6TUd8InJHnZweObyZG7rnHA { width:13.375rem;height:2.59895625rem;top:148.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3vZ6ugLP0apzZU91Ug6OVcBuTWMWkZu { width:16.625rem;height:10.559875rem;top:151.25rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f { display:block; }#lW0m70C8rJ30K2JXpTp4qwTbLDAJDR2f > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuNESJ9rxkVTifCX3O8ggzwV7qSLsJk1 { width:20rem;height:1.94921875rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 { background-color:#ffffff;background-image:none;display:block; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container { background-color: transparent; background-image: none; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container > .video-iframe-container { display: none; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row > .video-iframe-container { display: none; }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .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); }#lwNbMbCAahZxJbnRwQBLtTivnQXkqLm9 > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrFtDp2HdpxqQ23nJ2M2OaGCk7egTsla { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #TmMgt4VNiKIHH0w3AxQSSLBy1T8XRX8I { display:block; }
 }@media only screen and (max-width: 763px) { #vAtbgSzAoNLUi4VlziDP63fIKqzbtoEt { width:15rem;height:0;top:23.5rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxBfQpydAAtBg7yOC03qTp0DIGBEnKU0 { width:19.875rem;height:26.25rem;top:13.9375rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #FraJliDCS2OlThfTcSc2nsZ8HDkTKKcB { width:20rem;height:6.25rem;top:12.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbhqGVe0C757DBNKKCuxnom2gyEavmiD { width:4.75rem;height:4.75rem;top:35.8125rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #btoxetWgV7SitTibb9zBVzdlKGnSutTO { width:3.625rem;height:3.625rem;top:13.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZk4FgxGqsMDlrSzkEgF5RWWgEUami56 { width:20rem;height:2.199225rem;top:19.125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2vnJsKREIntkvPxnJxKlTWigsqA6yRT { width:13.625rem;height:5.0371125rem;top:22.1875rem;left:3.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3IOEZSJ4pX0saoCEpVWpvKpT7f2asi7 { width:3.375rem;height:1.4622375rem;top:23.5rem;left:4.375rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeGb1toXT4fd005feVBEuNG686hG3er { width:3.1875rem;height:2.11230625rem;top:24.5rem;left:14.375000357628rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwPOWrOdusGc39ZNCc6OTdpS3q5TuXkz { width:2.0625rem;height:1.625rem;top:24.9375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVzkopQVmIoIBp8RcuJIBu9WsCbP6wUW { width:20rem;height:1.13736875rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQ3unpTlcNk4IvaJh8Ru8H49eIxGlDU { width:19.25rem;height:2.5rem;top:27.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uysuFRSWQkJTGXt8OIAIH6zmOpldXImW { width:19rem;height:3.8125rem;top:59.0625rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hD9kVHWmyyPJruA6mv0uxSxPLABpcuGN { display:block; }
 }@media only screen and (max-width: 763px) { #h5WhgP2Z3XTXz2HPMZWefyHXBM9UmSFy { width:5.5625rem;height:0;top:65.375rem;left:14.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ptPptxzz2ppXGSXoMG5J8sNwBJQFyuxI { width:2.75rem;height:2.75rem;top:65.049221038819rem;left:7.3125003576281rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXdnqtM7y8rB9IoeFCV3eAVS14huH1D1 { width:9.625rem;height:2.11198125rem;top:36.75rem;left:9.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kw8upuHWWGcWyuKB86LlXET9LTGZgCuW { width:2.75rem;height:2.75rem;top:36.4375rem;left:7.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNdAF7QSryOkbCDmOJ507NKnzQT2EvIr { width:4.75rem;height:2.11198125rem;top:36.75rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQDX0TlatQHoJcoxxu5DPCDBgGgFRWDK { width:2.75rem;height:2.75rem;top:36.4375rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUltAPQImGMAaHxsOZ9RTF9uh2r7dTJu { width:20rem;height:4.875rem;top:4.7914066314697rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTDp7kpvtgsRlG6HwRqoAJ7s9HHF9ar9 { width:18.75rem;height:2.61198125rem;top:0.9375rem;left:0.625rem;font-size:1.1875rem;line-height:1.1;z-index:99967;display:block; }
 }@media only screen and (max-width: 763px) { #ruhQBQTQc0r3ArdMdWvmZSyGwpSfmymA { width:0.625rem;height:0.625rem;top:30.47509765625rem;left:2.5249999761581rem;font-size:0.9375rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #Lv9rTTmeKXdNtQUWzhJWhIWlUle2N6sL { display:block; }
 }@media only screen and (max-width: 763px) { #oXsGWJOCc5t9TNlK3LWM4dOgrtPdf0GH { width:19rem;height:3.8125rem;top:31.96875rem;left:1rem;font-size:0.9375rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #BLfu3z4kOoUV2xeRfvKixlU6Q835AnGD { display:block; }
 }@media only screen and (max-width: 763px) { #WGdmo3iQMygT4W0Lw5HB9fSuFpCkRizZ { width:18.5625rem;height:2.9375rem;top:30.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqCdzLf5OodMuG8I9QxPHiZKy8LIS2VP { top:31.812500762753rem;left:0.5rem;width:19rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9OZEc1IW6gtZIkDKPx8nVmg5JVVT1Ra { display:block; }
 }@media only screen and (max-width: 763px) { #Ka91MTi65945N1VXtgTJUKrGDnXVbqAg { width:13.0625rem;height:4.67448125rem;top:12.8515625rem;left:6.40625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5varrbfFhfiksra2JVXi3oRAA7obNeK { display:block; }#z5varrbfFhfiksra2JVXi3oRAA7obNeK > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdOrnF6DxmuDUrbJ3vdcG3sGoM2zoqP6 { width:20rem;height:9rem;top:6.6250009536744rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n7duJbdWkROWJXgBJGRWi0tFKbcoB2qO { width:20rem;height:3.41145625rem;top:2.2499713897705rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThqKd2KTv8CdBfM1gh4HePRJMfUEv5JX { width:16.6875rem;height:15.3125rem;top:15.512152671814rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroeG2KchodTcAMOv5ZQToB0GGhEQbnB { display:block; }#qroeG2KchodTcAMOv5ZQToB0GGhEQbnB > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFdGCiQ0qS4TLaxoXdW4WIcklgXqRv6x { width:5.4375rem;height:5.4375rem;top:19.2119140625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrOtwB2Uf5ERirSvttxd7bE2AFOdiOb1 { width:20rem;height:10.125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHPPN8HkXTKhG4iDBX5kO68QtAeZT2p { width:12.1875rem;height:2.4375rem;top:16.0875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF9WdLogUvR1x9whkTpWakrK67VWfDJF { display:block; }
 }@media only screen and (max-width: 763px) { #HbuehoqqRn2eyVLThAe9DTZX4OAyEJPx { width:12.625rem;height:2.4375rem;top:12.4rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5L3QpeUOk6ZaO5lWedRavVfwM9v8N65 { display:block; }
 }