.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#231f20;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CppgkopT8AAJz3VJH9eaPpvtafDe3sro { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#CppgkopT8AAJz3VJH9eaPpvtafDe3sro > .row .container { border-width: 0; border-radius: 0; }#CppgkopT8AAJz3VJH9eaPpvtafDe3sro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CppgkopT8AAJz3VJH9eaPpvtafDe3sro > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:none; }#z2BDwWUcMdBT80F9NeibzzTBF3EEgkgf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.1875rem;top:0.28125rem;left:0.96519947052rem;overflow:hidden;display:block; }
#G6CKkt74WmyA97mMDOZO80eR96XVt7yB { background-color:#b6c622;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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0.1875rem 0rem #95a21e ;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:arial;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.875rem;left:31.590909004211rem;display:none; }
#fK8gQHmTSFKq1HbhDZ0hboML0715ckZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0N61BQ8a7z49lCzpcgMIA3vTOeGRIBQ { background-color:#f7941d;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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0.1875rem 0rem #d17f1d ;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:arial;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.875rem;left:42.090909004211rem;display:block; }
#waUqMwhopraTB7prc1akbXs9Fbfq877J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iiFr2As6xKdyvhosHxKm2DqCFQF8AAS3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.0625rem;left:53.25rem; }
#iiFr2As6xKdyvhosHxKm2DqCFQF8AAS3 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#Wkizp6lmCDZ60wTukpAh8al5voEqv9IT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.0625rem;left:55.3125rem; }
#Wkizp6lmCDZ60wTukpAh8al5voEqv9IT > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2d2b4cb9-30b6-41c7-a790-8dc6e6f1486a/438249840principal0101.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:98.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#bBChN1oT3hqTnftPcHwzXiSbdZ8DaSTH { color:#ffffff;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.375rem;left:28.3125rem;height:3.65625rem;font-style:normal;display:block; }
#B7S0ntmNqbrCcDE8KMrP1xdeyGdVzpm6 { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.1875rem;left:28.3125rem;height:2.5996125rem;font-style:normal;display:block; }
#mFBeeVsnEM9JQe0hwRiXBNZ7iu7ApOmA { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.8125rem;left:28.3125rem;height:7.1484375rem;font-style:normal;display:block; }
#cUC5JvGV9CQdtGbTdiNUzmH65iWFsbJm { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.9609375rem;left:28.3125rem;height:1.54296875rem;font-style:normal;display:block; }
#U4UX5zLX6BuFBhImGMcnGM91eydNV6iS { color:#ffffff;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:50.3125rem;left:10.5rem;height:24rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iA1R6zSBuPPLRLM31Fsa9f66wRy9CC6W { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:39.25rem;left:14.3125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHBRJW5K9H1LhhknpFHeOmyDm1Ml9IN2 { color:#f7941d;display:block;width:36.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:41.85000038147rem;left:9.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGzmFiHnoH33ebX2TFd1r0UQQn596fOz { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:49.9375rem;top:45.625rem;left:5.03125rem;display:block; }
#tOpFPM9eMGiZIFG3CTGuMgKhNgQAubIC { background-color:#1b75bc;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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0.1875rem 0rem #105387 ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:81.9375rem;left:22.281251907349rem;display:block; }
#TAS84ozK3QQoXHSLVFPcPg7l1nEhV6Tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea6eae61-b8e6-452a-a187-db03136af191/437717240Sinttulo1Mesade.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST.adaptive-delivery-prevent-bg, #pWq8FnT6ELSEiPoBORh59EM7ITQi3hST.lazyload, #pWq8FnT6ELSEiPoBORh59EM7ITQi3hST.lazyloading { background-image: none; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container { background-color: transparent; background-image: none; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container > .video-iframe-container { display: none; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row > .video-iframe-container { display: none; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .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); }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container { border-width: 0; border-radius: 0; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#QOWiczsztQEgsg9qks26IEVPgF3OaUM4 { color:#ffffff;display:block;width:40rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5601558685302rem;left:10rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2KZzgTEhET6fdbKVlFPrAdbMQMBXTP8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:8.4375rem;top:7.9375rem;left:36.5625rem;overflow:hidden;display:block; }
#ODywD4J1QBuNFAxlRgVkv4vMGfz1IKGn { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.125rem;left:34.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TklaKoiiRGByW6EewXpAVhkD7T51K4Sx { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:20rem;left:34.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvJhvt1FJChXt7shRtnPavWkJOwKT7TE { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20rem;left:13.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltstZQydkgh6iU5m4u7bl76nCLpPkiL2 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.125rem;left:10rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxT16ldhmw38QE0rhLA8F3uURWsl3UXc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:8.4375rem;top:7.9375rem;left:15.4375rem;overflow:hidden;display:block; }
#x8CZOg13tsJw9GZRX5AzhoIeMArcmOvb { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:19.9375rem;left:43.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T2x4auUzxCcuQ0ZEbgKA0xJJCM5QSQ0Z { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.0625rem;left:43.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EAaBMhhmck1PDaV5Gb9za0znuJ2gCNLD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:8.4375rem;top:7.875rem;left:45.875rem;overflow:hidden;display:none; }
#DGkCnbeDxFDhIM9hwDslWuOcVauisGW9 { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:37.0625rem;left:43.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcl0Jb37JONGWJTOneRmPfBKn1cEmgDk { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:37.062500953674rem;left:22.531251907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tmn5x2MnQn0rtnIRmfJ6nVIzNRaySpcN { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:35.1875rem;left:23.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ognoxKezngmxldU032eDtwvs70TSf9bT { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:35.237500190735rem;left:42.781251907349rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SERhpzGQcIdrazQWBUzN4Czwf7LvWoM3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:8.4375rem;top:25rem;left:25.8125rem;overflow:hidden;display:block; }
#JAVfa8ncvUwIqoMxpkihIw3xRWvs2sTJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:8.4375rem;top:25rem;left:45.875rem;overflow:hidden;display:block; }
#da2LFmGQGWexsyznawTHZzV8VucRCtZn { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:35.1875rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eenwo1XPqp4kAWUJ50cNgQTHKygm0ATX { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:37.062500953674rem;left:1.71875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJCVBpMSP42I6mqsWiosuLuSnOQxTukb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:8.3125rem;top:25rem;left:5.4375rem;overflow:hidden;display:block; }
#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 { position:relative;display:block; }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 { background-color: transparent; background-image: none; }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .row .container > .video-iframe-container { display: none; }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .row > .video-iframe-container { display: none; }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .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); }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 { border-width: 0; border-radius: 0; }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#plpGCNg8wJrcTgiEVexyDiXnEG5gaqVo { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.10546875rem;left:6.53125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl { position:relative;display:block; }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl { background-color: transparent; background-image: none; }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .row .container > .video-iframe-container { display: none; }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .row > .video-iframe-container { display: none; }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .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); }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl { border-width: 0; border-radius: 0; }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DzDpXsVbhzGElwCwoBUcqoh55dZiI2qH { color:#f7941d;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ruP0tW4Lgq1kmS6aw85bU2ZBEaEh4OkG { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.75rem;left:0rem;height:10.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Q8ynZkz2FaKhupmXQ6NWugy1mz3wp2Mx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:11.0625rem;top:3.9375rem;left:30.000001907349rem;overflow:hidden;display:block; }
#HKOC1lEluoRgBFSTZciTyoLquGm1mNQy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:14.5625rem;top:2.09375rem;left:44.312501907349rem;overflow:hidden;display:block; }
#u0rT5hyH5d9cTAnReAZ5o0MKMPKzOG2l { background-color:#f7941d;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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0.1875rem 0rem #d17f1d ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.125rem;left:0rem;display:block; }
#eoTZ8Gz71hTMTNvX7TJ61xctlZ7OEsKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR { position:relative;display:block; }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR { background-color: transparent; background-image: none; }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .row .container > .video-iframe-container { display: none; }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .row > .video-iframe-container { display: none; }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .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); }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR { border-width: 0; border-radius: 0; }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HPSMk56oTqIOxoOzvn4V5NeNc3o07kul { color:#b6c622;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:31.125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L63zNIOrRobBI211gcr2SHg0eCnhREhU { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.75rem;left:31.125rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#F2vqUZ2GDRx8UWzGZiOGT8pcb98pvhr3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:9.375rem;top:2.9125003814698rem;left:18.250001907349rem;overflow:hidden;display:block; }
#cVJAh5tHfMfMO1LOKcl6J44b7GcdplpM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:15.375rem;top:2.09375rem;left:0.8125rem;overflow:hidden;display:block; }
#maBcCHayc20C3wKwiK9CicVoWySoo9Es { background-color:#b6c622;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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0.1875rem 0rem #97a41e ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.1875rem;left:31.125rem;display:block; }
#T6yJgTdcXKk9pJ6OxHITt6K69HbtoFfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo { position:relative;display:block; }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo { background-color: transparent; background-image: none; }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .row .container > .video-iframe-container { display: none; }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .row > .video-iframe-container { display: none; }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .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); }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo { border-width: 0; border-radius: 0; }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pPChToLq6na7TxDt7ggwqLaAtaaXn6el { color:#1b75bc;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJe9Zh7sM8ZXGtuPEyXli8lpsTTGz6FO { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6rem;left:0rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#URx8pJISSCnzkqGhx7QMT70UOJccH6U5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:14.1875rem;top:3.75rem;left:30.000001907349rem;overflow:hidden;display:block; }
#mKIBkcTVqTMK7alnF0ggqWKGxt88QHrO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:14.5625rem;top:2.09375rem;left:44.312501907349rem;overflow:hidden;display:block; }
#zy7XH4Q5OePkK64mEZnXJmFPDxhvZzil { background-color:#1b75bc;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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0.1875rem 0rem #165c93 ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13rem;left:0rem;display:block; }
#ZI3TJaN1FOUQOWUOExWQlzldD2lJZ92i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZOk7saNJ3eM2ReW8772JOZ446hcGqPd { position:relative;display:none; }#VZOk7saNJ3eM2ReW8772JOZ446hcGqPd { border-width: 0; border-radius: 0; }#VZOk7saNJ3eM2ReW8772JOZ446hcGqPd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VZOk7saNJ3eM2ReW8772JOZ446hcGqPd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TvRr75yCsxJu25Eq070y3EMqm13nCaM0 { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:6.5625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hC0PDxywbiAlzuwsheNziiRiNmmnAPvq { color:#f7941d;display:block;width:49.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:6.75rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRy4dmWfJtQwCFKqXf3XIZWefteMzuJI { background-color:#b6c622;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.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0.1875rem 0rem #97a41e ;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.8125rem;left:24.6875rem;display:block; }
#iUzrlVlTuiUo4760zD76vcLnB9yEW5V4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/102eb737-6969-40e2-a1a3-c63c6b5dbb9a/438269360medium02.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX.adaptive-delivery-prevent-bg, #da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX.lazyload, #da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX.lazyloading { background-image: none; }#da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX > .row .container { border-width: 0; border-radius: 0; }#da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:60rem;position:relative;display:none; }#gSZyJX6CasdnX7LkKXHTcThZ7WsQBE8H { color:#ffffff;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5625rem;left:6.3125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTypvfxdqaUducKlSUPJxa4g0szNLGWU { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:6.5rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOrdhvCERzBrW80U6Twy0ORDZLO85fkQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.875rem;top:25.1875rem;left:10.5625rem;overflow:hidden;display:block; }
#T6a5TG5IQTX4kPhqBmFMaFLXAi59JvE4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.8125rem;top:25.187499523163rem;left:40.593751907349rem;overflow:hidden;display:block; }
#dMmtt4xOQBh4f7zxGWWHBLJhIqtAtLG8 { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:34.125rem;left:1.125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rW5v1vCSLCvRQvtG2TG1xC68THrdQ9GU { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.662499904633rem;left:9.71875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRTJa07k18JNwlI8xBO4ZMDNagrwBR16 { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.662499904633rem;left:34.937501907349rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFIXlIRWTAnnwKPFgDsKFgRp1c6nwHdi { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:34.124999523163rem;left:31.125001907349rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwItzLfAvNWlfAXWFF8yRwXVDkxMpTwn { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.3125rem;left:8.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avDc2auC8ThmZUDlByCKOq1i6X0JM36G { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:8.875rem;top:44.0625rem;left:9.4375rem;overflow:hidden;display:block; }
#R1HUtoUUBogeFqiiDqADqew19wCAMaaX { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:42.3125rem;left:33.875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKVf4eWEtyt9KX6LXeGkfm8IFwsTC4HB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:44.0625rem;left:39.5rem;overflow:hidden;display:block; }
#HiwZkxfi7EsgSITdCNvgVeSXsx95A0By { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:53rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TP4dOlfAw2vbq3BhgV9iFMTpMHKsnoCi { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:53rem;left:30rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myKgo0Jx9hr6CcaXMF3FTVSiTIb342Mv { color:#000000;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:74.24999809265rem;left:6.53125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:url("https://images.assets-landingi.com/uc/8e1bf102-cad0-44bf-bab8-c99a965d92da/437349680fondosgrisynegro.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR.adaptive-delivery-prevent-bg, #qpv904IZqcd91T5TgmHGr0DZ83WSRxtR.lazyload, #qpv904IZqcd91T5TgmHGr0DZ83WSRxtR.lazyloading { background-image: none; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row .container { background-color: transparent; background-image: none; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row .container > .video-iframe-container { display: none; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row > .video-iframe-container { display: none; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .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); }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row .container { border-width: 0; border-radius: 0; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#HPLGOcEHHRdPvKG5zbXyIeJcyUQMHyf1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:23.125rem;left:1.75rem;overflow:hidden;display:block; }
#clmpnXSFBZmE33b8A7P2Hpn4EBeiTqPL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:23.9375rem;left:51.75rem;overflow:hidden;display:block; }
#qDCyWMozXpqOTufJo2ySkK1Fm6DJwPlK { position:absolute;display:block;z-index:15002;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.625rem;width:13.8125rem;top:4.0625rem;left:8.625rem;display:block; }
#tP3y6Ey3NDxhaALSXteCR7r2Uls1Lwe2 { position:absolute;display:block;z-index:15003;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.625rem;width:13.8125rem;top:4.0625rem;left:23.0625rem;display:none; }
#Xw3RBXBhTcJtu1fwg7536P8CDJVXhfCr { position:absolute;display:block;z-index:15004;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.625rem;width:13.8125rem;top:4.0625rem;left:37.5rem;display:block; }
#GKSl9XtoQ8FdO3vA1lTqLXJ8vL9ucp6m { position:absolute;display:block;z-index:15006;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.625rem;width:13.8125rem;top:12.3125rem;left:23.0625rem;display:none; }
#TI2LTNDTc1tnOwzdC7DutAFT6PHhWl7N { position:absolute;display:block;z-index:15005;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.625rem;width:13.8125rem;top:12.3125rem;left:8.625rem;display:none; }
#gSLyqr0xSlhWQ99wCrpo8qtEolTMHKBy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.875rem;top:6.46875rem;left:10.09375rem;overflow:hidden;display:block; }
#gTPZu0Wm3xFcg3waSsmQQ2c7Tch32c9e { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.9375rem;top:5.65625rem;left:25.031251907349rem;overflow:hidden;display:none; }
#VMIzOB7cOffWElNSA5RMI7TV8SQ1a7xb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:10.125rem;top:4.8125rem;left:39.343751907349rem;overflow:hidden;display:block; }
#bbQQkezAhCoAq51thMOweMvV0fkwZ9hi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.6875rem;top:14.90625rem;left:9.6875rem;overflow:hidden;display:none; }
#qTAu4yXhRe9UViZZpTGOxOeiTZqNFNUe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.3125rem;top:13.59375rem;left:24.843751907349rem;overflow:hidden;display:none; }
#IA1pwKnS9d5AgQHO0X3LkOl1g4Ng6S4q { position:absolute;display:block;z-index:15003;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.625rem;width:13.8125rem;top:4.0625rem;left:23.09375rem;display:block; }
#T3SvstaJXOmh73HiUzpePC9OK1eE0P3x { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.5625rem;top:7.125rem;left:23.71875rem;overflow:hidden;display:block; }
#idast8zN0GdycfNnXN0baHL4vdz7hJZI { position:absolute;display:block;z-index:15004;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.625rem;width:13.8125rem;top:10.0625rem;left:3.125rem;display:none; }
#xnewweN8HPBqNTBNVKblUdJKZv1KhhWM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.5625rem;top:13.1875rem;left:3.75rem;overflow:hidden;display:none; }
#i3QRtgPI1ellICArN7fDauPRax1S7mKb { position:absolute;display:block;z-index:15006;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.625rem;width:13.8125rem;top:9.9375rem;left:3.125rem;display:none; }
#er6yh9RKkxH8hldZZCmZFX1xAKGfRF6a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.5625rem;top:13.0625rem;left:3.75rem;overflow:hidden;display:none; }
#Whs7gm68RGA83DlWFspqiHX3sprVbNhW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f20;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Whs7gm68RGA83DlWFspqiHX3sprVbNhW > .row .container { border-width: 0; border-radius: 0; }#Whs7gm68RGA83DlWFspqiHX3sprVbNhW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Whs7gm68RGA83DlWFspqiHX3sprVbNhW > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:none; }#tDFL9xHBIOPAo6vvfMhHqgPCCk9f3FmT { color:#ffffff;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2500019073486rem;left:6.53125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcaL3VBiuf3qyTiBp208i38rlDV8EDog { position:absolute;display:block;z-index:15008;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:28.125rem;width:18.875rem;top:5.75rem;left:0.5625rem;display:block; }
#KTwCSkwAHa5SafnsaBAh4sXacTEAKDks { position:absolute;display:block;z-index:15009;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:28.125rem;width:18.875rem;top:5.75rem;left:20.562501907349rem;display:block; }
#SCqyes8WgLQxp7foqcClZo31xyDwXMHp { position:absolute;display:block;z-index:15010;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:28.125rem;width:18.875rem;top:5.75rem;left:40.5625rem;display:block; }
#EEXu7Ft0Koc8QTvT0VnALa8cF3CUHPnU { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.75rem;left:1.59375rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmG4HIDWDWFNwXbUMg9xQ3kilUPgEARF { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.15625rem;left:1.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAGzfb6EP84AU9yL59GUB2eRfZKaqvB8 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.906251907349rem;left:1.59375rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhAbLnffc2leZl6U4UTdzDcuQmdwXiUW { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.312501907349rem;left:1.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZTZyuSTP1EeAlPhMcxkA2FxRHNXN6vp { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6.75rem;left:21.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8oOUuvebzNLuccKuxEFWWRCh1xHa3EV { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.1875rem;left:21.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0JdkmkXaONadeauAhNdOIChad9U1HRr { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:10.9375rem;left:21.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2IMgVs3vTJzLlJIv7GTgT3eyhxkTkUd { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.3125rem;left:21.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADhG7UF5hkedQhzgkgdPeIkPfqFIJSQE { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.3125rem;left:41.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfRvyvHf4FCl2XDBbZGTLtf3nOa5Npi2 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:6.75rem;left:41.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3HswohlLFznDqumwHKtdtnvvwDN8pau { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.1875rem;left:41.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XR32ILre6Z3NXipuJGqyMuVcVu32h8xp { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:10.9375rem;left:41.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Han61eb23copcDIA3BSaXt4ykI474kJf { position:absolute;display:block;z-index:15018;height:17.5rem;width:18.75rem;top:15.987500667572rem;left:0.625rem;display:block; }
#CfJBmgsnRHh9aHUK2RIO39GL0D6g3sqN { position:absolute;display:block;z-index:15019;height:17.5rem;width:18.75rem;top:15.987500667572rem;left:20.625001907349rem;display:block; }
#f4Z0mrIXxZaKd5nK7QXJRLJp7qaGmaTs { position:absolute;display:block;z-index:15020;height:17.5rem;width:18.75rem;top:15.987500667572rem;left:40.625001907349rem;display:block; }
#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu { position:relative;display:block; }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu { background-color: transparent; background-image: none; }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .row .container > .video-iframe-container { display: none; }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .row > .video-iframe-container { display: none; }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .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); }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu { border-width: 0; border-radius: 0; }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#231f20;background-image:none;font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qogxv2PSC130BGHXkyOsqTRJ6pqNJoZv { color:#ffffff;display:block;width:46.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:7.21875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9uVzwLFuB4JQA84tFWNwoLQPJwwdPsT { position:absolute;display:block;z-index:15010;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:28.125rem;width:18.875rem;top:4.3125rem;left:5.5625rem;display:block; }
#RwisTG7P62duuxZJizkw4uXpZQdgrV1u { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:5.6875rem;left:6.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6omdB37yS4dkw8Dm2OHRCrKhEIMwgMw { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:7.125rem;left:6.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLhKNKGG0DNtIZ6GmOe7npbutMT0dE56 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:9.875rem;left:6.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdRyGEWEzzCyzJSm4HsTnB11PCBxULEO { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:11.25rem;left:6.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7pZVDS4Vi9JxXa69SzdcgGe7Om2hKZm { position:absolute;display:block;z-index:15024;height:17.5rem;width:18.75rem;top:15rem;left:5.625rem;display:block; }
#EqzIQsdhQcpscWkHsoNZx7G4VfGP0zd2 { position:absolute;display:block;z-index:15016;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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:28.125rem;width:18.875rem;top:4.3125rem;left:35.5625rem;display:block; }
#yEaPsy9g4BgkuneETlzmsmX3DKuXTvZF { position:absolute;display:block;z-index:15026;height:17.5rem;width:18.75rem;top:15rem;left:35.625rem;display:block; }
#OsH125mKXzfqqq1pq6rWNaBDHEG4s59e { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:11.25rem;left:36.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddHrJo9BagFfimvrpagScpyHU9iF3ofx { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:9.875rem;left:36.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQE2qpUyaHqS71tIWBhm9O049erRvDO9 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:7.125rem;left:36.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sNsxaUW5yCz26VxThPaWDvqcRrsRt68s { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:5.6875rem;left:36.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row .container { background-color: transparent; background-image: none; }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row .container > .video-iframe-container { display: none; }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row > .video-iframe-container { display: none; }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .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); }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row .container { border-width: 0; border-radius: 0; }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#XPR0ZlEXBfsLFoCREcFfGEsrMcTyV3xz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.0625rem;left:22.375rem;display:block; }
#FLxmacCKE6TacnTFSwckhzO2NsdWpn7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwQNssrunzbhTtZleu82PXWgweoqaibi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.125rem;top:4.4375rem;left:22.9375rem;overflow:hidden;display:block; }
#vdXlTrbIz1nqLTrgXdcafVO2AxoaWdHy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.875rem;left:55.5rem; }
#vdXlTrbIz1nqLTrgXdcafVO2AxoaWdHy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#WlLJgsTFVTawtnp3UzzBALKQxCGihGA1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.875rem;left:57.5625rem; }
#WlLJgsTFVTawtnp3UzzBALKQxCGihGA1 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#cJi4O029IJGOTwSA4yweM2cHfAGSbKbM { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:5.3125rem;left:0rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeTLC2K0KbRVqKAoS9nGZ0sW6yUPrNiF { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:1.625rem;left:0rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#baddzLlBByEtLd7ZolWXpnFbGyxmbHsX { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:1.625rem;left:43.1875rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CppgkopT8AAJz3VJH9eaPpvtafDe3sro { display:block; }#CppgkopT8AAJz3VJH9eaPpvtafDe3sro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2BDwWUcMdBT80F9NeibzzTBF3EEgkgf { top:0.25rem;left:0rem;width:9.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6CKkt74WmyA97mMDOZO80eR96XVt7yB { width:9.875rem;height:2.0625rem;top:0.875rem;left:25.465909004211rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK8gQHmTSFKq1HbhDZ0hboML0715ckZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #W0N61BQ8a7z49lCzpcgMIA3vTOeGRIBQ { width:9.875rem;height:2.0625rem;top:0.875rem;left:35.965909004211rem;display:block; }
 }@media only screen and (max-width: 763px) { #waUqMwhopraTB7prc1akbXs9Fbfq877J { display:block; }
 }@media only screen and (max-width: 763px) { #iiFr2As6xKdyvhosHxKm2DqCFQF8AAS3 { top:1.0625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#iiFr2As6xKdyvhosHxKm2DqCFQF8AAS3 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Wkizp6lmCDZ60wTukpAh8al5voEqv9IT { top:1.0625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#Wkizp6lmCDZ60wTukpAh8al5voEqv9IT > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBChN1oT3hqTnftPcHwzXiSbdZ8DaSTH { top:16.375rem;left:22.1875rem;width:24.6875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7S0ntmNqbrCcDE8KMrP1xdeyGdVzpm6 { top:19.1875rem;left:19.25rem;width:28.5rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFBeeVsnEM9JQe0hwRiXBNZ7iu7ApOmA { top:21.8125rem;left:19.25rem;width:28.5rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUC5JvGV9CQdtGbTdiNUzmH65iWFsbJm { top:28.9375rem;left:19.25rem;width:28.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4UX5zLX6BuFBhImGMcnGM91eydNV6iS { top:50.3125rem;left:4.375rem;width:39rem;height:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1R6zSBuPPLRLM31Fsa9f66wRy9CC6W { top:39.25rem;left:8.1875rem;width:28.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHBRJW5K9H1LhhknpFHeOmyDm1Ml9IN2 { top:41.8125rem;left:3.625rem;width:36.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzmFiHnoH33ebX2TFd1r0UQQn596fOz { top:45.625rem;left:0rem;width:47.75rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOpFPM9eMGiZIFG3CTGuMgKhNgQAubIC { width:15.4375rem;height:2.5rem;top:81.9375rem;left:16.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAS84ozK3QQoXHSLVFPcPg7l1nEhV6Tb { display:block; }
 }@media only screen and (max-width: 763px) { #pWq8FnT6ELSEiPoBORh59EM7ITQi3hST { display:block; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOWiczsztQEgsg9qks26IEVPgF3OaUM4 { top:1.5rem;left:3.875rem;width:40rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2KZzgTEhET6fdbKVlFPrAdbMQMBXTP8 { top:7.9375rem;left:30.4375rem;width:8.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODywD4J1QBuNFAxlRgVkv4vMGfz1IKGn { top:18.125rem;left:28.125rem;width:13rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TklaKoiiRGByW6EewXpAVhkD7T51K4Sx { top:20rem;left:28.125rem;width:13rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJhvt1FJChXt7shRtnPavWkJOwKT7TE { top:20rem;left:7rem;width:13rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltstZQydkgh6iU5m4u7bl76nCLpPkiL2 { top:18.125rem;left:3.875rem;width:19.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxT16ldhmw38QE0rhLA8F3uURWsl3UXc { top:7.9375rem;left:9.3125rem;width:8.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8CZOg13tsJw9GZRX5AzhoIeMArcmOvb { top:19.9375rem;left:34.75rem;width:13rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2x4auUzxCcuQ0ZEbgKA0xJJCM5QSQ0Z { top:18.0625rem;left:34.75rem;width:13rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAaBMhhmck1PDaV5Gb9za0znuJ2gCNLD { top:7.875rem;left:39.3125rem;width:8.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGkCnbeDxFDhIM9hwDslWuOcVauisGW9 { top:37.0625rem;left:34.75rem;width:13rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcl0Jb37JONGWJTOneRmPfBKn1cEmgDk { top:37.0625rem;left:16.406251907349rem;width:14.9375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmn5x2MnQn0rtnIRmfJ6nVIzNRaySpcN { top:35.1875rem;left:17.375rem;width:13rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ognoxKezngmxldU032eDtwvs70TSf9bT { top:35.1875rem;left:33.1875rem;width:14.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SERhpzGQcIdrazQWBUzN4Czwf7LvWoM3 { top:25rem;left:19.6875rem;width:8.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAVfa8ncvUwIqoMxpkihIw3xRWvs2sTJ { top:25rem;left:39.3125rem;width:8.4375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #da2LFmGQGWexsyznawTHZzV8VucRCtZn { top:35.1875rem;left:0rem;width:19.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eenwo1XPqp4kAWUJ50cNgQTHKygm0ATX { top:37.0625rem;left:0rem;width:15.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJCVBpMSP42I6mqsWiosuLuSnOQxTukb { top:25rem;left:0rem;width:8.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 { display:block; }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plpGCNg8wJrcTgiEVexyDiXnEG5gaqVo { top:1.0625rem;left:0.40625rem;width:46.9375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl { display:block; }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzDpXsVbhzGElwCwoBUcqoh55dZiI2qH { top:1.125rem;left:0rem;width:12.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruP0tW4Lgq1kmS6aw85bU2ZBEaEh4OkG { top:3.75rem;left:0rem;width:27.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ynZkz2FaKhupmXQ6NWugy1mz3wp2Mx { top:3.9375rem;left:23.875rem;width:11.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOC1lEluoRgBFSTZciTyoLquGm1mNQy { top:2.0625rem;left:33.1875rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rT5hyH5d9cTAnReAZ5o0MKMPKzOG2l { width:15.4375rem;height:2.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoTZ8Gz71hTMTNvX7TJ61xctlZ7OEsKJ { display:block; }
 }@media only screen and (max-width: 763px) { #C7fy9DPCKGXQGspk9PIvaISLdy4dpABR { display:block; }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPSMk56oTqIOxoOzvn4V5NeNc3o07kul { top:3.125rem;left:23.875rem;width:16.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L63zNIOrRobBI211gcr2SHg0eCnhREhU { top:5.75rem;left:20rem;width:27.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vqUZ2GDRx8UWzGZiOGT8pcb98pvhr3 { top:2.875rem;left:14.5rem;width:9.375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVJAh5tHfMfMO1LOKcl6J44b7GcdplpM { top:2.0625rem;left:0rem;width:15.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maBcCHayc20C3wKwiK9CicVoWySoo9Es { width:15.4375rem;height:2.5rem;top:13.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yJgTdcXKk9pJ6OxHITt6K69HbtoFfT { display:block; }
 }@media only screen and (max-width: 763px) { #CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo { display:block; }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPChToLq6na7TxDt7ggwqLaAtaaXn6el { top:3.25rem;left:0rem;width:18.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJe9Zh7sM8ZXGtuPEyXli8lpsTTGz6FO { top:6rem;left:0rem;width:27.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URx8pJISSCnzkqGhx7QMT70UOJccH6U5 { top:3.75rem;left:23.875rem;width:14.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIBkcTVqTMK7alnF0ggqWKGxt88QHrO { top:2.0625rem;left:33.1875rem;width:14.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy7XH4Q5OePkK64mEZnXJmFPDxhvZzil { width:15.4375rem;height:2.5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI3TJaN1FOUQOWUOExWQlzldD2lJZ92i { display:block; }
 }@media only screen and (max-width: 763px) { #VZOk7saNJ3eM2ReW8772JOZ446hcGqPd { display:block; }#VZOk7saNJ3eM2ReW8772JOZ446hcGqPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvRr75yCsxJu25Eq070y3EMqm13nCaM0 { top:2.0625rem;left:0rem;width:46.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC0PDxywbiAlzuwsheNziiRiNmmnAPvq { top:4.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRy4dmWfJtQwCFKqXf3XIZWefteMzuJI { width:10.5625rem;height:2.5rem;top:7.8125rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzrlVlTuiUo4760zD76vcLnB9yEW5V4 { display:block; }
 }@media only screen and (max-width: 763px) { #da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX { display:block; }#da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSZyJX6CasdnX7LkKXHTcThZ7WsQBE8H { top:16.5625rem;left:0rem;width:46.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTypvfxdqaUducKlSUPJxa4g0szNLGWU { top:19.1875rem;left:0rem;width:46.5625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOrdhvCERzBrW80U6Twy0ORDZLO85fkQ { top:25.1875rem;left:7.5rem;width:8.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6a5TG5IQTX4kPhqBmFMaFLXAi59JvE4 { top:25.125rem;left:31.406251907349rem;width:8.8125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmtt4xOQBh4f7zxGWWHBLJhIqtAtLG8 { top:34.125rem;left:0rem;width:27.75rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW5v1vCSLCvRQvtG2TG1xC68THrdQ9GU { top:21.625rem;left:6.65625rem;width:10.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTJa07k18JNwlI8xBO4ZMDNagrwBR16 { top:21.625rem;left:25.750001907349rem;width:20.125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFIXlIRWTAnnwKPFgDsKFgRp1c6nwHdi { top:34.125rem;left:20rem;width:27.75rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwItzLfAvNWlfAXWFF8yRwXVDkxMpTwn { top:42.3125rem;left:5.875rem;width:10.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avDc2auC8ThmZUDlByCKOq1i6X0JM36G { top:44.0625rem;left:6.375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1HUtoUUBogeFqiiDqADqew19wCAMaaX { top:42.3125rem;left:24.6875rem;width:20.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKVf4eWEtyt9KX6LXeGkfm8IFwsTC4HB { top:44.0625rem;left:30.3125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiwZkxfi7EsgSITdCNvgVeSXsx95A0By { top:53rem;left:0rem;width:27.75rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4dOlfAw2vbq3BhgV9iFMTpMHKsnoCi { top:53rem;left:20rem;width:27.75rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myKgo0Jx9hr6CcaXMF3FTVSiTIb342Mv { top:74.1875rem;left:0rem;width:46.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpv904IZqcd91T5TgmHGr0DZ83WSRxtR { display:block; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPLGOcEHHRdPvKG5zbXyIeJcyUQMHyf1 { top:23.125rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmpnXSFBZmE33b8A7P2Hpn4EBeiTqPL { top:23.9375rem;left:39.5rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDCyWMozXpqOTufJo2ySkK1Fm6DJwPlK { top:4.0625rem;left:2.5rem;width:13.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP3y6Ey3NDxhaALSXteCR7r2Uls1Lwe2 { top:4.0625rem;left:16.9375rem;width:13.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw3RBXBhTcJtu1fwg7536P8CDJVXhfCr { top:4.0625rem;left:31.375rem;width:13.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKSl9XtoQ8FdO3vA1lTqLXJ8vL9ucp6m { top:12.3125rem;left:16.9375rem;width:13.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI2LTNDTc1tnOwzdC7DutAFT6PHhWl7N { top:12.3125rem;left:2.5rem;width:13.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSLyqr0xSlhWQ99wCrpo8qtEolTMHKBy { top:6.4375rem;left:3.96875rem;width:10.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTPZu0Wm3xFcg3waSsmQQ2c7Tch32c9e { top:5.625rem;left:18.906251907349rem;width:9.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMIzOB7cOffWElNSA5RMI7TV8SQ1a7xb { top:4.8125rem;left:33.218751907349rem;width:10.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbQQkezAhCoAq51thMOweMvV0fkwZ9hi { top:14.875rem;left:3.5625rem;width:11.6875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTAu4yXhRe9UViZZpTGOxOeiTZqNFNUe { top:13.5625rem;left:18.718751907349rem;width:10.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA1pwKnS9d5AgQHO0X3LkOl1g4Ng6S4q { top:4.0625rem;left:16.96875rem;width:13.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3SvstaJXOmh73HiUzpePC9OK1eE0P3x { top:7.125rem;left:17.59375rem;width:12.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idast8zN0GdycfNnXN0baHL4vdz7hJZI { top:10.0625rem;left:0rem;width:13.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnewweN8HPBqNTBNVKblUdJKZv1KhhWM { top:13.1875rem;left:0rem;width:12.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3QRtgPI1ellICArN7fDauPRax1S7mKb { top:9.9375rem;left:0rem;width:13.8125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6yh9RKkxH8hldZZCmZFX1xAKGfRF6a { top:13.0625rem;left:0rem;width:12.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whs7gm68RGA83DlWFspqiHX3sprVbNhW { display:block; }#Whs7gm68RGA83DlWFspqiHX3sprVbNhW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDFL9xHBIOPAo6vvfMhHqgPCCk9f3FmT { top:1.25rem;left:0rem;width:46.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcaL3VBiuf3qyTiBp208i38rlDV8EDog { top:5.75rem;left:0rem;width:18.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwCSkwAHa5SafnsaBAh4sXacTEAKDks { top:5.75rem;left:12.875rem;width:18.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCqyes8WgLQxp7foqcClZo31xyDwXMHp { top:5.75rem;left:28.75rem;width:18.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEXu7Ft0Koc8QTvT0VnALa8cF3CUHPnU { top:6.75rem;left:0rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmG4HIDWDWFNwXbUMg9xQ3kilUPgEARF { top:8.125rem;left:0rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGzfb6EP84AU9yL59GUB2eRfZKaqvB8 { top:10.875rem;left:0rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhAbLnffc2leZl6U4UTdzDcuQmdwXiUW { top:12.3125rem;left:0rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTZyuSTP1EeAlPhMcxkA2FxRHNXN6vp { top:6.75rem;left:14.9375rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oOUuvebzNLuccKuxEFWWRCh1xHa3EV { top:8.1875rem;left:14.9375rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0JdkmkXaONadeauAhNdOIChad9U1HRr { top:10.9375rem;left:14.9375rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IMgVs3vTJzLlJIv7GTgT3eyhxkTkUd { top:12.3125rem;left:14.9375rem;width:16.8125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADhG7UF5hkedQhzgkgdPeIkPfqFIJSQE { top:12.3125rem;left:30.8125rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfRvyvHf4FCl2XDBbZGTLtf3nOa5Npi2 { top:6.75rem;left:30.8125rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3HswohlLFznDqumwHKtdtnvvwDN8pau { top:8.1875rem;left:30.8125rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR32ILre6Z3NXipuJGqyMuVcVu32h8xp { top:10.9375rem;left:30.8125rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Han61eb23copcDIA3BSaXt4ykI474kJf { top:15.9375rem;left:0rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfJBmgsnRHh9aHUK2RIO39GL0D6g3sqN { top:15.9375rem;left:13rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Z0mrIXxZaKd5nK7QXJRLJp7qaGmaTs { top:15.9375rem;left:28.875rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM3iE59MUGDqSznHf87KMbmZCMKTOnUu { display:block; }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qogxv2PSC130BGHXkyOsqTRJ6pqNJoZv { top:0.9375rem;left:0rem;width:46.9375rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9uVzwLFuB4JQA84tFWNwoLQPJwwdPsT { top:4.3125rem;left:2.5rem;width:18.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwisTG7P62duuxZJizkw4uXpZQdgrV1u { top:5.6875rem;left:3.5625rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6omdB37yS4dkw8Dm2OHRCrKhEIMwgMw { top:7.125rem;left:3.5625rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhKNKGG0DNtIZ6GmOe7npbutMT0dE56 { top:9.875rem;left:3.5625rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdRyGEWEzzCyzJSm4HsTnB11PCBxULEO { top:11.25rem;left:3.5625rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7pZVDS4Vi9JxXa69SzdcgGe7Om2hKZm { top:15rem;left:2.5625rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqzIQsdhQcpscWkHsoNZx7G4VfGP0zd2 { top:4.3125rem;left:26.375rem;width:18.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEaPsy9g4BgkuneETlzmsmX3DKuXTvZF { top:15rem;left:26.4375rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsH125mKXzfqqq1pq6rWNaBDHEG4s59e { top:11.25rem;left:27.4375rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHrJo9BagFfimvrpagScpyHU9iF3ofx { top:9.875rem;left:27.4375rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQE2qpUyaHqS71tIWBhm9O049erRvDO9 { top:7.125rem;left:27.4375rem;width:16.8125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsxaUW5yCz26VxThPaWDvqcRrsRt68s { top:5.6875rem;left:27.4375rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs { display:block; }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPR0ZlEXBfsLFoCREcFfGEsrMcTyV3xz { width:15.25rem;height:2.5rem;top:1.0625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLxmacCKE6TacnTFSwckhzO2NsdWpn7X { display:block; }
 }@media only screen and (max-width: 763px) { #iwQNssrunzbhTtZleu82PXWgweoqaibi { top:4.4375rem;left:16.8125rem;width:14.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdXlTrbIz1nqLTrgXdcafVO2AxoaWdHy { top:5.875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#vdXlTrbIz1nqLTrgXdcafVO2AxoaWdHy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #WlLJgsTFVTawtnp3UzzBALKQxCGihGA1 { top:5.875rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
#WlLJgsTFVTawtnp3UzzBALKQxCGihGA1 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #cJi4O029IJGOTwSA4yweM2cHfAGSbKbM { top:5.3125rem;left:0rem;width:16.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTLC2K0KbRVqKAoS9nGZ0sW6yUPrNiF { top:1.625rem;left:0rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baddzLlBByEtLd7ZolWXpnFbGyxmbHsX { top:1.625rem;left:30.9375rem;width:16.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CppgkopT8AAJz3VJH9eaPpvtafDe3sro { position:relative;z-index:auto;display:block; }#CppgkopT8AAJz3VJH9eaPpvtafDe3sro > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2BDwWUcMdBT80F9NeibzzTBF3EEgkgf { width:9.1875rem;height:3.25rem;top:1.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6CKkt74WmyA97mMDOZO80eR96XVt7yB { width:9.875rem;height:2.0625rem;top:5.6875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fK8gQHmTSFKq1HbhDZ0hboML0715ckZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #W0N61BQ8a7z49lCzpcgMIA3vTOeGRIBQ { width:9.875rem;height:2.0625rem;top:9rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waUqMwhopraTB7prc1akbXs9Fbfq877J { display:block; }
 }@media only screen and (max-width: 763px) { #iiFr2As6xKdyvhosHxKm2DqCFQF8AAS3 { display:flex;width:1.75rem;height:1.75rem;top:12.0625rem;left:7.9375rem; }
#iiFr2As6xKdyvhosHxKm2DqCFQF8AAS3 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Wkizp6lmCDZ60wTukpAh8al5voEqv9IT { display:flex;width:1.75rem;height:1.75rem;top:12.0625rem;left:10.3125rem; }
#Wkizp6lmCDZ60wTukpAh8al5voEqv9IT > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:109.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBChN1oT3hqTnftPcHwzXiSbdZ8DaSTH { width:20rem;height:2.6rem;top:11.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7S0ntmNqbrCcDE8KMrP1xdeyGdVzpm6 { width:20rem;height:1.7875rem;top:13.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFBeeVsnEM9JQe0hwRiXBNZ7iu7ApOmA { width:20rem;height:8.93554375rem;top:15.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUC5JvGV9CQdtGbTdiNUzmH65iWFsbJm { width:20rem;height:3.0869125rem;top:27.5625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4UX5zLX6BuFBhImGMcnGM91eydNV6iS { width:17.5rem;height:51rem;top:47.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA1R6zSBuPPLRLM31Fsa9f66wRy9CC6W { width:20rem;height:2.6rem;top:39.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHBRJW5K9H1LhhknpFHeOmyDm1Ml9IN2 { width:20rem;height:3.57421875rem;top:42.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzmFiHnoH33ebX2TFd1r0UQQn596fOz { width:20rem;height:53.5625rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOpFPM9eMGiZIFG3CTGuMgKhNgQAubIC { width:15.4375rem;height:2.5rem;top:101.31249952316rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAS84ozK3QQoXHSLVFPcPg7l1nEhV6Tb { display:block; }
 }@media only screen and (max-width: 763px) { #pWq8FnT6ELSEiPoBORh59EM7ITQi3hST { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea6eae61-b8e6-452a-a187-db03136af191/437717240Sinttulo1Mesade.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST.adaptive-delivery-prevent-bg, #pWq8FnT6ELSEiPoBORh59EM7ITQi3hST.lazyload, #pWq8FnT6ELSEiPoBORh59EM7ITQi3hST.lazyloading { background-image: none; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container { background-color: transparent; background-image: none; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container > .video-iframe-container { display: none; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row > .video-iframe-container { display: none; }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .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); }#pWq8FnT6ELSEiPoBORh59EM7ITQi3hST > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOWiczsztQEgsg9qks26IEVPgF3OaUM4 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2KZzgTEhET6fdbKVlFPrAdbMQMBXTP8 { width:4.5rem;height:5.0625rem;top:20.375000476837rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODywD4J1QBuNFAxlRgVkv4vMGfz1IKGn { width:13rem;height:1.875rem;top:25.4375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TklaKoiiRGByW6EewXpAVhkD7T51K4Sx { width:13rem;height:3rem;top:27.3125rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJhvt1FJChXt7shRtnPavWkJOwKT7TE { width:13rem;height:3rem;top:14.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltstZQydkgh6iU5m4u7bl76nCLpPkiL2 { width:19.8125rem;height:1.875rem;top:12.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxT16ldhmw38QE0rhLA8F3uURWsl3UXc { width:4.625rem;height:5.1875rem;top:7.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8CZOg13tsJw9GZRX5AzhoIeMArcmOvb { width:13rem;height:3rem;top:38.937500953674rem;left:3.4999998807907rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2x4auUzxCcuQ0ZEbgKA0xJJCM5QSQ0Z { width:13rem;height:1.875rem;top:37.0625rem;left:3.4999998807907rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAaBMhhmck1PDaV5Gb9za0znuJ2gCNLD { width:4.5rem;height:5.0625rem;top:32.000000953674rem;left:7.7500003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGkCnbeDxFDhIM9hwDslWuOcVauisGW9 { width:13rem;height:3rem;top:75.487499237062rem;left:3.4999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcl0Jb37JONGWJTOneRmPfBKn1cEmgDk { width:14.9375rem;height:3rem;top:63.762499332425rem;left:2.5312501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmn5x2MnQn0rtnIRmfJ6nVIzNRaySpcN { width:13rem;height:1.875rem;top:61.887498855591rem;left:3.4999998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ognoxKezngmxldU032eDtwvs70TSf9bT { width:14.5625rem;height:1.875rem;top:73.612499237062rem;left:2.7187501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SERhpzGQcIdrazQWBUzN4Czwf7LvWoM3 { width:4.5rem;height:5.0625rem;top:56.824999809265rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAVfa8ncvUwIqoMxpkihIw3xRWvs2sTJ { width:4.5rem;height:5.0625rem;top:68.549999237062rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #da2LFmGQGWexsyznawTHZzV8VucRCtZn { width:19.8125rem;height:1.875rem;top:49.51251077652rem;left:0.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eenwo1XPqp4kAWUJ50cNgQTHKygm0ATX { width:15.8125rem;height:3rem;top:51.387499332428rem;left:2.0937501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJCVBpMSP42I6mqsWiosuLuSnOQxTukb { width:4.5rem;height:5.0625rem;top:44.449998855591rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 { display:block; }#aTePkgtpzaA0iLU3TTKkmKPUkQDWuqC0 > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plpGCNg8wJrcTgiEVexyDiXnEG5gaqVo { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl { display:block; }#M4LcrBCpL9DoO1TpM9dDlmcuuNCNFRMl > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzDpXsVbhzGElwCwoBUcqoh55dZiI2qH { width:12.4375rem;height:1.7875rem;top:1.25rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruP0tW4Lgq1kmS6aw85bU2ZBEaEh4OkG { width:20rem;height:15rem;top:4.2875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8ynZkz2FaKhupmXQ6NWugy1mz3wp2Mx { width:11.0625rem;height:10.875rem;top:24.2875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOC1lEluoRgBFSTZciTyoLquGm1mNQy { width:14.5625rem;height:14.5625rem;top:36.4125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0rT5hyH5d9cTAnReAZ5o0MKMPKzOG2l { width:15.4375rem;height:2.5rem;top:20.5375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoTZ8Gz71hTMTNvX7TJ61xctlZ7OEsKJ { display:block; }
 }@media only screen and (max-width: 763px) { #C7fy9DPCKGXQGspk9PIvaISLdy4dpABR { display:block; }#C7fy9DPCKGXQGspk9PIvaISLdy4dpABR > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPSMk56oTqIOxoOzvn4V5NeNc3o07kul { width:16.625rem;height:1.7875rem;top:1.5625rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L63zNIOrRobBI211gcr2SHg0eCnhREhU { width:20rem;height:9rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vqUZ2GDRx8UWzGZiOGT8pcb98pvhr3 { width:9.375rem;height:14.75rem;top:17.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVJAh5tHfMfMO1LOKcl6J44b7GcdplpM { width:15.375rem;height:14.8125rem;top:33.937500953674rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #maBcCHayc20C3wKwiK9CicVoWySoo9Es { width:15.4375rem;height:2.5rem;top:14.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6yJgTdcXKk9pJ6OxHITt6K69HbtoFfT { display:block; }
 }@media only screen and (max-width: 763px) { #CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo { display:block; }#CCSB0Z0HkRiGfWgP7dE37MQuMQNGWgbo > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPChToLq6na7TxDt7ggwqLaAtaaXn6el { width:18.375rem;height:1.7875rem;top:1.25rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJe9Zh7sM8ZXGtuPEyXli8lpsTTGz6FO { width:20rem;height:9rem;top:4.2875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URx8pJISSCnzkqGhx7QMT70UOJccH6U5 { width:14.1875rem;height:12.8125rem;top:18.2875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIBkcTVqTMK7alnF0ggqWKGxt88QHrO { width:14.5625rem;height:14.5rem;top:32.35rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy7XH4Q5OePkK64mEZnXJmFPDxhvZzil { width:15.4375rem;height:2.5rem;top:14.5375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI3TJaN1FOUQOWUOExWQlzldD2lJZ92i { display:block; }
 }@media only screen and (max-width: 763px) { #VZOk7saNJ3eM2ReW8772JOZ446hcGqPd { display:none; }#VZOk7saNJ3eM2ReW8772JOZ446hcGqPd > .row .container { width:20rem;height:25.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvRr75yCsxJu25Eq070y3EMqm13nCaM0 { width:20rem;height:2.11230625rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC0PDxywbiAlzuwsheNziiRiNmmnAPvq { width:20rem;height:5.361325rem;top:5.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRy4dmWfJtQwCFKqXf3XIZWefteMzuJI { width:10.5625rem;height:2.5rem;top:16.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUzrlVlTuiUo4760zD76vcLnB9yEW5V4 { display:block; }
 }@media only screen and (max-width: 763px) { #da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX { display:block; }#da73fVG7tTKcZsGnLGdzSt0xPSvN3nXX > .row .container { width:20rem;height:142.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSZyJX6CasdnX7LkKXHTcThZ7WsQBE8H { width:20rem;height:2.1125rem;top:28.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTypvfxdqaUducKlSUPJxa4g0szNLGWU { width:20rem;height:3.0869125rem;top:31.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOrdhvCERzBrW80U6Twy0ORDZLO85fkQ { width:8.875rem;height:8.9375rem;top:41.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6a5TG5IQTX4kPhqBmFMaFLXAi59JvE4 { width:8.8125rem;height:8.9375rem;top:88.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmtt4xOQBh4f7zxGWWHBLJhIqtAtLG8 { width:20rem;height:10.96875rem;top:51.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW5v1vCSLCvRQvtG2TG1xC68THrdQ9GU { width:10.5625rem;height:3.57421875rem;top:36.6875rem;left:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRTJa07k18JNwlI8xBO4ZMDNagrwBR16 { width:20rem;height:3.57421875rem;top:85.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFIXlIRWTAnnwKPFgDsKFgRp1c6nwHdi { width:20rem;height:6.09375rem;top:98.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwItzLfAvNWlfAXWFF8yRwXVDkxMpTwn { width:10.5625rem;height:1.7875rem;top:63.3125rem;left:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avDc2auC8ThmZUDlByCKOq1i6X0JM36G { width:8.875rem;height:8.875rem;top:66.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1HUtoUUBogeFqiiDqADqew19wCAMaaX { width:20rem;height:1.7875rem;top:106.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKVf4eWEtyt9KX6LXeGkfm8IFwsTC4HB { width:8.8125rem;height:8.8125rem;top:109rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiwZkxfi7EsgSITdCNvgVeSXsx95A0By { width:20rem;height:7.3125rem;top:76.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4dOlfAw2vbq3BhgV9iFMTpMHKsnoCi { width:20rem;height:4.875rem;top:119.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myKgo0Jx9hr6CcaXMF3FTVSiTIb342Mv { width:20rem;height:6.3369375rem;top:130.93750572204rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpv904IZqcd91T5TgmHGr0DZ83WSRxtR { display:block; }#qpv904IZqcd91T5TgmHGr0DZ83WSRxtR > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPLGOcEHHRdPvKG5zbXyIeJcyUQMHyf1 { width:4.5625rem;height:4.5625rem;top:57.874219894409rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmpnXSFBZmE33b8A7P2Hpn4EBeiTqPL { width:4.6875rem;height:4.6875rem;top:57.811719894409rem;left:13.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDCyWMozXpqOTufJo2ySkK1Fm6DJwPlK { width:13.8125rem;height:7.625rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP3y6Ey3NDxhaALSXteCR7r2Uls1Lwe2 { width:13.8125rem;height:7.625rem;top:10.125rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xw3RBXBhTcJtu1fwg7536P8CDJVXhfCr { width:13.8125rem;height:7.625rem;top:19rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKSl9XtoQ8FdO3vA1lTqLXJ8vL9ucp6m { width:13.8125rem;height:7.625rem;top:36.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI2LTNDTc1tnOwzdC7DutAFT6PHhWl7N { width:13.8125rem;height:7.625rem;top:27.875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSLyqr0xSlhWQ99wCrpo8qtEolTMHKBy { width:10.875rem;height:2.8125rem;top:3.65625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTPZu0Wm3xFcg3waSsmQQ2c7Tch32c9e { width:9.9375rem;height:4.4375rem;top:11.71875rem;left:5.0312519073486rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMIzOB7cOffWElNSA5RMI7TV8SQ1a7xb { width:10.125rem;height:6.125rem;top:19.75rem;left:4.9062519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbQQkezAhCoAq51thMOweMvV0fkwZ9hi { width:11.6875rem;height:2.4375rem;top:30.46875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTAu4yXhRe9UViZZpTGOxOeiTZqNFNUe { width:10.3125rem;height:4.5625rem;top:38.03125rem;left:4.8437519073486rem;display:none; }
 }@media only screen and (max-width: 763px) { #IA1pwKnS9d5AgQHO0X3LkOl1g4Ng6S4q { width:13.8125rem;height:7.625rem;top:63.7490234375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3SvstaJXOmh73HiUzpePC9OK1eE0P3x { width:12.5625rem;height:1.5rem;top:66.8115234375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #idast8zN0GdycfNnXN0baHL4vdz7hJZI { width:13.8125rem;height:7.625rem;top:63.7490234375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnewweN8HPBqNTBNVKblUdJKZv1KhhWM { width:12.5625rem;height:1.5rem;top:66.8740234375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3QRtgPI1ellICArN7fDauPRax1S7mKb { width:13.8125rem;height:7.625rem;top:63.7490234375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6yh9RKkxH8hldZZCmZFX1xAKGfRF6a { width:12.5625rem;height:1.5rem;top:13.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whs7gm68RGA83DlWFspqiHX3sprVbNhW { display:none; }#Whs7gm68RGA83DlWFspqiHX3sprVbNhW > .row .container { width:20rem;height:92.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tDFL9xHBIOPAo6vvfMhHqgPCCk9f3FmT { width:20rem;height:2.1125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcaL3VBiuf3qyTiBp208i38rlDV8EDog { width:18.875rem;height:28.125rem;top:4.6125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwCSkwAHa5SafnsaBAh4sXacTEAKDks { width:18.875rem;height:28.125rem;top:33.9875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCqyes8WgLQxp7foqcClZo31xyDwXMHp { width:18.875rem;height:28.125rem;top:63.3625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEXu7Ft0Koc8QTvT0VnALa8cF3CUHPnU { width:16.8125rem;height:1.40625rem;top:5.6125rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmG4HIDWDWFNwXbUMg9xQ3kilUPgEARF { width:16.8125rem;height:2.4375rem;top:7.01875rem;left:1.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGzfb6EP84AU9yL59GUB2eRfZKaqvB8 { width:16.8125rem;height:1.40625rem;top:9.7687519073488rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhAbLnffc2leZl6U4UTdzDcuQmdwXiUW { width:16.8125rem;height:2.4375rem;top:11.175001907349rem;left:1.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTZyuSTP1EeAlPhMcxkA2FxRHNXN6vp { width:16.8125rem;height:1.40625rem;top:34.9875rem;left:1.6249980926514rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oOUuvebzNLuccKuxEFWWRCh1xHa3EV { width:16.8125rem;height:2.4375rem;top:36.425rem;left:1.6249980926514rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0JdkmkXaONadeauAhNdOIChad9U1HRr { width:16.8125rem;height:1.40625rem;top:39.175rem;left:1.6249980926514rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IMgVs3vTJzLlJIv7GTgT3eyhxkTkUd { width:16.8125rem;height:1.21875rem;top:40.55rem;left:1.6249980926514rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADhG7UF5hkedQhzgkgdPeIkPfqFIJSQE { width:16.8125rem;height:2.4375rem;top:69.925rem;left:1.6249980926514rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfRvyvHf4FCl2XDBbZGTLtf3nOa5Npi2 { width:16.8125rem;height:1.40625rem;top:64.3625rem;left:1.6249980926514rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3HswohlLFznDqumwHKtdtnvvwDN8pau { width:16.8125rem;height:2.4375rem;top:65.8rem;left:1.6249980926514rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR32ILre6Z3NXipuJGqyMuVcVu32h8xp { width:16.8125rem;height:1.40625rem;top:68.55rem;left:1.6249980926514rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Han61eb23copcDIA3BSaXt4ykI474kJf { width:18.75rem;height:17.5rem;top:14.850000667572rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfJBmgsnRHh9aHUK2RIO39GL0D6g3sqN { width:18.75rem;height:17.5rem;top:44.225000667572rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Z0mrIXxZaKd5nK7QXJRLJp7qaGmaTs { width:18.75rem;height:17.5rem;top:73.600000667575rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM3iE59MUGDqSznHf87KMbmZCMKTOnUu { display:block; }#zM3iE59MUGDqSznHf87KMbmZCMKTOnUu > .row .container { width:20rem;height:63.9746125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qogxv2PSC130BGHXkyOsqTRJ6pqNJoZv { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9uVzwLFuB4JQA84tFWNwoLQPJwwdPsT { width:18.875rem;height:28.125rem;top:5.0996125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwisTG7P62duuxZJizkw4uXpZQdgrV1u { width:16.8125rem;height:0;top:6.4746125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6omdB37yS4dkw8Dm2OHRCrKhEIMwgMw { width:16.8125rem;height:0;top:7.9121125rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhKNKGG0DNtIZ6GmOe7npbutMT0dE56 { width:16.8125rem;height:0;top:10.6621125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdRyGEWEzzCyzJSm4HsTnB11PCBxULEO { width:16.8125rem;height:0;top:12.0371125rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7pZVDS4Vi9JxXa69SzdcgGe7Om2hKZm { width:18.75rem;height:17.5rem;top:15.7871125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqzIQsdhQcpscWkHsoNZx7G4VfGP0zd2 { width:18.875rem;height:28.125rem;top:34.5371125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEaPsy9g4BgkuneETlzmsmX3DKuXTvZF { width:18.75rem;height:17.5rem;top:45.2246125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsH125mKXzfqqq1pq6rWNaBDHEG4s59e { width:16.8125rem;height:0;top:41.4746125rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHrJo9BagFfimvrpagScpyHU9iF3ofx { width:16.8125rem;height:0;top:40.0996125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQE2qpUyaHqS71tIWBhm9O049erRvDO9 { width:16.8125rem;height:0;top:37.3496125rem;left:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsxaUW5yCz26VxThPaWDvqcRrsRt68s { width:16.8125rem;height:0;top:35.9121125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs { display:block; }#G7B6F0GL7xJcFcTzBldWVCgA3t6Bygfs > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPR0ZlEXBfsLFoCREcFfGEsrMcTyV3xz { width:15.25rem;height:2.5rem;top:1.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLxmacCKE6TacnTFSwckhzO2NsdWpn7X { display:block; }
 }@media only screen and (max-width: 763px) { #iwQNssrunzbhTtZleu82PXWgweoqaibi { width:14.125rem;height:4.625rem;top:11.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdXlTrbIz1nqLTrgXdcafVO2AxoaWdHy { display:flex;width:1.75rem;height:1.75rem;top:17.6875rem;left:7.9375rem; }
#vdXlTrbIz1nqLTrgXdcafVO2AxoaWdHy > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #WlLJgsTFVTawtnp3UzzBALKQxCGihGA1 { display:flex;width:1.75rem;height:1.75rem;top:17.6875rem;left:10.3125rem; }
#WlLJgsTFVTawtnp3UzzBALKQxCGihGA1 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #cJi4O029IJGOTwSA4yweM2cHfAGSbKbM { width:16.8125rem;height:4.21875rem;top:7.875rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeTLC2K0KbRVqKAoS9nGZ0sW6yUPrNiF { width:16.8125rem;height:1.40625rem;top:5.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baddzLlBByEtLd7ZolWXpnFbGyxmbHsX { width:16.8125rem;height:1.40625rem;top:5.25rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }