.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/de98dee6-a83f-4a76-8a8f-dbe62a00d570/ADOSPAGINADEVENDASHOTMARTBG1791x1049px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8.adaptive-delivery-prevent-bg, #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8.lazyload, #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8.lazyloading { background-image: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { background-color: transparent; background-image: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .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); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { border-width: 0; border-radius: 0; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#QmoZ1WaPKPnxTZeTuf6FDFMV0KpSyM4l { color:#ffffff;display:block;width:70.625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:10.75rem;left:3rem;height:6.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { color:#ffffff;display:block;width:59.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:44.5rem;left:7.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LTIuMl7ShZhSmVbKeTTiEnT43WaZHJKR { z-index:15003;top:50.375rem;left:27.5625rem;background-color:#fd7300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(253,115,0,0.59) ;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:"nunito sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kasa2sLZLoiBTLbodtzo7vRkJLCRRXTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IefFxNepT6CwGebB009zTiBT6h2rKW9y { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:19.4375rem;left:18.3125rem;display:block; }
#Df8tN88JkfmPhr6TexTAMaxPawEQ4qxw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:11.0625rem;top:2.3125rem;left:32.78125rem;overflow:hidden;display:block; }
#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { background-color: transparent; background-image: none; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container > .video-iframe-container { display: none; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row > .video-iframe-container { display: none; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .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); }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { border-width: 0; border-radius: 0; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#ZXJO0r9SrQ9ov5wBa4iGDEvJii6olFiR { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:12.75rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#AU9LK68q9ZWM2UMpbgB6vAIsBgExiaVC { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:19.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#VIuDoKAz2m1vZHtLNu68ZzbqQSzM2iKu { box-sizing:content-box;height:9.3125rem;width:37.125rem;position:absolute;display:block;z-index:15005;background-color:#95e914;background-image:none;top:15.5625rem;left:18.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#fe2Jh8Zln2RUJSat9Aca0chGOPhl7uEw { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5625rem;left:23rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#qLXRnsBNVTpxzcQPdQAC93IDUI429KG3 { z-index:15003;top:50.375rem;left:27.5625rem;background-color:#fd7300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(253,115,0,0.59) ;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:"nunito sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#r4MUhoyt93pXCLWzkXRR5w4pfydyi6in { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6358a2;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; }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row .container { background-color: transparent; background-image: none; }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row .container > .video-iframe-container { display: none; }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row > .video-iframe-container { display: none; }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .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); }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row .container { border-width: 0; border-radius: 0; }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#TvUmzT0CMD9nZ5LJT5b0AOP7fGTy1MOJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.375rem;left:35.625rem;height:;display:block; }
#ZgFIk1zDJT1cvHlFeUUPtcuiVdsrcvJs { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3505859375rem;left:12.71875rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#PbUWMGzfgwoylysQKrhGWiBH24uk2uEO { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.9375rem;left:18.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6358a2;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; }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row .container { background-color: transparent; background-image: none; }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row .container > .video-iframe-container { display: none; }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row > .video-iframe-container { display: none; }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .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); }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row .container { border-width: 0; border-radius: 0; }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#zMwg9uJkzFprKCcoTJfUzFkVBgQNV91p { 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:9.4375rem;width:17.3125rem;top:1rem;left:10.09375rem;overflow:hidden;display:block; }
#tmCwssrzU1mcgsHTUF7NOu1clo9kFt78 { 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:9.4375rem;width:17.3125rem;top:1rem;left:47.59375rem;overflow:hidden;display:block; }
#KlOBIXmKpkzdgGhpphptX1DTxZXKobzc { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.3125rem;left:10.09375rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nm2n32K3u2hKyONcwOuQa8nPDHos0iLD { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.3125rem;left:47.59375rem;height:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6358a2;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; }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row .container { background-color: transparent; background-image: none; }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row .container > .video-iframe-container { display: none; }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row > .video-iframe-container { display: none; }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .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); }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row .container { border-width: 0; border-radius: 0; }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#EA8qJSrfmIIol4orX0pXR02w5zWtU7mS { 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:9.4375rem;width:17.3125rem;top:1rem;left:10.09375rem;overflow:hidden;display:block; }
#Z07KesyvhQ7NHupWLGOFSTwFf6c0Vunn { 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:9.4375rem;width:17.3125rem;top:1rem;left:47.59375rem;overflow:hidden;display:block; }
#T9ZeKN7H001PtbZrC0g3EKDKgGPHW7ig { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.3125rem;left:10.09375rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U7OKe9D22bb48St5oCWRz33TBnPOuqJe { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.3125rem;left:47.59375rem;height:11.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6358a2;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; }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row .container { background-color: transparent; background-image: none; }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row .container > .video-iframe-container { display: none; }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row > .video-iframe-container { display: none; }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .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); }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row .container { border-width: 0; border-radius: 0; }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#cl5ybDwlJRTPZCrPlLwXiy3waCCEwlOR { 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:9.4375rem;width:17.3125rem;top:1rem;left:10.09375rem;overflow:hidden;display:block; }
#rQ1kuv5Hl59s1UWfvogQ32ywOwPO2GW0 { 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:9.4375rem;width:17.3125rem;top:1rem;left:47.59375rem;overflow:hidden;display:block; }
#iMapsk7bRwsLlOAessusanlqI3bqNTeb { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.3125rem;left:10.09375rem;height:11.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lk7tUq12wI4BtTgqNW3Ncy8U2iw4HEFM { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.3125rem;left:47.59375rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6358a2;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; }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row .container { background-color: transparent; background-image: none; }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row .container > .video-iframe-container { display: none; }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row > .video-iframe-container { display: none; }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .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); }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row .container { border-width: 0; border-radius: 0; }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#smzVRXNzy4n6lNg9O2X4NI5iHMMctgps { 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:9.4375rem;width:17.3125rem;top:1rem;left:10.09375rem;overflow:hidden;display:block; }
#oUwTdAARWvJR6dp1QTZZNSsolvCtf5ZV { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.3125rem;left:10.09375rem;height:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vpsP9ueRK4gKHhIi5kSzQesQT0DgVezI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:15.0625rem;top:8.6875rem;left:48.75rem;overflow:hidden;display:block; }
#S2dWkz6lXJx6cUP0sb7wF4WghGbZMJ09 { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:14.1875rem;left:44.1875rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row .container { background-color: transparent; background-image: none; }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row .container > .video-iframe-container { display: none; }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row > .video-iframe-container { display: none; }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .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); }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row .container { border-width: 0; border-radius: 0; }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#T1keUnqcUkbzUGuFAvLNP9LubW9ToSFE { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0693359375rem;left:16.875rem;height:6.17480625rem;text-align:center;text-align-last:center;display:block; }
#G1htCmDmlKRa3zZBEBPXPJ5segqzsFpm { z-index:15004;top:13.25rem;left:26.6875rem;background-color:#fd7300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(253,115,0,0.69) ;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:"nunito sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y9i9C9apbEGz3IfLhQFJlwXLJPcJtPhD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row .container { background-color: transparent; background-image: none; }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row .container > .video-iframe-container { display: none; }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row > .video-iframe-container { display: none; }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .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); }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row .container { border-width: 0; border-radius: 0; }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#aEt1WvhZWhIllzkgFeAwKaOVyGWNefp9 { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.625rem;left:7.375rem;height:6.1748rem;text-align:left;text-align-last:left;display:block; }
#dpZDBukn9dd9pFSGzJNHniCkEcAadOub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96861a09-11d5-41ca-a780-bf7f744d789d/ADOSPAGINADEVENDASHOTMARTBG1791x1914px.png");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; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub.adaptive-delivery-prevent-bg, #dpZDBukn9dd9pFSGzJNHniCkEcAadOub.lazyload, #dpZDBukn9dd9pFSGzJNHniCkEcAadOub.lazyloading { background-image: none; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container { background-color: transparent; background-image: none; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container > .video-iframe-container { display: none; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row > .video-iframe-container { display: none; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .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); }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container { border-width: 0; border-radius: 0; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#xOIThu3OSADe01kOxEMwykcenlS1aFiQ { 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:28.8125rem;width:21.875rem;top:5.3125rem;left:7.8125rem;overflow:hidden;display:block; }
#x6ulnQ7Of89EEg7F8MQ1xguZ4nCbDyhz { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:9.78125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RauPnuxnuTayCPPpl7dDu6BqgeHZl6AN { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.75rem;left:44.1875rem;height:2.5996125rem;display:block; }
#QxaUAaQbfNrOXw2Hc8LmMbVxTZEDSk5I { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:44.1875rem;height:6.499rem;display:block; }
#id5ExE16F05FocqCK09hIGaGZDhhfLQ0 { color:#ffffff;display:block;width:24.0625rem;position:absolute;font-family:"nunito sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5rem;left:44.1875rem;height:7.7988125rem;display:block; }
#Npoq9oSUrhrOp6wu9eOT4tRRQS4C3cAv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:24.125rem;top:11.8125rem;left:44.1875rem;overflow:hidden;display:block; }
#hyM6Sw5wMdsm19DuLaOPXdMLE2Bw5JNi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:24.125rem;top:22.25rem;left:44.1875rem;overflow:hidden;display:block; }
#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container { background-color: transparent; background-image: none; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container > .video-iframe-container { display: none; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row > .video-iframe-container { display: none; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .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); }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container { border-width: 0; border-radius: 0; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#fZvsidkz75il1dXn4xdfrML7zVwu0Tug { z-index:15006;top:10.875rem;left:25.84375rem;background-color:#fd7300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(253,115,0,0.69) ;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:"nunito sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IOCoXzJVs1hcaGDxAMVrscB2aOpzmiUU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTShLPofP1K8w5OsqyAMJ47AMaU7sqXR { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:12.25rem;height:6.17480625rem;text-align:center;text-align-last:center;display:block; }
#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row .container { background-color: transparent; background-image: none; }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row .container > .video-iframe-container { display: none; }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row > .video-iframe-container { display: none; }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .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); }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row .container { border-width: 0; border-radius: 0; }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#IR7aI9SetotRU9PuqdsKO1ZCxb1nGoIK { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.91259765625rem;left:17.96875rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row .container { background-color: transparent; background-image: none; }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row .container > .video-iframe-container { display: none; }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row > .video-iframe-container { display: none; }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .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); }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row .container { border-width: 0; border-radius: 0; }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#XvWxe4VT9QV6RxSEhhbX4xf7mVUy3MTN { box-sizing:content-box;height:12.5rem;width:0.1875rem;position:absolute;display:block;z-index:15000;background-color:#6358a2;background-image:none;top:3.5625rem;left:18.625rem;display:block; }
#HDl1G9nBgXoztZcZioUrWbTFMCTqFqzk { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"nunito sans";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#r0lTuNGvOQULreuvKGet6ZzkoVoXyv7P { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#LPloBPJREcanB0ivZe1PnOZoLvkU68RQ { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#GQgB0ZxhycfXqC7siafp8DJXzf3n6FKd { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"nunito sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.671875rem;left:19.40625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#KDTxTLBuaM4BGNTFC6eibEWR3Mp21kC8 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.0625rem;left:19.4375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gBC23SPG4arXx6unCy9kpOGIlre2fLaD { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.4375rem;left:18.75rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#yygpwhJ3F4lxgsg0EXyHDC9Brxt2XFkn { box-sizing:content-box;height:12.5rem;width:0.1875rem;position:absolute;display:block;z-index:15001;background-color:#6358a2;background-image:none;top:3.5625rem;left:37.375rem;display:block; }
#KSp7E8NeLOodimTfl0lmGlZ8PVqwoX2m { box-sizing:content-box;height:12.5rem;width:0.1875rem;position:absolute;display:block;z-index:15002;background-color:#6358a2;background-image:none;top:3.5625rem;left:56.125rem;display:block; }
#h1PkFwbQH8S9FnkBscCIC38eceLXebPp { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"nunito sans";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.28125rem;left:38.15625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#CnEZggJwf6cTH2pBA1M3XaJ9xxzVBZmB { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:38.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#GG5MvQ1JuKFTo3e4zts5gzLnTAvp4AC1 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4375rem;left:37.5rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#FRNeGmlFMc2iKkSOyWX7vfzeAPr4iNhJ { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"nunito sans";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.890625rem;left:56.90625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#iDdsRRfeh8vxdltn7uMEKruA6iR1vtoM { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.0625rem;left:56.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#osu7h37q5WseGXyJZmhtprKKoPN6kCuB { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.4375rem;left:56.1875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#wrhpd7fInTcgV2ogX7pazQIUwTZ8f0sN { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Sc4eqbocTJSOqVIU5IhnKBxxkc1FIdoW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PHwzSxvaBD8SgBchyIXBrtDvd3NK5ooN { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#GaGs00v3sAJAtJ41EDkrqD1daVm1CL2Z { z-index:15005;top:21.25rem;left:23.1875rem;background-color:#fd7300;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(253,115,0,0.69) ;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:"nunito sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zCRT00STnyTvW186iRQcPFNT3hc89g79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row .container { background-color: transparent; background-image: none; }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row .container > .video-iframe-container { display: none; }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row > .video-iframe-container { display: none; }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .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); }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row .container { border-width: 0; border-radius: 0; }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#G45xENB8B0ZC1bRf20Gt3kwqvBmlHCqm { 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:24.125rem;width:24.125rem;top:2.375rem;left:25.4375rem;overflow:hidden;display:block; }
#JqskbFOitFmIA8NuyT7718qL1RErPlq8 { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"nunito sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:28.0625rem;left:23.9375rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6358a2;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; }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row .container { background-color: transparent; background-image: none; }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row .container > .video-iframe-container { display: none; }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row > .video-iframe-container { display: none; }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .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); }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row .container { border-width: 0; border-radius: 0; }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#Day7xBJn9bP7WQ83Qo3D7LWwpOh4NKU0 { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"nunito sans";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.125rem;left:24.28125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qdsDA6AvsOBu9UdJwcvi2faulEviBCNZ { box-sizing:content-box;height:23.1875rem;width:33.5rem;position:absolute;display:block;z-index:15002;background-color:#303030;background-image:none;top:3.3125rem;left:20.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#gM7uP48RlPbcfrs6Z0ohSREDugoi9l4T { box-sizing:content-box;height:0.1875rem;width:25rem;position:absolute;display:block;z-index:15003;background-color:#fd7300;background-image:none;top:21rem;left:25rem;display:block; }
#BaosfZ6TZB2V4kbCsXQyLih7cTMG4iLv { color:#ff0000;display:block;width:27.1875rem;position:absolute;font-family:"nunito sans";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:23.90625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#QavmCRcFtlf36mqh4cGQOKXPLf6thzsZ { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"nunito sans";font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:24.28125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HuH2tdCIS3HyBVTpw6vsHJxKVrlsphhg { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"nunito sans";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.68359375rem;left:34.0625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#Q6STdUy4nBxgSe2T1DAW0EzJx6SNM94C { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:"nunito sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.26171875rem;left:31.375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cleb3Q28wPIA26KgAyAwunktFoxz4xH9 { color:#95e914;display:block;width:3.125rem;position:absolute;font-family:"nunito sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.93359375rem;left:40.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#h8Ceu5OgIS3m5iRF6B5vKM7n0nqoCUTd { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:"nunito sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.25rem;left:24.28125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#mVE5uzHJ5CULpJZop1hliib0xQW6ROod { z-index:15005;top:25rem;left:28.71875rem;background-color:#95e914;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(149,233,20,0.6) ;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:"nunito sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cTGz4K2bhp3i9f5f7KpvaHSNkpdpvHpI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row .container { background-color: transparent; background-image: none; }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row .container > .video-iframe-container { display: none; }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row > .video-iframe-container { display: none; }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .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); }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row .container { border-width: 0; border-radius: 0; }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-heading-text { display:block;position:relative;width:100%;font-family:raleway;font-weight:700;font-size:1.25rem;color:#ffffff; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"nunito sans";color:#ffffff;height:auto; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_0769b12fbb59a9898a144f5eb2ae7ef40340886c.svg");background-size:contain !important; }#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-trigger.adaptive-delivery-prevent-bg, #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-trigger.lazyload, #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-trigger.lazyloading { background-image: none; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w { box-sizing:content-box;height:auto;width:54.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.625rem;left:8.9375rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hszCITQmBgcfkdDuVg3hdNerW4N5ZHAv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hn5ukLrpG4KBFe0DZ5x2gUZRlHGsq9iG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #z9rtafh08PxL8CZnaWo5ECh3MAEU5Q4l { display:block;position:relative; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #oWlKU1IpPG05NU45lZn8d64KGdvb45If {  }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #wxS3A9V36IgWtypqpBUu8Gt6r63H6HiT {  }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #ilgQUaHOOlGzH8vxGn4u4mQmSStp5h5G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #xgg7nPvuTdMEsWuIWCErWcE7rtpmxQUd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #E3TndEDEGPdOrRO6MnufC6D6viWcE6Le { display:block;position:relative; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Rg0aRpwyOorCp3zFmabOvPxwcA3hTa8R {  }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Hoiwrpd96rTdulaDRGFSKQhKXoWDPQh1 { display:none; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #yATE88lTntr4FaHsni1TqKnvpIvUi78u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #r0bfdxFKAL0hexJSaetyy5vJrblxH6Fy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #L95NgBThGGklNpX2yzz7Sy1duqVs7gEy { display:block;position:relative; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hJgu1gDt6o26IakPqSeKDmuM4U5XT1qx {  }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #AXNMb4HWHgXKvxymiksge3uaBpexmelA { display:none; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #lX4OvlkuJJV8tZyyPB0UJFFQ4KMTc2as { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hpJABbwbw8z2eHkoiCaxEHcMCCKn3MO1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #FFctso3laxaNFFQt3XpvDaEAts4h8snJ { display:block;position:relative; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #qSEHi4yEedUxpIBBdZM55fD5DQO5R4d1 {  }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #w8HX13EGp0uWzzGNBN8ieu3dGlAniPyw { display:none; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #amH5DEbiggNJISrBSnKvV1qnI8bCb8EJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #PRuBXTeU20OoKBWKXxzvQawJWWvIXzCX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #y0efw7GEeKPUO8l7ETvh7hA6sliJ5w63 { display:block;position:relative; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Jhl2KLoxLeUKyz0nJLb9WoKN9HLWB70T {  }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #dAtMAdeSdxR7t8k1OcZ92XLpIMmJrNz8 { display:none; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hH1hZkTpzy5qPTKAhaNbNMSXasxWEZIi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #CeNvoCDt58Iy2RttTgW57MSgb1WS9p9c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #TVax9FTqx498cXGVPD0znl9mNxbgw274 { display:block;position:relative; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #U23PCUTHFZDiCZEDmwuPUgnxgtOvHrkW {  }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #RGbBaQHpq5kN45eM8kscq6qqOzRoGTW0 { display:none; }
#X6hngx1sJCbhVadQZQpocDKgpTWpfsOS { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:22.0625rem;height:3.0874rem;text-align:left;text-align-last:left;display:block; }
#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy { 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; }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row .container { background-color: transparent; background-image: none; }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row .container > .video-iframe-container { display: none; }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row > .video-iframe-container { display: none; }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .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); }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row .container { border-width: 0; border-radius: 0; }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#DOdhfS28X2Bh78QQmfV7dHZ1FwKO8ufJ { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3251953125rem;left:10.8125rem;height:2.1123rem;text-align:left;text-align-last:left;display:block; }
#g8FTdHGZNsrbm7No2xLaZJZbKMGw1tTe { 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:3.125rem;width:6.1875rem;top:1.25rem;left:3.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmoZ1WaPKPnxTZeTuf6FDFMV0KpSyM4l { top:10.75rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { top:44.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTIuMl7ShZhSmVbKeTTiEnT43WaZHJKR { top:50.375rem;left:13.9375rem;width:21.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kasa2sLZLoiBTLbodtzo7vRkJLCRRXTf { display:block; }
 }@media only screen and (max-width: 763px) { #IefFxNepT6CwGebB009zTiBT6h2rKW9y { top:19.4375rem;left:4.6875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df8tN88JkfmPhr6TexTAMaxPawEQ4qxw { top:2.3125rem;left:19.15625rem;width:11.0625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE { display:block; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXJO0r9SrQ9ov5wBa4iGDEvJii6olFiR { top:3.5625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9LK68q9ZWM2UMpbgB6vAIsBgExiaVC { top:8.3125rem;left:5.9375rem;width:35.875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIuDoKAz2m1vZHtLNu68ZzbqQSzM2iKu { top:15.5625rem;left:5.3125rem;width:37.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe2Jh8Zln2RUJSat9Aca0chGOPhl7uEw { top:17.5625rem;left:9.375rem;width:29.0625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLXRnsBNVTpxzcQPdQAC93IDUI429KG3 { top:50.375rem;left:13.9375rem;width:21.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4MUhoyt93pXCLWzkXRR5w4pfydyi6in { display:block; }
 }@media only screen and (max-width: 763px) { #HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 { display:block; }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvUmzT0CMD9nZ5LJT5b0AOP7fGTy1MOJ { top:6.375rem;left:22rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgFIk1zDJT1cvHlFeUUPtcuiVdsrcvJs { top:3.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbUWMGzfgwoylysQKrhGWiBH24uk2uEO { top:7.9375rem;left:5.1875rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky { display:block; }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMwg9uJkzFprKCcoTJfUzFkVBgQNV91p { top:1rem;left:3.28125rem;width:17.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCwssrzU1mcgsHTUF7NOu1clo9kFt78 { top:1rem;left:27.15625rem;width:17.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlOBIXmKpkzdgGhpphptX1DTxZXKobzc { top:12.3125rem;left:3.0625rem;width:20.8125rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2n32K3u2hKyONcwOuQa8nPDHos0iLD { top:12.3125rem;left:26.9375rem;width:20.8125rem;height:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh { display:block; }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA8qJSrfmIIol4orX0pXR02w5zWtU7mS { top:1rem;left:3.28125rem;width:17.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z07KesyvhQ7NHupWLGOFSTwFf6c0Vunn { top:1rem;left:27.15625rem;width:17.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ZeKN7H001PtbZrC0g3EKDKgGPHW7ig { top:12.3125rem;left:3.0625rem;width:23.5625rem;height:8rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7OKe9D22bb48St5oCWRz33TBnPOuqJe { top:12.3125rem;left:23.75rem;width:24rem;height:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA { display:block; }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl5ybDwlJRTPZCrPlLwXiy3waCCEwlOR { top:1rem;left:3.28125rem;width:17.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1kuv5Hl59s1UWfvogQ32ywOwPO2GW0 { top:1rem;left:27.15625rem;width:17.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMapsk7bRwsLlOAessusanlqI3bqNTeb { top:12.3125rem;left:3.0625rem;width:20.8125rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk7tUq12wI4BtTgqNW3Ncy8U2iw4HEFM { top:12.3125rem;left:26.9375rem;width:20.8125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzIseOWfOQTNLEGKfUMPRszzuRGZllz { display:block; }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smzVRXNzy4n6lNg9O2X4NI5iHMMctgps { top:1rem;left:3.28125rem;width:17.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwTdAARWvJR6dp1QTZZNSsolvCtf5ZV { top:12.3125rem;left:0rem;width:24.1875rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpsP9ueRK4gKHhIi5kSzQesQT0DgVezI { top:8.6875rem;left:28.3125rem;width:15.0625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2dWkz6lXJx6cUP0sb7wF4WghGbZMJ09 { top:14.1875rem;left:23.5625rem;width:24.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB { display:block; }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1keUnqcUkbzUGuFAvLNP9LubW9ToSFE { top:4.0625rem;left:3.25rem;width:41.25rem;height:6.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1htCmDmlKRa3zZBEBPXPJ5segqzsFpm { top:13.25rem;left:13.0625rem;width:21.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9i9C9apbEGz3IfLhQFJlwXLJPcJtPhD { display:block; }
 }@media only screen and (max-width: 763px) { #FTMueAGBkoJJI88exKnkeAT6RFNKvk7y { display:block; }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEt1WvhZWhIllzkgFeAwKaOVyGWNefp9 { top:3.625rem;left:0rem;width:25.75rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpZDBukn9dd9pFSGzJNHniCkEcAadOub { display:block; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOIThu3OSADe01kOxEMwykcenlS1aFiQ { top:5.3125rem;left:1rem;width:21.875rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ulnQ7Of89EEg7F8MQ1xguZ4nCbDyhz { top:2.6875rem;left:2.96875rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RauPnuxnuTayCPPpl7dDu6BqgeHZl6AN { top:7.75rem;left:23.6875rem;width:24.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxaUAaQbfNrOXw2Hc8LmMbVxTZEDSk5I { top:13.8125rem;left:23.6875rem;width:24.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #id5ExE16F05FocqCK09hIGaGZDhhfLQ0 { top:24.5rem;left:23.6875rem;width:24.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npoq9oSUrhrOp6wu9eOT4tRRQS4C3cAv { top:11.8125rem;left:23.625rem;width:24.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyM6Sw5wMdsm19DuLaOPXdMLE2Bw5JNi { top:22.25rem;left:23.625rem;width:24.125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 { display:block; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZvsidkz75il1dXn4xdfrML7zVwu0Tug { top:10.875rem;left:12.21875rem;width:23.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOCoXzJVs1hcaGDxAMVrscB2aOpzmiUU { display:block; }
 }@media only screen and (max-width: 763px) { #VTShLPofP1K8w5OsqyAMJ47AMaU7sqXR { top:3.25rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu { display:block; }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR7aI9SetotRU9PuqdsKO1ZCxb1nGoIK { top:2.875rem;left:4.34375rem;width:39.0625rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd { display:block; }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvWxe4VT9QV6RxSEhhbX4xf7mVUy3MTN { top:3.5625rem;left:11.75rem;width:0.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDl1G9nBgXoztZcZioUrWbTFMCTqFqzk { top:5.0625rem;left:0rem;width:17.4375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0lTuNGvOQULreuvKGet6ZzkoVoXyv7P { top:12.0625rem;left:0rem;width:17.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPloBPJREcanB0ivZe1PnOZoLvkU68RQ { top:13.4375rem;left:0rem;width:18.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgB0ZxhycfXqC7siafp8DJXzf3n6FKd { top:5.625rem;left:6.4375rem;width:17.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDTxTLBuaM4BGNTFC6eibEWR3Mp21kC8 { top:12.0625rem;left:6.4375rem;width:17.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBC23SPG4arXx6unCy9kpOGIlre2fLaD { top:13.4375rem;left:5.0625rem;width:18.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yygpwhJ3F4lxgsg0EXyHDC9Brxt2XFkn { top:3.5625rem;left:23.6875rem;width:0.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSp7E8NeLOodimTfl0lmGlZ8PVqwoX2m { top:3.5625rem;left:35.625rem;width:0.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1PkFwbQH8S9FnkBscCIC38eceLXebPp { top:6.25rem;left:18.375rem;width:17.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnEZggJwf6cTH2pBA1M3XaJ9xxzVBZmB { top:12.0625rem;left:18.375rem;width:17.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG5MvQ1JuKFTo3e4zts5gzLnTAvp4AC1 { top:13.4375rem;left:17rem;width:18.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRNeGmlFMc2iKkSOyWX7vfzeAPr4iNhJ { top:6.875rem;left:30.3125rem;width:17.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdsRRfeh8vxdltn7uMEKruA6iR1vtoM { top:12.0625rem;left:30.3125rem;width:17.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osu7h37q5WseGXyJZmhtprKKoPN6kCuB { top:13.4375rem;left:17rem;width:18.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrhpd7fInTcgV2ogX7pazQIUwTZ8f0sN { display:none; }
 }@media only screen and (max-width: 763px) { #Sc4eqbocTJSOqVIU5IhnKBxxkc1FIdoW { display:none; }
 }@media only screen and (max-width: 763px) { #PHwzSxvaBD8SgBchyIXBrtDvd3NK5ooN { display:none; }
 }@media only screen and (max-width: 763px) { #GaGs00v3sAJAtJ41EDkrqD1daVm1CL2Z { top:21.25rem;left:0rem;width:28.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCRT00STnyTvW186iRQcPFNT3hc89g79 { display:block; }
 }@media only screen and (max-width: 763px) { #TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO { display:block; }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G45xENB8B0ZC1bRf20Gt3kwqvBmlHCqm { top:2.375rem;left:11.8125rem;width:24.125rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqskbFOitFmIA8NuyT7718qL1RErPlq8 { top:28.0625rem;left:10.3125rem;width:27.1875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF { display:block; }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Day7xBJn9bP7WQ83Qo3D7LWwpOh4NKU0 { top:22.125rem;left:10.65625rem;width:26.4375rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdsDA6AvsOBu9UdJwcvi2faulEviBCNZ { top:3.3125rem;left:7.125rem;width:33.5rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM7uP48RlPbcfrs6Z0ohSREDugoi9l4T { top:21rem;left:11.375rem;width:25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaosfZ6TZB2V4kbCsXQyLih7cTMG4iLv { top:6.25rem;left:10.28125rem;width:27.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QavmCRcFtlf36mqh4cGQOKXPLf6thzsZ { top:8.6875rem;left:10.65625rem;width:26.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuH2tdCIS3HyBVTpw6vsHJxKVrlsphhg { top:12.625rem;left:20.4375rem;width:9.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6STdUy4nBxgSe2T1DAW0EzJx6SNM94C { top:14.25rem;left:17.75rem;width:3.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cleb3Q28wPIA26KgAyAwunktFoxz4xH9 { top:12.875rem;left:26.6875rem;width:3.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ceu5OgIS3m5iRF6B5vKM7n0nqoCUTd { top:17.25rem;left:10.65625rem;width:26.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVE5uzHJ5CULpJZop1hliib0xQW6ROod { top:25rem;left:15.09375rem;width:17.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTGz4K2bhp3i9f5f7KpvaHSNkpdpvHpI { display:block; }
 }@media only screen and (max-width: 763px) { #iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E { display:block; }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w { display:flex;height:auto;width:45.25rem;top:9.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hszCITQmBgcfkdDuVg3hdNerW4N5ZHAv {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hn5ukLrpG4KBFe0DZ5x2gUZRlHGsq9iG {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #z9rtafh08PxL8CZnaWo5ECh3MAEU5Q4l {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #oWlKU1IpPG05NU45lZn8d64KGdvb45If {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #wxS3A9V36IgWtypqpBUu8Gt6r63H6HiT {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #ilgQUaHOOlGzH8vxGn4u4mQmSStp5h5G {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #xgg7nPvuTdMEsWuIWCErWcE7rtpmxQUd {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #E3TndEDEGPdOrRO6MnufC6D6viWcE6Le {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Rg0aRpwyOorCp3zFmabOvPxwcA3hTa8R {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Hoiwrpd96rTdulaDRGFSKQhKXoWDPQh1 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #yATE88lTntr4FaHsni1TqKnvpIvUi78u {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #r0bfdxFKAL0hexJSaetyy5vJrblxH6Fy {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #L95NgBThGGklNpX2yzz7Sy1duqVs7gEy {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hJgu1gDt6o26IakPqSeKDmuM4U5XT1qx {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #AXNMb4HWHgXKvxymiksge3uaBpexmelA {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #lX4OvlkuJJV8tZyyPB0UJFFQ4KMTc2as {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hpJABbwbw8z2eHkoiCaxEHcMCCKn3MO1 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #FFctso3laxaNFFQt3XpvDaEAts4h8snJ {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #qSEHi4yEedUxpIBBdZM55fD5DQO5R4d1 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #w8HX13EGp0uWzzGNBN8ieu3dGlAniPyw {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #amH5DEbiggNJISrBSnKvV1qnI8bCb8EJ {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #PRuBXTeU20OoKBWKXxzvQawJWWvIXzCX {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #y0efw7GEeKPUO8l7ETvh7hA6sliJ5w63 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Jhl2KLoxLeUKyz0nJLb9WoKN9HLWB70T {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #dAtMAdeSdxR7t8k1OcZ92XLpIMmJrNz8 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hH1hZkTpzy5qPTKAhaNbNMSXasxWEZIi {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #CeNvoCDt58Iy2RttTgW57MSgb1WS9p9c {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #TVax9FTqx498cXGVPD0znl9mNxbgw274 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #U23PCUTHFZDiCZEDmwuPUgnxgtOvHrkW {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #RGbBaQHpq5kN45eM8kscq6qqOzRoGTW0 {  }
 }@media only screen and (max-width: 763px) { #X6hngx1sJCbhVadQZQpocDKgpTWpfsOS { top:3.8125rem;left:8.4375rem;width:30.875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy { display:block; }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOdhfS28X2Bh78QQmfV7dHZ1FwKO8ufJ { top:2.3125rem;left:0rem;width:30.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8FTdHGZNsrbm7No2xLaZJZbKMGw1tTe { top:1.25rem;left:0rem;width:6.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 { background-color:#e6e6e6;background-image:url("https://images.assets-landingi.com/uc/de98dee6-a83f-4a76-8a8f-dbe62a00d570/ADOSPAGINADEVENDASHOTMARTBG1791x1049px.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8.adaptive-delivery-prevent-bg, #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8.lazyload, #eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8.lazyloading { background-image: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { background-color: transparent; background-image: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { display: none; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .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); }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { border-width: 0; border-radius: 0; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eU5rAqvwdNxEsfLaPBUzhE2lgTD0S4y8 > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmoZ1WaPKPnxTZeTuf6FDFMV0KpSyM4l { width:18rem;height:7.19925rem;top:6.5625rem;left:1rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMchX248dDnmx0NN7To8ZmJrcL4ZzTxw { width:18.125rem;height:10.2368125rem;top:28.6982421875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTIuMl7ShZhSmVbKeTTiEnT43WaZHJKR { top:40.6982421875rem;left:0.21875rem;width:19.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kasa2sLZLoiBTLbodtzo7vRkJLCRRXTf { display:block; }
 }@media only screen and (max-width: 763px) { #IefFxNepT6CwGebB009zTiBT6h2rKW9y { height:11.25rem;width:20rem;top:15.6357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df8tN88JkfmPhr6TexTAMaxPawEQ4qxw { width:8.5625rem;height:4.25rem;top:1.25rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE { display:block; }#H5xAqIGxBRJTUl5dFAlMcuDgU7LqkVHE > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXJO0r9SrQ9ov5wBa4iGDEvJii6olFiR { width:17.3125rem;height:4.875rem;top:3.1875rem;left:1.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AU9LK68q9ZWM2UMpbgB6vAIsBgExiaVC { width:18.6875rem;height:7.312rem;top:9.625rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIuDoKAz2m1vZHtLNu68ZzbqQSzM2iKu { width:20rem;height:9.625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe2Jh8Zln2RUJSat9Aca0chGOPhl7uEw { width:18.0625rem;height:5.68603125rem;top:20.81298828125rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLXRnsBNVTpxzcQPdQAC93IDUI429KG3 { top:30.3125rem;left:0.1875rem;width:19.625rem;height:3.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #r4MUhoyt93pXCLWzkXRR5w4pfydyi6in { display:block; }
 }@media only screen and (max-width: 763px) { #HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 { display:block; }#HQn8UpRuRTxnl3KSzpB48Gh9fCWWCGF5 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvUmzT0CMD9nZ5LJT5b0AOP7fGTy1MOJ { width:12.5rem;height:0;top:4.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgFIk1zDJT1cvHlFeUUPtcuiVdsrcvJs { width:20rem;height:2.4375rem;top:2rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PbUWMGzfgwoylysQKrhGWiBH24uk2uEO { width:20rem;height:5.5234375rem;top:6.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky { display:block; }#KFlAvx2E1qxKgPK31SSPHS4VCml7ZDky > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMwg9uJkzFprKCcoTJfUzFkVBgQNV91p { width:20rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCwssrzU1mcgsHTUF7NOu1clo9kFt78 { width:20rem;height:10.8125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlOBIXmKpkzdgGhpphptX1DTxZXKobzc { width:20rem;height:6.375rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2n32K3u2hKyONcwOuQa8nPDHos0iLD { width:20rem;height:12.75rem;top:32.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh { display:block; }#MIJ7D5lGTWlwu9qTzF45yWQMkn7zyfnh > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA8qJSrfmIIol4orX0pXR02w5zWtU7mS { width:20rem;height:10.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z07KesyvhQ7NHupWLGOFSTwFf6c0Vunn { width:20rem;height:10.8125rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9ZeKN7H001PtbZrC0g3EKDKgGPHW7ig { width:20rem;height:9.5625rem;top:12.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7OKe9D22bb48St5oCWRz33TBnPOuqJe { width:20rem;height:12.75rem;top:36.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA { display:block; }#y0gwRLvK4c2Hxa5ITZTPFW2kkTpab4VA > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl5ybDwlJRTPZCrPlLwXiy3waCCEwlOR { width:20rem;height:10.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1kuv5Hl59s1UWfvogQ32ywOwPO2GW0 { width:20rem;height:10.8125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMapsk7bRwsLlOAessusanlqI3bqNTeb { width:20rem;height:11.15625rem;top:12.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk7tUq12wI4BtTgqNW3Ncy8U2iw4HEFM { width:20rem;height:7.96875rem;top:38.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCzIseOWfOQTNLEGKfUMPRszzuRGZllz { display:block; }#SCzIseOWfOQTNLEGKfUMPRszzuRGZllz > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smzVRXNzy4n6lNg9O2X4NI5iHMMctgps { width:20rem;height:10.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwTdAARWvJR6dp1QTZZNSsolvCtf5ZV { width:20rem;height:12.75rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpsP9ueRK4gKHhIi5kSzQesQT0DgVezI { width:15.0625rem;height:5.5625rem;top:27.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2dWkz6lXJx6cUP0sb7wF4WghGbZMJ09 { width:20rem;height:3rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB { display:block; }#FTOKJqgfLBkOlJ4zcg30AhVs8STVGRIB > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1keUnqcUkbzUGuFAvLNP9LubW9ToSFE { width:20rem;height:5.84911875rem;top:4.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1htCmDmlKRa3zZBEBPXPJ5segqzsFpm { top:12.4375rem;left:0rem;width:19.875rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9i9C9apbEGz3IfLhQFJlwXLJPcJtPhD { display:block; }
 }@media only screen and (max-width: 763px) { #FTMueAGBkoJJI88exKnkeAT6RFNKvk7y { display:block; }#FTMueAGBkoJJI88exKnkeAT6RFNKvk7y > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEt1WvhZWhIllzkgFeAwKaOVyGWNefp9 { width:20rem;height:4.875rem;top:2.9375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dpZDBukn9dd9pFSGzJNHniCkEcAadOub { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96861a09-11d5-41ca-a780-bf7f744d789d/ADOSPAGINADEVENDASHOTMARTBG1791x1914px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub.adaptive-delivery-prevent-bg, #dpZDBukn9dd9pFSGzJNHniCkEcAadOub.lazyload, #dpZDBukn9dd9pFSGzJNHniCkEcAadOub.lazyloading { background-image: none; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container { background-color: transparent; background-image: none; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container > .video-iframe-container { display: none; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row > .video-iframe-container { display: none; }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .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); }#dpZDBukn9dd9pFSGzJNHniCkEcAadOub > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOIThu3OSADe01kOxEMwykcenlS1aFiQ { width:20rem;height:26.375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ulnQ7Of89EEg7F8MQ1xguZ4nCbDyhz { width:17.9375rem;height:1.29980625rem;top:0.8125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RauPnuxnuTayCPPpl7dDu6BqgeHZl6AN { width:20rem;height:2.5996125rem;top:31.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxaUAaQbfNrOXw2Hc8LmMbVxTZEDSk5I { width:20rem;height:7.7988125rem;top:37.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #id5ExE16F05FocqCK09hIGaGZDhhfLQ0 { width:20rem;height:9.098625rem;top:48.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npoq9oSUrhrOp6wu9eOT4tRRQS4C3cAv { width:20rem;height:0.51813471502591rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyM6Sw5wMdsm19DuLaOPXdMLE2Bw5JNi { width:20rem;height:0.51813471502591rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 { background-color:#303030;background-image:none;display:block; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container { background-color: transparent; background-image: none; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container > .video-iframe-container { display: none; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row > .video-iframe-container { display: none; }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .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); }#rAdGWLm3EfDTROM25ldcTPDA5ycT1cu7 > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZvsidkz75il1dXn4xdfrML7zVwu0Tug { top:10.2983125rem;left:-0.125rem;width:20rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOCoXzJVs1hcaGDxAMVrscB2aOpzmiUU { display:block; }
 }@media only screen and (max-width: 763px) { #VTShLPofP1K8w5OsqyAMJ47AMaU7sqXR { width:20rem;height:4.63036875rem;top:3rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu { display:block; }#ghiShzQ5GudUAAlLLkzPmqe1R2b0gNLu > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR7aI9SetotRU9PuqdsKO1ZCxb1nGoIK { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd { display:block; }#cnielMSNgPdN2a9C6g4rRW6dvSs1Rhwd > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvWxe4VT9QV6RxSEhhbX4xf7mVUy3MTN { width:0.1875rem;height:18.75rem;top:12.23046875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDl1G9nBgXoztZcZioUrWbTFMCTqFqzk { width:17.4375rem;height:4.875rem;top:1.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0lTuNGvOQULreuvKGet6ZzkoVoXyv7P { width:17.4375rem;height:1.21875rem;top:7.375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPloBPJREcanB0ivZe1PnOZoLvkU68RQ { width:18.8125rem;height:1.13720625rem;top:8.59375rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQgB0ZxhycfXqC7siafp8DJXzf3n6FKd { width:17.4375rem;height:3.65625rem;top:14.9375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDTxTLBuaM4BGNTFC6eibEWR3Mp21kC8 { width:17.4375rem;height:1.21875rem;top:19.8125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBC23SPG4arXx6unCy9kpOGIlre2fLaD { width:18.8125rem;height:1.13720625rem;top:21.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yygpwhJ3F4lxgsg0EXyHDC9Brxt2XFkn { width:0.1875rem;height:18.75rem;top:41.9921875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSp7E8NeLOodimTfl0lmGlZ8PVqwoX2m { width:0.1875rem;height:18.75rem;top:70.53515625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1PkFwbQH8S9FnkBscCIC38eceLXebPp { width:17.4375rem;height:2.4375rem;top:27.8125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnEZggJwf6cTH2pBA1M3XaJ9xxzVBZmB { width:17.4375rem;height:1.21875rem;top:31.5rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG5MvQ1JuKFTo3e4zts5gzLnTAvp4AC1 { width:18.8125rem;height:1.13720625rem;top:32.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRNeGmlFMc2iKkSOyWX7vfzeAPr4iNhJ { width:17.4375rem;height:1.21875rem;top:39.8125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdsRRfeh8vxdltn7uMEKruA6iR1vtoM { width:17.4375rem;height:1.21875rem;top:42.25rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osu7h37q5WseGXyJZmhtprKKoPN6kCuB { width:18.8125rem;height:1.13720625rem;top:43.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrhpd7fInTcgV2ogX7pazQIUwTZ8f0sN { top:12.4375rem;left:0rem;width:20rem;height:0.1875rem;z-index:15013;background-color:#6358a2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4eqbocTJSOqVIU5IhnKBxxkc1FIdoW { top:24.75rem;left:0rem;width:20rem;height:0.1875rem;z-index:15014;background-color:#6358a2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PHwzSxvaBD8SgBchyIXBrtDvd3NK5ooN { top:36.9375rem;left:0rem;width:20rem;height:0.1875rem;z-index:15015;background-color:#6358a2;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GaGs00v3sAJAtJ41EDkrqD1daVm1CL2Z { top:48.44921875rem;left:0rem;width:20rem;height:4.625rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zCRT00STnyTvW186iRQcPFNT3hc89g79 { display:block; }
 }@media only screen and (max-width: 763px) { #TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO { display:block; }#TvEE1RQ2of7GbpI2B4BQJb2xfxC8W8aO > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G45xENB8B0ZC1bRf20Gt3kwqvBmlHCqm { width:16.875rem;height:16.875rem;top:3.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqskbFOitFmIA8NuyT7718qL1RErPlq8 { width:20rem;height:2.4375rem;top:22.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF { display:block; }#gg8dqFOH1bcZhPlyRTPGmA93LhrA89bF > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Day7xBJn9bP7WQ83Qo3D7LWwpOh4NKU0 { width:20rem;height:0.89355625rem;top:21.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdsDA6AvsOBu9UdJwcvi2faulEviBCNZ { width:20rem;height:25.25rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM7uP48RlPbcfrs6Z0ohSREDugoi9l4T { width:17.5rem;height:0.1875rem;top:19.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaosfZ6TZB2V4kbCsXQyLih7cTMG4iLv { width:20rem;height:2.4375rem;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QavmCRcFtlf36mqh4cGQOKXPLf6thzsZ { width:20rem;height:2.4375rem;top:8.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuH2tdCIS3HyBVTpw6vsHJxKVrlsphhg { width:9.125rem;height:2.5996125rem;top:12.3125rem;left:7.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6STdUy4nBxgSe2T1DAW0EzJx6SNM94C { width:3.125rem;height:1.13720625rem;top:13.4189453125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cleb3Q28wPIA26KgAyAwunktFoxz4xH9 { width:3.125rem;height:1.4624rem;top:12.5rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Ceu5OgIS3m5iRF6B5vKM7n0nqoCUTd { width:20rem;height:1.3808625rem;top:16.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVE5uzHJ5CULpJZop1hliib0xQW6ROod { top:24.125rem;left:1.21875rem;width:17.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTGz4K2bhp3i9f5f7KpvaHSNkpdpvHpI { display:block; }
 }@media only screen and (max-width: 763px) { #iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E { display:block; }#iDSgq5vVzf75Dovh8r0NM0T1qQVDVn6E > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w { display:flex;height:auto;width:17.5rem;top:9.46142578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hszCITQmBgcfkdDuVg3hdNerW4N5ZHAv {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hn5ukLrpG4KBFe0DZ5x2gUZRlHGsq9iG {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #z9rtafh08PxL8CZnaWo5ECh3MAEU5Q4l {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #oWlKU1IpPG05NU45lZn8d64KGdvb45If {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #wxS3A9V36IgWtypqpBUu8Gt6r63H6HiT {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #ilgQUaHOOlGzH8vxGn4u4mQmSStp5h5G {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #xgg7nPvuTdMEsWuIWCErWcE7rtpmxQUd {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #E3TndEDEGPdOrRO6MnufC6D6viWcE6Le {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Rg0aRpwyOorCp3zFmabOvPxwcA3hTa8R {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Hoiwrpd96rTdulaDRGFSKQhKXoWDPQh1 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #yATE88lTntr4FaHsni1TqKnvpIvUi78u {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #r0bfdxFKAL0hexJSaetyy5vJrblxH6Fy {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #L95NgBThGGklNpX2yzz7Sy1duqVs7gEy {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hJgu1gDt6o26IakPqSeKDmuM4U5XT1qx {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #AXNMb4HWHgXKvxymiksge3uaBpexmelA {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #lX4OvlkuJJV8tZyyPB0UJFFQ4KMTc2as {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hpJABbwbw8z2eHkoiCaxEHcMCCKn3MO1 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #FFctso3laxaNFFQt3XpvDaEAts4h8snJ {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #qSEHi4yEedUxpIBBdZM55fD5DQO5R4d1 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #w8HX13EGp0uWzzGNBN8ieu3dGlAniPyw {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #amH5DEbiggNJISrBSnKvV1qnI8bCb8EJ {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #PRuBXTeU20OoKBWKXxzvQawJWWvIXzCX {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #y0efw7GEeKPUO8l7ETvh7hA6sliJ5w63 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #Jhl2KLoxLeUKyz0nJLb9WoKN9HLWB70T {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #dAtMAdeSdxR7t8k1OcZ92XLpIMmJrNz8 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #hH1hZkTpzy5qPTKAhaNbNMSXasxWEZIi {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #CeNvoCDt58Iy2RttTgW57MSgb1WS9p9c {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #TVax9FTqx498cXGVPD0znl9mNxbgw274 {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #U23PCUTHFZDiCZEDmwuPUgnxgtOvHrkW {  }
 }@media only screen and (max-width: 763px) { #fCVJmrLHhvlza94bCcfDH0OW64pg5Z0w #RGbBaQHpq5kN45eM8kscq6qqOzRoGTW0 {  }
 }@media only screen and (max-width: 763px) { #X6hngx1sJCbhVadQZQpocDKgpTWpfsOS { width:20rem;height:4.875rem;top:3.08642578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy { display:block; }#rdSRSpBHRAw3Rnlw2EVoAvJXxNtthuDy > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOdhfS28X2Bh78QQmfV7dHZ1FwKO8ufJ { width:20rem;height:2.1123rem;top:5.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8FTdHGZNsrbm7No2xLaZJZbKMGw1tTe { width:6.1875rem;height:3.125rem;top:1.25rem;left:6.875rem;display:block; }
 }