.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:#f8f2ef;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { background-color: transparent; background-image: none; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container > .video-iframe-container { display: none; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row > .video-iframe-container { display: none; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .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); }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { border-width: 0; border-radius: 0; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#mEDmM2ScEbIJe3TvSmuAqxcSkKvZcMdp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#051c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.375rem;left:8.25rem;display:block; }
#qDLplZVWkKJX9HUipTBK7KPv0l8zBSW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6d6afffVU6Q3mIfX1T8g557ygOZxyEi { 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:5.6875rem;width:7.3125rem;top:1.1870660781861rem;left:1.9997844696045rem;overflow:hidden;display:block; }
#JID5DAC7GRLJkJrXz2MPyCFQua8k4GQK { box-sizing:content-box;height:3.9375rem;width:21.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:2.0625rem;left:52.40625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;border-top:0.0625rem solid #be7e66;border-left:0.0625rem solid #be7e66;border-right:0.0625rem solid #be7e66;border-bottom:0.0625rem solid #be7e66;display:block; }
#ANwSxgTcTlTXH2i7Jb0QP6bdbwmWopMd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.46875rem;left:53.65625rem; }
#JyPxbHqgQmu9CSPT0b469poTal2RnJp8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3rem;left:70.21875rem; }
#JyPxbHqgQmu9CSPT0b469poTal2RnJp8 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#f6zEolK1UpNOEJvH5N4pcBmRPz7747BA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5672743320465rem;left:56.911899566651rem;height:2.92535rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/37b7852d-0e72-429b-abbe-a7de13ba2ca4/valepradinhosBG.jpg");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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:75rem;overflow:visible;position:relative;display:block; }#rbT9Ghqvy5DHEpEEttRRIFZ6fHXD28ah { box-sizing:content-box;height:47.5625rem;width:27.6875rem;position:absolute;display:block;z-index:15006;background-color:#be7e66;background-image:none;top:8rem;left:47.3125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#yIaPbHN6nBgTh8hZmkanLyBVVlNre7Dd { color:#ffffff;display:block;width:24.6245625rem;position:absolute;font-family:urbanist;font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.5rem;height:2.92535rem;font-style:normal;display:block; }
#AcwBxTlstzoLTrugEqMBwTzuv178Kv0I { color:#ffffff;display:block;width:17.999125rem;position:absolute;font-family:urbanist;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:52.125rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-form-header {  }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#051c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.1875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 [class*="-text"]:-moz-placeholder { color:#131313;font-family:"open sans";font-size:1rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 [class*="-text"]::-moz-placeholder { color:#131313;font-family:"open sans";font-size:1rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 [class*="-text"]:-ms-input-placeholder { color:#131313;font-family:"open sans";font-size:1rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 [class*="-text"]::-webkit-input-placeholder { color:#131313;font-family:"open sans";font-size:1rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:19.9375rem;overflow:hidden;font-style:normal;float:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-container:first-of-type{padding-top:0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-container:last-of-type{padding-bottom:0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.5625rem;left:49.9375rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem;display:block;vertical-align:top; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 {display:block;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.5625rem;left:49.9375rem;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EVaticA3WPFrUFgzBD1XUA8Ctkybequm { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #ObKqyMdW7LTHVvEXn4v3ihShAakSc7DS { position:relative;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QHVoXRIC6XGmh0vtcoETsKQ9bnMsqlSu { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XOoQU0uoD13hX5VSfJEzy36yhTbSr3kf { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EKU3aHZ5yS6OXnIGzrm9kcE4IEnk3K9x { position:relative;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XIskpaZ9OlXM802918qM4UPaggCcaWgI { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FVArXWkcdhsTmnpdRhMJS4fUVV7nwBVB { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QQTGkZSCoptAaUX1odrWcTJ1fcIALa8y { position:relative;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #try4wU7GcmBe3CQII0gyoUhRg9y23cJE { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fTITPSzEO2RHWnKWAn8hQBoHCWSe3siv { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FFsrpTrKpeJL8yNXDHO3GNTKNfqgarKM { position:relative;display:none; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #PZU2gSsXF0KSyE4EzOKLlcH89O085Ag7 { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #LJlIlaLlQRev8wTVi9d2mdAA5ynoNtSr { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fg7tBs5Lr59eVQOJkzoBy4ExoJ94fcAg { position:relative;z-index:2; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EeNSlve3ZtmQ6l5DSXkWRTGunUC9TwGX { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #SJKk347NLWNtBqQCpxszMpmmZsq1Ehkd { position:relative; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #Kc1XL6VrtU5XZyTMOKGkyu1sCKuglp7V { position:relative; }
#pCKWS1ZQqTLNpTdV6rP5NVXDmfhHoa19 { color:#ffffff;display:block;width:17.061625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:45.624785423279rem;left:52.624788284302rem;height:0;text-align:center;text-align-last:center;display:none; }
#zduFTboxyk4cTczGT0V7kiVN9e5ThAl0 { background-color:#051c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.811rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:48.6875rem;left:50.9375rem;display:none; }
#mfZ6ZTPcQXTkrd24ZiBL0I9I0u76biAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeuReQR46ZZ8kJFHAII8Ta1MMGz5Pwga { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:47.55078125rem;left:13.0625rem; }
#lORIgBMmC1TbBQwHexnt31kTVT9ltn0i { color:#051c2c;display:block;width:22.8125rem;position:absolute;font-family:urbanist;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:49.9140625rem;left:22.125rem;height:2.2744125rem;font-style:normal;display:block; }
#Q5J0CUQhGIU5RI4qRxfxBGNCrN9XXySu { color:#be7e66;display:block;width:32.561875rem;position:absolute;font-family:albra;font-size:4.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:17.3125rem;left:9.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D5K0XgVnfeM490l3eOF9QIB5XZbqs6xx { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:14.625rem;top:6.5927734375rem;left:27.060546875rem;overflow:hidden;display:block; }
#b78o3mUp43JtUOwzCKX9dBHhyNGTzZWi { color:#051c2c;display:block;width:19rem;position:absolute;font-family:urbanist;font-size:2rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.29296875rem;left:9.5rem;height:2.5996125rem;font-style:normal;display:block; }
#AuhEE2iFdnBcIwtTizbpJuwO9RE2Wtbu { color:#051c2c;display:block;width:34.6875rem;position:absolute;font-family:urbanist;font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:27.3125rem;left:9.0625rem;height:1.94921875rem;font-style:normal;display:block; }
#fPE8CHoqEdoONhSqXFFmdcq7w6qxpwfA { color:#e8f7ff;display:block;width:32.5615rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.1279296875rem;left:11.2509765625rem;height:11.6953125rem;font-style:normal;display:block; }
#gWItO32n20eybZ1zq99ycFkwJ4BWDkMO { color:#be7e66;display:block;width:24.749rem;position:absolute;font-family:albra;font-size:2.5625rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:44.5859375rem;left:11.2509765625rem;height:2.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJPWwUMQOydQehTLLuVE7pDcqU7bQtiU { 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:32.1875rem;width:9.375rem;display:none; }
#Fh9KJv1RlqMOHJNm1rt7yqIZ2XMUaAB0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:9.375rem;display:none; }
#gkGHvlmcH3l2g1xvbHFfZuPObZVJpXJT { 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:32.9375rem;width:9.375rem;display:none; }
#zhXZwpROBVNefl73na5qviqDBZMZozkI { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:17.1875rem;top:31.0625rem;left:53.2177734375rem;overflow:hidden;display:block; }
#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { background-color: transparent; background-image: none; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container > .video-iframe-container { display: none; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row > .video-iframe-container { display: none; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .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); }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { border-width: 0; border-radius: 0; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#HRA0JKnyTx9ZXtaZDG7uCWvnwxw9PgvS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.06185rem;width:5.87456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.2786426544187rem;left:39.779735565186rem; }
#wVToVgitFEw0WWfIIdG3rmv1nTq99dTu { color:#051c2c;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.619789123535rem;left:36.467014312744rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0LhrFynIHeGUm7Fz29dWEDCziGT07yt { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.215709686279rem;left:36.310764312744rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#bgNEIMN8BkKRp7Tcg4umprER5O0AQHAn { color:#051c2c;display:block;width:13.311625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.21462726593rem;left:18.280164718628rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#MVgiPIrcnuxPZHyGfUnrGPup1AhibkoL { color:#051c2c;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.621959686279rem;left:18.687068939209rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfQsib8CdLJsvzcKpXyWO59mq0GPDoFh { box-sizing:content-box;color:#5d92ff;font-size:5.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.6872787475588rem;left:21.812068939209rem; }
#K2Wpr0KTiJlEcDaInCX1E59vKGnahqOc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6855625rem;width:7.6855625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.9689636230469rem;left:4.9967460632324rem; }
#PlTqpzRZT4HHGaCkE5s0PMfZvKdrlQkk { color:#051c2c;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.621959686279rem;left:2.5911464691162rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpbKIeoSosWOa2aAu0oneGINJWvGNwWT { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.215705871582rem;left:2.8114166259766rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#rWhrS4UyrzZnNCUVqdB2SwzfoQo8bJeX { background-color:#051c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#be7e66;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.686rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.52908039093rem;left:18.091363906861rem;display:block; }
#LJ6uf4kgck11ddoNNI3LW2SKThq2w8wK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spuZOp1wyqdJ3s8UpxRFK2QEo8fBGZXt { color:#051c2c;display:block;width:20.625rem;position:absolute;font-family:urbanist;font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:10.112848281861rem;left:53.457035064698rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be7e66;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5875rem;padding-right:0.51375rem;padding-bottom:0.5875rem;padding-left:0.51375rem;display:block;align-items:center;width:3.080625rem;min-width:3.080625rem;height:3.15875rem;position:relative;font-family:arial;font-size:2.350625rem;font-weight:700;line-height:50.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-label { background-color:;background-image:none;color:#051c2c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1075rem;height:1.24875rem;position:relative;font-family:"open sans";font-size:0.88125rem;font-weight:400;line-height:19.98px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.4375rem;height:5.95rem;padding-top:0.07375rem;padding-right:0.073125rem;padding-bottom:0.07375rem;padding-left:0.073125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.089839935302rem;left:53.478733062744rem;z-index:15040; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #xSscJy1fGvAwbHQ1aUmSNG8D1xDqENlE { display:flex;position:relative;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #qGF6ixDTfOpVV2D1TMISHTvPoStJmRQx { width:auto; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lJsnqR4hMJdCTWIN1RJTrMqBNs6UETZu {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lc3z9JDLrGpBABnLdtab2JdCwMdJ4iJ3 { display:flex;position:relative;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #w5kWOvvC2xrtp6wzrhO5Th79MiTiTofR {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #yN4keBUWLMKpcTh3UrAgnSlzBHkIUzQq {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #bQA7afLbAUgCulDasd9smTCyZKmH37TT { display:flex;position:relative;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #n8b7VNfNGpqsRGeaJWwupX246dM758ub {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #XH6Nq73EvQIO3AwZpQLmPZXDEZAqW9Jv {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #Oo3oyfNGgqnF5hawPEXB0RixRNbSrTQE { display:flex;position:relative;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #c9TrSVoB2pWsqxOGmdaQXBIkwDnCTcRJ {  }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt #VLWTKOuJ9pKOU483tNvx68M9Wov0PZZf {  }
#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row .container { background-color: transparent; background-image: none; }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row .container > .video-iframe-container { display: none; }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row > .video-iframe-container { display: none; }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .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); }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row .container { border-width: 0; border-radius: 0; }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#MBc52M78uEw2VfzS43e9guGtkqXCTPiT { color:#051c2c;display:block;width:25.75rem;position:absolute;font-family:urbanist;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.0625rem;left:2.5625rem;height:3.4121125rem;font-style:normal;display:block; }
#OobptzTqsFSfVc6kuaJvOi9ZZQcv4c39 { color:#051c2c;display:block;width:22.9980625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.6875rem;left:2.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#DLlyxokLR30PZN4Nw9uP3KKfcMXrvdIo { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.37434875rem;width:8.2498125rem;top:11.375rem;left:2.5625rem;display:block; }
#htE8qVnRDGcBf4gBwfLXlH84pR0TaIV2 { color:#051c2c;display:block;width:32.436rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.8125rem;left:2.5625rem;height:19.004875rem;font-style:normal;display:block; }
#eBUM27p7PUCt6agzENmrSsB7hOci5xi6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:8.5rem;top:14.375rem;left:57.5625rem;overflow:hidden;display:block; }
#bT4GxNzJPkcsdezgTr9mVX47KSqDystK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:11rem;top:25.375rem;left:58.9375rem;overflow:hidden;display:block; }
#HVdeHIbnTuRzJMKR4d5TGIH2fJ6Vis3a { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:18.125rem;left:50.6875rem;display:block; }
#U31MeFzbJgA8DlaGN5V9kIfzTT7Bf5lt { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:16.1875rem;left:48.0625rem;display:block; }
#gK1adsrwQRUTAQSwKnA5iOWhLwcFDpbp { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:4.25rem;width:4.25rem;top:28.25rem;left:48.0625rem;display:block; }
#qmO4pJbsIUDMAVPqvLNLqxZ0J8zgQuuh { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:30.3125rem;left:51.1875rem;display:block; }
#lVrTihq4NOgBINLvAVf3quxwBQGuTqTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.75rem;left:48.625rem; }
#KzepUcVJQrMTT2keCanoBfFPJT7alr3o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:28.8125rem;left:48.625rem; }
#GISbwVUQC4SVCFqqwgRBUwxTArTroiET { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:14.375rem;top:4.7998046875rem;left:52.25rem;overflow:hidden;display:block; }
#Eae3tIBmVts07gVXcJArBy6w84n4hJhf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row .container { background-color: transparent; background-image: none; }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row .container > .video-iframe-container { display: none; }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row > .video-iframe-container { display: none; }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .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); }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row .container { border-width: 0; border-radius: 0; }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#vbumsFyXsccPeyuCqW5GRubtOEctWTHd { color:#051c2c;display:block;width:32.6248125rem;position:absolute;font-family:urbanist;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.7545566558837rem;left:40.749788284302rem;height:3.4121125rem;font-style:normal;display:block; }
#KDVJUTa8TRIUsrL8IIwHSgyu2yPcBFdb { color:#051c2c;display:block;width:22.9980625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.2929692268372rem;left:40.749782562256rem;height:1.462675rem;font-style:normal;display:block; }
#ZQZ2QLbmXmJEnpbxMlrQ3hT3U9V5TBqn { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.37434875rem;width:8.2498125rem;top:10.686859130859rem;left:40.749788284302rem;display:block; }
#VCiFh8F8lhJmqF8WHWgJAlCN8OB9d2bt { color:#051c2c;display:block;width:32.436rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.122613906861rem;left:40.844186782837rem;height:23.390625rem;font-style:normal;display:block; }
#UVMn1l4CDsePJ4Twb4t3d0LpWFZvlma8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0.25rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:41.875rem;width:30.75rem;top:1.4355492591858rem;left:6.5614166259762rem;overflow:hidden;display:block; }
#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM { position:relative;display:block; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM { background-color: transparent; background-image: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container > .video-iframe-container { display: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container { display: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .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); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM { border-width: 0; border-radius: 0; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:67.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gz6VHneD32sOu8WTreATkwvUsesWdgRR { color:#be7e66;display:block;width:75rem;position:absolute;font-family:albra;font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w1L38Ug1k3EOUzUbWupyt32KQoqNkbm6 { color:#051c2c;display:block;width:28.8125rem;position:absolute;font-family:urbanist;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:10.8125rem;left:23.09375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFe9pNq0dkrft8vTAgklQTFllaOs9RJO { background-color:#be7e66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.125rem;left:28.75rem;display:block; }
#ut9Fdv9tGGsd5LXkSnTQPlx0IuT9bpMs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI { position:absolute;display:block;z-index:15003;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/b1917a46-abe0-4671-9579-cfb913de0e7f/dauvasefazovinho.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:26.0625rem;left:7.5rem;display:block; }#bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI.adaptive-delivery-prevent-bg, #bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI.lazyload, #bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI.lazyloading { background-image: none; }
#THmiDtVHCKWpqb60N0m2Ie81RQczGBs2 { position:absolute;display:block;z-index:15004;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/fd339b88-dbe1-4519-83af-4ed81681ef3e/abarricaocopoearolhadovinho.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:30.5625rem;left:28.0625rem;display:block; }#THmiDtVHCKWpqb60N0m2Ie81RQczGBs2.adaptive-delivery-prevent-bg, #THmiDtVHCKWpqb60N0m2Ie81RQczGBs2.lazyload, #THmiDtVHCKWpqb60N0m2Ie81RQczGBs2.lazyloading { background-image: none; }
#PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo { position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/b8fff969-44b7-4de5-a066-2117a05ceba1/apartilhadovinho.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #000000;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(0,0,0,0.05) ;height:23.125rem;width:18.875rem;top:26.0625rem;left:48.625rem;display:block; }#PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo.adaptive-delivery-prevent-bg, #PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo.lazyload, #PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo.lazyloading { background-image: none; }
#MxH6b9I3Qlo19NLIckbVnbmtQV8Kd8QF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:45.5rem;left:10.6875rem;height:3.087025rem;text-align:center;text-align-last:center;display:block; }
#UFKmpue6qbrsGhLCuXGWT2NZAfrweBpM { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:urbanist;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:45.5rem;left:28.71875rem;height:7.125625rem;text-align:center;text-align-last:center;display:block; }
#UKOlzNEtb7Jp4Tue5oZxOa4ubzWnUTEF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:44.75rem;left:51.8125rem;height:3.087025rem;display:block; }
#y8zGnOvJr3Nen5o5OJd3t4gCiTWdePeV { color:#051c2c;display:block;width:34.0625rem;position:absolute;font-family:urbanist;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:58.125rem;left:20.46875rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row .container { background-color: transparent; background-image: none; }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row .container > .video-iframe-container { display: none; }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row > .video-iframe-container { display: none; }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .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); }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row .container { border-width: 0; border-radius: 0; }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row .container { font-size:0.875rem;font-family:arial;height:108.25rem;width:75rem;position:relative;display:block; }#XkTwdwRDvbEz4Bt0XakdFypT1bfCfMWN { color:#051c2c;display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:45.1875rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KZitTkKIZbS66nMwKRaUKU3keAmIaPbT { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.5rem;left:62.9375rem;display:block; }
#fKMxCOvgn6AR13l7l74qSqAwh74FdH9G { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:6.5rem;left:3.75rem;display:block; }
#quIDoEOMCb6vt0KugRI8LJff3JHrQZQ3 { color:#051c2c;display:block;width:11.3748125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.030816793442rem;left:13.435331344604rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XoHcMEvcqDCBQOneTCdkkPp2FxlB6y0t { color:#ffffff;display:block;width:16.936875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.613065481186rem;left:13.435331344604rem;height:7.7988125rem;font-style:normal;display:block; }
#hJSUfFv8SORcJWGDzIJQGcdMA8MAEqzs { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:21.875rem;left:42.625rem;display:block; }
#JEbcCcRFBfL5fpuGM1rpmUvhWk9X3ESK { color:#051c2c;display:block;width:11.7480625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.435547828674rem;left:54.153650283814rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THJguiQNp3XHMpDuT8DdqTcdoyUidU3X { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:30.653213500976rem;left:54.153650283814rem;height:5.19921875rem;font-style:normal;display:block; }
#ew5TBRPReH7Ol3gg4zES6QWXqm0ZTwzA { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:52.625rem;left:42.625rem;display:block; }
#J1Wcy4OBdyy3EIZ74tZRDMhpobXBktfa { color:#051c2c;display:block;width:14.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:56.3125rem;left:53.4658203125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHMT76nbVOb80pFNKWZNNCOc7AZbPLhH { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:60.4443359375rem;left:53.4658203125rem;height:10.3984375rem;font-style:normal;display:block; }
#vRsL8Wrn8vPnv75lICgmJmsXOt0WpPgM { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:36.375rem;left:3.75rem;display:block; }
#buAwJy7xyBErxspU4B7kATHOwCucrkMd { color:#051c2c;display:block;width:11.3748125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.809896230697rem;left:14.184030532837rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AgO8o34sKo6OEw06QWoiiCWqk3WcWPFe { color:#ffffff;display:block;width:15.4365rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:45.9482421875rem;left:14.18359375rem;height:7.7988125rem;font-style:normal;display:block; }
#Iyx5PUTqX0fmkCK6NQvcdho9ZPEcM9rT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:5.625rem;top:4.3681640625rem;left:6.5888671875rem;overflow:hidden;display:block; }
#ynNHeWJ8KiXvkFEF4R0LRFREfhageyZL { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:63.9375rem;left:3.8125rem;display:block; }
#X008OA1X7xc5IAUJnXlwNgQmJpN9npIN { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:74.309898376462rem;left:12.874567031861rem;height:7.7988125rem;font-style:normal;display:block; }
#gfFaws2hxgNFnNeTQT5TekXFJ9xMlQnd { color:#051c2c;display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:70.130859375rem;left:13.0615234375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQRC7N0RRV077DeFeobgu6ZzSU1AxMWb { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be7e66, #dca796);background-image: -moz-linear-gradient(180deg, #be7e66, #dca796);background-image: -ms-linear-gradient(180deg, #be7e66, #dca796);background-image: -o-linear-gradient(180deg, #be7e66, #dca796);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#dca796' );";background-image: linear-gradient(180deg, #be7e66, #dca796);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9375rem;width:27.25rem;top:81.25rem;left:42.625rem;display:block; }
#DJwwa5yyuF61mZg907WJMxWQJTXmh9zd { color:#ffffff;display:block;width:15.374375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:90.998268127444rem;left:53.716363906861rem;height:9.098625rem;font-style:normal;display:block; }
#u5pOvLt1ClRPlTRDWetM1fyAaf4cFtqi { color:#051c2c;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:87.1953125rem;left:53.5283203125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tBPZp0IXqEuHDWxLNmmx6tdFH8kcZDzA { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:5.9375rem;top:78.3583984375rem;left:45.9951171875rem;overflow:hidden;display:block; }
#X4ykiZPXqW1TQtf5Bih1u0b1ykvMVyBS { position:absolute;display:block;z-index:15043;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:20.5rem;width:5.6875rem;top:33.1845703125rem;left:6.5576171875rem;overflow:hidden;display:block; }
#Vy4T5sWSRJVnotc91TK9ncgtI3ug9gs2 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:5.875rem;top:60.8125rem;left:5.8095703125rem;overflow:hidden;display:block; }
#bBtKzbQVgGWHVgHl4p18FCAnrMQnhFoH { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:5.8125rem;top:49.845703125rem;left:46.0576171875rem;overflow:hidden;display:block; }
#l3UhadrZKZuJC2lb5PQrEhrKq6PIu6om { position:absolute;display:block;z-index:15047;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:20.5rem;width:5.8125rem;top:18.5576171875rem;left:46.5576171875rem;overflow:hidden;display:block; }
#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93737fdc-1d69-46dd-a9e6-ccb399614149/cardwinemaking.jpg");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; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD.adaptive-delivery-prevent-bg, #lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD.lazyload, #lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD.lazyloading { background-image: none; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { background-color: transparent; background-image: none; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container > .video-iframe-container { display: none; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row > .video-iframe-container { display: none; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .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); }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { border-width: 0; border-radius: 0; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#QtsKOMrIh4VHkG4vdQTSbLaPnQbUoKsZ { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:albra;font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:7.4375rem;height:3.4121125rem;font-style:normal;display:block; }
#iwZIQgTVIT9Bbe7lfEAxfe0xbhVHSv8z { color:#be7e66;display:block;width:23rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.1875rem;left:7.4375rem;height:1.4619125rem;font-style:normal;display:block; }
#AmUfoMOh8ZIFzKt7d1TDTDRmtGr0diEv { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -moz-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -ms-linear-gradient(339deg, #be7e66, #7b4d3b);background-image: -o-linear-gradient(339deg, #be7e66, #7b4d3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be7e66', endColorstr='#7b4d3b' );";background-image: linear-gradient(339deg, #be7e66, #7b4d3b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:12.75rem;left:7.4375rem;display:block; }
#URTbKf92SMrzeCNr2feEOUci0VbT3LpW { background-color:#be7e66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.6859817504881rem;left:50.623918533325rem;display:block; }
#TiJFSTzmBpT0EydCqEG3HW95uux3UAbA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { background-color: transparent; background-image: none; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container > .video-iframe-container { display: none; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row > .video-iframe-container { display: none; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .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); }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { border-width: 0; border-radius: 0; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#iC48rLlxChpRcLzhqxv64n5GhOhIbVVy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:9.6875rem;top:2.15625rem;left:0rem;overflow:hidden;display:block; }
#zIbvSSkghvNTrZNLRMGgBa9p96PlDWLT { color:#051c2c;display:block;width:35.8125rem;position:absolute;font-family:urbanist;font-size:1.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.72265625rem;left:19.59375rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UT7stWkFT82yp58TsIvMQZMTmzoFZ9hW { color:#051c2c;display:block;width:12.5rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.005859375rem;left:62.5rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv { display:block; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEDmM2ScEbIJe3TvSmuAqxcSkKvZcMdp { width:15.75rem;height:3.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLplZVWkKJX9HUipTBK7KPv0l8zBSW3 { display:block; }
 }@media only screen and (max-width: 763px) { #z6d6afffVU6Q3mIfX1T8g557ygOZxyEi { top:1.125rem;left:0rem;width:7.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JID5DAC7GRLJkJrXz2MPyCFQua8k4GQK { top:2.0625rem;left:26.375rem;width:21.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANwSxgTcTlTXH2i7Jb0QP6bdbwmWopMd { top:2.4375rem;left:40.03125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPxbHqgQmu9CSPT0b469poTal2RnJp8 { top:3rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#JyPxbHqgQmu9CSPT0b469poTal2RnJp8 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #f6zEolK1UpNOEJvH5N4pcBmRPz7747BA { top:2.5625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbT9Ghqvy5DHEpEEttRRIFZ6fHXD28ah { top:8rem;left:20.125rem;width:27.625rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIaPbHN6nBgTh8hZmkanLyBVVlNre7Dd { top:10.4375rem;left:23.1875rem;width:24.5625rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwBxTlstzoLTrugEqMBwTzuv178Kv0I { top:15.625rem;left:29.8125rem;width:17.9375rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-regular-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-textarea { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-button { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4  { width:21.1875rem;height:auto;top:21.5625rem;left:24.0625rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .radio-container { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 {display:block;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 { width:21.1875rem;height:auto;top:21.5625rem;left:24.0625rem; }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EVaticA3WPFrUFgzBD1XUA8Ctkybequm {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #ObKqyMdW7LTHVvEXn4v3ihShAakSc7DS {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QHVoXRIC6XGmh0vtcoETsKQ9bnMsqlSu {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XOoQU0uoD13hX5VSfJEzy36yhTbSr3kf {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EKU3aHZ5yS6OXnIGzrm9kcE4IEnk3K9x {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XIskpaZ9OlXM802918qM4UPaggCcaWgI {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FVArXWkcdhsTmnpdRhMJS4fUVV7nwBVB {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QQTGkZSCoptAaUX1odrWcTJ1fcIALa8y {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #try4wU7GcmBe3CQII0gyoUhRg9y23cJE {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fTITPSzEO2RHWnKWAn8hQBoHCWSe3siv {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FFsrpTrKpeJL8yNXDHO3GNTKNfqgarKM {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #PZU2gSsXF0KSyE4EzOKLlcH89O085Ag7 {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #LJlIlaLlQRev8wTVi9d2mdAA5ynoNtSr {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fg7tBs5Lr59eVQOJkzoBy4ExoJ94fcAg {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EeNSlve3ZtmQ6l5DSXkWRTGunUC9TwGX {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #SJKk347NLWNtBqQCpxszMpmmZsq1Ehkd {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #Kc1XL6VrtU5XZyTMOKGkyu1sCKuglp7V {  }
 }@media only screen and (max-width: 763px) { #pCKWS1ZQqTLNpTdV6rP5NVXDmfhHoa19 { top:45.5625rem;left:30.75rem;width:17rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduFTboxyk4cTczGT0V7kiVN9e5ThAl0 { width:21.75rem;height:3.4375rem;top:48.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfZ6ZTPcQXTkrd24ZiBL0I9I0u76biAk { display:block; }
 }@media only screen and (max-width: 763px) { #DeuReQR46ZZ8kJFHAII8Ta1MMGz5Pwga { top:47.5rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lORIgBMmC1TbBQwHexnt31kTVT9ltn0i { top:49.875rem;left:8.5rem;width:22.8125rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5J0CUQhGIU5RI4qRxfxBGNCrN9XXySu { top:17.3125rem;left:0rem;width:32.5rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5K0XgVnfeM490l3eOF9QIB5XZbqs6xx { top:6.5625rem;left:13.435546875rem;width:14.625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78o3mUp43JtUOwzCKX9dBHhyNGTzZWi { top:9.25rem;left:0rem;width:19rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuhEE2iFdnBcIwtTizbpJuwO9RE2Wtbu { top:27.3125rem;left:0rem;width:34.6875rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPE8CHoqEdoONhSqXFFmdcq7w6qxpwfA { top:32.125rem;left:0rem;width:32.5rem;height:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWItO32n20eybZ1zq99ycFkwJ4BWDkMO { top:44.5625rem;left:0rem;width:24.6875rem;height:2.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJPWwUMQOydQehTLLuVE7pDcqU7bQtiU { width:9.375rem;height:32.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fh9KJv1RlqMOHJNm1rt7yqIZ2XMUaAB0 { width:9.375rem;height:33.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkGHvlmcH3l2g1xvbHFfZuPObZVJpXJT { width:9.375rem;height:32.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhXZwpROBVNefl73na5qviqDBZMZozkI { top:31.0625rem;left:30.5625rem;width:17.1875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl { display:block; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRA0JKnyTx9ZXtaZDG7uCWvnwxw9PgvS { top:7.25rem;left:26.154735565186rem;width:5.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVToVgitFEw0WWfIIdG3rmv1nTq99dTu { top:13.5625rem;left:22.842014312744rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0LhrFynIHeGUm7Fz29dWEDCziGT07yt { top:17.1875rem;left:22.685546875rem;width:12.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgNEIMN8BkKRp7Tcg4umprER5O0AQHAn { top:17.1875rem;left:4.6551647186279rem;width:13.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVgiPIrcnuxPZHyGfUnrGPup1AhibkoL { top:13.5625rem;left:5.062068939209rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfQsib8CdLJsvzcKpXyWO59mq0GPDoFh { top:6.625rem;left:8.1870689392087rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Wpr0KTiJlEcDaInCX1E59vKGnahqOc { top:5.9375rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlTqpzRZT4HHGaCkE5s0PMfZvKdrlQkk { top:13.5625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpbKIeoSosWOa2aAu0oneGINJWvGNwWT { top:17.1875rem;left:0rem;width:12.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWhrS4UyrzZnNCUVqdB2SwzfoQo8bJeX { width:13.625rem;height:2.5rem;top:24.5rem;left:4.4663639068604rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6uf4kgck11ddoNNI3LW2SKThq2w8wK { display:block; }
 }@media only screen and (max-width: 763px) { #spuZOp1wyqdJ3s8UpxRFK2QEo8fBGZXt { top:10.0625rem;left:27.125rem;width:20.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #xSscJy1fGvAwbHQ1aUmSNG8D1xDqENlE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #qGF6ixDTfOpVV2D1TMISHTvPoStJmRQx {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lJsnqR4hMJdCTWIN1RJTrMqBNs6UETZu {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lc3z9JDLrGpBABnLdtab2JdCwMdJ4iJ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #w5kWOvvC2xrtp6wzrhO5Th79MiTiTofR {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #yN4keBUWLMKpcTh3UrAgnSlzBHkIUzQq {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #bQA7afLbAUgCulDasd9smTCyZKmH37TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #n8b7VNfNGpqsRGeaJWwupX246dM758ub {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #XH6Nq73EvQIO3AwZpQLmPZXDEZAqW9Jv {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #Oo3oyfNGgqnF5hawPEXB0RixRNbSrTQE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #c9TrSVoB2pWsqxOGmdaQXBIkwDnCTcRJ {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #VLWTKOuJ9pKOU483tNvx68M9Wov0PZZf {  }
 }@media only screen and (max-width: 763px) { #bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu { display:block; }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBc52M78uEw2VfzS43e9guGtkqXCTPiT { top:7.0625rem;left:0rem;width:25.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OobptzTqsFSfVc6kuaJvOi9ZZQcv4c39 { top:5.6875rem;left:0rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLlyxokLR30PZN4Nw9uP3KKfcMXrvdIo { top:11.375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htE8qVnRDGcBf4gBwfLXlH84pR0TaIV2 { top:13.8125rem;left:0rem;width:32.375rem;height:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBUM27p7PUCt6agzENmrSsB7hOci5xi6 { top:14.375rem;left:37.125rem;width:8.5rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4GxNzJPkcsdezgTr9mVX47KSqDystK { top:25.375rem;left:36.75rem;width:11rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVdeHIbnTuRzJMKR4d5TGIH2fJ6Vis3a { top:18.125rem;left:30.25rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31MeFzbJgA8DlaGN5V9kIfzTT7Bf5lt { top:16.1875rem;left:27.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK1adsrwQRUTAQSwKnA5iOWhLwcFDpbp { top:28.25rem;left:27.625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmO4pJbsIUDMAVPqvLNLqxZ0J8zgQuuh { top:30.3125rem;left:30.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVrTihq4NOgBINLvAVf3quxwBQGuTqTx { top:16.75rem;left:28.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzepUcVJQrMTT2keCanoBfFPJT7alr3o { top:28.8125rem;left:28.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GISbwVUQC4SVCFqqwgRBUwxTArTroiET { top:4.75rem;left:31.8125rem;width:14.375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eae3tIBmVts07gVXcJArBy6w84n4hJhf { display:block; }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbumsFyXsccPeyuCqW5GRubtOEctWTHd { top:6.75rem;left:15.1875rem;width:32.5625rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVJUTa8TRIUsrL8IIwHSgyu2yPcBFdb { top:5.25rem;left:23.875rem;width:22.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQZ2QLbmXmJEnpbxMlrQ3hT3U9V5TBqn { top:10.625rem;left:23.875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCiFh8F8lhJmqF8WHWgJAlCN8OB9d2bt { top:15.0625rem;left:15.375rem;width:32.375rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVMn1l4CDsePJ4Twb4t3d0LpWFZvlma8 { top:1.375rem;left:0rem;width:30.75rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM { display:block; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz6VHneD32sOu8WTreATkwvUsesWdgRR { top:5.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1L38Ug1k3EOUzUbWupyt32KQoqNkbm6 { top:10.8125rem;left:9.46875rem;width:28.8125rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFe9pNq0dkrft8vTAgklQTFllaOs9RJO { width:17.5rem;height:3.75rem;top:19.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut9Fdv9tGGsd5LXkSnTQPlx0IuT9bpMs { display:block; }
 }@media only screen and (max-width: 763px) { #bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI { top:26.0625rem;left:0rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THmiDtVHCKWpqb60N0m2Ie81RQczGBs2 { top:30.5625rem;left:14.4375rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo { top:26.0625rem;left:28.875rem;width:18.875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxH6b9I3Qlo19NLIckbVnbmtQV8Kd8QF { top:45.5rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFKmpue6qbrsGhLCuXGWT2NZAfrweBpM { top:45.5rem;left:15.09375rem;width:17.5625rem;height:7.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKOlzNEtb7Jp4Tue5oZxOa4ubzWnUTEF { top:44.75rem;left:35.25rem;width:12.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8zGnOvJr3Nen5o5OJd3t4gCiTWdePeV { top:58.125rem;left:6.84375rem;width:34.0625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe { display:block; }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkTwdwRDvbEz4Bt0XakdFypT1bfCfMWN { top:5.1875rem;left:21.75rem;width:25.9375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZitTkKIZbS66nMwKRaUKU3keAmIaPbT { top:9.5rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKMxCOvgn6AR13l7l74qSqAwh74FdH9G { top:6.5rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quIDoEOMCb6vt0KugRI8LJff3JHrQZQ3 { top:11rem;left:6.6220703125rem;width:11.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoHcMEvcqDCBQOneTCdkkPp2FxlB6y0t { top:15.5625rem;left:6.6220703125rem;width:16.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSUfFv8SORcJWGDzIJQGcdMA8MAEqzs { top:21.875rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEbcCcRFBfL5fpuGM1rpmUvhWk9X3ESK { top:26.375rem;left:33.7158203125rem;width:11.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJguiQNp3XHMpDuT8DdqTcdoyUidU3X { top:30.625rem;left:33.25rem;width:14.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5TBRPReH7Ol3gg4zES6QWXqm0ZTwzA { top:52.625rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1Wcy4OBdyy3EIZ74tZRDMhpobXBktfa { top:56.3125rem;left:33.0283203125rem;width:14.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHMT76nbVOb80pFNKWZNNCOc7AZbPLhH { top:60.4375rem;left:31.875rem;width:15.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRsL8Wrn8vPnv75lICgmJmsXOt0WpPgM { top:36.375rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buAwJy7xyBErxspU4B7kATHOwCucrkMd { top:41.75rem;left:7.37109375rem;width:11.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgO8o34sKo6OEw06QWoiiCWqk3WcWPFe { top:45.9375rem;left:7.37109375rem;width:15.375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyx5PUTqX0fmkCK6NQvcdho9ZPEcM9rT { top:4.3125rem;left:0rem;width:5.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynNHeWJ8KiXvkFEF4R0LRFREfhageyZL { top:63.9375rem;left:0rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X008OA1X7xc5IAUJnXlwNgQmJpN9npIN { top:74.25rem;left:6.0615234375rem;width:16.625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfFaws2hxgNFnNeTQT5TekXFJ9xMlQnd { top:70.125rem;left:6.2490234375rem;width:14.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQRC7N0RRV077DeFeobgu6ZzSU1AxMWb { top:81.25rem;left:20.5rem;width:27.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJwwa5yyuF61mZg907WJMxWQJTXmh9zd { top:90.9375rem;left:32.4375rem;width:15.3125rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5pOvLt1ClRPlTRDWetM1fyAaf4cFtqi { top:87.1875rem;left:32.9375rem;width:14.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBPZp0IXqEuHDWxLNmmx6tdFH8kcZDzA { top:78.3125rem;left:25.5576171875rem;width:5.9375rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ykiZPXqW1TQtf5Bih1u0b1ykvMVyBS { top:33.125rem;left:0rem;width:5.6875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy4T5sWSRJVnotc91TK9ncgtI3ug9gs2 { top:60.8125rem;left:0rem;width:5.875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtKzbQVgGWHVgHl4p18FCAnrMQnhFoH { top:49.8125rem;left:25.6201171875rem;width:5.8125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UhadrZKZuJC2lb5PQrEhrKq6PIu6om { top:18.5rem;left:26.1201171875rem;width:5.8125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD { display:block; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtsKOMrIh4VHkG4vdQTSbLaPnQbUoKsZ { top:8.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwZIQgTVIT9Bbe7lfEAxfe0xbhVHSv8z { top:7.1875rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmUfoMOh8ZIFzKt7d1TDTDRmtGr0diEv { top:12.75rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTbKf92SMrzeCNr2feEOUci0VbT3LpW { width:17.5rem;height:3.4375rem;top:8.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJFSTzmBpT0EydCqEG3HW95uux3UAbA { display:block; }
 }@media only screen and (max-width: 763px) { #v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH { display:block; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC48rLlxChpRcLzhqxv64n5GhOhIbVVy { top:2.125rem;left:0rem;width:9.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbvSSkghvNTrZNLRMGgBa9p96PlDWLT { top:5.6875rem;left:5.96875rem;width:35.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7stWkFT82yp58TsIvMQZMTmzoFZ9hW { top:6rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv { position:relative;z-index:auto;display:block; }#h1y79Adf12TT9AoMbkHkMuN6Zk7ZkvEv > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEDmM2ScEbIJe3TvSmuAqxcSkKvZcMdp { width:9.5rem;height:2.5625rem;top:1.3125rem;left:7.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLplZVWkKJX9HUipTBK7KPv0l8zBSW3 { display:block; }
 }@media only screen and (max-width: 763px) { #z6d6afffVU6Q3mIfX1T8g557ygOZxyEi { width:4.4375rem;height:3.4375rem;top:0.6875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JID5DAC7GRLJkJrXz2MPyCFQua8k4GQK { width:15.25rem;height:2.375rem;top:4.4368491172791rem;left:2.8118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANwSxgTcTlTXH2i7Jb0QP6bdbwmWopMd { display:flex;width:1.74913125rem;height:1.74913125rem;top:4.8187937736511rem;left:3.0305991768837rem; }
 }@media only screen and (max-width: 763px) { #JyPxbHqgQmu9CSPT0b469poTal2RnJp8 { display:flex;width:2.06163125rem;height:2.06163125rem;top:4.6625437736511rem;left:15.538195669651rem; }
#JyPxbHqgQmu9CSPT0b469poTal2RnJp8 > img { max-width: 100%;max-height:100%; width:2.06163125rem; height:2.06163125rem; } }@media only screen and (max-width: 763px) { #f6zEolK1UpNOEJvH5N4pcBmRPz7747BA { width:12.5rem;height:2.5996125rem;top:4.3934464454651rem;left:3.7500000596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:100.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbT9Ghqvy5DHEpEEttRRIFZ6fHXD28ah { width:20rem;height:42.75rem;top:51.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yIaPbHN6nBgTh8hZmkanLyBVVlNre7Dd { width:20rem;height:2.03125rem;top:54.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcwBxTlstzoLTrugEqMBwTzuv178Kv0I { width:17.9373125rem;height:3.8997375rem;top:57.3125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4  { width:17.5rem;height:auto;top:61.75rem;left:0rem; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 {display:block;}#eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 { width:17.5rem;height:auto;top:61.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EVaticA3WPFrUFgzBD1XUA8Ctkybequm {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #ObKqyMdW7LTHVvEXn4v3ihShAakSc7DS {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QHVoXRIC6XGmh0vtcoETsKQ9bnMsqlSu {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XOoQU0uoD13hX5VSfJEzy36yhTbSr3kf {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EKU3aHZ5yS6OXnIGzrm9kcE4IEnk3K9x {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #XIskpaZ9OlXM802918qM4UPaggCcaWgI {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FVArXWkcdhsTmnpdRhMJS4fUVV7nwBVB {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #QQTGkZSCoptAaUX1odrWcTJ1fcIALa8y {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #try4wU7GcmBe3CQII0gyoUhRg9y23cJE {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fTITPSzEO2RHWnKWAn8hQBoHCWSe3siv {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #FFsrpTrKpeJL8yNXDHO3GNTKNfqgarKM {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #PZU2gSsXF0KSyE4EzOKLlcH89O085Ag7 {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #LJlIlaLlQRev8wTVi9d2mdAA5ynoNtSr {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #fg7tBs5Lr59eVQOJkzoBy4ExoJ94fcAg {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #EeNSlve3ZtmQ6l5DSXkWRTGunUC9TwGX {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #SJKk347NLWNtBqQCpxszMpmmZsq1Ehkd {  }
 }@media only screen and (max-width: 763px) { #eCkBDTebvUTl5gV3dkZz6Zt7H7IbHKH4 #Kc1XL6VrtU5XZyTMOKGkyu1sCKuglp7V {  }
 }@media only screen and (max-width: 763px) { #pCKWS1ZQqTLNpTdV6rP5NVXDmfhHoa19 { width:17rem;height:1.462675rem;top:86.375rem;left:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zduFTboxyk4cTczGT0V7kiVN9e5ThAl0 { width:19rem;height:3.4375rem;top:89.125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfZ6ZTPcQXTkrd24ZiBL0I9I0u76biAk { display:block; }
 }@media only screen and (max-width: 763px) { #DeuReQR46ZZ8kJFHAII8Ta1MMGz5Pwga { display:flex;width:3.99956875rem;height:3.99956875rem;top:47.1875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #lORIgBMmC1TbBQwHexnt31kTVT9ltn0i { width:14.1873125rem;height:1.4619125rem;top:48.4375rem;left:5.3125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q5J0CUQhGIU5RI4qRxfxBGNCrN9XXySu { width:15.249rem;height:5.3984375rem;top:5.375rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D5K0XgVnfeM490l3eOF9QIB5XZbqs6xx { width:7.125rem;height:3.875rem;top:1.5rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78o3mUp43JtUOwzCKX9dBHhyNGTzZWi { width:14.5605625rem;height:1.70605625rem;top:2.521484375rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AuhEE2iFdnBcIwtTizbpJuwO9RE2Wtbu { width:14.9375rem;height:2.4375rem;top:11.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fPE8CHoqEdoONhSqXFFmdcq7w6qxpwfA { width:18.375rem;height:16.5703125rem;top:14.59375rem;left:0.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gWItO32n20eybZ1zq99ycFkwJ4BWDkMO { width:20rem;height:2.3994125rem;top:31.1015625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wJPWwUMQOydQehTLLuVE7pDcqU7bQtiU { top:33.8125rem;left:7rem;width:3.75rem;height:13.4375rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9KJv1RlqMOHJNm1rt7yqIZ2XMUaAB0 { top:34.8125rem;left:4.5rem;width:3.0625rem;height:11.375rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gkGHvlmcH3l2g1xvbHFfZuPObZVJpXJT { top:34.5rem;left:9.9375rem;width:3.125rem;height:11.625rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zhXZwpROBVNefl73na5qviqDBZMZozkI { width:17.1875rem;height:8.6875rem;top:73.5rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl { display:block; }#S0nsrnsDgQHohU4GeIo9xuC3CTW2thZl > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRA0JKnyTx9ZXtaZDG7uCWvnwxw9PgvS { display:flex;width:5.8125rem;height:5rem;top:42.968752861023rem;left:7.0930991768837rem; }
 }@media only screen and (max-width: 763px) { #wVToVgitFEw0WWfIIdG3rmv1nTq99dTu { width:12.5rem;height:1.625rem;top:48.675133705139rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0LhrFynIHeGUm7Fz29dWEDCziGT07yt { width:12.8125rem;height:5.84765625rem;top:52.354603767395rem;left:3.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgNEIMN8BkKRp7Tcg4umprER5O0AQHAn { width:14.249125rem;height:4.38574375rem;top:30.157337188721rem;left:2.8743491768837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVgiPIrcnuxPZHyGfUnrGPup1AhibkoL { width:12.5rem;height:1.625rem;top:27.220053195953rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfQsib8CdLJsvzcKpXyWO59mq0GPDoFh { display:flex;width:6.25rem;height:6.25rem;top:19.715712070465rem;left:6.8750005364419rem; }
 }@media only screen and (max-width: 763px) { #K2Wpr0KTiJlEcDaInCX1E59vKGnahqOc { display:flex;width:7.625rem;height:7.625rem;top:0.89517879486081rem;left:6.1870661377907rem; }
 }@media only screen and (max-width: 763px) { #PlTqpzRZT4HHGaCkE5s0PMfZvKdrlQkk { width:12.5rem;height:1.625rem;top:8.5188846588138rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpbKIeoSosWOa2aAu0oneGINJWvGNwWT { width:13.4375rem;height:5.84765625rem;top:10.828993797303rem;left:3.2812502980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWhrS4UyrzZnNCUVqdB2SwzfoQo8bJeX { width:13.624125rem;height:2.5rem;top:35.91796875rem;left:3.1868491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ6uf4kgck11ddoNNI3LW2SKThq2w8wK { display:block; }
 }@media only screen and (max-width: 763px) { #spuZOp1wyqdJ3s8UpxRFK2QEo8fBGZXt { width:20rem;height:3.57421875rem;top:61.016713142395rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UHgpIHuyrHvQnOl0LBawArFZP831BgKt { width:18rem;height:5.0625rem;display:flex;top:66.226132392881rem;left:0.92664939165113rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #xSscJy1fGvAwbHQ1aUmSNG8D1xDqENlE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #qGF6ixDTfOpVV2D1TMISHTvPoStJmRQx {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lJsnqR4hMJdCTWIN1RJTrMqBNs6UETZu {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #lc3z9JDLrGpBABnLdtab2JdCwMdJ4iJ3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #w5kWOvvC2xrtp6wzrhO5Th79MiTiTofR {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #yN4keBUWLMKpcTh3UrAgnSlzBHkIUzQq {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #bQA7afLbAUgCulDasd9smTCyZKmH37TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #n8b7VNfNGpqsRGeaJWwupX246dM758ub {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #XH6Nq73EvQIO3AwZpQLmPZXDEZAqW9Jv {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #Oo3oyfNGgqnF5hawPEXB0RixRNbSrTQE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #c9TrSVoB2pWsqxOGmdaQXBIkwDnCTcRJ {  }
 }@media only screen and (max-width: 763px) { #UHgpIHuyrHvQnOl0LBawArFZP831BgKt #VLWTKOuJ9pKOU483tNvx68M9Wov0PZZf {  }
 }@media only screen and (max-width: 763px) { #bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu { display:block; }#bi76ToFmsGz2hoWn7KbeXNuRWTl3U9lu > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBc52M78uEw2VfzS43e9guGtkqXCTPiT { width:18.5625rem;height:2.11263125rem;top:4.3374996185303rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OobptzTqsFSfVc6kuaJvOi9ZZQcv4c39 { width:20rem;height:1.462675rem;top:2.0000028610229rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLlyxokLR30PZN4Nw9uP3KKfcMXrvdIo { width:8.25rem;height:0.375rem;top:8.936851501465rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #htE8qVnRDGcBf4gBwfLXlH84pR0TaIV2 { width:18.8115rem;height:27.6171875rem;top:17.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBUM27p7PUCt6agzENmrSsB7hOci5xi6 { width:10rem;height:9.1875rem;top:47.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT4GxNzJPkcsdezgTr9mVX47KSqDystK { width:9.375rem;height:8.5625rem;top:59.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVdeHIbnTuRzJMKR4d5TGIH2fJ6Vis3a { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #U31MeFzbJgA8DlaGN5V9kIfzTT7Bf5lt { width:4.25rem;height:4.25rem;top:51.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK1adsrwQRUTAQSwKnA5iOWhLwcFDpbp { width:4.25rem;height:4.25rem;top:63.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmO4pJbsIUDMAVPqvLNLqxZ0J8zgQuuh { width:8.25rem;height:0.375rem;top:79.575rem;left:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVrTihq4NOgBINLvAVf3quxwBQGuTqTx { display:flex;width:3.125rem;height:3.125rem;top:51.875rem;left:12rem; }
 }@media only screen and (max-width: 763px) { #KzepUcVJQrMTT2keCanoBfFPJT7alr3o { display:flex;width:3.125rem;height:3.125rem;top:64.0625rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #GISbwVUQC4SVCFqqwgRBUwxTArTroiET { width:9.3125rem;height:5.0625rem;top:10.62890625rem;left:4.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eae3tIBmVts07gVXcJArBy6w84n4hJhf { display:block; }#Eae3tIBmVts07gVXcJArBy6w84n4hJhf > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbumsFyXsccPeyuCqW5GRubtOEctWTHd { width:18.5625rem;height:2.11263125rem;top:4.3374996185303rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDVJUTa8TRIUsrL8IIwHSgyu2yPcBFdb { width:20rem;height:1.462675rem;top:2.0000028610229rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQZ2QLbmXmJEnpbxMlrQ3hT3U9V5TBqn { width:8.25rem;height:0.375rem;top:8.936851501465rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCiFh8F8lhJmqF8WHWgJAlCN8OB9d2bt { width:18.811875rem;height:33.140625rem;top:11.254337310791rem;left:0.59353297948838rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVMn1l4CDsePJ4Twb4t3d0LpWFZvlma8 { width:19.75rem;height:26.9375rem;top:46.546233177185rem;left:0.062934041023256rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM { background-color:rgba(0,0,0,0);background-image:none;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; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { background-color: transparent; background-image: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container > .video-iframe-container { display: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container { display: none; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .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); }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { border-width: 0; border-radius: 0; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEz0WLmL85ckOXbT7wJJTQQtR4S1QiwM > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz6VHneD32sOu8WTreATkwvUsesWdgRR { width:20rem;height:2.5996125rem;top:4.0244140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1L38Ug1k3EOUzUbWupyt32KQoqNkbm6 { width:20rem;height:8.7715rem;top:8.4993591308594rem;left:-0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFe9pNq0dkrft8vTAgklQTFllaOs9RJO { width:17.5rem;height:3.75rem;top:19.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut9Fdv9tGGsd5LXkSnTQPlx0IuT9bpMs { display:block; }
 }@media only screen and (max-width: 763px) { #bFNg2qWKpctNxCUGKbwPr8KuQ2TzGNXI { width:18.75rem;height:23.125rem;top:26.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THmiDtVHCKWpqb60N0m2Ie81RQczGBs2 { width:18.75rem;height:23.125rem;top:53.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoR3HzuclcXJrGrs6T2LXZHvbZmboRVo { width:18.75rem;height:23.125rem;top:79.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxH6b9I3Qlo19NLIckbVnbmtQV8Kd8QF { width:12.5rem;height:2.5996125rem;top:45.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFKmpue6qbrsGhLCuXGWT2NZAfrweBpM { width:17.5625rem;height:4rem;top:71.5rem;left:1.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKOlzNEtb7Jp4Tue5oZxOa4ubzWnUTEF { width:12.5rem;height:2.5996125rem;top:98.375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8zGnOvJr3Nen5o5OJd3t4gCiTWdePeV { width:20rem;height:6.82425rem;top:105.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe { display:block; }#ttQ3bEHaQ29CUJyUHezi9TxATL1T7pAe > .row .container { width:20rem;height:159.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkTwdwRDvbEz4Bt0XakdFypT1bfCfMWN { width:20rem;height:2.11263125rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZitTkKIZbS66nMwKRaUKU3keAmIaPbT { width:8.25rem;height:0.375rem;top:5.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKMxCOvgn6AR13l7l74qSqAwh74FdH9G { width:20rem;height:19.9375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quIDoEOMCb6vt0KugRI8LJff3JHrQZQ3 { width:11.3125rem;height:3.25rem;top:15.8427734375rem;left:1.19140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoHcMEvcqDCBQOneTCdkkPp2FxlB6y0t { width:18.186875rem;height:6.4995625rem;top:21.434462547302rem;left:0.90603309869769rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSUfFv8SORcJWGDzIJQGcdMA8MAEqzs { width:20rem;height:19.9375rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEbcCcRFBfL5fpuGM1rpmUvhWk9X3ESK { width:10.3125rem;height:3.25rem;top:91.0615234375rem;left:1.69140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJguiQNp3XHMpDuT8DdqTcdoyUidU3X { width:19.375rem;height:3.8994125rem;top:97.8740234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5TBRPReH7Ol3gg4zES6QWXqm0ZTwzA { width:20rem;height:19.9375rem;top:86rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #J1Wcy4OBdyy3EIZ74tZRDMhpobXBktfa { width:12.4375rem;height:4.875rem;top:115.8740234375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHMT76nbVOb80pFNKWZNNCOc7AZbPLhH { width:18.999rem;height:9.098625rem;top:121.337890625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRsL8Wrn8vPnv75lICgmJmsXOt0WpPgM { width:20rem;height:19.9375rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buAwJy7xyBErxspU4B7kATHOwCucrkMd { width:10.124rem;height:3.25rem;top:38.185546875rem;left:1.7841796875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgO8o34sKo6OEw06QWoiiCWqk3WcWPFe { width:18.125rem;height:6.499rem;top:45.431640625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyx5PUTqX0fmkCK6NQvcdho9ZPEcM9rT { width:3.625rem;height:13.25rem;top:7.68359375rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynNHeWJ8KiXvkFEF4R0LRFREfhageyZL { width:20rem;height:19.9370625rem;top:111.0625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #X008OA1X7xc5IAUJnXlwNgQmJpN9npIN { width:18.624rem;height:6.499rem;top:71.1220703125rem;left:0.6865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfFaws2hxgNFnNeTQT5TekXFJ9xMlQnd { width:10.875rem;height:4.875rem;top:63.935546875rem;left:1.41015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQRC7N0RRV077DeFeobgu6ZzSU1AxMWb { width:20rem;height:19.9375rem;top:135.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJwwa5yyuF61mZg907WJMxWQJTXmh9zd { width:17.9365rem;height:7.7988125rem;top:147.3720703125rem;left:1.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5pOvLt1ClRPlTRDWetM1fyAaf4cFtqi { width:10.3125rem;height:4.875rem;top:140.060546875rem;left:1.69140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBPZp0IXqEuHDWxLNmmx6tdFH8kcZDzA { width:3.6875rem;height:12.875rem;top:133.810546875rem;left:12.50390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ykiZPXqW1TQtf5Bih1u0b1ykvMVyBS { width:3.5625rem;height:12.875rem;top:31.936850070953rem;left:12.968750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy4T5sWSRJVnotc91TK9ncgtI3ug9gs2 { width:3.6875rem;height:12.875rem;top:57.685546875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBtKzbQVgGWHVgHl4p18FCAnrMQnhFoH { width:3.625rem;height:12.875rem;top:107.9365234375rem;left:12.50390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3UhadrZKZuJC2lb5PQrEhrKq6PIu6om { width:3.8125rem;height:13.4375rem;top:83.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD { display:block; }#lU5F2aE92UC7TtyDTi0p5mqIZWaqOIiD > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtsKOMrIh4VHkG4vdQTSbLaPnQbUoKsZ { width:20rem;height:2.5996125rem;top:10.959201812744rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwZIQgTVIT9Bbe7lfEAxfe0xbhVHSv8z { width:20rem;height:1.462675rem;top:7.0616321563719rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmUfoMOh8ZIFzKt7d1TDTDRmtGr0diEv { width:8.2498125rem;height:0.37434875rem;top:16.409505844116rem;left:5.8745663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTbKf92SMrzeCNr2feEOUci0VbT3LpW { width:17.5rem;height:3.4375rem;top:20.597881317139rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJFSTzmBpT0EydCqEG3HW95uux3UAbA { display:block; }
 }@media only screen and (max-width: 763px) { #v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH { display:block; }#v5MbcyI2KcLrLTb2GQFypXk2zZI3xraH > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC48rLlxChpRcLzhqxv64n5GhOhIbVVy { width:9.6875rem;height:7.5625rem;top:1.3125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbvSSkghvNTrZNLRMGgBa9p96PlDWLT { width:20rem;height:2.599825rem;top:11.436634063721rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT7stWkFT82yp58TsIvMQZMTmzoFZ9hW { width:12.5rem;height:1.2999125rem;top:16.421875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }