.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:245,134,52;--color-primary-1:255,95,0;--color-primary-2:255,189,0;--color-primary-3:255,116,0;--color-primary-4:252,210,1;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@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:url("https://images.assets-landingi.com/uc/e044fa47-9bcc-49cb-b291-e2edc8f722e6/92738.jpg");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.65); }#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); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),0));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; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container { background-color: transparent; background-image: none; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container > .video-iframe-container { display: none; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row > .video-iframe-container { display: none; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .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); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container { border-width: 0; border-radius: 0; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container { font-size:0.875rem;font-family:signika;height:41.6875rem;width:75rem;position:relative;display:block; }#NhD45bTxKya1Sru5MbiOZz7nsuExETaI { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(96,106,192,0.3) ;box-sizing:border-box;color:#4a4e53;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.1875rem;left:57.375rem;display:none; }
#TNICNcFShNx8zWMZSKJKWGITauQzVtMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7fTWTvfktPyuFc9UyqwwASd4r9mSNRa { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(226,228,236,0.1) ;height:31.1875rem;width:19.125rem;top:2.625rem;left:55.8125rem;display:none; }
#a6TRauxr5tfG7KgV6Svoq8HtbaJ5IcfZ { position:absolute;display:block;z-index:15005;background-color:#e2e4ec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19rem;top:29.5625rem;left:56rem;display:none; }
#NymAJd0UawN0pm2LHGRvzFoTlLO1zOyF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:18.5625rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRf38JRAHC74mMBLNpM46L0CfbLlyHOe { color:#eea726;display:block;width:40.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:20.0625rem;left:2.3125rem;height:9.3359375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:none; }#XRf38JRAHC74mMBLNpM46L0CfbLlyHOe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XRf38JRAHC74mMBLNpM46L0CfbLlyHOe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_db894287f369d73df71947aea861606870e10077.svg); }
#iGC9hmaEDPfQVCfkMNMiqZtKtgHCHuXf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15055;line-height:1;letter-spacing:0;top:32.875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vl3dhBWXaaqDbi35udonCJw6HAX7uzFO { color:rgba(var(--color-tertiary-0),1);display:block;width:46rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.8125rem;font-weight:400;z-index:15053;line-height:.9;letter-spacing:0;top:20.3125rem;left:14.5rem;height:15.69375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6qA7tQlZaP0gcqyU3uRzJQsWupFWngS { box-sizing:content-box;height:17.8125rem;width:56.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:17.0625rem;left:9.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#yFGH0CyR2i7XViPzMcf4mhLcwtyCbpQc { box-sizing:content-box;height:3.625rem;width:56.5625rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:31.9375rem;left:9.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#M5DotqpnPXTyaIlMNdme77brCFqouaMb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:15.1875rem;top:3.59375rem;left:29.90625rem;overflow:hidden;display:block; }
#ITm2FQEbPtdmTs5ok31331DpT0oZbJwR { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:6.6875rem;top:21.668750762939rem;left:7.5500030517575rem;overflow:hidden;display:block; }
#iZyOqHgsPOTObGAiXofKv4T7P1SSsMn1 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15055;line-height:1;letter-spacing:0;top:31.6875rem;left:0rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MGvTUW4ktIzGTbNBXeekJ5UpcAvWT4vV { position:absolute;display:block;z-index:15051;height:6.5rem;width:75rem;top:0rem;left:0rem;display:none; }
#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-size:auto !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; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container { background-color: transparent; background-image: none; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container > .video-iframe-container { display: none; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row > .video-iframe-container { display: none; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .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); }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container { border-width: 0; border-radius: 0; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container { font-size:0.875rem;font-family:"open sans";height:48.0625rem;width:75rem;position:relative;display:block; }#kZ85zvrA8MlGG6uldii3ryUBpTv3RDvU { position:absolute;display:block;z-index:15077;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:19.9375rem;width:13.0625rem;top:0rem;left:2.25rem;overflow:hidden;display:block; }
#V6s66vHHfXMNxMf6t3beM45Bn5OzCSwb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:30.9375rem;left:2.6875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRT0c1xVzKq26KKKtT7CIX9fy94z5gGi { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-4),0.35) ;height:30rem;width:17.4375rem;top:13rem;left:0rem;display:block; }
#krtcbmT6GVEJSdWbo4MFoxgUXER588a7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCCunhEyzTVhfmTsR4fq6LFocL3qzEeR { color:rgba(var(--color-primary-1),1);display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.1875rem;left:3.8125rem;height:4.79375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSLVdsGo7ZNK9Frv4aaxhcsKbEVd3BNR { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.0625rem;left:12.0625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cN2bE5CJ4lyuvaXoMy3rR3Rd2DUsS5p9 { color:rgba(var(--color-primary-1),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:27.125rem;left:3.8125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tt9Xep94oMRqFnnaLtu94DJN5D0M8LTv { color:rgba(var(--color-primary-1),1);display:block;width:3.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.125rem;left:11rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RywOCzCCf5eM5eZTh5hEB4At0O81JHEF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:31.3125rem;left:1.375rem;display:none; }
#z99MW5DrTrCUF912iMV4DTTGiA6vxuyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ob8aHNhSKDmaaqulnzNlQqoPA1Ko2szM { position:absolute;display:block;z-index:15112;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:6rem;width:4.875rem;top:7.5rem;left:0.875rem;overflow:hidden;display:block; }
#SmBV0QNCJGN6ZMcdbLPoA1hpZi5v0r9B { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:0.9375rem;width:17.4375rem;top:42.25rem;left:0rem;display:block; }
#HIefxXUpEzkEW2Vkq5MLvfMQKTNT1Nyk { box-sizing:content-box;height:3.4375rem;width:14.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:37.200004577637rem;left:1.3250007629394rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(95,95,95,0.5);border-left:0.0625rem solid rgba(95,95,95,0.5);border-right:0.0625rem solid rgba(95,95,95,0.5);border-bottom:0.0625rem solid rgba(95,95,95,0.5);display:block; }
#LeoSQT51g4TlEFfK5sxMNZSketzHggR2 { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:38.0625rem;left:3rem;overflow:hidden;display:block; }
#AysxCfMqmdFm6AzcoS0v63RQPaVGoguU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:38.375rem;left:5.3125rem;height:1.7875rem;font-style:normal;display:block; }
#bsXfZw3OIAp7F2gWoNKreWvIDW7fRMQp { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:37.8125rem;left:5.3125rem;height:0.89375rem;font-style:normal;display:block; }
#Bsbtyv4mrIDng7nm4CeZMr5AIDnxs332 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:26.036720275879rem;left:3.8125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w9ylzJkUGiR7bgKXf1F89O1PPEUayu0s { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-4),0.35) ;height:30rem;width:17.4375rem;top:13.0625rem;left:19.375rem;display:block; }
#d1UasI3QSH9PLn7EFlJ6lCtU3rmQS0zN { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:0.9375rem;width:17.4375rem;top:42.125rem;left:19.375rem;display:block; }
#Q1TBToy9c0Fz1a1RNcKGH4lID9NDqAms { box-sizing:content-box;height:3.4375rem;width:14.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:37.1875rem;left:20.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(95,95,95,0.5);border-left:0.0625rem solid rgba(95,95,95,0.5);border-right:0.0625rem solid rgba(95,95,95,0.5);border-bottom:0.0625rem solid rgba(95,95,95,0.5);display:block; }
#e8zZDtoH8kbrNCxNgglO4FlnDktRlRGw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:38.375rem;left:24.6875rem;height:1.7875rem;font-style:normal;display:block; }
#OCy6kloUOTxPK4oJet5dzo8iE1rdyO2F { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:37.8125rem;left:24.6875rem;height:0.89375rem;font-style:normal;display:block; }
#KZxWeF2XG8909gytJB3BDgBSvw5h6i50 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:30.9375rem;left:22.0625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHiUsGo6ykokChWkOBX7pTg11VfF7ruZ { color:rgba(var(--color-primary-1),1);display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:26.1875rem;left:23.1875rem;height:4.79375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZ1lTT4f6slliv4K2L6Fmm2FOTV1XHhP { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:29.0625rem;left:31.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJW0XFkeQ8NuIe3NNrUyaJcZMWzm4PqT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:31.311717987061rem;left:20.75rem;display:none; }
#CAly18bZ1nayqLTug2y0DUIsyikPLyTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFre2BnpOTo11VL5QNLdkoGSHgNKfDbR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.9375rem;left:19.375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiOJfLivT97sL5Bz5rUWsoa4uGqrVbJ8 { color:rgba(var(--color-primary-1),1);display:block;width:3.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.125rem;left:30.375rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zS4bSCEGlNwKPQzKOP6p635Gtr65VlTi { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:26rem;left:23.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZ4LVT5MOIJThDJcTdUtzgTTMTnfcm24 { position:absolute;display:block;z-index:15093;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:19.9375rem;width:13.0625rem;top:0rem;left:21.625rem;overflow:hidden;display:block; }
#hDF9xN6X0cTxR4PgUe8qPlR3CynldRmx { color:rgba(var(--color-primary-1),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:27.125rem;left:23.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GLFcwiMhC7UwL6e0SDSF7v7ahwgbXZ2U { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:38.0625rem;left:22.375rem;overflow:hidden;display:block; }
#spEQCeo3AmRAzx0q72KZadPUKKJhQzg1 { position:absolute;display:block;z-index:15128;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:6rem;width:4.875rem;top:7.5rem;left:20.25rem;overflow:hidden;display:block; }
#s57SPwSKEvyvrpoa7NKfzakF2vtKhTxw { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-4),0.35) ;height:30rem;width:17.4375rem;top:13.0625rem;left:38.125rem;display:block; }
#XAAzpIrk6uIHG5FcgHqtcJzXrFwTZ6g0 { position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:0.9375rem;width:17.4375rem;top:42.125rem;left:38.125rem;display:block; }
#cABaEUP8h6BlMSiyOtx3bZDSxyOGeTXc { box-sizing:content-box;height:3.4375rem;width:14.75rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;top:37.1875rem;left:39.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(95,95,95,0.5);border-left:0.0625rem solid rgba(95,95,95,0.5);border-right:0.0625rem solid rgba(95,95,95,0.5);border-bottom:0.0625rem solid rgba(95,95,95,0.5);display:block; }
#fbuWRddepF8XFuuIUZViXM6XnFvn9RTR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:38.375rem;left:43.4375rem;height:1.7875rem;font-style:normal;display:block; }
#ahnZCxZvmmSsAax74BoDf2vocf1ViTNL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:37.8125rem;left:43.4375rem;height:0.89375rem;font-style:normal;display:block; }
#rm5J8fPETSnkQX0hGzPaA1peCzTk7GsD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:31.311717987061rem;left:39.5rem;display:none; }
#mt3pFXm7aRcvEoZOEDoyvWPTiFUdEQGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTatnPL1g70EmTiW0iZTup3yEcIh2npw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:30.9375rem;left:40.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mM1VrR1m1xfAxSDgyAhBIbHZvuO4fXHd { color:rgba(var(--color-primary-1),1);display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:26.1875rem;left:41.9375rem;height:4.79375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCV2T8H8TOphg1TnACtFlS4vGSt3tDag { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:29.0625rem;left:50.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8PdqWH0zLDDb9GFNXokmvrJCQqcLTEk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.9375rem;left:38.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exFJqLNdDQmBqp342xTh8ckgwzRTqwrS { color:rgba(var(--color-primary-1),1);display:block;width:3.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:27.125rem;left:49.125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iSvCix8xCRF0BzWsIL3aVTv5NWWZNC7a { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:26rem;left:41.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqL0NDX6BmW7TlC6xiHQThFSZONltNsQ { position:absolute;display:block;z-index:15109;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:19.9375rem;width:13.0625rem;top:0rem;left:40.375rem;overflow:hidden;display:block; }
#cgzS3hXLWDvIKFI6dXW0sQW5hXa9BIN9 { color:rgba(var(--color-primary-1),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:27.125rem;left:41.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xFOQMlSdEGOd3R16IJCxRpUItyNnTcv6 { position:absolute;display:block;z-index:15144;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:6rem;width:4.875rem;top:7.5rem;left:39rem;overflow:hidden;display:block; }
#kCTEhTJJaXdTZVDvvTbnTz7KkKQG5mxB { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:38.0625rem;left:41.125rem;overflow:hidden;display:block; }
#vR54NoHhszao4TTUXhT23sS3wBxvbwW1 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-secondary-4),0.35) ;height:30rem;width:17.4375rem;top:13.0625rem;left:56.875rem;display:block; }
#mOFTqTu6vzg3Qy8RQ3SpTTJCt5RQwD76 { position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:0.9375rem;width:17.4375rem;top:42.125rem;left:56.875rem;display:block; }
#cg4RmCdVDJoZyRPSJSlQTGC2KROvauSe { box-sizing:content-box;height:3.4375rem;width:14.75rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image:none;top:37.1875rem;left:58.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.0625rem solid rgba(95,95,95,0.5);border-left:0.0625rem solid rgba(95,95,95,0.5);border-right:0.0625rem solid rgba(95,95,95,0.5);border-bottom:0.0625rem solid rgba(95,95,95,0.5);display:block; }
#rlo4euOtOxDk4greJm7NFOTzOwmGH8tk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:38.375rem;left:62.1875rem;height:1.7875rem;font-style:normal;display:block; }
#uD0Tc7RuTzQG1InPUPCSvQtcDdBP0IpU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:37.8125rem;left:62.1875rem;height:0.89375rem;font-style:normal;display:block; }
#Tq6OsKLRK2fMigwy7cSD02RdhPpCeD5g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:31.3125rem;left:58.25rem;display:none; }
#x3isEM6qG7BU4BE2eFzQ0gFfnUfBH8r2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGOv48DvlWe2Ky2J6h52RZvsVebdp3ko { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:30.9375rem;left:59.5625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1udUQBGHp5yW40OkORpN7TtLZSawlVc { color:rgba(var(--color-primary-1),1);display:block;width:9.8125rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:26.1875rem;left:60.6875rem;height:4.79375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8SWNR5PAeVSThSb2UkIDElanFC1ihqP { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:29.0625rem;left:68.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OEQkkqTIWFMuUsdqo0ZIxmtaqIL89NdA { color:rgba(var(--color-primary-1),1);display:block;width:3.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:27.125rem;left:67.875rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hw19UQJxhH0FgCrSfwKnQEdEIDKpQvsr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:22.9375rem;left:56.875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tvya2TsshJuCBNaZwFkKs2vkqA8FVXVl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:26rem;left:60.6875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jd0OwFLnJ1cblSHbA5tW4czU9aHNGzTE { position:absolute;display:block;z-index:15125;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:19.9375rem;width:13.0625rem;top:0rem;left:59.125rem;overflow:hidden;display:block; }
#gZTpCVVJGahevEDs1v2TkgrEAiGkwt81 { color:rgba(var(--color-primary-1),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:27.125rem;left:60.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7JcGx2rg770RXBVqqKb5VXH6aI7UvsL { position:absolute;display:block;z-index:15167;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:38.0625rem;left:59.875rem;overflow:hidden;display:block; }
#wLCFFipgrlxPp4vmSLryWPQLQTtJoEVp { position:absolute;display:block;z-index:15160;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:6rem;width:4.875rem;top:7.5rem;left:58.1875rem;overflow:hidden;display:block; }
#aJVLchvnuobcb7vSnKHzPfMNCpFIZOaw { 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:6.875rem;width:20rem;display:none; }
#ZxrMxD1tdEeFT8oETkT5xJ1ZzK05EIgN { 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:6.875rem;width:20rem;display:none; }
#pwfR0lGsOqmqWCrz9hmNETqI2sB8lou9 { 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:6.875rem;width:20rem;display:none; }
#bId93JLi7Jy9RcXQ9rM364nWtLmNiNQT { 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:6.875rem;width:20rem;display:none; }
#qbNbvQ8PykucW0qkaWZPJmGnALIt7zOn { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.4375rem;width:14.75rem;top:33.186721801757rem;left:1.4242172241211rem;overflow:hidden;display:block; }
#qtH858ehUz3rPInqXo40sQ5NIHJRhAlt { position:absolute;display:block;z-index:15169;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.4375rem;width:14.75rem;top:33.186721801757rem;left:20.75rem;overflow:hidden;display:block; }
#aevTKJKusWrxRLnsSSiI86TJRrQeA0cA { position:absolute;display:block;z-index:15170;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.4375rem;width:14.75rem;top:33.186721801757rem;left:39.5rem;overflow:hidden;display:block; }
#KW8HQaAd1bgNUznoHcGf8NEHzK0AOKmW { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.4375rem;width:14.75rem;top:33.186721801757rem;left:58.25rem;overflow:hidden;display:block; }
#uGOp8CLN4ERGzDutIptkE438KeVnxJVp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.9375rem;left:0rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdmCHIthRgmNMglvxNtJM39Fz6EQF1O0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:20.9375rem;left:19.40625rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PpzcJV4rPV5e4SsRgrbQVJTWGXSC9nWQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15172;line-height:1.3;letter-spacing:0;top:20.9375rem;left:38.15625rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGqK8alhPiwGki2FDoAXNtXRht2ws3H6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15173;line-height:1.3;letter-spacing:0;top:20.9375rem;left:56.90625rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row .container { background-color: transparent; background-image: none; }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row .container > .video-iframe-container { display: none; }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row > .video-iframe-container { display: none; }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .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); }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row .container { border-width: 0; border-radius: 0; }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#ENMl3czvEee4V7qbvDx7NQKLLPRQ6Qb2 { position:absolute;display:block;z-index:15000;height:4.1875rem;width:75rem;top:2.5000001192093rem;left:0rem;display:block; }
#pvv7wvv39HeKvQNcIn4xatceLGDQEZON { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row .container { background-color: transparent; background-image: none; }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row .container > .video-iframe-container { display: none; }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row > .video-iframe-container { display: none; }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .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); }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row .container { border-width: 0; border-radius: 0; }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#RmVBLyqI2le0h7OsbttHy239uO8o4ewN { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:4.375rem;left:1.6875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r1neagsCkfISwJVU8LQHWEvcaTuxbLww { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:7.1875rem;left:2.1875rem;display:block; }#r1neagsCkfISwJVU8LQHWEvcaTuxbLww.adaptive-delivery-prevent-bg, #r1neagsCkfISwJVU8LQHWEvcaTuxbLww.lazyload, #r1neagsCkfISwJVU8LQHWEvcaTuxbLww.lazyloading { background-image: none; }
#g0sD2d0QIwMa7FXiWL36s0nXhqoEJ2Tu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:8.2109375rem;left:1.71875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#CBEGXccsUQDlbdq9WZCwyhAbiKbnGw1b { position:absolute;display:block;z-index:15018;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:16.46875rem;left:9.21875rem;display:block; }#CBEGXccsUQDlbdq9WZCwyhAbiKbnGw1b.adaptive-delivery-prevent-bg, #CBEGXccsUQDlbdq9WZCwyhAbiKbnGw1b.lazyload, #CBEGXccsUQDlbdq9WZCwyhAbiKbnGw1b.lazyloading { background-image: none; }
#cTTiUF1GI1GGE6z5BI622ePdCWz4m5Tc { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3266c52-6928-4920-9a8c-3e76206eb4ef/_vicente.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d0d0d0;border-left:0.0625rem solid #d0d0d0;border-right:0.0625rem solid #d0d0d0;border-bottom:0.0625rem solid #d0d0d0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:20.8125rem;top:0.15625rem;left:0rem;display:block; }#cTTiUF1GI1GGE6z5BI622ePdCWz4m5Tc.adaptive-delivery-prevent-bg, #cTTiUF1GI1GGE6z5BI622ePdCWz4m5Tc.lazyload, #cTTiUF1GI1GGE6z5BI622ePdCWz4m5Tc.lazyloading { background-image: none; }
#cTTiUF1GI1GGE6z5BI622ePdCWz4m5Tc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cTTiUF1GI1GGE6z5BI622ePdCWz4m5Tc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.85); }#NPoHKJ8TMWpH1iNT1NNSmP5VMxCUx1C0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:18.1875rem;left:3.59375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#TeTbsrTQGKLXwsfcKM34elVGufSbJJbs { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:1.625rem;left:9.375rem; }
#gh4bxoENrzT1uIc2RShJJ2plETxU8OHL { position:absolute;display:block;z-index:15050;height:25.3125rem;width:53.5rem;top:0.15625rem;left:21.499221801757rem;display:block; }
#Da6GA7DtTTt9oK3e8bIwt3kI6xaXTQod { position:absolute;display:block;z-index:15050;height:25.3125rem;width:53.5rem;top:3.28125rem;left:21.499221801757rem;display:none; }
#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ { border-top:0;border-left:0rem none #ffcd00;border-right:0rem none #ffcd00;border-bottom:0rem none #ffcd00;background-color:rgba(var(--color-tertiary-4),1);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; }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row .container { background-color: transparent; background-image: none; }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row .container > .video-iframe-container { display: none; }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row > .video-iframe-container { display: none; }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .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); }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row .container { border-width: 0; border-radius: 0; }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#s7HMrNomTI7RXQF6p6T3PqXe44b0SHnh { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:15.5625rem;left:1.25rem;display:none; }
#psON0fLI0Wbbt0Gd5koduVOummELCR7p { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.125rem;top:14.625rem;left:1.25rem;display:none; }
#iZ6OV6ayoPDqHRwTy8kGq9O1CqUbOdkT { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:3.125rem;top:14.625rem;left:1.25rem;display:none; }
#PP38KxlVDKAgQBTrcQ7a5Qdt48knZyXl { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#QTyFSrMJTVCv3hoAObH3gZTNKUEKlTCX { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:1.40625rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IA586qTOBd80VwGEASy3UVThwEthoILL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.0625rem;font-weight:normal;z-index:15048;line-height:1;letter-spacing:0;top:0.7490234375rem;left:0rem;height:0.5625rem;display:block; }
#XehbZvptZpntvyiyo28d15TX2tvQF1Ql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row .container { background-color: transparent; background-image: none; }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row .container > .video-iframe-container { display: none; }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row > .video-iframe-container { display: none; }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .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); }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row .container { border-width: 0; border-radius: 0; }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#eqix3l9bOlrNCFUv5vtLketTI2ZzhCD4 { box-sizing:content-box;height:5rem;width:69.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:2.6687507629394rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-4),0.5) ;display:block; }
#icIC6F7B4kwu5Vaq1VvfMGMfHOhHrKoT { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15174;line-height:1.5;letter-spacing:0;top:0.625rem;left:17.125rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XotuPNbxNgt6sKO8udgC0d3lDGI1QftO { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15175;line-height:1.5;letter-spacing:0;top:2.5625rem;left:17.1875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upTMI4IgQybGxQMoOvNUncB72t5CtWzn { position:absolute;display:block;z-index:15176;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:5rem;width:14.5rem;top:0rem;left:2.6687507629394rem;overflow:hidden;display:block; }
#oehKzrcnZVnxT2PJ2MLTnaONLvn5NRVh { position:absolute;display:block;z-index:15177;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:5rem;width:14.5rem;top:0rem;left:57.34375rem;overflow:hidden;display:block; }
#LIB9eu9IAWNVBx9dOZrqtRBmhRI1l0BZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15097;text-align:center;text-align-last:center;top:31.3125rem;left:58.25rem;display:none; }
#HuqyRdBVtk2kKQ3JahdnLXHbQd9lfn3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OhviggKVoFh4pqqJIRMTnAb1UEeidBrE { display:block; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhD45bTxKya1Sru5MbiOZz7nsuExETaI { width:16rem;height:2.625rem;top:30.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNICNcFShNx8zWMZSKJKWGITauQzVtMZ { display:block; }
 }@media only screen and (max-width: 763px) { #Z7fTWTvfktPyuFc9UyqwwASd4r9mSNRa { width:19.125rem;height:31.1875rem;top:2.625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6TRauxr5tfG7KgV6Svoq8HtbaJ5IcfZ { width:19rem;height:0.0625rem;top:29.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NymAJd0UawN0pm2LHGRvzFoTlLO1zOyF { width:47.75rem;height:1.875rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRf38JRAHC74mMBLNpM46L0CfbLlyHOe { width:20rem;height:;top:16.4375rem;left:0rem;font-size:0.8125rem;display:none; }#XRf38JRAHC74mMBLNpM46L0CfbLlyHOe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_db894287f369d73df71947aea861606870e10077.svg); }
 }@media only screen and (max-width: 763px) { #iGC9hmaEDPfQVCfkMNMiqZtKtgHCHuXf { width:47.75rem;height:1.75rem;top:32.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl3dhBWXaaqDbi35udonCJw6HAX7uzFO { width:46rem;height:10.4375rem;top:20.3125rem;left:0.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6qA7tQlZaP0gcqyU3uRzJQsWupFWngS { width:47.75rem;height:17.8125rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFGH0CyR2i7XViPzMcf4mhLcwtyCbpQc { width:47.75rem;height:3.625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5DotqpnPXTyaIlMNdme77brCFqouaMb { width:15.1875rem;height:8.5625rem;top:3.5625rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITm2FQEbPtdmTs5ok31331DpT0oZbJwR { top:21.625rem;left:0rem;width:6.6875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZyOqHgsPOTObGAiXofKv4T7P1SSsMn1 { width:19.3125rem;height:1.125rem;top:52.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGvTUW4ktIzGTbNBXeekJ5UpcAvWT4vV { width:47.75rem;height:6.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK { display:block; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZ85zvrA8MlGG6uldii3ryUBpTv3RDvU { width:13.0625rem;height:19.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6s66vHHfXMNxMf6t3beM45Bn5OzCSwb { width:12.125rem;height:1.375rem;top:30.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRT0c1xVzKq26KKKtT7CIX9fy94z5gGi { width:17.4375rem;height:30rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krtcbmT6GVEJSdWbo4MFoxgUXER588a7 { width:17.4375rem;height:2.625rem;top:22.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCCunhEyzTVhfmTsR4fq6LFocL3qzEeR { width:9.8125rem;height:4.75rem;top:26.1875rem;left:0.40625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLVdsGo7ZNK9Frv4aaxhcsKbEVd3BNR { width:2.5625rem;height:1.1875rem;top:29.0625rem;left:8.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN2bE5CJ4lyuvaXoMy3rR3Rd2DUsS5p9 { width:2.75rem;height:2rem;top:27.125rem;left:0.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9Xep94oMRqFnnaLtu94DJN5D0M8LTv { width:3.125rem;height:2rem;top:27.125rem;left:7.59375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RywOCzCCf5eM5eZTh5hEB4At0O81JHEF { width:14.75rem;height:3.4375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z99MW5DrTrCUF912iMV4DTTGiA6vxuyE { display:block; }
 }@media only screen and (max-width: 763px) { #Ob8aHNhSKDmaaqulnzNlQqoPA1Ko2szM { top:7.5rem;left:0rem;width:4.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBV0QNCJGN6ZMcdbLPoA1hpZi5v0r9B { width:17.4375rem;height:0.9375rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIefxXUpEzkEW2Vkq5MLvfMQKTNT1Nyk { top:37.1875rem;left:0rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeoSQT51g4TlEFfK5sxMNZSketzHggR2 { top:38.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AysxCfMqmdFm6AzcoS0v63RQPaVGoguU { width:10.125rem;height:1.75rem;top:38.375rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsXfZw3OIAp7F2gWoNKreWvIDW7fRMQp { width:9.5625rem;height:0.875rem;top:37.8125rem;left:1.90625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsbtyv4mrIDng7nm4CeZMr5AIDnxs332 { width:5.6875rem;height:1.1875rem;top:26rem;left:0.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ylzJkUGiR7bgKXf1F89O1PPEUayu0s { width:17.4375rem;height:30rem;top:13.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1UasI3QSH9PLn7EFlJ6lCtU3rmQS0zN { width:17.4375rem;height:0.9375rem;top:42.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1TBToy9c0Fz1a1RNcKGH4lID9NDqAms { top:37.1875rem;left:9rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8zZDtoH8kbrNCxNgglO4FlnDktRlRGw { width:10.125rem;height:1.75rem;top:38.375rem;left:13.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCy6kloUOTxPK4oJet5dzo8iE1rdyO2F { width:9.5625rem;height:0.875rem;top:37.8125rem;left:14.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZxWeF2XG8909gytJB3BDgBSvw5h6i50 { width:12.125rem;height:1.375rem;top:30.9375rem;left:11.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHiUsGo6ykokChWkOBX7pTg11VfF7ruZ { width:9.8125rem;height:4.75rem;top:26.1875rem;left:12.96875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ1lTT4f6slliv4K2L6Fmm2FOTV1XHhP { width:2.5625rem;height:1.1875rem;top:29.0625rem;left:21.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJW0XFkeQ8NuIe3NNrUyaJcZMWzm4PqT { width:14.75rem;height:3.4375rem;top:31.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAly18bZ1nayqLTug2y0DUIsyikPLyTr { display:block; }
 }@media only screen and (max-width: 763px) { #cFre2BnpOTo11VL5QNLdkoGSHgNKfDbR { width:17.4375rem;height:2.5625rem;top:22.9375rem;left:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOJfLivT97sL5Bz5rUWsoa4uGqrVbJ8 { width:3.125rem;height:2rem;top:27.125rem;left:20.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS4bSCEGlNwKPQzKOP6p635Gtr65VlTi { width:5.6875rem;height:1.1875rem;top:26rem;left:12.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ4LVT5MOIJThDJcTdUtzgTTMTnfcm24 { width:13.0625rem;height:19.9375rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDF9xN6X0cTxR4PgUe8qPlR3CynldRmx { width:2.75rem;height:2rem;top:27.125rem;left:12.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLFcwiMhC7UwL6e0SDSF7v7ahwgbXZ2U { top:38.0625rem;left:12.15625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spEQCeo3AmRAzx0q72KZadPUKKJhQzg1 { top:7.5rem;left:11.9375rem;width:4.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57SPwSKEvyvrpoa7NKfzakF2vtKhTxw { width:17.4375rem;height:30rem;top:13.0625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAAzpIrk6uIHG5FcgHqtcJzXrFwTZ6g0 { width:17.4375rem;height:0.9375rem;top:42.125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cABaEUP8h6BlMSiyOtx3bZDSxyOGeTXc { top:37.1875rem;left:20.9375rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbuWRddepF8XFuuIUZViXM6XnFvn9RTR { width:10.125rem;height:1.75rem;top:38.375rem;left:25.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnZCxZvmmSsAax74BoDf2vocf1ViTNL { width:9.5625rem;height:0.875rem;top:37.8125rem;left:26.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm5J8fPETSnkQX0hGzPaA1peCzTk7GsD { width:14.75rem;height:3.4375rem;top:31.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt3pFXm7aRcvEoZOEDoyvWPTiFUdEQGG { display:block; }
 }@media only screen and (max-width: 763px) { #aTatnPL1g70EmTiW0iZTup3yEcIh2npw { width:12.125rem;height:1.375rem;top:30.9375rem;left:23.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1VrR1m1xfAxSDgyAhBIbHZvuO4fXHd { width:9.8125rem;height:4.75rem;top:26.1875rem;left:24.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCV2T8H8TOphg1TnACtFlS4vGSt3tDag { width:2.5625rem;height:1.1875rem;top:29.0625rem;left:33.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8PdqWH0zLDDb9GFNXokmvrJCQqcLTEk { width:17.4375rem;height:2.5625rem;top:22.9375rem;left:18.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exFJqLNdDQmBqp342xTh8ckgwzRTqwrS { width:3.125rem;height:2rem;top:27.125rem;left:32.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSvCix8xCRF0BzWsIL3aVTv5NWWZNC7a { width:5.6875rem;height:1.1875rem;top:26rem;left:24.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqL0NDX6BmW7TlC6xiHQThFSZONltNsQ { width:13.0625rem;height:19.9375rem;top:0rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzS3hXLWDvIKFI6dXW0sQW5hXa9BIN9 { width:2.75rem;height:2rem;top:27.125rem;left:24.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFOQMlSdEGOd3R16IJCxRpUItyNnTcv6 { top:7.5rem;left:23.875rem;width:4.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCTEhTJJaXdTZVDvvTbnTz7KkKQG5mxB { top:38.0625rem;left:24.09375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR54NoHhszao4TTUXhT23sS3wBxvbwW1 { width:17.4375rem;height:30rem;top:13.0625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOFTqTu6vzg3Qy8RQ3SpTTJCt5RQwD76 { width:17.4375rem;height:0.9375rem;top:42.125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4RmCdVDJoZyRPSJSlQTGC2KROvauSe { top:37.1875rem;left:32.875rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlo4euOtOxDk4greJm7NFOTzOwmGH8tk { width:10.125rem;height:1.75rem;top:38.375rem;left:37.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD0Tc7RuTzQG1InPUPCSvQtcDdBP0IpU { width:9.5625rem;height:0.875rem;top:37.8125rem;left:38.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq6OsKLRK2fMigwy7cSD02RdhPpCeD5g { width:14.75rem;height:3.4375rem;top:31.3125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3isEM6qG7BU4BE2eFzQ0gFfnUfBH8r2 { display:block; }
 }@media only screen and (max-width: 763px) { #IGOv48DvlWe2Ky2J6h52RZvsVebdp3ko { width:12.125rem;height:1.375rem;top:30.9375rem;left:35.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1udUQBGHp5yW40OkORpN7TtLZSawlVc { width:9.8125rem;height:4.75rem;top:26.1875rem;left:36.84375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8SWNR5PAeVSThSb2UkIDElanFC1ihqP { width:2.5625rem;height:1.1875rem;top:29.0625rem;left:45.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEQkkqTIWFMuUsdqo0ZIxmtaqIL89NdA { width:3.125rem;height:2rem;top:27.125rem;left:44.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw19UQJxhH0FgCrSfwKnQEdEIDKpQvsr { width:17.4375rem;height:2.5625rem;top:22.9375rem;left:30.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvya2TsshJuCBNaZwFkKs2vkqA8FVXVl { width:5.6875rem;height:1.1875rem;top:26rem;left:36.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd0OwFLnJ1cblSHbA5tW4czU9aHNGzTE { width:13.0625rem;height:19.9375rem;top:0rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTpCVVJGahevEDs1v2TkgrEAiGkwt81 { width:2.75rem;height:2rem;top:27.125rem;left:36.84375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JcGx2rg770RXBVqqKb5VXH6aI7UvsL { top:38.0625rem;left:36.03125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLCFFipgrlxPp4vmSLryWPQLQTtJoEVp { top:7.5rem;left:35.8125rem;width:4.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJVLchvnuobcb7vSnKHzPfMNCpFIZOaw { width:20rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxrMxD1tdEeFT8oETkT5xJ1ZzK05EIgN { width:20rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwfR0lGsOqmqWCrz9hmNETqI2sB8lou9 { width:20rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bId93JLi7Jy9RcXQ9rM364nWtLmNiNQT { width:20rem;height:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qbNbvQ8PykucW0qkaWZPJmGnALIt7zOn { top:33.125rem;left:0rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtH858ehUz3rPInqXo40sQ5NIHJRhAlt { top:33.125rem;left:9.125rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aevTKJKusWrxRLnsSSiI86TJRrQeA0cA { top:33.125rem;left:21.0625rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW8HQaAd1bgNUznoHcGf8NEHzK0AOKmW { top:33.125rem;left:33rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGOp8CLN4ERGzDutIptkE438KeVnxJVp { width:17.4375rem;height:0.875rem;top:20.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdmCHIthRgmNMglvxNtJM39Fz6EQF1O0 { width:17.4375rem;height:0.875rem;top:20.9375rem;left:6.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpzcJV4rPV5e4SsRgrbQVJTWGXSC9nWQ { width:17.4375rem;height:0.875rem;top:20.9375rem;left:18.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGqK8alhPiwGki2FDoAXNtXRht2ws3H6 { width:17.4375rem;height:0.875rem;top:20.9375rem;left:30.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo { display:block; }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENMl3czvEee4V7qbvDx7NQKLLPRQ6Qb2 { top:2.5rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvv7wvv39HeKvQNcIn4xatceLGDQEZON { display:block; }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmVBLyqI2le0h7OsbttHy239uO8o4ewN { width:17.5625rem;height:2.25rem;top:4.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1neagsCkfISwJVU8LQHWEvcaTuxbLww { width:15rem;height:0.0625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0sD2d0QIwMa7FXiWL36s0nXhqoEJ2Tu { width:17.5rem;height:4.5rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBEGXccsUQDlbdq9WZCwyhAbiKbnGw1b { width:2.5rem;height:0.0625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTiUF1GI1GGE6z5BI622ePdCWz4m5Tc { width:20.8125rem;height:25.1875rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPoHKJ8TMWpH1iNT1NNSmP5VMxCUx1C0 { width:13.75rem;height:4.5rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTbsrTQGKLXwsfcKM34elVGufSbJJbs { top:1.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh4bxoENrzT1uIc2RShJJ2plETxU8OHL { width:47.75rem;height:25.3125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da6GA7DtTTt9oK3e8bIwt3kI6xaXTQod { width:47.75rem;height:25.3125rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9eSOWa1veOJaBvOofFIngJbm27FCGxZ { display:block; }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7HMrNomTI7RXQF6p6T3PqXe44b0SHnh { width:2.1875rem;height:2.1875rem;top:15.5625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #psON0fLI0Wbbt0Gd5koduVOummELCR7p { width:3.125rem;height:0;top:14.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZ6OV6ayoPDqHRwTy8kGq9O1CqUbOdkT { width:3.125rem;height:0;top:14.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PP38KxlVDKAgQBTrcQ7a5Qdt48knZyXl { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTyFSrMJTVCv3hoAObH3gZTNKUEKlTCX { top:1.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA586qTOBd80VwGEASy3UVThwEthoILL { width:47.75rem;height:0.8125rem;top:0.6875rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XehbZvptZpntvyiyo28d15TX2tvQF1Ql { display:block; }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqix3l9bOlrNCFUv5vtLketTI2ZzhCD4 { top:0rem;left:0rem;width:47.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icIC6F7B4kwu5Vaq1VvfMGMfHOhHrKoT { width:40.125rem;height:2.5rem;top:0.625rem;left:3.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XotuPNbxNgt6sKO8udgC0d3lDGI1QftO { width:40.125rem;height:1.875rem;top:2.5625rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTMI4IgQybGxQMoOvNUncB72t5CtWzn { top:0rem;left:0rem;width:14.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oehKzrcnZVnxT2PJ2MLTnaONLvn5NRVh { top:0rem;left:33.25rem;width:14.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIB9eu9IAWNVBx9dOZrqtRBmhRI1l0BZ { width:14.75rem;height:3.4375rem;top:31.3125rem;left:33rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuqyRdBVtk2kKQ3JahdnLXHbQd9lfn3P { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ce9212a-868b-4862-b73f-33ea9bd46053/17086.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#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.8); }#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); } }@media only screen and (max-width: 763px) { #OhviggKVoFh4pqqJIRMTnAb1UEeidBrE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container { background-color: transparent; background-image: none; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container > .video-iframe-container { display: none; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row > .video-iframe-container { display: none; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .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); }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container { border-width: 0; border-radius: 0; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhviggKVoFh4pqqJIRMTnAb1UEeidBrE > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhD45bTxKya1Sru5MbiOZz7nsuExETaI { width:16rem;height:2.625rem;top:52.25rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNICNcFShNx8zWMZSKJKWGITauQzVtMZ { display:block; }
 }@media only screen and (max-width: 763px) { #Z7fTWTvfktPyuFc9UyqwwASd4r9mSNRa { width:19.125rem;height:31.1875rem;top:24.6875rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6TRauxr5tfG7KgV6Svoq8HtbaJ5IcfZ { width:19rem;height:0.0625rem;top:51.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NymAJd0UawN0pm2LHGRvzFoTlLO1zOyF { width:20rem;height:0.9375rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRf38JRAHC74mMBLNpM46L0CfbLlyHOe { width:19.6875rem;height:0;top:39.625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;z-index:15011;display:none; }#XRf38JRAHC74mMBLNpM46L0CfbLlyHOe li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_db894287f369d73df71947aea861606870e10077.svg); }
 }@media only screen and (max-width: 763px) { #iGC9hmaEDPfQVCfkMNMiqZtKtgHCHuXf { width:19.3125rem;height:0;top:52.612499237061rem;left:0.68671876192094rem;text-align:left;text-align-last:left;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vl3dhBWXaaqDbi35udonCJw6HAX7uzFO { width:18.9375rem;height:4.75rem;top:10.250003814698rem;left:0.49921876192093rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #X6qA7tQlZaP0gcqyU3uRzJQsWupFWngS { width:20rem;height:9.125rem;top:7.8125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFGH0CyR2i7XViPzMcf4mhLcwtyCbpQc { width:20rem;height:2.3125rem;top:15.875003814698rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5DotqpnPXTyaIlMNdme77brCFqouaMb { width:7.5rem;height:4rem;top:2rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITm2FQEbPtdmTs5ok31331DpT0oZbJwR { width:4.875rem;height:6rem;top:39.875rem;left:4.4062500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZyOqHgsPOTObGAiXofKv4T7P1SSsMn1 { width:20rem;height:1.0625rem;top:16.500003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #MGvTUW4ktIzGTbNBXeekJ5UpcAvWT4vV { width:20rem;height:4.25rem;top:19.5625rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #000000, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container { background-color: transparent; background-image: none; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container > .video-iframe-container { display: none; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row > .video-iframe-container { display: none; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .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); }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container { border-width: 0; border-radius: 0; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayUGt590lRzsvRGsGN3VBuehHkZ9EKWK > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZ85zvrA8MlGG6uldii3ryUBpTv3RDvU { width:8.6875rem;height:13.25rem;top:0rem;left:0.49921876192093rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #V6s66vHHfXMNxMf6t3beM45Bn5OzCSwb { width:7.75rem;height:0.975rem;top:12.375781655312rem;left:11.656250536442rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRT0c1xVzKq26KKKtT7CIX9fy94z5gGi { width:20rem;height:12.1875rem;top:4.3757810592651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krtcbmT6GVEJSdWbo4MFoxgUXER588a7 { width:9.5rem;height:2.03125rem;top:5.9382811784744rem;left:10.375000536442rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCCunhEyzTVhfmTsR4fq6LFocL3qzEeR { width:6.5rem;height:3.7375rem;top:8.8750001192094rem;left:11.6875rem;text-align:left;text-align-last:left;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSLVdsGo7ZNK9Frv4aaxhcsKbEVd3BNR { width:2.6875rem;height:1.1375rem;top:10.975000023842rem;left:16.800000727177rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN2bE5CJ4lyuvaXoMy3rR3Rd2DUsS5p9 { width:2.75rem;height:1.625rem;top:9.5312501192094rem;left:10.375000536442rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9Xep94oMRqFnnaLtu94DJN5D0M8LTv { width:2.6875rem;height:1.54375rem;top:9.6406255960463rem;left:16.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RywOCzCCf5eM5eZTh5hEB4At0O81JHEF { width:10rem;height:3.4375rem;top:14.750781655312rem;left:0rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/e3b24579-3fb5-4e40-a390-5f3ac7e16437/WHATSAPP1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;color:#000000;display:none; }#RywOCzCCf5eM5eZTh5hEB4At0O81JHEF.adaptive-delivery-prevent-bg, #RywOCzCCf5eM5eZTh5hEB4At0O81JHEF.lazyload, #RywOCzCCf5eM5eZTh5hEB4At0O81JHEF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z99MW5DrTrCUF912iMV4DTTGiA6vxuyE { display:block; }
 }@media only screen and (max-width: 763px) { #Ob8aHNhSKDmaaqulnzNlQqoPA1Ko2szM { width:2.75rem;height:3.4375rem;top:9.8624992370606rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmBV0QNCJGN6ZMcdbLPoA1hpZi5v0r9B { width:17.4375rem;height:0.9375rem;top:33.693752288818rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIefxXUpEzkEW2Vkq5MLvfMQKTNT1Nyk { width:14.75rem;height:3.4375rem;top:71.34375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LeoSQT51g4TlEFfK5sxMNZSketzHggR2 { width:1.9375rem;height:1.9375rem;top:30.08046913147rem;left:11.656250536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #AysxCfMqmdFm6AzcoS0v63RQPaVGoguU { width:9.75rem;height:1.6875rem;top:13.9375rem;left:5.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsXfZw3OIAp7F2gWoNKreWvIDW7fRMQp { width:9.5625rem;height:1.125rem;top:11.5625rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bsbtyv4mrIDng7nm4CeZMr5AIDnxs332 { width:5.6875rem;height:1.1375rem;top:8.4992190599444rem;left:10.375000536442rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ylzJkUGiR7bgKXf1F89O1PPEUayu0s { width:20rem;height:12.625rem;top:23.188282012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1UasI3QSH9PLn7EFlJ6lCtU3rmQS0zN { width:17.4375rem;height:0.9375rem;top:42.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1TBToy9c0Fz1a1RNcKGH4lID9NDqAms { width:14.75rem;height:3.4375rem;top:47.375rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8zZDtoH8kbrNCxNgglO4FlnDktRlRGw { width:10.125rem;height:auto;top:38.375rem;left:4.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCy6kloUOTxPK4oJet5dzo8iE1rdyO2F { width:9.5625rem;height:0;top:85.814061999319rem;left:6.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZxWeF2XG8909gytJB3BDgBSvw5h6i50 { width:7.75rem;height:0.975rem;top:31.438281178474rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHiUsGo6ykokChWkOBX7pTg11VfF7ruZ { width:6.5rem;height:3.7375rem;top:28.000781178474rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ1lTT4f6slliv4K2L6Fmm2FOTV1XHhP { width:2.5625rem;height:1.1375rem;top:29.938281178474rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJW0XFkeQ8NuIe3NNrUyaJcZMWzm4PqT { width:10rem;height:3.4375rem;top:33.563281178474rem;left:0rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/e3b24579-3fb5-4e40-a390-5f3ac7e16437/WHATSAPP1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;color:#000000;display:none; }#LJW0XFkeQ8NuIe3NNrUyaJcZMWzm4PqT.adaptive-delivery-prevent-bg, #LJW0XFkeQ8NuIe3NNrUyaJcZMWzm4PqT.lazyload, #LJW0XFkeQ8NuIe3NNrUyaJcZMWzm4PqT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CAly18bZ1nayqLTug2y0DUIsyikPLyTr { display:block; }
 }@media only screen and (max-width: 763px) { #cFre2BnpOTo11VL5QNLdkoGSHgNKfDbR { width:9.5rem;height:2.03125rem;top:25.063281178474rem;left:1rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOJfLivT97sL5Bz5rUWsoa4uGqrVbJ8 { width:2.6875rem;height:1.54375rem;top:28.625781178474rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS4bSCEGlNwKPQzKOP6p635Gtr65VlTi { width:5.6875rem;height:1.1375rem;top:27.625781178474rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ4LVT5MOIJThDJcTdUtzgTTMTnfcm24 { width:8.4375rem;height:12.875rem;top:19.438281178474rem;left:10.375rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #hDF9xN6X0cTxR4PgUe8qPlR3CynldRmx { width:2.75rem;height:1.625rem;top:28.625781178474rem;left:1rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLFcwiMhC7UwL6e0SDSF7v7ahwgbXZ2U { width:1.9375rem;height:1.9375rem;top:38.0625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #spEQCeo3AmRAzx0q72KZadPUKKJhQzg1 { width:2.75rem;height:3.375rem;top:29.088283538818rem;left:16.706250727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57SPwSKEvyvrpoa7NKfzakF2vtKhTxw { width:20rem;height:12.75rem;top:42.000782012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAAzpIrk6uIHG5FcgHqtcJzXrFwTZ6g0 { width:17.4375rem;height:0.9375rem;top:42.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cABaEUP8h6BlMSiyOtx3bZDSxyOGeTXc { width:14.75rem;height:3.4375rem;top:68.6875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbuWRddepF8XFuuIUZViXM6XnFvn9RTR { width:10.125rem;height:auto;top:38.375rem;left:4.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahnZCxZvmmSsAax74BoDf2vocf1ViTNL { width:9.5625rem;height:0;top:90.501561999319rem;left:6.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rm5J8fPETSnkQX0hGzPaA1peCzTk7GsD { width:10rem;height:3.4375rem;top:52.375781178474rem;left:0rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/e3b24579-3fb5-4e40-a390-5f3ac7e16437/WHATSAPP1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;color:#000000;display:none; }#rm5J8fPETSnkQX0hGzPaA1peCzTk7GsD.adaptive-delivery-prevent-bg, #rm5J8fPETSnkQX0hGzPaA1peCzTk7GsD.lazyload, #rm5J8fPETSnkQX0hGzPaA1peCzTk7GsD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mt3pFXm7aRcvEoZOEDoyvWPTiFUdEQGG { display:block; }
 }@media only screen and (max-width: 763px) { #aTatnPL1g70EmTiW0iZTup3yEcIh2npw { width:8rem;height:0.975rem;top:50.188281178474rem;left:11.6875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1VrR1m1xfAxSDgyAhBIbHZvuO4fXHd { width:6.5rem;height:3.7375rem;top:46.688281178474rem;left:11.6875rem;text-align:left;text-align-last:left;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCV2T8H8TOphg1TnACtFlS4vGSt3tDag { width:2.5625rem;height:1.1375rem;top:48.750781059265rem;left:16.812499582768rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8PdqWH0zLDDb9GFNXokmvrJCQqcLTEk { width:9.5rem;height:2.03125rem;top:43.500781178474rem;left:10.5rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exFJqLNdDQmBqp342xTh8ckgwzRTqwrS { width:3.125rem;height:1.54375rem;top:47.250781059265rem;left:16.812499582768rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSvCix8xCRF0BzWsIL3aVTv5NWWZNC7a { width:5.6875rem;height:1.1375rem;top:46.125781178474rem;left:10.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqL0NDX6BmW7TlC6xiHQThFSZONltNsQ { width:8.4375rem;height:12.875rem;top:38.250781178474rem;left:0.5rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #cgzS3hXLWDvIKFI6dXW0sQW5hXa9BIN9 { width:2.75rem;height:1.625rem;top:47.438281178474rem;left:10.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFOQMlSdEGOd3R16IJCxRpUItyNnTcv6 { width:2.75rem;height:3.375rem;top:47.838283538818rem;left:0.54921871423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCTEhTJJaXdTZVDvvTbnTz7KkKQG5mxB { width:1.9375rem;height:1.9375rem;top:38.0625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #vR54NoHhszao4TTUXhT23sS3wBxvbwW1 { width:20rem;height:12.6875rem;top:61.438285827637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOFTqTu6vzg3Qy8RQ3SpTTJCt5RQwD76 { width:17.4375rem;height:0.9375rem;top:42.125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cg4RmCdVDJoZyRPSJSlQTGC2KROvauSe { width:14.75rem;height:3.4375rem;top:85.187502384187rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlo4euOtOxDk4greJm7NFOTzOwmGH8tk { width:10.125rem;height:0;top:86.375002384187rem;left:6.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD0Tc7RuTzQG1InPUPCSvQtcDdBP0IpU { width:9.5625rem;height:0;top:85.812502384187rem;left:6.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq6OsKLRK2fMigwy7cSD02RdhPpCeD5g { width:10rem;height:3.4375rem;top:71.813281178475rem;left:0rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/e3b24579-3fb5-4e40-a390-5f3ac7e16437/WHATSAPP1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;color:#000000;display:none; }#Tq6OsKLRK2fMigwy7cSD02RdhPpCeD5g.adaptive-delivery-prevent-bg, #Tq6OsKLRK2fMigwy7cSD02RdhPpCeD5g.lazyload, #Tq6OsKLRK2fMigwy7cSD02RdhPpCeD5g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x3isEM6qG7BU4BE2eFzQ0gFfnUfBH8r2 { display:block; }
 }@media only screen and (max-width: 763px) { #IGOv48DvlWe2Ky2J6h52RZvsVebdp3ko { width:8.0625rem;height:0.975rem;top:69.813281178475rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1udUQBGHp5yW40OkORpN7TtLZSawlVc { width:6.5rem;height:3.7375rem;top:66.313281178475rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8SWNR5PAeVSThSb2UkIDElanFC1ihqP { width:2.5625rem;height:1.1375rem;top:68.313280105594rem;left:7.4375005364419rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEQkkqTIWFMuUsdqo0ZIxmtaqIL89NdA { width:3.125rem;height:1.54375rem;top:66.938280105594rem;left:7.4375005364419rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw19UQJxhH0FgCrSfwKnQEdEIDKpQvsr { width:9.5rem;height:2.03125rem;top:63.313281178475rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvya2TsshJuCBNaZwFkKs2vkqA8FVXVl { width:5.6875rem;height:1.1375rem;top:65.813281178475rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd0OwFLnJ1cblSHbA5tW4czU9aHNGzTE { width:8.4375rem;height:12.875rem;top:57.938281178474rem;left:10.4375rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #gZTpCVVJGahevEDs1v2TkgrEAiGkwt81 { width:2.75rem;height:1.625rem;top:66.938281178475rem;left:1rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JcGx2rg770RXBVqqKb5VXH6aI7UvsL { width:1.9375rem;height:1.9375rem;top:86.062502384187rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLCFFipgrlxPp4vmSLryWPQLQTtJoEVp { width:2.75rem;height:3.375rem;top:67.463279724119rem;left:16.706250727177rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJVLchvnuobcb7vSnKHzPfMNCpFIZOaw { top:14.188282012939rem;left:9.4992185235025rem;width:10rem;height:3.4375rem;z-index:15168;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZxrMxD1tdEeFT8oETkT5xJ1ZzK05EIgN { top:33.250782012939rem;left:0.49921876192093rem;width:10rem;height:3.4375rem;z-index:15169;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pwfR0lGsOqmqWCrz9hmNETqI2sB8lou9 { top:52.313282012939rem;left:9.4992185235025rem;width:10rem;height:3.4375rem;z-index:15170;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bId93JLi7Jy9RcXQ9rM364nWtLmNiNQT { top:71.813285827638rem;left:0.49921876192093rem;width:10rem;height:3.4375rem;z-index:15171;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qbNbvQ8PykucW0qkaWZPJmGnALIt7zOn { width:14.75rem;height:3.4375rem;top:76.500781178475rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtH858ehUz3rPInqXo40sQ5NIHJRhAlt { width:14.75rem;height:3.4375rem;top:81.188281178475rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aevTKJKusWrxRLnsSSiI86TJRrQeA0cA { width:14.75rem;height:3.4375rem;top:85.875781178475rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KW8HQaAd1bgNUznoHcGf8NEHzK0AOKmW { width:14.75rem;height:3.4375rem;top:90.563281178475rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGOp8CLN4ERGzDutIptkE438KeVnxJVp { width:7.6875rem;height:1.7875rem;top:14.188281297684rem;left:1.1554687619209rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15174;display:block; }
 }@media only screen and (max-width: 763px) { #PdmCHIthRgmNMglvxNtJM39Fz6EQF1O0 { width:7.6875rem;height:1.7875rem;top:33.250781059265rem;left:11.281250536442rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15174;display:block; }
 }@media only screen and (max-width: 763px) { #PpzcJV4rPV5e4SsRgrbQVJTWGXSC9nWQ { width:7.6875rem;height:1.7875rem;top:52.313282012939rem;left:1.1554687619209rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15174;display:block; }
 }@media only screen and (max-width: 763px) { #DGqK8alhPiwGki2FDoAXNtXRht2ws3H6 { width:7.6875rem;height:1.7875rem;top:71.813282012938rem;left:11.687500536442rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15174;display:block; }
 }@media only screen and (max-width: 763px) { #ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo { display:block; }#ExN3nD5zL4OyMfyQEKzENxd9yxt1koKo > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENMl3czvEee4V7qbvDx7NQKLLPRQ6Qb2 { width:20rem;height:15.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvv7wvv39HeKvQNcIn4xatceLGDQEZON { display:block; }#pvv7wvv39HeKvQNcIn4xatceLGDQEZON > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmVBLyqI2le0h7OsbttHy239uO8o4ewN { width:18.75rem;height:2.0625rem;top:26.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1neagsCkfISwJVU8LQHWEvcaTuxbLww { width:15rem;height:0.0625rem;top:29.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0sD2d0QIwMa7FXiWL36s0nXhqoEJ2Tu { width:17.75rem;height:3.9rem;top:30.337501525879rem;left:1.1242187619209rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CBEGXccsUQDlbdq9WZCwyhAbiKbnGw1b { width:2.5rem;height:0.0625rem;top:34.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTiUF1GI1GGE6z5BI622ePdCWz4m5Tc { width:20rem;height:19rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPoHKJ8TMWpH1iNT1NNSmP5VMxCUx1C0 { width:13.75rem;height:3.9rem;top:35.3125rem;left:3.1250000596046rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TeTbsrTQGKLXwsfcKM34elVGufSbJJbs { width:2.1875rem;height:2.1875rem;top:23.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh4bxoENrzT1uIc2RShJJ2plETxU8OHL { width:20rem;height:10.3125rem;top:17.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Da6GA7DtTTt9oK3e8bIwt3kI6xaXTQod { width:20rem;height:19rem;top:1.875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #T9eSOWa1veOJaBvOofFIngJbm27FCGxZ { display:block; }#T9eSOWa1veOJaBvOofFIngJbm27FCGxZ > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7HMrNomTI7RXQF6p6T3PqXe44b0SHnh { width:2.1875rem;height:2.1875rem;top:14.999998092651rem;left:1.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #psON0fLI0Wbbt0Gd5koduVOummELCR7p { width:3.125rem;height:0.0625rem;top:13.375rem;left:0.93749994039537rem;z-index:15044;border-top:0.0625rem solid #ffc000;border-left:0.0625rem solid #ffc000;border-right:0.0625rem solid #ffc000;border-bottom:0.0625rem solid #ffc000;background-color:#ffc000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #iZ6OV6ayoPDqHRwTy8kGq9O1CqUbOdkT { width:3.125rem;height:0.0625rem;top:3.8125rem;left:0.93749994039537rem;z-index:15045;border-top:0.0625rem solid #ffc000;border-left:0.0625rem solid #ffc000;border-right:0.0625rem solid #ffc000;border-bottom:0.0625rem solid #ffc000;background-color:#ffc000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #PP38KxlVDKAgQBTrcQ7a5Qdt48knZyXl { top:20rem;left:0rem;width:20rem;height:17.5rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #QTyFSrMJTVCv3hoAObH3gZTNKUEKlTCX { width:20rem;height:1.05625rem;top:1.1875rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IA586qTOBd80VwGEASy3UVThwEthoILL { width:20rem;height:0.7125rem;top:2.2875061035156rem;left:0rem;font-size:0.0625rem;line-height:.3;display:block; }
 }@media only screen and (max-width: 763px) { #XehbZvptZpntvyiyo28d15TX2tvQF1Ql { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#XehbZvptZpntvyiyo28d15TX2tvQF1Ql > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqix3l9bOlrNCFUv5vtLketTI2ZzhCD4 { width:19.875rem;height:5rem;top:0rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #icIC6F7B4kwu5Vaq1VvfMGMfHOhHrKoT { width:20rem;height:0;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XotuPNbxNgt6sKO8udgC0d3lDGI1QftO { width:20rem;height:0;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #upTMI4IgQybGxQMoOvNUncB72t5CtWzn { width:14.5rem;height:5rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oehKzrcnZVnxT2PJ2MLTnaONLvn5NRVh { width:14.5rem;height:5rem;top:1.25rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIB9eu9IAWNVBx9dOZrqtRBmhRI1l0BZ { width:14.5rem;height:3.4375rem;top:5.125rem;left:2.7500000596046rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/e3b24579-3fb5-4e40-a390-5f3ac7e16437/WHATSAPP1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;color:#000000;z-index:15098;display:block; }#LIB9eu9IAWNVBx9dOZrqtRBmhRI1l0BZ.adaptive-delivery-prevent-bg, #LIB9eu9IAWNVBx9dOZrqtRBmhRI1l0BZ.lazyload, #LIB9eu9IAWNVBx9dOZrqtRBmhRI1l0BZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HuqyRdBVtk2kKQ3JahdnLXHbQd9lfn3P { display:block; }
 }