.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#dceTWhZZqKbGT1AyS4403JE1fciEhqwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container { display: none; }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .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); }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d92ff;background-image:none;position:relative;display:block; }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row .container { background-color: transparent; background-image: none; }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row .container > .video-iframe-container { display: none; }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row > .video-iframe-container { display: none; }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .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); }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row .container { border-width: 0; border-radius: 0; }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row > .video-iframe-container {  }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#d6JSLnKOGHiRs4hfBXnXU67yS7MsdbkH { color:rgba(0,0,0,0.7);display:block;width:72.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 3.0625rem #333333;top:0.28125rem;left:2.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { background-color:transparent;background-image:url("https://images.assets-landingi.com/Dur1rNUH/P1670264_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.adaptive-delivery-prevent-bg, #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.lazyload, #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.lazyloading { background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { background-color: transparent; background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,39,39,0.93); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,39,39,0.93); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { border-width: 0; border-radius: 0; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container {  }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:75rem;height:27rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#lQo3eOWSdlESpfAzgD5MwtIJye94uEkN { color:#ffffff;display:block;width:69rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 3.0625rem #333333;top:18.9375rem;left:3rem;height:5.0371125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#u6JgdQXAWgxKiqQdsw0sqFMDoPPh98pt { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:11.3125rem;top:4.625rem;left:3.25rem;overflow:hidden;display:block; }
#VT76GTp8FHuK1XGL3W3IToRNiJVC2zpT { position:absolute;display:block;z-index:100024;background-color:#820146;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.125rem;width:17.125rem;top:37.125rem;left:48.875rem;display:none; }
#ntBpcuhQT6ZDyc86NBm8Lxt25H1SKOvQ { background-color:#5d92ff;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-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:raleway;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:100000;text-align:center;text-align-last:center;top:4.6875rem;left:54.6875rem;display:block; }
#OzOxZkuBE2FMVIWx6VSgbLKUzm4DfXz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C0PtNmX692vJEOJAddNGn2usBTTGHN6E { color:#ffffff;display:block;width:69rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 3.0625rem #333333;top:22.1875rem;left:3rem;height:2.03125rem;text-align:justify;text-align-last:initial;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; }
#KynhTxh89TIHHxKzgVpD9weu1n0sJr5g { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:8.0625rem;top:17.25rem;left:3rem;overflow:hidden;display:block; }
#GFaXifNqwwM9SCJH11He2mC948xOzMBq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row .container { background-color: transparent; background-image: none; }#GFaXifNqwwM9SCJH11He2mC948xOzMBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row .container > .video-iframe-container { display: none; }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row > .video-iframe-container { display: none; }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .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); }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row .container { border-width: 0; border-radius: 0; }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row > .video-iframe-container {  }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#I6aM3GgJROZrHHv45J8KsT336MhnhpxA { color:#313131;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:5.375rem;left:37.5rem;height:12.1113625rem;text-align:left;text-align-last:left;display:block; }
#gquFWyrCQVLFQ46kcOJUHtzgm4dmzC3C { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.75rem;width:29.9375rem;top:3.875rem;left:2.5625rem;overflow:hidden;display:block; }
#ySpiWEMOxH7azSdyZsowQ9C2rnwiaBJC { position:absolute;display:block;z-index:100007;background-color:#e6c900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:75rem;top:39.3125rem;left:0rem;display:block; }
#OI1TdQER9PH7uC1krB3r812EmsJOUs5y { background-color:#5d92ff;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-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:raleway;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:100001;text-align:center;text-align-last:center;top:23.0625rem;left:38.4375rem;display:block; }
#MqlRFHGcua0J8dEr4hwTFhamvElOsS6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#opVMddeORDEunxUSGzVhQkMqLKItXCya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row .container { background-color: transparent; background-image: none; }#opVMddeORDEunxUSGzVhQkMqLKItXCya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row .container > .video-iframe-container { display: none; }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row > .video-iframe-container { display: none; }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .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); }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row .container { border-width: 0; border-radius: 0; }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row > .video-iframe-container {  }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#Olo1d8ze49uet1UAEZG5I0Wek1t4KMFF { color:#313131;display:block;width:29.75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:5.625rem;left:2.5rem;height:3.75rem;text-align:left;text-align-last:left;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; }
#SqUltgtXpraPnNh92TtCg90auTh37Ft0 { position:absolute;display:block;z-index:100008;background-color:#e6c900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:8.875rem;left:43.375rem;display:block; }
#vgnLc0lmReSUGdhQl0XdUr65hnJCTKV5 { color:#000000;display:block;width:1.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.875rem;left:41.4375rem;height:2.68115rem;font-style:normal;display:block; }
#WJaFaRwquXd2u85aKcx8Ib8bSZAB5q5H { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:0.0625rem;top:9.8125rem;left:43.8125rem;display:block; }
#GaxSXtyCTE3tMvdywBvnZkXlA05VcTF2 { color:#313131;display:block;width:29.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:8.5rem;left:45.3125rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o5wT9LJPQI4eO4tJBlCh03ueJtZ7CGoX { color:#313131;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:11.5rem;left:11rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbkJPJ3lD1enwH1dfWvRTid1ZsFLalde { color:#000000;display:block;width:1.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:14.6875rem;left:41.4375rem;height:2.68115rem;font-style:normal;display:block; }
#O9w88ZeynGQUwo55rBkeqB3m9uVfTiHP { position:absolute;display:block;z-index:100012;background-color:#e6c900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:15.6875rem;left:43.375rem;display:block; }
#zSmuJ5b4TOoE9lve87VXJW9cDVBNT3FH { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:0.0625rem;top:16.625rem;left:43.8125rem;display:block; }
#FSWMo7ZM22PU1droJo1fleszT7CoWnIZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:5.8125rem;top:10.5625rem;left:2.5rem;overflow:hidden;display:block; }
#dgMpQrBJ3q1r88EG4FIh8OzxUGpOFFPV { color:#000000;display:block;width:1.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:21.375rem;left:41.5rem;height:2.68115rem;font-style:normal;display:block; }
#SUib0A4ODrht4wmsIIwR8Hkz6A58SZtQ { position:absolute;display:block;z-index:100015;background-color:#e6c900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.9375rem;width:0.9375rem;top:22.375rem;left:43.4375rem;display:block; }
#KlIIbxvIMMLfzvrdrLTGcA86PyhyV1oK { color:#313131;display:block;width:29rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:14.6875rem;left:46rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gezt5WBKbSaPFgpUCz8a3rM8Dw1ZMXFC { color:#313131;display:block;width:29rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:21.3125rem;left:45.9375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c900;background-image:none;position:relative;display:block; }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row .container { background-color: transparent; background-image: none; }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row .container > .video-iframe-container { display: none; }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row > .video-iframe-container { display: none; }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .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); }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row .container { border-width: 0; border-radius: 0; }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row > .video-iframe-container {  }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#pX6nAPa0JKpppbtZnmPBOT15WBFNGbcL { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:7.6875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gFg6BgxhTdTlTMktoLL8BTxa3Udmw8eZ { color:rgba(0,0,0,0.5);display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cfFDOgUniZMnbhuTpvNPdTTAMIlvAOfB { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:6.1875rem;width:55.1875rem;top:13.75rem;left:9.9375rem;display:block; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .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; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .widget-text.counter-label { background-color:;background-image:none;color:#000000;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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m { 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;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:14rem;left:43.625rem;z-index:100002; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #qiZq0MoICecWeycm65rPcuHGlw8b77y8 { display:flex;position:relative;top:0rem;left:0rem; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #VJfEdKt59fJWTmTO9zLsc5T3Hru23fqh { width:auto; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #nZJSRIu78ti4GofyzNFLcNiJUrbypApD {  }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #WkdXU7LPbH9BcpqsshelhAAMGSAtw8k2 { display:flex;position:relative;top:0rem;left:0rem; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #AMH6oS6hiDK3S89ceJu5INLdopZO2bTm {  }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #ELcgkgvTE9BKyn0OTTZqCO4gyPtUaUwf {  }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #vH0TD1lcALxgSNVHFWMLE3INkWgTn5Bv { display:flex;position:relative;top:0rem;left:0rem; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #WOJpqS2OzrblU8HmS0H7sAZisBLrZn9i {  }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #ysAAp6PMi6twoluowwZbohe8ygqHzyBT {  }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #QhxOrT1KKbPdSf8z1pA6WawB54yqGhJp { display:flex;position:relative;top:0rem;left:0rem; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #RUOnxm2MF5EPLeARTx4hpvAvM2xHz6TE {  }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #DFAgDhTSdZnZMZCoBHmgRISTqsaT0hDF {  }
#WdtAupqqPL7MTiCQ1tzekxUTXibe6Dna { color:#313131;display:block;width:47.5625rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:15.6875rem;left:13.75rem;height:2.35595625rem;text-align:left;text-align-last:left;display:block; }
#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c900;background-image:none;position:relative;display:block; }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row .container { background-color: transparent; background-image: none; }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row .container > .video-iframe-container { display: none; }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row > .video-iframe-container { display: none; }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .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); }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row .container { border-width: 0; border-radius: 0; }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row > .video-iframe-container {  }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#coMFJq3MI6zXN6WJ1iX27rp4p7aMsZqM { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:4.3125rem;left:40rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w3aeVKc0XMRsVS1ItmXSoDPpGdxSEzXv { position:absolute;display:block;z-index:100008;height:36.25rem;width:24.9375rem;top:3.4375rem;left:6.28125rem;display:block; }
#PxcT9dKTl7Nab6D2vTt93nw3X6QZLxrN { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:7.1875rem;left:40rem;height:5.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PxcT9dKTl7Nab6D2vTt93nw3X6QZLxrN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PxcT9dKTl7Nab6D2vTt93nw3X6QZLxrN li:before{  }
#SeBGr0HQtcI8UwZ5Op4vXo9Sl9c1s9su { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:18.125rem;left:40rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D9yAx6hmveKsuNfIV5zlQMpCEio6hvPd { color:#313131;display:block;width:31.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:21.5625rem;left:40rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row .container { background-color: transparent; background-image: none; }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row .container > .video-iframe-container { display: none; }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row > .video-iframe-container { display: none; }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .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); }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row .container { border-width: 0; border-radius: 0; }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row > .video-iframe-container {  }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:22.8125rem;left:36.5rem;height:19.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b1MX82dvGBituNRf1Vt09s6GpySPpuwn { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.3125rem;width:21.4375rem;top:18.1875rem;left:3.75rem;overflow:hidden;display:block; }
#aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:19.0625rem;left:36.5rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WLGFD2FdU17PnutqJ69O9i7ez6sHLmBN { position:absolute;display:block;z-index:99997;background-color:#70023c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.8125rem;width:33rem;top:15.9375rem;left:33.625rem;display:block; }
#JEnTlpqbcU83MOJ7SKTT0Mn4TXg0TSAT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:45.5rem;left:48.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rtJ84e1AUnXiXEv9prZSvJsBQCsu1x1w { color:#000000;display:block;width:41.375rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:9.0625rem;left:3.75rem;height:3.75rem;text-align:left;text-align-last:left;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS { display:none; }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d6JSLnKOGHiRs4hfBXnXU67yS7MsdbkH { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQo3eOWSdlESpfAzgD5MwtIJye94uEkN { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6JgdQXAWgxKiqQdsw0sqFMDoPPh98pt { top:4.625rem;left:0rem;width:11.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT76GTp8FHuK1XGL3W3IToRNiJVC2zpT { top:37.125rem;left:30.625rem;width:17.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntBpcuhQT6ZDyc86NBm8Lxt25H1SKOvQ { width:17.5rem;height:3.4375rem;top:4.6875rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzOxZkuBE2FMVIWx6VSgbLKUzm4DfXz6 { display:block; }
 }@media only screen and (max-width: 763px) { #C0PtNmX692vJEOJAddNGn2usBTTGHN6E { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KynhTxh89TIHHxKzgVpD9weu1n0sJr5g { top:17.25rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFaXifNqwwM9SCJH11He2mC948xOzMBq { display:block; }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6aM3GgJROZrHHv45J8KsT336MhnhpxA { top:5.375rem;left:10.3125rem;width:37.4375rem;height:12.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gquFWyrCQVLFQ46kcOJUHtzgm4dmzC3C { top:3.875rem;left:0rem;width:29.9375rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySpiWEMOxH7azSdyZsowQ9C2rnwiaBJC { top:39.3125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1TdQER9PH7uC1krB3r812EmsJOUs5y { width:17.5rem;height:3.4375rem;top:23.0625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqlRFHGcua0J8dEr4hwTFhamvElOsS6s { display:block; }
 }@media only screen and (max-width: 763px) { #opVMddeORDEunxUSGzVhQkMqLKItXCya { display:block; }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olo1d8ze49uet1UAEZG5I0Wek1t4KMFF { top:5.625rem;left:0rem;width:29.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUltgtXpraPnNh92TtCg90auTh37Ft0 { top:8.875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgnLc0lmReSUGdhQl0XdUr65hnJCTKV5 { top:7.875rem;left:23.875rem;width:1.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJaFaRwquXd2u85aKcx8Ib8bSZAB5q5H { top:9.8125rem;left:23.875rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaxSXtyCTE3tMvdywBvnZkXlA05VcTF2 { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5wT9LJPQI4eO4tJBlCh03ueJtZ7CGoX { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbkJPJ3lD1enwH1dfWvRTid1ZsFLalde { top:14.6875rem;left:23.875rem;width:1.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9w88ZeynGQUwo55rBkeqB3m9uVfTiHP { top:15.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSmuJ5b4TOoE9lve87VXJW9cDVBNT3FH { top:16.625rem;left:23.875rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSWMo7ZM22PU1droJo1fleszT7CoWnIZ { top:10.5625rem;left:0rem;width:5.8125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgMpQrBJ3q1r88EG4FIh8OzxUGpOFFPV { top:21.375rem;left:23.875rem;width:1.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUib0A4ODrht4wmsIIwR8Hkz6A58SZtQ { top:22.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIIbxvIMMLfzvrdrLTGcA86PyhyV1oK { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gezt5WBKbSaPFgpUCz8a3rM8Dw1ZMXFC { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH { display:block; }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX6nAPa0JKpppbtZnmPBOT15WBFNGbcL { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFg6BgxhTdTlTMktoLL8BTxa3Udmw8eZ { width:47.75rem;height:4rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfFDOgUniZMnbhuTpvNPdTTAMIlvAOfB { top:13.75rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .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; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .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; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m { display:flex;width:18rem;height:5.0625rem;top:14rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #qiZq0MoICecWeycm65rPcuHGlw8b77y8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #VJfEdKt59fJWTmTO9zLsc5T3Hru23fqh {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #nZJSRIu78ti4GofyzNFLcNiJUrbypApD {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #WkdXU7LPbH9BcpqsshelhAAMGSAtw8k2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #AMH6oS6hiDK3S89ceJu5INLdopZO2bTm {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #ELcgkgvTE9BKyn0OTTZqCO4gyPtUaUwf {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #vH0TD1lcALxgSNVHFWMLE3INkWgTn5Bv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #WOJpqS2OzrblU8HmS0H7sAZisBLrZn9i {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #ysAAp6PMi6twoluowwZbohe8ygqHzyBT {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #QhxOrT1KKbPdSf8z1pA6WawB54yqGhJp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #RUOnxm2MF5EPLeARTx4hpvAvM2xHz6TE {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #DFAgDhTSdZnZMZCoBHmgRISTqsaT0hDF {  }
 }@media only screen and (max-width: 763px) { #WdtAupqqPL7MTiCQ1tzekxUTXibe6Dna { width:47.5625rem;height:2.3125rem;top:15.6875rem;left:0.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ { display:block; }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coMFJq3MI6zXN6WJ1iX27rp4p7aMsZqM { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3aeVKc0XMRsVS1ItmXSoDPpGdxSEzXv { top:3.4375rem;left:0rem;width:24.9375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxcT9dKTl7Nab6D2vTt93nw3X6QZLxrN { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }#PxcT9dKTl7Nab6D2vTt93nw3X6QZLxrN li:before{  }
 }@media only screen and (max-width: 763px) { #SeBGr0HQtcI8UwZ5Op4vXo9Sl9c1s9su { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yAx6hmveKsuNfIV5zlQMpCEio6hvPd { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx { display:block; }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { width:19.5625rem;height:12rem;top:12.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1MX82dvGBituNRf1Vt09s6GpySPpuwn { top:18.1875rem;left:0rem;width:21.4375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { width:13.5625rem;height:4.5rem;top:9.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLGFD2FdU17PnutqJ69O9i7ez6sHLmBN { top:15.9375rem;left:14.75rem;width:33rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEnTlpqbcU83MOJ7SKTT0Mn4TXg0TSAT { top:45.5rem;left:34.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJ84e1AUnXiXEv9prZSvJsBQCsu1x1w { top:9.0625rem;left:0rem;width:41.375rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#dceTWhZZqKbGT1AyS4403JE1fciEhqwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .row > .video-iframe-container { display: none; }#dceTWhZZqKbGT1AyS4403JE1fciEhqwy > .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); } }@media only screen and (max-width: 763px) { #x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS { display:block; }#x9LMW10m4x7tfw6fhP9v50Qi7FEQMnaS > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6JSLnKOGHiRs4hfBXnXU67yS7MsdbkH { width:20rem;height:3.375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;color:#ffffff;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; }
 }@media only screen and (max-width: 763px) { #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT { background-color:transparent;background-image:url("https://images.assets-landingi.com/PbSULA0N/josue_rosales_ild7d7vwt2I_unsplash.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.adaptive-delivery-prevent-bg, #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.lazyload, #b1po0ITDxceQDH2kvOb9ygBubwyl4NeT.lazyloading { background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { background-color: transparent; background-image: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.91); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(53,53,53,0.91); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container { display: none; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .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); }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { border-width: 0; border-radius: 0; }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row > .video-iframe-container {  }#b1po0ITDxceQDH2kvOb9ygBubwyl4NeT > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQo3eOWSdlESpfAzgD5MwtIJye94uEkN { width:20rem;height:10.3984375rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#ffffff;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; }
 }@media only screen and (max-width: 763px) { #u6JgdQXAWgxKiqQdsw0sqFMDoPPh98pt { width:11.3125rem;height:3.5625rem;top:3.6875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT76GTp8FHuK1XGL3W3IToRNiJVC2zpT { width:19.625rem;height:27.0625rem;top:24.1875rem;left:0rem;z-index:99993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(0,0,0,0);border-left:0.1875rem solid rgba(0,0,0,0);border-right:0.1875rem solid rgba(0,0,0,0);border-bottom:0.1875rem solid rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #ntBpcuhQT6ZDyc86NBm8Lxt25H1SKOvQ { top:33.875rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #OzOxZkuBE2FMVIWx6VSgbLKUzm4DfXz6 { display:block; }
 }@media only screen and (max-width: 763px) { #C0PtNmX692vJEOJAddNGn2usBTTGHN6E { width:20rem;height:4.0625rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;color:#ffffff;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; }
 }@media only screen and (max-width: 763px) { #KynhTxh89TIHHxKzgVpD9weu1n0sJr5g { width:8.0625rem;height:1.25rem;top:13.0625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFaXifNqwwM9SCJH11He2mC948xOzMBq { display:block; }#GFaXifNqwwM9SCJH11He2mC948xOzMBq > .row .container { width:20rem;height:40.1201171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6aM3GgJROZrHHv45J8KsT336MhnhpxA { width:20rem;height:12.42770625rem;top:21.807625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gquFWyrCQVLFQ46kcOJUHtzgm4dmzC3C { width:20rem;height:17.870563674321rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySpiWEMOxH7azSdyZsowQ9C2rnwiaBJC { width:20rem;height:0.1875rem;top:20.370125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI1TdQER9PH7uC1krB3r812EmsJOUs5y { top:35.4326171875rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #MqlRFHGcua0J8dEr4hwTFhamvElOsS6s { display:block; }
 }@media only screen and (max-width: 763px) { #opVMddeORDEunxUSGzVhQkMqLKItXCya { display:block; }#opVMddeORDEunxUSGzVhQkMqLKItXCya > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olo1d8ze49uet1UAEZG5I0Wek1t4KMFF { width:15.6875rem;height:4.79980625rem;top:6.787109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUltgtXpraPnNh92TtCg90auTh37Ft0 { width:0.9375rem;height:0.9375rem;top:35.0185546875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgnLc0lmReSUGdhQl0XdUr65hnJCTKV5 { width:1.5rem;height:2.5996125rem;top:34.1875rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJaFaRwquXd2u85aKcx8Ib8bSZAB5q5H { width:0.0625rem;height:6.25rem;top:35.9560546875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaxSXtyCTE3tMvdywBvnZkXlA05VcTF2 { width:15.4375rem;height:5.0625rem;top:34.1875rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #o5wT9LJPQI4eO4tJBlCh03ueJtZ7CGoX { width:20rem;height:10.6875rem;top:19rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #SbkJPJ3lD1enwH1dfWvRTid1ZsFLalde { width:1.5rem;height:2.5996125rem;top:41.1435546875rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9w88ZeynGQUwo55rBkeqB3m9uVfTiHP { width:0.9375rem;height:0.9375rem;top:41.974609375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSmuJ5b4TOoE9lve87VXJW9cDVBNT3FH { width:0.0625rem;height:6.25rem;top:42.912109375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSWMo7ZM22PU1droJo1fleszT7CoWnIZ { width:5.8125rem;height:15.875rem;top:1.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgMpQrBJ3q1r88EG4FIh8OzxUGpOFFPV { width:1.5rem;height:2.5996125rem;top:48.25rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUib0A4ODrht4wmsIIwR8Hkz6A58SZtQ { width:0.9375rem;height:0.9375rem;top:49.0810546875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIIbxvIMMLfzvrdrLTGcA86PyhyV1oK { width:15.5rem;height:5.0625rem;top:41.787109375rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Gezt5WBKbSaPFgpUCz8a3rM8Dw1ZMXFC { width:15.5rem;height:8.4375rem;top:48.25rem;left:4.5rem;text-align:left;text-align-last:left;font-size:1.125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH { display:block; }#EMnc9PzlGlDmCFyaOTcqbyHNAWiR4eUH > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX6nAPa0JKpppbtZnmPBOT15WBFNGbcL { width:20rem;height:4.79980625rem;top:8.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gFg6BgxhTdTlTMktoLL8BTxa3Udmw8eZ { width:20rem;height:4.79980625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:300;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cfFDOgUniZMnbhuTpvNPdTTAMIlvAOfB { width:20rem;height:6.1875rem;top:13.75rem;left:0rem;background-color:transparent;background-image:none;z-index:99995;display:none; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .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; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m .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; }
#p62bvc44duOpfmqqhpNPkPIFVyfgHg1m { display:flex;width:18rem;height:5.0625rem;top:15.0625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #qiZq0MoICecWeycm65rPcuHGlw8b77y8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #VJfEdKt59fJWTmTO9zLsc5T3Hru23fqh {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #nZJSRIu78ti4GofyzNFLcNiJUrbypApD {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #WkdXU7LPbH9BcpqsshelhAAMGSAtw8k2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #AMH6oS6hiDK3S89ceJu5INLdopZO2bTm {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #ELcgkgvTE9BKyn0OTTZqCO4gyPtUaUwf {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #vH0TD1lcALxgSNVHFWMLE3INkWgTn5Bv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #WOJpqS2OzrblU8HmS0H7sAZisBLrZn9i {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #ysAAp6PMi6twoluowwZbohe8ygqHzyBT {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #QhxOrT1KKbPdSf8z1pA6WawB54yqGhJp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #RUOnxm2MF5EPLeARTx4hpvAvM2xHz6TE {  }
 }@media only screen and (max-width: 763px) { #p62bvc44duOpfmqqhpNPkPIFVyfgHg1m #DFAgDhTSdZnZMZCoBHmgRISTqsaT0hDF {  }
 }@media only screen and (max-width: 763px) { #WdtAupqqPL7MTiCQ1tzekxUTXibe6Dna { width:20rem;height:auto;top:15.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ { display:block; }#Xnp3L8AXCQX71TNIfECEa31N5Lc5TVhQ > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coMFJq3MI6zXN6WJ1iX27rp4p7aMsZqM { width:20rem;height:2.34375rem;top:43.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #w3aeVKc0XMRsVS1ItmXSoDPpGdxSEzXv { width:20rem;height:36.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxcT9dKTl7Nab6D2vTt93nw3X6QZLxrN { width:19rem;height:9.6875rem;top:47.625rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.25rem;font-family:"open sans";display:block; }#PxcT9dKTl7Nab6D2vTt93nw3X6QZLxrN li:before{  }
 }@media only screen and (max-width: 763px) { #SeBGr0HQtcI8UwZ5Op4vXo9Sl9c1s9su { width:20rem;height:4.6875rem;top:58.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #D9yAx6hmveKsuNfIV5zlQMpCEio6hvPd { width:18.75rem;height:12.46875rem;top:64.4375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx { display:block; }#o2v42mp6rW1UC6TskgFNyvSDkXfX5iPx > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lT0S4gpgJgqQFudVF6TsqVaamy4KtVXI { width:18.75rem;height:27.09375rem;top:36.63525390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1MX82dvGBituNRf1Vt09s6GpySPpuwn { width:20rem;height:21.7485625rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCcQ2pNQri3yobPbaLw2ziFzJtFoOnfH { width:20rem;height:2.0996125rem;top:33.82278125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLGFD2FdU17PnutqJ69O9i7ez6sHLmBN { width:20rem;height:33.5625rem;top:30.69778125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEnTlpqbcU83MOJ7SKTT0Mn4TXg0TSAT { width:12.5rem;height:1.29980625rem;top:65.91653125rem;left:3.75rem;font-size:1rem;color:#f4003f;display:block; }
 }@media only screen and (max-width: 763px) { #rtJ84e1AUnXiXEv9prZSvJsBQCsu1x1w { width:20rem;height:4.79980625rem;top:1.65380859375rem;left:0rem;font-size:2rem;display:block; }
 }