.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:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,255,255;--color-secondary-1:241,241,241;--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:151,149,151;--color-tertiary-2:69,69,69;--color-tertiary-3:45,41,41;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/ffcec9bd-cc47-4506-baf4-74f2488d9aeb/noroot.crop_2685x840_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.adaptive-delivery-prevent-bg, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyload, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyloading { background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { background-color: transparent; background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .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); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { border-width: 0; border-radius: 0; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { position:absolute;display:block;z-index:14997;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:13.1875rem;width:14.3125rem;top:29.78125rem;left:17.25rem;overflow:hidden;display:none; }
#e5B8Ep0fLAOVJqKg9s0pUPXLLakPlwOP { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-secondary-4),0.33) ;height:42.4375rem;width:22.4375rem;top:4.6875rem;left:52.5625rem;display:block; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-form-header { font-size:0.75rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-secondary-4),1);width:17.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e6eaed;border-left:0.0625rem solid #e6eaed;border-right:0.0625rem solid #e6eaed;border-bottom:0.0625rem solid #e6eaed;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#3966c3;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e6eaed;border-left:0.0625rem solid #e6eaed;border-right:0.0625rem solid #e6eaed;border-bottom:0.0625rem solid #e6eaed;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#3966c3;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6eaed;border-left:0.0625rem solid #e6eaed;border-right:0.0625rem solid #e6eaed;border-bottom:0.0625rem solid #e6eaed;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.1875rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 [class*="-text"]:-moz-placeholder { color:#cdd2de;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 [class*="-text"]::-moz-placeholder { color:#cdd2de;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 [class*="-text"]:-ms-input-placeholder { color:#cdd2de;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 [class*="-text"]::-webkit-input-placeholder { color:#cdd2de;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-container:first-of-type{padding-top:0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-container:last-of-type{padding-bottom:0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:53.9375rem;top:10.3125rem;z-index:15003;position:absolute;font-size:0.75rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.9375rem;line-height:1.3;font-weight:700;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 {display:block;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:53.9375rem;top:10.3125rem;z-index:15003;position:absolute;font-size:0.75rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #nf53VeXLN8S7OT1cQ6IJTQfp8on4MiPG { position:relative;display:block;z-index:15000; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #T8DFdwSMDKT5T5TkRkiWuqBnG4WV07zh { position:relative;display:block;z-index:15000; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #aKkPNTe0n3sU2ivuBh9E7zldrpcNXnls { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #quDX2DUotIxigKQuoyKLgooQ9DVnbKzD { position:relative;display:block; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #yesg6xQmPmqIMRWba3tduona9euBsBCS { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #Nx7XTBIsotb2nmOBocs3XDJP2Qul83A9 { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #uu38Ro9ohbFObT8XiFf7HFfTzuLeWtJ0 { position:relative;display:block; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #TtvPQants5Xe5AQnrusOE66V06SgHrpG { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #RT1zR9Uv3nZoOcpIT2PRoLfrUn7Dg2sU { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #g7zX2hpgl3nhsQWAvICy1rAvsTqx1S4X { position:relative;display:block; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #N1yGxRkBXRZTUrqgrFILHJ0IxSVnCRsO { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #ukVskUxmsMhkKoWmE3c3ZSI2V2ownZ4J { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #BFNiMOCoFgZew6XfLq6irZpf7vLxWVf1 { position:relative;display:block; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #HIccDBM27rT4Dzc3V8eTfUngMiIVqwZF { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #qlNzw39GBDCznLISVo8eTof22mI2cJs5 { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #SgNhnrMAhX7SBVmyzSUmoT8Vfd76C3Dn { position:relative;display:block; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #WCstWQ1KPA5I5BIT5ZGWayZlOxGW52kv { position:relative; }
#tsPczO9JvEtTk3XHRmQAn3Vqp4LG5nGb { position:relative;display:block; }
#aTcvw1r7XBFTMCNhfkRW6aWxW2zB8syx { position:relative;display:block; }
#Zrnip5AtihkwUxVSTM2GT6dAs02Ld4Wn { position:relative;display:block; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #lzW6PO8QRHeTsb37XMO7BrRUR01S2Tg0 { position:relative; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #RyAyT9aAEr1sIpJl9rqgp3aI0QpLwVXC { position:relative; }
#sh8HS4qsoCESSQToNTT2ZgZQ6sTw7h0X { color:rgba(var(--color-secondary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:28.75rem;left:0rem;height:4.14258125rem;display:block; }
#z12xwk5RxVsVi4SnKiRryXXbHzqGZLJa { color:#000000;display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:14.6875rem;left:0rem;height:12.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GnzNTWgXC3O7GHDP4IUbRlGKtOGU5XAL { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.25rem;top:12rem;left:0rem;overflow:hidden;display:block; }
#zXgVmwNFHGrL5OrvWVh2E0dZv5SzAPNf { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.3125rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#r7rsv31lGNecBP4tqZkODA4J3bdXcmrT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:10.3125rem;left:55.8125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KJPgOJIiaV3mm69AHNHayqD81rrOLgsO { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:6.4375rem;left:54.09375rem;height:3.0244125rem;text-align:center;text-align-last:center;display:block; }
#PTvKLFpF24Gigcb4RQPNkcQxLX8DxJUc { box-sizing:content-box;height:0.0625rem;width:1.875rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:53.8125rem;display:block; }
#ZKKO8RDOzoENhJH3QnlFSFfdCpTDfqWA { box-sizing:content-box;height:0.0625rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:71.75rem;display:block; }
#m0qxvPuPMhfuVJ8muiuMds5PcuorIZWI { color:rgba(var(--color-secondary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:43.53125rem;left:57.9375rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ng6VT0VfOsNxqtI45pf2uHe9nlJoOuTK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:43.78125rem;left:55.3125rem; }
#TiCyU8BLgXDy4XkrEmTTpUWcZpgHXG70 { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.25rem;top:37rem;left:1.4375rem;overflow:hidden;display:block; }
#BARMJue5e7IiZhSgdcgAU60bFaUHJUc2 { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.4375rem;top:35.625rem;left:6.3125rem;overflow:hidden;display:block; }
#JQ82nrSvV4zVpLDycQfxWinHCNdXr84E { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.25rem;top:37rem;left:12.375rem;overflow:hidden;display:block; }
#cTTtlzvhf9kpP0NHT5lTrmTEwtDJsbhS { color:rgba(var(--color-secondary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:41.0625rem;left:1.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#pP7M4Ow21Qe2Sq1hcCeXVOsJuUI1rQZm { color:rgba(var(--color-primary-2),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:40.9375rem;left:5.8125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOchNIolKHnswai4KTvXAlMmVw1ZsGK1 { color:rgba(var(--color-secondary-3),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:41.0625rem;left:11.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#HGFJpbzNtAyJX1nKAXT1k069SGJzFz9W { box-sizing:content-box;height:6.9375rem;width:19.375rem;position:absolute;display:block;z-index:14996;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/a9d441d1-7bf5-45d0-a7ac-4e8747892a2a/Artboard5_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:50.4375rem;left:1.4375rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }#HGFJpbzNtAyJX1nKAXT1k069SGJzFz9W.adaptive-delivery-prevent-bg, #HGFJpbzNtAyJX1nKAXT1k069SGJzFz9W.lazyload, #HGFJpbzNtAyJX1nKAXT1k069SGJzFz9W.lazyloading { background-image: none; }
#MTRlcy7Esn3W5axkUGPRToJnTd9eeQ0t { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:36.1875rem;width:54.5625rem;top:52.1875rem;left:-16.109834558824rem;overflow:hidden;display:block; }
#IU2NHFZvuCmmDWGgnLmbVXF4OQUrXCGb { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.3125rem;top:-18.4375rem;left:16.712890625rem;overflow:hidden;display:none; }
#JHGn2JQBF7icSXk4exdTiNS6Ec1GCnyN { box-sizing:content-box;height:0.0625rem;width:1.875rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:53.8125rem;display:none; }
#ksuSL1O8MmQlx5wFiegFy2u2IF9LvyoG { color:rgba(var(--color-secondary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:28.75rem;left:0rem;height:4.14258125rem;display:none; }
#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/a9d441d1-7bf5-45d0-a7ac-4e8747892a2a/Artboard5_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp.adaptive-delivery-prevent-bg, #NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp.lazyload, #NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp.lazyloading { background-image: none; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row .container { background-color: transparent; background-image: none; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row .container > .video-iframe-container { display: none; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row > .video-iframe-container { display: none; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .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); }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row .container { border-width: 0; border-radius: 0; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#XuyhU8lW55hEI1WLWS9TUZSwNRFSo9Zt { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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:19.6875rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:35.875rem;left:28.125rem;display:none; }
#FqB6WazuLisNN55KPmDmOlZ3HMSfn0KC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tppn1Is1HnLJnAiBQcsltz4qWVNgsXWk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:23rem;left:35.5625rem;height:3.41015625rem;display:block; }
#uWhn3lwnhCPhvvUHag3Q8XUEU0GTNAp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:23rem;left:55.4375rem;height:3.41015625rem;display:block; }
#wbqsNs7bW8T6b9K2A74IcWLsFwtBo80p { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.5625rem;left:55.4375rem;height:1.1375rem;font-style:normal;display:block; }
#bCs8hGazXMucFccwsKZOSGNfwlm1pw4R { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.5625rem;left:35.5625rem;height:1.1375rem;font-style:normal;display:block; }
#oTgFNZhoneoTJrlf0QFeLeugAL6eEctN { box-sizing:content-box;height:8.25rem;width:18.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:10.375rem;left:34.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#qSvmtGkezJg9HAl7vJptiP3sZgZF0dq2 { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:20.6875rem;left:48.9375rem;overflow:hidden;display:block; }
#NODB6KlK4ELepg2kVAWgTRhCUI4vksq4 { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:20.6875rem;left:68.75rem;overflow:hidden;display:block; }
#gs99kwdCxEUW9fW7kEcVsVHWcArrxmVz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:13.4375rem;left:55.4375rem;height:3.41015625rem;display:block; }
#IZhW1WAk9o39TZyI5hZwMB11O2unE8Ta { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.1875rem;left:68.5625rem;overflow:hidden;display:block; }
#LhEX5Dh06xRpmykvsFUIxEB3llwEtMbv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12rem;left:55.25rem;height:1.1375rem;font-style:normal;display:block; }
#SwP5CN2Om3SOG4aV2Kdvd16ltiTqKwrf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:13.5625rem;left:35.625rem;height:3.41015625rem;display:block; }
#PWXHcfSXbzMq8xTzxAOBechxU3iItBnZ { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.4375rem;left:48.4375rem;overflow:hidden;display:block; }
#JF3VPPNkLFJBgL2kMfmPo1lyu58ZMiPa { box-sizing:content-box;height:8.25rem;width:18.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:10.4375rem;left:54rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Ko6e4mK413mDnbefgv6TbaH7aTrw0KJ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12rem;left:35.8125rem;height:1.1375rem;font-style:normal;display:block; }
#DZ7b0nPQR14F81P97wpW6IBGTOyBSnr0 { color:#1c1c1b;display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15048;line-height:.9;letter-spacing:0;top:5.5625rem;left:34.3125rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mf2GutVVJEWltzTnLs9JWV9ddT4SGXPh { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.25rem;top:3.25rem;left:34.5625rem;overflow:hidden;display:block; }
#SAnnrK3VVLipu3LhKmCgEW0HCJGoFi0V { box-sizing:content-box;height:8.25rem;width:18.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:19.9375rem;left:34.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#k0SHfTZzLczErKuoG9Sl8bTHXgAviu1l { box-sizing:content-box;height:8.25rem;width:18.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:19.9375rem;left:53.9375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#AdnakVkrOQq3G1ruiU8LBkLqXCGIWvyi { box-sizing:content-box;height:4.375rem;width:12.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;top:20.6875rem;left:3.75927734375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#tlQ0zlERUggKEwGmpkF8oyhUT3UvV4pN { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.125rem;top:21.875rem;left:4.7939453125rem;overflow:hidden;display:block; }
#CnBSLRhKKp7o7dEiesf9rm6F8rhHCRQt { color:rgba(var(--color-primary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:21.75rem;left:7.875rem;height:2.1123rem;font-style:normal;display:block; }
#IZH1HW1oH37Qg2wfSsgBFOgMi5CIXzcI { box-sizing:content-box;height:0.0625rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.987501144409rem;left:16.608985900879rem;display:block; }
#hvHIt8UvWZrIpBE8JEiA9IxxM0V2OJ6b { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.875rem;left:44.0625rem;display:block; }
#COnB66zDOH490VMysTenRhNyTVW228Mb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/a9d441d1-7bf5-45d0-a7ac-4e8747892a2a/Artboard5_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d.adaptive-delivery-prevent-bg, #qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d.lazyload, #qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d.lazyloading { background-image: none; }#qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d > .row .container { border-width: 0; border-radius: 0; }#qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#DVSX12yyffwOgXfrbhtXqPGVbA3PGbwW { color:#1c1c1b;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:7.0625rem;left:34.25rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bXUSmalz6DvO3A7PIphlcuDT26RMeOGD { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:22.6875rem;width:27.1875rem;top:5.71875rem;left:-5.3325389948007rem;overflow:hidden;display:block; }
#dalvvsWZKyyZS5xJsfaHJOf52QQac2oT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:25.125rem;left:39.5625rem;height:1.05615rem;display:block; }
#E58lgmN0ZvxdnwUWD25SAnV1d8HulTOx { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:17.6875rem;left:34.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#t0rwI1R6mSJx5FNx9OAwAxwD6VGUFuqz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.3125rem;left:39.1875rem;height:1.05615rem;display:block; }
#HRnVzkKM5sxohxOyCLaSFpTxiegaOtib { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.875rem;left:39.375rem;height:1.05615rem;display:block; }
#VDlzc5o0Gw6gTercCwXTPmXap60LE7qR { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.0625rem;left:35.3125rem;overflow:hidden;display:block; }
#fRxAC7m5f0gVDwMw0cKRP6qB6FPwGvab { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.5625rem;left:35.375rem;overflow:hidden;display:block; }
#apGgv89OHdvyzOednVO4Ee6NIWysdKrM { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:24.1875rem;left:35.5625rem;overflow:hidden;display:block; }
#FugKZTBq8Tz0Tr4w8xzQx3VUHdh2dWW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:31.1875rem;left:39.5625rem;height:1.0556625rem;display:block; }
#TbmemX4OxRCitUbWZbn4NmhoSxRMwSHk { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:29.6875rem;left:35.5625rem;overflow:hidden;display:block; }
#R87OJoyFviUoSb3qOFOkpbGiQvnyIUU7 { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:12rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#TauPbxTPl8tfG5IN8MG9vBtFamCHk5I1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.8125rem;left:39.375rem;height:1.13671875rem;font-style:normal;display:block; }
#HgvZqTxwEIfurGGUtma4HICpWAtpxOe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.125rem;left:39.1875rem;height:1.13671875rem;font-style:normal;display:block; }
#VLMfX2Tkvz9gn5BvcfCM2SWLlNCUAFKa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.875rem;left:39.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#DlkgJ8SHDcw0z59nZTKWH8dieSPyypvC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:30rem;left:39.5625rem;height:1.13671875rem;font-style:normal;display:block; }
#uqgmUVRQ7rZcTNVJ7aZetbsU58dVTPLN { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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:19.6875rem;height:3.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:35.125rem;left:34.25rem;display:block; }
#cRtSLkTTH4Ux0NnkEe6LwqAE8rxOofa3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLuof6C4X6N4bZh3cavP8TykwKgpmEUl { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:17.6875rem;left:34.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#hBVGrWSyoEukwgEhhe5ii4oCo4P3baM8 { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:17.6875rem;left:34.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#fCFhTMhuJtK2zTT5u25qEnLDByewIXg7 { box-sizing:content-box;height:0.0625rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.987501144409rem;left:16.608985900879rem;display:none; }
#UU5udDQCvl1bU6avS1eGt65rnlwoNyIq { box-sizing:content-box;height:4.375rem;width:12.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;top:20.6875rem;left:3.75927734375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#bOnqAqy6VKBHZbKawXiDh8XPu0khTTCM { color:rgba(var(--color-primary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:21.75rem;left:7.875rem;height:2.1125rem;font-style:normal;display:none; }
#BBiEkPobB8bfOAyTc7t0vXf9NZhDJ8QH { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.125rem;top:21.875rem;left:4.7939453125rem;overflow:hidden;display:none; }
#QHNaLcr9SKU65GfeTuAInVlatwf1IiSA { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.875rem;left:44.0625rem;display:none; }
#Xdhmadt8WIoNqCc59MAF5E2phJcRUUJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/a9d441d1-7bf5-45d0-a7ac-4e8747892a2a/Artboard5_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x.adaptive-delivery-prevent-bg, #mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x.lazyload, #mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x.lazyloading { background-image: none; }#mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x > .row .container { border-width: 0; border-radius: 0; }#mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#PmiLGpniNNFmmGpEza7L9wZQxkxB21Ky { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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:19.6875rem;height:3.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:30rem;left:43.5625rem;display:block; }
#sMart6E409CKGgklu7BqlsK5EdABkH7e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1A1I5SV6OM07x0bllH0TmB3goUsy8o3 { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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:19.6875rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:35.875rem;left:28.125rem;display:none; }
#tFg8OStfkxow8aHqg8F7lW6rVfT8B51R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gCyZWAiFMl8QTHSzBFlAfssFlPrOFD0N { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:23rem;left:35.5625rem;height:3.4125rem;display:block; }
#TGHAWwTUsSIoUDLDrT8pln6QQx1WKv5Q { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:23rem;left:55.4375rem;height:3.4125rem;display:block; }
#EBl85h0JbN9HrQ9IfNSE8HHkHX0GRkbT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.5625rem;left:55.4375rem;height:1.1375rem;font-style:normal;display:block; }
#ytR9d5qUddX4Wd3wPqutHSKMgZr6n10h { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.5625rem;left:35.5625rem;height:1.1375rem;font-style:normal;display:block; }
#z7TnbxyTUHTpCvLK0itmhBC4pg15edeg { box-sizing:content-box;height:8.25rem;width:18.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:10.375rem;left:34.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#LZC2SPHPd7aTTRMZmpkfnbDvlcOSQwCy { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:20.6875rem;left:48.9375rem;overflow:hidden;display:block; }
#UZnH3lQVgsghXN93iyydA3FaPQJf694k { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:20.6875rem;left:68.75rem;overflow:hidden;display:block; }
#lkyM6pNp6CTnTmISBulmiuJ1J8ATrS9g { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:13.4375rem;left:55.4375rem;height:3.4125rem;display:block; }
#qBstHTyOFAKAsSfHNJ11m6Tn5CSdwUXv { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.1875rem;left:68.5625rem;overflow:hidden;display:block; }
#TB7OwZaiOnakw4xV7lH2FfgaNsqwBTuW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12rem;left:55.25rem;height:1.1375rem;font-style:normal;display:block; }
#bU71evMVFWOHpTkMk0QZJ5o4OTX5Srmt { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:13.5625rem;left:35.625rem;height:3.4125rem;display:block; }
#nzP22Wf1Up7J42fUfOV0FIRkhaiAHgPq { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.4375rem;left:48.4375rem;overflow:hidden;display:block; }
#iTX8BJZewOAtqkACTmETFd9waTCSVul1 { box-sizing:content-box;height:8.25rem;width:18.4375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:10.4375rem;left:54rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#PLUbpQ5LLm9w1T77eJfhEvUCczZH2GwI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12rem;left:35.8125rem;height:1.1375rem;font-style:normal;display:block; }
#n3fEguA1g4K5Sw5O4DvUCTXpGRqlCBMA { color:#1c1c1b;display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15048;line-height:.9;letter-spacing:0;top:5.5625rem;left:34.3125rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqywNfxBvknD8iK5kuWwks4aCXu6IqXS { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.25rem;top:3.25rem;left:34.5625rem;overflow:hidden;display:block; }
#PeLTLCCyRPrTnL1EwS4mxXUrnfSTfNLz { box-sizing:content-box;height:8.25rem;width:18.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:19.9375rem;left:34.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#zsCSvUT2h2Bs2vz29BUnatk7ThAA7d0U { box-sizing:content-box;height:8.25rem;width:18.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:19.9375rem;left:53.9375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#UAkWIwWXfDDmWr0ThgnqK6VRDNkwMqh0 { box-sizing:content-box;height:4.375rem;width:12.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;top:20.6875rem;left:3.75927734375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#bErGfaPq6IFnPWvzz2mRg4QD4WKEiFS5 { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.125rem;top:21.875rem;left:4.7939453125rem;overflow:hidden;display:block; }
#Qlc7ucKlsiSModVBrRh5wOFfTDOuIWox { color:rgba(var(--color-primary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:21.75rem;left:7.875rem;height:2.1125rem;font-style:normal;display:block; }
#MSEPhEgVoyglEoEUEDXQrdBUWzyqOD1w { box-sizing:content-box;height:0.0625rem;width:1.875rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.987501144409rem;left:16.608985900879rem;display:block; }
#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eaed;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; }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row .container { background-color: transparent; background-image: none; }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row .container > .video-iframe-container { display: none; }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row > .video-iframe-container { display: none; }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .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); }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row .container { border-width: 0; border-radius: 0; }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#WfNcz5E46XpQ6dpCCunmCkzoETUlzGZI { box-sizing:content-box;height:4rem;width:25.5rem;position:absolute;display:block;z-index:15040;background-color:#e6eaed;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:39.625rem;left:25rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
#VFgeHNcTUaKlt9sTnTkoTebCGowgV6CQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.25rem;left:47.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4VODVw9pckJ1SVzcgn3gbFSUOlJm98v { position:absolute;display:block;z-index:15015;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;height:18.9375rem;width:13.75rem;top:13.25rem;left:46.9375rem;display:block; }
#zNC5qGNq676wpLuW21zwM5TMuGPPMFRt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:19.8125rem;left:30.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nllDzbzfZQPiuqcVOWNnFaJnuwlf6Opb { position:absolute;display:block;z-index:15019;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;height:19rem;width:13.75rem;top:13.1875rem;left:30.6875rem;display:block; }
#vP5LbPLyPR2KQk9wThlV6BpGsfE37tQW { color:#333333;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:22.8125rem;left:31.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CHSfffhUmIXK0DDHnzwJJ6DscudhdNIT { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:22.8125rem;left:47.5625rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dKG6CMdMXmvBWLnDNauAMqMyxd00bC4t { position:absolute;display:block;z-index:15065;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.75rem;top:15.625rem;left:36.125rem;overflow:hidden;display:block; }
#c5q1Z8HG3x25COpDJew1VUpiaU6eqH71 { position:absolute;display:block;z-index:15066;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:15.75rem;left:52.3125rem;overflow:hidden;display:block; }
#GlWIUKP0US0aCHH6PsQqOu5h9LeucqEe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.875rem;left:14.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzTGEZyaRLJbgOmAsZT3Tw7QKIL2801A { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;height:18.875rem;width:13.75rem;top:13.25rem;left:14.375rem;display:block; }
#SRq6w2RElb9vCqdkPtiecStrxOCpV4n2 { color:#333333;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:22.8125rem;left:14.875rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LpqBDstCIguERmpuwTrPD0EAiHdyH3Fs { display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:4.75rem;left:9.25rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#QPSPBsSRwHdbSEwyN9y7rkTDXZTCDmHp { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.75rem;top:15.625rem;left:19.9375rem;overflow:hidden;display:block; }
#VDmOVTfex0U6055etqF0sdQdiJIyMb0Q { box-sizing:content-box;height:1.0625rem;width:10rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.375rem;left:32.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#TDyHAnZDEAO7BOAZqfs6Vf4NnCdcnVmU { color:rgba(var(--color-primary-2),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:2.5625rem;left:32.8125rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#tTHvRm77mshUnHmu8yMrctvQRXiq6pcH { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.8125rem;left:28.15625rem;display:block; }
#QN5ORTcwWwfUqG3HukGDe09KUNKKnAki { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M05WGJvT9T9oWBhoH2VIa542IaSKV95F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eaed;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row .container { border-width: 0; border-radius: 0; }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:none; }#Lo2OpehztsOAxdf2T45k06Tp2NzcKEop { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.375rem;left:47.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FglqIGkFTsob1Jeie769QrZdrbGnKXhb { position:absolute;display:block;z-index:15000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;height:18.9375rem;width:13.75rem;top:12.375rem;left:46.9375rem;display:block; }
#e8pyfDRENmSGvHNEgUUP1A7gHsNn4hcX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19rem;left:14.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0i7ANs51Kwvt63wAvZ3Q5oh6of302Cm { position:absolute;display:block;z-index:14999;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;height:18.875rem;width:13.75rem;top:12.375rem;left:14.375rem;display:block; }
#gQN5oNZy01WIuwfxDNJmOHwwzeNXu1HE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.9375rem;left:30.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GS2KSwzbUQtwtG7Et6PixbzibGGomyT5 { position:absolute;display:block;z-index:15004;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;height:19rem;width:13.75rem;top:12.3125rem;left:30.6875rem;display:block; }
#K6X33GGz4MFtsCS4cv8AbZLM5u3Io37m { color:#333333;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.9375rem;left:31.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KgBTvIfXpHHzIqMFzGfX6bMWmo2ZOrA4 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:21.9375rem;left:47.5625rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S5G4TSM97WUaHc8LJ2GTGU5Bm2E2GhMM { color:#333333;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:21.9375rem;left:14.875rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIbr8cHWdh3pDUuLvGzSpbrQmtnhH2FE { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.4375rem;left:0rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#VDTxJ0tRMJSCGUr3Fdbxiqok5odZicLL { box-sizing:content-box;height:1.0625rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.6875rem;left:32.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#MDpzvOc7asLy7tJi2T7g34wvKfdRrSCU { color:rgba(var(--color-primary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.6875rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#sgDklATxUzT0J8C9xO5pSsXRnylVOEQg { box-sizing:content-box;height:4rem;width:25.5rem;position:absolute;display:block;z-index:15040;background-color:#e6eaed;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:39.625rem;left:25rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
#uqQm4OrNKiAgkUdhAMq1waRp3F96Jtxt { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:2.75rem;top:14.75rem;left:19.9375rem;overflow:hidden;display:block; }
#phfGwXJuRNUsm0mOsUdczqsEIvAxTvZW { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.75rem;top:14.75rem;left:36.125rem;overflow:hidden;display:block; }
#TTuTV3VBqtwUCr5eWdOGkLDm5WGSPVcP { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.1875rem;top:14.875rem;left:52.3125rem;overflow:hidden;display:block; }
#PHaSRgtfgwH4czvnTk9XT0fVaUlf7E10 { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.875rem;left:44.0625rem;display:none; }
#lv8nrw2mlb0mAUEoKZVe0R1COmXwu98o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container { background-color: transparent; background-image: none; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container > .video-iframe-container { display: none; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row > .video-iframe-container { display: none; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .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); }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container { border-width: 0; border-radius: 0; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#ESwh0ND7HB2KHr1kfkeQuB89WAe92yU6 { color:#454545;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.75rem;left:3.1875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rq2G56HNRQiAmbf1cFIEhsm4ecgUabVW { color:#979597;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.75rem;left:4.3125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwvwUL3nh1zq14ZwmgIu6Hmxa5ccIUOz { color:#ff0000;display:block;width:11rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.75rem;left:55.125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpHdwzIS6iFIHlDaSctLtDleB00UtwXc { color:#979597;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.125rem;left:52.875rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uP7oOt8efc1DebhFRvgMdSAhVB4rRXoI { color:#979597;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.3125rem;left:53.25rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRXwcPpdI5NJngNpNs2ueqOOzFnVusIu { color:#454545;display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:52.8125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KEM97haMO4XCTs0RNKXQCMsdXK9lu46e { 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:15014;top:23.875rem;left:59.5rem; }
#vDmWdeqkPtJaoWo3HuF6RQrZAlsJVf5o { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:24.0625rem;left:10.5625rem; }
#TBk6b4QttFMDHxHvmVwECmXvVLc9u9U2 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:1.8125rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:11.6875rem;left:59.5625rem; }
#GE9ExbPJW0HqwfTaZhIAvwQIGff7Sn9C { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:27.875rem;top:6.5625rem;left:20.5625rem;overflow:hidden;display:block; }
#yyJlTBPy3ows7xim39JXd19htb9LfptD { 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:15018;top:11.5rem;left:10.375rem; }
#Bo5EysBHMxHh0154V60foKh5IoWXmq2N { color:#454545;display:block;width:11.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.9375rem;left:5.875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ykMli3qhBTWpwsll0OFA9lDIq0fkFD8J { color:#979597;display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:3rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEMfFo3HNnye6AZrZMU414aTgcgcstRJ { position:absolute;display:block;z-index:14998;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:50.375rem;width:38.0625rem;top:2.392578125rem;left:23.322401774398rem;overflow:hidden;display:none; }
#dHoEZK23wkxTVpzx8tDT4CGcr4cqAfFw { box-sizing:content-box;height:9.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:-0.0625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
#whGRQbtOpXRn9wCEWGvDD6IiJCUumagk { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:5.125rem;left:3.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wVSn5OpkELwUtmKgFEenNsPFMoJIHKCU { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:5.125rem;left:3.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FVaHreoZvw9vy3dSLvoI2sExXfiqJUOa { display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.64990234375rem;left:12.375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:none; }
#dCtagZtnw2K40E9tpVihah9fq0iEMqyL { display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.9375rem;left:13.4375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#iyrsVK3o2cPyPafcODsXCPHeGTDQ8ZM8 { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.875rem;left:44.0625rem;display:none; }
#epwNTeZ1WC7srGmWhyVfMnbWT50XcRDx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHRArulFOoLOXL6M5WvqRv4UdTg88izP { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.25rem;left:29.21875rem;display:block; }
#OL7So6elBly0EokWUo6IN92AoKXz9u1b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loBVbZSdhIvNESDCywGWWpnPJuoroZor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { border-width: 0; border-radius: 0; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:none; }#CqZx0C62u1wz02l31pvczCS3i6SrqX6N { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.625rem;left:5.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { color:rgba(var(--color-tertiary-1),1);display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:29.005859375rem;left:5.25rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GW7W0009hOMkruPDup4VuaoIuTPxE45q { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.625rem;left:55.375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { color:rgba(var(--color-tertiary-1),1);display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.9375rem;left:53.8125rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.1875rem;left:54.3125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { color:rgba(var(--color-tertiary-2),1);display:block;width:7.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.8125rem;left:57rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { 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:15014;top:24.75rem;left:59.75rem; }
#hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:24.96875rem;left:10.8125rem; }
#fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:1.8125rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:12.5625rem;left:59.8125rem; }
#w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.8125rem;width:27.9375rem;top:6rem;left:22.75rem;overflow:hidden;display:block; }
#nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { 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:15018;top:12.375rem;left:10.59375rem; }
#XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.8681640625rem;left:6.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1865234375rem;left:4.46875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhEstLrZbG2ICNRSevN2NGFAk8ErB5ZV { display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.64990234375rem;left:12.375rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { position:absolute;display:block;z-index:14998;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:50.375rem;width:38.0625rem;top:2.392578125rem;left:23.322401774398rem;overflow:hidden;display:none; }
#fft2zfL3rn25GXGf29eycEgHzXTlcpc6 { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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:19.6875rem;height:3.75rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:46rem;left:27.65625rem;display:block; }
#Ew4IdMsTTPMq3eWaG7Bu4gwNLPRGPxpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZXXzUoF9vl9th7aAFA1O253oO7xG4oGz { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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:16.875rem;height:3.125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:17.4375rem;left:26.8125rem;display:none; }
#c97a3GqQ6pAZvi012JQzBxKTRG2gukNl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/a3f6846c-bf40-45a3-9990-095461c33b2e/GalariaBM5_PAGINA_Teste.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute.adaptive-delivery-prevent-bg, #FNk5V2h36XsFiwhT5JkyZKc8PT3lbute.lazyload, #FNk5V2h36XsFiwhT5JkyZKc8PT3lbute.lazyloading { background-image: none; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container { background-color: transparent; background-image: none; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container > .video-iframe-container { display: none; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row > .video-iframe-container { display: none; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .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); }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container { border-width: 0; border-radius: 0; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#uu1CpNH5wJwXgBX1Bs1kVnXQcwButCaO { color:#f1f1f1;display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13rem;left:10.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnSVPG7kozTtET5rmfa9RHXyNX4dDJ7H { box-sizing:content-box;height:1.0625rem;width:8.375rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:9.0615234375rem;left:33.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#HTrieafNTZCOsNs3afoER3m4LMJ8hH8P { color:rgba(var(--color-primary-2),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:9.1279296875rem;left:34.25rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#oLz0yHcNi0KZpgJ3M6t3c7PqRsFGXwSh { color:#f1f1f1;display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:16.9375rem;left:12.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7EATEZTABL0ueA2Z5WqdyWTHwOgVL2S { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.875rem;left:44.0625rem;display:none; }
#Ba9ZaXXi7fqsXt9pJf8Wt5rAmuVWEqZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRc0k6zfIt1ftPLkDgK78RDi9Cdknp5N { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.4375rem;left:28.15625rem;display:block; }
#qJmGJOzy0wOAPyC8vsVPizFdUcTFdm3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MyO89WEke7Z8amDpboAhAIzRODLprL2e { background-color:#f1f1f1;background-image:none;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;display:none; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row .container { border-width: 0; border-radius: 0; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row .container { width:75rem;height:41.125rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#AwM6AMWfo9qCQEwee55584onOJR6Af6M { color:rgba(var(--color-secondary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.86328125rem;left:5.3125rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tD4lSkfnbQNJovPByP4AAw08Ua3Iof7n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.375rem;width:53.375rem;top:3.75rem;left:35rem;display:block; }
#torOOpqTCF47mXEcAEmv1uAMVFDaX3QD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.875rem;left:1.4375rem;display:none; }
#RCZZ0gT55ARrsT7tHsEkCfGalk9MBrXe { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.875rem;left:44.0625rem;display:none; }
#E79txWQ2CrDeUvPZhX570L1G7oEN09ye { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g { background-color:#f1f1f1;background-image:none;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;display:block; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row .container { background-color: transparent; background-image: none; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row .container > .video-iframe-container { display: none; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row > .video-iframe-container { display: none; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .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); }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row .container { border-width: 0; border-radius: 0; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row .container { width:75rem;height:41.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#NTKdHMZb6sbrQaq2s5QBTF93Z6RDLEER { color:rgba(var(--color-secondary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.86328125rem;left:5.3125rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NWmhp5rKizE6pSty6kmETeiRJqsMPJl8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.375rem;width:53.375rem;top:3.75rem;left:35rem;display:block; }
#aVog9cTBTT3TxKH2gmgNgvxPKCXMcWHH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:7.5rem;left:5.3125rem;height:8.6045rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DhxTQHtIbUJm0hHREMzNkCx1b8be0Tdw { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.5rem;left:5.3125rem;display:block; }
#hDI9W68q3oouXE6ys1KW9dyW1TMQ3Crc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7457RqLPzphMFNsSEETIEvve7PAq5CE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row .container { background-color: transparent; background-image: none; }#y7457RqLPzphMFNsSEETIEvve7PAq5CE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row .container > .video-iframe-container { display: none; }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row > .video-iframe-container { display: none; }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .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); }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row .container { border-width: 0; border-radius: 0; }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#PO0k4CCR973hVze9TlI5QwTR4Tsrw0nA { box-sizing:content-box;height:9.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:-0.0625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#GPKI28wspNOQFPWAVp1avv3bmntglPGZ { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:5.125rem;left:3.625rem;height:2.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekuPlK9fU1UWOXSJenxb1y9k0W7TTAHk { color:#ffffff;display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15031;line-height:.9;letter-spacing:0;top:7.84375rem;left:3.625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gkwoo2dMHsfAALNhlyONoI4NBuwc6fS1 { background-color:rgba(var(--color-secondary-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-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-primary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:5.09375rem;left:54.0625rem;display:block; }
#G9daSE6xaGrXB6149mdSqEgCLHQcSZ3c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5f03182a-adcb-4d24-9282-2d9b3c43cc1f/hf_20260615_130520_fce77aa37d1b4535a66927d5d148dec6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.adaptive-delivery-prevent-bg, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyload, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyloading { background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { background-color: transparent; background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container > .video-iframe-container { display: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container { display: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .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); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { border-width: 0; border-radius: 0; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:75rem;height:30.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { color:rgba(var(--color-secondary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.125rem;left:43.9375rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S1IHtTNudk8o6urlexLf8J0urUXI96T5 { color:rgba(var(--color-primary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.75rem;left:42.3125rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vAuvNRtKN3psttDZdR04ODTZlTh6lOSd { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.875rem;left:44.0625rem;display:none; }
#Iu0rHpaXC3urPQOEJWMzqT40pXfU9cPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MyT3aPsAxoLHAUuINTQFURHrHQyr6T7F { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:17.6875rem;left:55.1875rem;display:block; }
#iBpTQ4kKaGCyPWL7sQfZSyeUn7tKG5OQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5f03182a-adcb-4d24-9282-2d9b3c43cc1f/hf_20260615_130520_fce77aa37d1b4535a66927d5d148dec6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1.adaptive-delivery-prevent-bg, #f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1.lazyload, #f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1.lazyloading { background-image: none; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row .container { border-width: 0; border-radius: 0; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row .container { width:75rem;height:30.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#TeLTuH7WDdkH8d7RS011makooSK40TLT { color:rgba(var(--color-secondary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.125rem;left:43.9375rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CTsk13MWAgNrAKn60nDo5McCd6geUXwf { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.4375rem;left:55.1875rem;display:block; }
#UJ0OboQolFJ4M2S8x4yteBR6bwqbCPqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dEBInP2OAsZgkmMa5K1z76veTv62l8Ma { color:rgba(var(--color-primary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.75rem;left:42.3125rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zEVxx8CfgrpKsLt6Ps65pig3Xrz3opXR { background-color:rgba(var(--color-primary-2),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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.875rem;left:44.0625rem;display:none; }
#Eg6su7tLrmfWKcvK80ivWIaEiIoK0p9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;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;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#I5kG3KAqAgghhPerJJerrNuvArk0W5SC { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8rem;left:4.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.625rem;left:25.9375rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:3.3125rem;left:57.0625rem; }
#wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:3.3125rem;left:61.1875rem; }
#T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { 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:15035;top:3.15625rem;left:65.125rem; }
#A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7.625rem;top:2.21875rem;left:3.9375rem;overflow:hidden;display:block; }
#d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.5rem;left:4.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:11.125rem;left:4.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#GK2sTOvoWMokv40OlTwSdTDpc3IFw3mT { 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:15036;top:3.15625rem;left:69.6875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { display:block; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { width:14.3125rem;height:13.1875rem;top:29.75rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5B8Ep0fLAOVJqKg9s0pUPXLLakPlwOP { width:22.4375rem;height:42.4375rem;top:4.6875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-regular-label { display:block;width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56  { width:18.75rem;height:auto;top:1.25rem;left:13.25rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 {display:block;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 { width:18.75rem;height:auto;top:1.25rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #nf53VeXLN8S7OT1cQ6IJTQfp8on4MiPG {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #T8DFdwSMDKT5T5TkRkiWuqBnG4WV07zh {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #aKkPNTe0n3sU2ivuBh9E7zldrpcNXnls {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #quDX2DUotIxigKQuoyKLgooQ9DVnbKzD { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #yesg6xQmPmqIMRWba3tduona9euBsBCS {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #Nx7XTBIsotb2nmOBocs3XDJP2Qul83A9 {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #uu38Ro9ohbFObT8XiFf7HFfTzuLeWtJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #TtvPQants5Xe5AQnrusOE66V06SgHrpG {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #RT1zR9Uv3nZoOcpIT2PRoLfrUn7Dg2sU {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #g7zX2hpgl3nhsQWAvICy1rAvsTqx1S4X { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #N1yGxRkBXRZTUrqgrFILHJ0IxSVnCRsO {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #ukVskUxmsMhkKoWmE3c3ZSI2V2ownZ4J {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #BFNiMOCoFgZew6XfLq6irZpf7vLxWVf1 { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #HIccDBM27rT4Dzc3V8eTfUngMiIVqwZF {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #qlNzw39GBDCznLISVo8eTof22mI2cJs5 {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #SgNhnrMAhX7SBVmyzSUmoT8Vfd76C3Dn { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #WCstWQ1KPA5I5BIT5ZGWayZlOxGW52kv {  }
 }@media only screen and (max-width: 763px) { #tsPczO9JvEtTk3XHRmQAn3Vqp4LG5nGb { display:block; }
 }@media only screen and (max-width: 763px) { #aTcvw1r7XBFTMCNhfkRW6aWxW2zB8syx { display:block; }
 }@media only screen and (max-width: 763px) { #Zrnip5AtihkwUxVSTM2GT6dAs02Ld4Wn { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #lzW6PO8QRHeTsb37XMO7BrRUR01S2Tg0 {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #RyAyT9aAEr1sIpJl9rqgp3aI0QpLwVXC {  }
 }@media only screen and (max-width: 763px) { #sh8HS4qsoCESSQToNTT2ZgZQ6sTw7h0X { top:28.75rem;left:0rem;width:23.4375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z12xwk5RxVsVi4SnKiRryXXbHzqGZLJa { top:14.6875rem;left:0rem;width:26.625rem;height:12.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnzNTWgXC3O7GHDP4IUbRlGKtOGU5XAL { top:12rem;left:0rem;width:12.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXgVmwNFHGrL5OrvWVh2E0dZv5SzAPNf { top:2.6875rem;left:0rem;width:7.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7rsv31lGNecBP4tqZkODA4J3bdXcmrT { top:10.3125rem;left:32rem;width:15.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJPgOJIiaV3mm69AHNHayqD81rrOLgsO { top:6.4375rem;left:28.375rem;width:19.375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvKLFpF24Gigcb4RQPNkcQxLX8DxJUc { top:10.9375rem;left:40.1875rem;width:1.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKKO8RDOzoENhJH3QnlFSFfdCpTDfqWA { top:11rem;left:45.875rem;width:1.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0qxvPuPMhfuVJ8muiuMds5PcuorIZWI { top:43.5rem;left:32rem;width:15.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng6VT0VfOsNxqtI45pf2uHe9nlJoOuTK { top:43.75rem;left:41.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCyU8BLgXDy4XkrEmTTpUWcZpgHXG70 { top:37rem;left:0rem;width:3.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BARMJue5e7IiZhSgdcgAU60bFaUHJUc2 { top:35.625rem;left:0rem;width:4.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ82nrSvV4zVpLDycQfxWinHCNdXr84E { top:37rem;left:0rem;width:3.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTtlzvhf9kpP0NHT5lTrmTEwtDJsbhS { top:41.0625rem;left:0rem;width:3.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7M4Ow21Qe2Sq1hcCeXVOsJuUI1rQZm { top:40.9375rem;left:0rem;width:5.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOchNIolKHnswai4KTvXAlMmVw1ZsGK1 { top:41.0625rem;left:0rem;width:5.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGFJpbzNtAyJX1nKAXT1k069SGJzFz9W { top:50.4375rem;left:0rem;width:19.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTRlcy7Esn3W5axkUGPRToJnTd9eeQ0t { top:52.1875rem;left:0rem;width:47.75rem;height:31.669243986254rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU2NHFZvuCmmDWGgnLmbVXF4OQUrXCGb { top:-17.8125rem;left:3.712890625rem;width:7.3125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHGn2JQBF7icSXk4exdTiNS6Ec1GCnyN { top:10.9375rem;left:40.1875rem;width:1.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ksuSL1O8MmQlx5wFiegFy2u2IF9LvyoG { top:10.25rem;left:0rem;width:18.25rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp { display:block; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuyhU8lW55hEI1WLWS9TUZSwNRFSo9Zt { width:19.6875rem;height:3.75rem;top:35.875rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqB6WazuLisNN55KPmDmOlZ3HMSfn0KC { display:block; }
 }@media only screen and (max-width: 763px) { #Tppn1Is1HnLJnAiBQcsltz4qWVNgsXWk { top:23rem;left:21.9375rem;width:11.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWhn3lwnhCPhvvUHag3Q8XUEU0GTNAp2 { top:23rem;left:36.25rem;width:11.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbqsNs7bW8T6b9K2A74IcWLsFwtBo80p { top:21.5625rem;left:38.6875rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCs8hGazXMucFccwsKZOSGNfwlm1pw4R { top:21.5625rem;left:21.9375rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgFNZhoneoTJrlf0QFeLeugAL6eEctN { top:10.375rem;left:20.6875rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSvmtGkezJg9HAl7vJptiP3sZgZF0dq2 { top:20.6875rem;left:35.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NODB6KlK4ELepg2kVAWgTRhCUI4vksq4 { top:20.6875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs99kwdCxEUW9fW7kEcVsVHWcArrxmVz { top:13.4375rem;left:36.25rem;width:11.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZhW1WAk9o39TZyI5hZwMB11O2unE8Ta { top:11.1875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhEX5Dh06xRpmykvsFUIxEB3llwEtMbv { top:12rem;left:31.625rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwP5CN2Om3SOG4aV2Kdvd16ltiTqKwrf { top:13.5625rem;left:22rem;width:10.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWXHcfSXbzMq8xTzxAOBechxU3iItBnZ { top:11.4375rem;left:34.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3VPPNkLFJBgL2kMfmPo1lyu58ZMiPa { top:10.4375rem;left:29.0625rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko6e4mK413mDnbefgv6TbaH7aTrw0KJ2 { top:12rem;left:22.1875rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ7b0nPQR14F81P97wpW6IBGTOyBSnr0 { top:5.5625rem;left:9.5625rem;width:38.1875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf2GutVVJEWltzTnLs9JWV9ddT4SGXPh { top:3.25rem;left:20.9375rem;width:12.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnnrK3VVLipu3LhKmCgEW0HCJGoFi0V { top:19.9375rem;left:20.6875rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0SHfTZzLczErKuoG9Sl8bTHXgAviu1l { top:19.9375rem;left:29.0625rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnakVkrOQq3G1ruiU8LBkLqXCGIWvyi { top:20.6875rem;left:0rem;width:12.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQ0zlERUggKEwGmpkF8oyhUT3UvV4pN { top:21.875rem;left:0rem;width:2.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBSLRhKKp7o7dEiesf9rm6F8rhHCRQt { top:21.75rem;left:0rem;width:8.875rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZH1HW1oH37Qg2wfSsgBFOgMi5CIXzcI { top:22.9375rem;left:2.9839859008789rem;width:1.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvHIt8UvWZrIpBE8JEiA9IxxM0V2OJ6b { width:18.6875rem;height:3.875rem;top:29.875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COnB66zDOH490VMysTenRhNyTVW228Mb { display:block; }
 }@media only screen and (max-width: 763px) { #qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d { display:none; }#qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DVSX12yyffwOgXfrbhtXqPGVbA3PGbwW { top:7.0625rem;left:10.5rem;width:37.25rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUSmalz6DvO3A7PIphlcuDT26RMeOGD { top:5.6875rem;left:0rem;width:27.1875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dalvvsWZKyyZS5xJsfaHJOf52QQac2oT { top:48.1875rem;left:0rem;width:14.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E58lgmN0ZvxdnwUWD25SAnV1d8HulTOx { top:17.6875rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0rwI1R6mSJx5FNx9OAwAxwD6VGUFuqz { top:42.375rem;left:0rem;width:14.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRnVzkKM5sxohxOyCLaSFpTxiegaOtib { top:36.4375rem;left:0rem;width:15rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDlzc5o0Gw6gTercCwXTPmXap60LE7qR { top:13.0625rem;left:21.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRxAC7m5f0gVDwMw0cKRP6qB6FPwGvab { top:18.5625rem;left:21.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apGgv89OHdvyzOednVO4Ee6NIWysdKrM { top:24.1875rem;left:21.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FugKZTBq8Tz0Tr4w8xzQx3VUHdh2dWW2 { top:54rem;left:0rem;width:12.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbmemX4OxRCitUbWZbn4NmhoSxRMwSHk { top:29.6875rem;left:21.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R87OJoyFviUoSb3qOFOkpbGiQvnyIUU7 { top:12rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TauPbxTPl8tfG5IN8MG9vBtFamCHk5I1 { top:12.8125rem;left:25.75rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgvZqTxwEIfurGGUtma4HICpWAtpxOe5 { top:18.125rem;left:25.5625rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLMfX2Tkvz9gn5BvcfCM2SWLlNCUAFKa { top:23.875rem;left:25.9375rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlkgJ8SHDcw0z59nZTKWH8dieSPyypvC { top:30rem;left:25.9375rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqgmUVRQ7rZcTNVJ7aZetbsU58dVTPLN { width:19.6875rem;height:3.75rem;top:35.125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtSLkTTH4Ux0NnkEe6LwqAE8rxOofa3 { display:block; }
 }@media only screen and (max-width: 763px) { #hLuof6C4X6N4bZh3cavP8TykwKgpmEUl { top:17.6875rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBVGrWSyoEukwgEhhe5ii4oCo4P3baM8 { top:17.6875rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCFhTMhuJtK2zTT5u25qEnLDByewIXg7 { top:22.9375rem;left:2.9839859008789rem;width:1.875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UU5udDQCvl1bU6avS1eGt65rnlwoNyIq { top:20.6875rem;left:0rem;width:12.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOnqAqy6VKBHZbKawXiDh8XPu0khTTCM { top:21.75rem;left:0rem;width:8.875rem;height:2.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBiEkPobB8bfOAyTc7t0vXf9NZhDJ8QH { top:21.875rem;left:0rem;width:2.125rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHNaLcr9SKU65GfeTuAInVlatwf1IiSA { width:18.6875rem;height:3.875rem;top:29.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xdhmadt8WIoNqCc59MAF5E2phJcRUUJK { display:block; }
 }@media only screen and (max-width: 763px) { #mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x { display:none; }#mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PmiLGpniNNFmmGpEza7L9wZQxkxB21Ky { width:19.6875rem;height:3.75rem;top:30rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMart6E409CKGgklu7BqlsK5EdABkH7e { display:block; }
 }@media only screen and (max-width: 763px) { #P1A1I5SV6OM07x0bllH0TmB3goUsy8o3 { width:19.6875rem;height:3.75rem;top:35.875rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFg8OStfkxow8aHqg8F7lW6rVfT8B51R { display:block; }
 }@media only screen and (max-width: 763px) { #gCyZWAiFMl8QTHSzBFlAfssFlPrOFD0N { top:23rem;left:21.9375rem;width:11.1875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGHAWwTUsSIoUDLDrT8pln6QQx1WKv5Q { top:23rem;left:36.25rem;width:11.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBl85h0JbN9HrQ9IfNSE8HHkHX0GRkbT { top:21.5625rem;left:38.6875rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytR9d5qUddX4Wd3wPqutHSKMgZr6n10h { top:21.5625rem;left:21.9375rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7TnbxyTUHTpCvLK0itmhBC4pg15edeg { top:10.375rem;left:20.6875rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZC2SPHPd7aTTRMZmpkfnbDvlcOSQwCy { top:20.6875rem;left:35.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZnH3lQVgsghXN93iyydA3FaPQJf694k { top:20.6875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkyM6pNp6CTnTmISBulmiuJ1J8ATrS9g { top:13.4375rem;left:36.25rem;width:11.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBstHTyOFAKAsSfHNJ11m6Tn5CSdwUXv { top:11.1875rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7OwZaiOnakw4xV7lH2FfgaNsqwBTuW { top:12rem;left:31.625rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU71evMVFWOHpTkMk0QZJ5o4OTX5Srmt { top:13.5625rem;left:22rem;width:10.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzP22Wf1Up7J42fUfOV0FIRkhaiAHgPq { top:11.4375rem;left:34.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTX8BJZewOAtqkACTmETFd9waTCSVul1 { top:10.4375rem;left:29.0625rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLUbpQ5LLm9w1T77eJfhEvUCczZH2GwI { top:12rem;left:22.1875rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3fEguA1g4K5Sw5O4DvUCTXpGRqlCBMA { top:5.5625rem;left:9.5625rem;width:38.1875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqywNfxBvknD8iK5kuWwks4aCXu6IqXS { top:3.25rem;left:20.9375rem;width:12.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeLTLCCyRPrTnL1EwS4mxXUrnfSTfNLz { top:19.9375rem;left:20.6875rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsCSvUT2h2Bs2vz29BUnatk7ThAA7d0U { top:19.9375rem;left:29.0625rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAkWIwWXfDDmWr0ThgnqK6VRDNkwMqh0 { top:20.6875rem;left:0rem;width:12.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bErGfaPq6IFnPWvzz2mRg4QD4WKEiFS5 { top:21.875rem;left:0rem;width:2.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlc7ucKlsiSModVBrRh5wOFfTDOuIWox { top:21.75rem;left:0rem;width:8.875rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSEPhEgVoyglEoEUEDXQrdBUWzyqOD1w { top:22.9375rem;left:2.9839859008789rem;width:1.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 { display:block; }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfNcz5E46XpQ6dpCCunmCkzoETUlzGZI { top:39.625rem;left:6.25rem;width:25.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFgeHNcTUaKlt9sTnTkoTebCGowgV6CQ { width:13.125rem;height:1.625rem;top:20.25rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4VODVw9pckJ1SVzcgn3gbFSUOlJm98v { width:13.75rem;height:18.9375rem;top:13.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNC5qGNq676wpLuW21zwM5TMuGPPMFRt { width:13.125rem;height:1.625rem;top:19.8125rem;left:17.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nllDzbzfZQPiuqcVOWNnFaJnuwlf6Opb { width:13.75rem;height:19rem;top:13.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP5LbPLyPR2KQk9wThlV6BpGsfE37tQW { width:12rem;height:5.5625rem;top:22.8125rem;left:18.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHSfffhUmIXK0DDHnzwJJ6DscudhdNIT { width:12.5rem;height:5.5625rem;top:22.8125rem;left:19.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKG6CMdMXmvBWLnDNauAMqMyxd00bC4t { top:15.625rem;left:22.4375rem;width:2.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5q1Z8HG3x25COpDJew1VUpiaU6eqH71 { top:15.75rem;left:31.75rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlWIUKP0US0aCHH6PsQqOu5h9LeucqEe { width:13.125rem;height:1.625rem;top:19.875rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzTGEZyaRLJbgOmAsZT3Tw7QKIL2801A { width:13.75rem;height:18.875rem;top:13.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRq6w2RElb9vCqdkPtiecStrxOCpV4n2 { width:12.8125rem;height:4.1875rem;top:22.8125rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpqBDstCIguERmpuwTrPD0EAiHdyH3Fs { width:47.75rem;height:5.25rem;top:4.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSPBsSRwHdbSEwyN9y7rkTDXZTCDmHp { top:15.625rem;left:13.125rem;width:2.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDmOVTfex0U6055etqF0sdQdiJIyMb0Q { top:2.375rem;left:18.8125rem;width:10rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDyHAnZDEAO7BOAZqfs6Vf4NnCdcnVmU { top:2.5625rem;left:19.125rem;width:9.5rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTHvRm77mshUnHmu8yMrctvQRXiq6pcH { width:18.6875rem;height:3.875rem;top:35.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN5ORTcwWwfUqG3HukGDe09KUNKKnAki { display:block; }
 }@media only screen and (max-width: 763px) { #M05WGJvT9T9oWBhoH2VIa542IaSKV95F { display:none; }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lo2OpehztsOAxdf2T45k06Tp2NzcKEop { width:13.125rem;height:1.625rem;top:19.375rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FglqIGkFTsob1Jeie769QrZdrbGnKXhb { width:13.75rem;height:18.9375rem;top:12.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8pyfDRENmSGvHNEgUUP1A7gHsNn4hcX { width:13.125rem;height:1.625rem;top:19rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0i7ANs51Kwvt63wAvZ3Q5oh6of302Cm { width:13.75rem;height:18.875rem;top:12.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQN5oNZy01WIuwfxDNJmOHwwzeNXu1HE { width:13.125rem;height:1.625rem;top:18.9375rem;left:17.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2KSwzbUQtwtG7Et6PixbzibGGomyT5 { width:13.75rem;height:19rem;top:12.3125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6X33GGz4MFtsCS4cv8AbZLM5u3Io37m { width:12rem;height:5.5625rem;top:21.9375rem;left:18.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgBTvIfXpHHzIqMFzGfX6bMWmo2ZOrA4 { width:12.5rem;height:5.5625rem;top:21.9375rem;left:19.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5G4TSM97WUaHc8LJ2GTGU5Bm2E2GhMM { width:12.8125rem;height:4.1875rem;top:21.9375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbr8cHWdh3pDUuLvGzSpbrQmtnhH2FE { width:47.75rem;height:5.25rem;top:4.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDTxJ0tRMJSCGUr3Fdbxiqok5odZicLL { top:2.6875rem;left:18.75rem;width:10rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpzvOc7asLy7tJi2T7g34wvKfdRrSCU { top:2.875rem;left:18rem;width:11.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgDklATxUzT0J8C9xO5pSsXRnylVOEQg { top:39.625rem;left:6.25rem;width:25.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqQm4OrNKiAgkUdhAMq1waRp3F96Jtxt { top:14.75rem;left:13.125rem;width:2.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phfGwXJuRNUsm0mOsUdczqsEIvAxTvZW { top:14.75rem;left:22.4375rem;width:2.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTuTV3VBqtwUCr5eWdOGkLDm5WGSPVcP { top:14.875rem;left:31.75rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaSRgtfgwH4czvnTk9XT0fVaUlf7E10 { width:18.6875rem;height:3.875rem;top:29.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lv8nrw2mlb0mAUEoKZVe0R1COmXwu98o { display:block; }
 }@media only screen and (max-width: 763px) { #L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z { display:none; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ESwh0ND7HB2KHr1kfkeQuB89WAe92yU6 { width:16.625rem;height:1.375rem;top:26.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq2G56HNRQiAmbf1cFIEhsm4ecgUabVW { width:14.3125rem;height:4.125rem;top:28.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwvwUL3nh1zq14ZwmgIu6Hmxa5ccIUOz { width:11rem;height:1.375rem;top:26.75rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpHdwzIS6iFIHlDaSctLtDleB00UtwXc { width:15.5rem;height:5.5rem;top:28.125rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP7oOt8efc1DebhFRvgMdSAhVB4rRXoI { width:14.8125rem;height:2.75rem;top:15.3125rem;left:32.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRXwcPpdI5NJngNpNs2ueqOOzFnVusIu { width:14.375rem;height:1.375rem;top:13.9375rem;left:33.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEM97haMO4XCTs0RNKXQCMsdXK9lu46e { top:23.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDmWdeqkPtJaoWo3HuF6RQrZAlsJVf5o { top:24.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBk6b4QttFMDHxHvmVwECmXvVLc9u9U2 { top:11.6875rem;left:45.6875rem;width:2.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE9ExbPJW0HqwfTaZhIAvwQIGff7Sn9C { width:27.875rem;height:33.25rem;top:6.5625rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyJlTBPy3ows7xim39JXd19htb9LfptD { top:11.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo5EysBHMxHh0154V60foKh5IoWXmq2N { width:11.125rem;height:1.375rem;top:13.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMli3qhBTWpwsll0OFA9lDIq0fkFD8J { width:16.9375rem;height:4.125rem;top:15.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEMfFo3HNnye6AZrZMU414aTgcgcstRJ { width:38.0625rem;height:50.375rem;top:2.375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHoEZK23wkxTVpzx8tDT4CGcr4cqAfFw { top:2.0625rem;left:0rem;width:47.75rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #whGRQbtOpXRn9wCEWGvDD6IiJCUumagk { top:33.9375rem;left:0rem;width:14.0625rem;height:3.75rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVSn5OpkELwUtmKgFEenNsPFMoJIHKCU { top:42.4375rem;left:0rem;width:12.125rem;height:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVaHreoZvw9vy3dSLvoI2sExXfiqJUOa { width:47.75rem;height:3.375rem;top:2.625rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCtagZtnw2K40E9tpVihah9fq0iEMqyL { width:47.75rem;height:3.375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyrsVK3o2cPyPafcODsXCPHeGTDQ8ZM8 { width:18.6875rem;height:3.875rem;top:29.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #epwNTeZ1WC7srGmWhyVfMnbWT50XcRDx { display:block; }
 }@media only screen and (max-width: 763px) { #mHRArulFOoLOXL6M5WvqRv4UdTg88izP { width:18.6875rem;height:3.875rem;top:41.25rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL7So6elBly0EokWUo6IN92AoKXz9u1b { display:block; }
 }@media only screen and (max-width: 763px) { #loBVbZSdhIvNESDCywGWWpnPJuoroZor { display:block; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqZx0C62u1wz02l31pvczCS3i6SrqX6N { width:12.5rem;height:1.375rem;top:27.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { width:12.875rem;height:4.125rem;top:29rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW7W0009hOMkruPDup4VuaoIuTPxE45q { width:11rem;height:1.375rem;top:27.625rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { width:14.0625rem;height:5.5rem;top:28.9375rem;left:33.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { width:13.125rem;height:4.125rem;top:16.1875rem;left:34.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { width:7.75rem;height:1.375rem;top:14.8125rem;left:40rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { top:24.75rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { top:24.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { top:12.5625rem;left:45.6875rem;width:2.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { width:27.9375rem;height:36.8125rem;top:6rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { top:12.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { width:11.125rem;height:1.375rem;top:14.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { width:14.4375rem;height:4.125rem;top:16.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhEstLrZbG2ICNRSevN2NGFAk8ErB5ZV { width:47.75rem;height:3.375rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { width:38.0625rem;height:50.375rem;top:2.375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fft2zfL3rn25GXGf29eycEgHzXTlcpc6 { width:19.6875rem;height:3.75rem;top:46rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew4IdMsTTPMq3eWaG7Bu4gwNLPRGPxpS { display:block; }
 }@media only screen and (max-width: 763px) { #ZXXzUoF9vl9th7aAFA1O253oO7xG4oGz { width:16.875rem;height:3.125rem;top:17.4375rem;left:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c97a3GqQ6pAZvi012JQzBxKTRG2gukNl { display:block; }
 }@media only screen and (max-width: 763px) { #FNk5V2h36XsFiwhT5JkyZKc8PT3lbute { display:block; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu1CpNH5wJwXgBX1Bs1kVnXQcwButCaO { width:47.75rem;height:3.25rem;top:13rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnSVPG7kozTtET5rmfa9RHXyNX4dDJ7H { top:9rem;left:19.625rem;width:8.375rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrieafNTZCOsNs3afoER3m4LMJ8hH8P { top:9.125rem;left:20.625rem;width:6.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLz0yHcNi0KZpgJ3M6t3c7PqRsFGXwSh { width:47.75rem;height:2rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7EATEZTABL0ueA2Z5WqdyWTHwOgVL2S { width:18.6875rem;height:3.875rem;top:29.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ba9ZaXXi7fqsXt9pJf8Wt5rAmuVWEqZZ { display:block; }
 }@media only screen and (max-width: 763px) { #vRc0k6zfIt1ftPLkDgK78RDi9Cdknp5N { width:18.6875rem;height:3.875rem;top:22.4375rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJmGJOzy0wOAPyC8vsVPizFdUcTFdm3O { display:block; }
 }@media only screen and (max-width: 763px) { #MyO89WEke7Z8amDpboAhAIzRODLprL2e { display:none; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AwM6AMWfo9qCQEwee55584onOJR6Af6M { width:20rem;height:4.4375rem;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD4lSkfnbQNJovPByP4AAw08Ua3Iof7n { top:3.75rem;left:0rem;width:47.75rem;height:28.963114754098rem;display:block; }
 }@media only screen and (max-width: 763px) { #torOOpqTCF47mXEcAEmv1uAMVFDaX3QD { top:1.875rem;left:0rem;width:17.0625rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCZZ0gT55ARrsT7tHsEkCfGalk9MBrXe { width:18.6875rem;height:3.875rem;top:29.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E79txWQ2CrDeUvPZhX570L1G7oEN09ye { display:block; }
 }@media only screen and (max-width: 763px) { #pdyshmOpQoy29uuWEQOQTDlukI2A6y0g { display:block; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTKdHMZb6sbrQaq2s5QBTF93Z6RDLEER { width:22.25rem;height:5.375rem;top:17.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWmhp5rKizE6pSty6kmETeiRJqsMPJl8 { top:3.75rem;left:0rem;width:47.75rem;height:28.963114754098rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVog9cTBTT3TxKH2gmgNgvxPKCXMcWHH { top:7.5rem;left:0rem;width:24.5625rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhxTQHtIbUJm0hHREMzNkCx1b8be0Tdw { width:18.6875rem;height:3.875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDI9W68q3oouXE6ys1KW9dyW1TMQ3Crc { display:block; }
 }@media only screen and (max-width: 763px) { #y7457RqLPzphMFNsSEETIEvve7PAq5CE { display:block; }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PO0k4CCR973hVze9TlI5QwTR4Tsrw0nA { top:2.0625rem;left:0rem;width:47.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPKI28wspNOQFPWAVp1avv3bmntglPGZ { top:5.125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekuPlK9fU1UWOXSJenxb1y9k0W7TTAHk { top:7.8125rem;left:0rem;width:45.875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkwoo2dMHsfAALNhlyONoI4NBuwc6fS1 { width:18.6875rem;height:3.875rem;top:5.0625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9daSE6xaGrXB6149mdSqEgCLHQcSZ3c { display:block; }
 }@media only screen and (max-width: 763px) { #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { display:block; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { width:29.875rem;height:5.625rem;top:5.125rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1IHtTNudk8o6urlexLf8J0urUXI96T5 { width:31.5625rem;height:3.25rem;top:10.75rem;left:16.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAuvNRtKN3psttDZdR04ODTZlTh6lOSd { width:18.6875rem;height:3.875rem;top:29.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iu0rHpaXC3urPQOEJWMzqT40pXfU9cPS { display:block; }
 }@media only screen and (max-width: 763px) { #MyT3aPsAxoLHAUuINTQFURHrHQyr6T7F { width:18.6875rem;height:3.875rem;top:17.6875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBpTQ4kKaGCyPWL7sQfZSyeUn7tKG5OQ { display:block; }
 }@media only screen and (max-width: 763px) { #f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 { display:none; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TeLTuH7WDdkH8d7RS011makooSK40TLT { width:29.875rem;height:5.625rem;top:5.125rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsk13MWAgNrAKn60nDo5McCd6geUXwf { width:18.6875rem;height:3.875rem;top:16.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ0OboQolFJ4M2S8x4yteBR6bwqbCPqo { display:block; }
 }@media only screen and (max-width: 763px) { #dEBInP2OAsZgkmMa5K1z76veTv62l8Ma { width:31.5625rem;height:3.25rem;top:10.75rem;left:16.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEVxx8CfgrpKsLt6Ps65pig3Xrz3opXR { width:18.6875rem;height:3.875rem;top:29.875rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eg6su7tLrmfWKcvK80ivWIaEiIoK0p9T { display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5kG3KAqAgghhPerJJerrNuvArk0W5SC { top:8rem;left:0rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { top:16.625rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { top:3.3125rem;left:43.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { top:3.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { top:3.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:7.625rem;height:3.9375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { top:9.5rem;left:0rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { top:11.125rem;left:0rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2sTOvoWMokv40OlTwSdTDpc3IFw3mT { top:3.125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/c449cc66-b94b-4b79-a84e-3ce8695af508/noroot.crop_2914x7165_0,364");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.adaptive-delivery-prevent-bg, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyload, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyloading { background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { background-color: transparent; background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .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); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { width:14.3125rem;height:13.1875rem;top:16.375rem;left:2.53125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #e5B8Ep0fLAOVJqKg9s0pUPXLLakPlwOP { width:20rem;height:36.75rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-size:0.875rem;overflow:hidden; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-text {padding-top: 0; padding-bottom: 0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-select {padding-top: 0; padding-bottom: 0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-container:first-of-type{padding-top:0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-container:last-of-type{padding-bottom:0;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56  { width:17.5rem;height:auto;top:43.5625rem;left:0rem; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 .widget-info-text { font-size:1rem;overflow:hidden;height:auto; }
#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 {display:block;}#RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 { width:17.5rem;height:auto;top:43.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #nf53VeXLN8S7OT1cQ6IJTQfp8on4MiPG {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #T8DFdwSMDKT5T5TkRkiWuqBnG4WV07zh {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #aKkPNTe0n3sU2ivuBh9E7zldrpcNXnls {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #quDX2DUotIxigKQuoyKLgooQ9DVnbKzD { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #yesg6xQmPmqIMRWba3tduona9euBsBCS {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #Nx7XTBIsotb2nmOBocs3XDJP2Qul83A9 {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #uu38Ro9ohbFObT8XiFf7HFfTzuLeWtJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #TtvPQants5Xe5AQnrusOE66V06SgHrpG {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #RT1zR9Uv3nZoOcpIT2PRoLfrUn7Dg2sU {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #g7zX2hpgl3nhsQWAvICy1rAvsTqx1S4X { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #N1yGxRkBXRZTUrqgrFILHJ0IxSVnCRsO {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #ukVskUxmsMhkKoWmE3c3ZSI2V2ownZ4J {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #BFNiMOCoFgZew6XfLq6irZpf7vLxWVf1 { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #HIccDBM27rT4Dzc3V8eTfUngMiIVqwZF {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #qlNzw39GBDCznLISVo8eTof22mI2cJs5 {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #SgNhnrMAhX7SBVmyzSUmoT8Vfd76C3Dn { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #WCstWQ1KPA5I5BIT5ZGWayZlOxGW52kv {  }
 }@media only screen and (max-width: 763px) { #tsPczO9JvEtTk3XHRmQAn3Vqp4LG5nGb { display:block; }
 }@media only screen and (max-width: 763px) { #aTcvw1r7XBFTMCNhfkRW6aWxW2zB8syx { display:block; }
 }@media only screen and (max-width: 763px) { #Zrnip5AtihkwUxVSTM2GT6dAs02Ld4Wn { display:block; }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #lzW6PO8QRHeTsb37XMO7BrRUR01S2Tg0 {  }
 }@media only screen and (max-width: 763px) { #RuhCBQAa8RHhEpWHHMIdlFBZzrqgdD56 #RyAyT9aAEr1sIpJl9rqgp3aI0QpLwVXC {  }
 }@media only screen and (max-width: 763px) { #sh8HS4qsoCESSQToNTT2ZgZQ6sTw7h0X { width:11.875rem;height:0;top:14.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #z12xwk5RxVsVi4SnKiRryXXbHzqGZLJa { width:17.6875rem;height:4.6875rem;top:5.8125rem;left:1.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #GnzNTWgXC3O7GHDP4IUbRlGKtOGU5XAL { width:8.25rem;height:0.9375rem;top:4.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXgVmwNFHGrL5OrvWVh2E0dZv5SzAPNf { width:7.3125rem;height:3.0625rem;top:7.875rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7rsv31lGNecBP4tqZkODA4J3bdXcmrT { width:15.75rem;height:1.13671875rem;top:43.8125rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJPgOJIiaV3mm69AHNHayqD81rrOLgsO { width:16.8125rem;height:2.4746125rem;top:41.125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTvKLFpF24Gigcb4RQPNkcQxLX8DxJUc { width:1.25rem;height:0.0625rem;top:44.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKKO8RDOzoENhJH3QnlFSFfdCpTDfqWA { width:1.875rem;height:0.0625rem;top:92.66064375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0qxvPuPMhfuVJ8muiuMds5PcuorIZWI { width:14rem;height:2.2744125rem;top:73.125rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng6VT0VfOsNxqtI45pf2uHe9nlJoOuTK { display:flex;width:1.9375rem;height:1.9375rem;top:73.4375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #TiCyU8BLgXDy4XkrEmTTpUWcZpgHXG70 { width:2.1875rem;height:2.1875rem;top:16.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BARMJue5e7IiZhSgdcgAU60bFaUHJUc2 { width:3.125rem;height:3.25rem;top:20.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ82nrSvV4zVpLDycQfxWinHCNdXr84E { width:2.1875rem;height:2.1875rem;top:25.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTtlzvhf9kpP0NHT5lTrmTEwtDJsbhS { width:3.0625rem;height:1.13720625rem;top:18.75rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7M4Ow21Qe2Sq1hcCeXVOsJuUI1rQZm { width:4.875rem;height:1.13720625rem;top:23.9375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOchNIolKHnswai4KTvXAlMmVw1ZsGK1 { width:4.375rem;height:1.13720625rem;top:27.9375rem;left:1.25rem;font-size:0.875rem;color:rgba(var(--color-secondary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #HGFJpbzNtAyJX1nKAXT1k069SGJzFz9W { width:19.375rem;height:6.9375rem;top:139.67617645264rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTRlcy7Esn3W5axkUGPRToJnTd9eeQ0t { width:20rem;height:13.3125rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IU2NHFZvuCmmDWGgnLmbVXF4OQUrXCGb { width:4.875rem;height:2rem;top:1.125rem;left:7.5625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #JHGn2JQBF7icSXk4exdTiNS6Ec1GCnyN { width:1.25rem;height:0.0625rem;top:44.349609375rem;left:17.96875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ksuSL1O8MmQlx5wFiegFy2u2IF9LvyoG { width:19.125rem;height:4.546875rem;top:11.125rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15054;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp { display:none; }#NFr8yGUpx7nrGc8mIeOSOPONEycSPMPp > .row .container { width:20rem;height:116.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XuyhU8lW55hEI1WLWS9TUZSwNRFSo9Zt { width:19.6875rem;height:2.5rem;top:51.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #FqB6WazuLisNN55KPmDmOlZ3HMSfn0KC { display:block; }
 }@media only screen and (max-width: 763px) { #Tppn1Is1HnLJnAiBQcsltz4qWVNgsXWk { width:20rem;height:2.0625rem;top:77.32421875rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uWhn3lwnhCPhvvUHag3Q8XUEU0GTNAp2 { width:20rem;height:0.7558625rem;top:83.88671875rem;left:0rem;font-size:0.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wbqsNs7bW8T6b9K2A74IcWLsFwtBo80p { width:16.125rem;height:1.13671875rem;top:82.69921875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCs8hGazXMucFccwsKZOSGNfwlm1pw4R { width:16.125rem;height:1.13671875rem;top:76.07421875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgFNZhoneoTJrlf0QFeLeugAL6eEctN { width:19.75rem;height:4.4375rem;top:69.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSvmtGkezJg9HAl7vJptiP3sZgZF0dq2 { width:2.8125rem;height:2.8125rem;top:76.38671875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NODB6KlK4ELepg2kVAWgTRhCUI4vksq4 { width:2.8125rem;height:2.8125rem;top:82.38671875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs99kwdCxEUW9fW7kEcVsVHWcArrxmVz { width:20rem;height:2.0625rem;top:71.07421875rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IZhW1WAk9o39TZyI5hZwMB11O2unE8Ta { width:2.8125rem;height:2.8125rem;top:70.32421875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhEX5Dh06xRpmykvsFUIxEB3llwEtMbv { width:16.125rem;height:1.13671875rem;top:67.0625rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwP5CN2Om3SOG4aV2Kdvd16ltiTqKwrf { width:20rem;height:0.6875rem;top:62.8125rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PWXHcfSXbzMq8xTzxAOBechxU3iItBnZ { width:2.8125rem;height:2.8125rem;top:62rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF3VPPNkLFJBgL2kMfmPo1lyu58ZMiPa { width:19.75rem;height:4.4375rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko6e4mK413mDnbefgv6TbaH7aTrw0KJ2 { width:16.125rem;height:1.13671875rem;top:61.75rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ7b0nPQR14F81P97wpW6IBGTOyBSnr0 { width:20rem;height:1.9375rem;top:57.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Mf2GutVVJEWltzTnLs9JWV9ddT4SGXPh { width:12.25rem;height:1.5rem;top:55rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnnrK3VVLipu3LhKmCgEW0HCJGoFi0V { width:18.4375rem;height:8.25rem;top:86.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0SHfTZzLczErKuoG9Sl8bTHXgAviu1l { width:18.4375rem;height:8.25rem;top:96.19921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnakVkrOQq3G1ruiU8LBkLqXCGIWvyi { width:12.75rem;height:4.375rem;top:105.94921875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQ0zlERUggKEwGmpkF8oyhUT3UvV4pN { width:2.125rem;height:2.0625rem;top:107.13671875rem;left:4.6597652435303rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBSLRhKKp7o7dEiesf9rm6F8rhHCRQt { width:8.875rem;height:2.1125rem;top:107.01171875rem;left:7.7410144805906rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZH1HW1oH37Qg2wfSsgBFOgMi5CIXzcI { width:1.875rem;height:0.0625rem;top:108.24921989441rem;left:16.47500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvHIt8UvWZrIpBE8JEiA9IxxM0V2OJ6b { width:18.6875rem;height:3.875rem;top:111.69921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COnB66zDOH490VMysTenRhNyTVW228Mb { display:block; }
 }@media only screen and (max-width: 763px) { #qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d { display:block; }#qwXOzuC6MeHapVnxwI6rAXegPWFWnl2d > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVSX12yyffwOgXfrbhtXqPGVbA3PGbwW { width:20rem;height:1.9375rem;top:2.375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #bXUSmalz6DvO3A7PIphlcuDT26RMeOGD { width:20rem;height:16.625rem;top:26.890744203441rem;left:-2.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dalvvsWZKyyZS5xJsfaHJOf52QQac2oT { width:14.9375rem;height:1.923825rem;top:19.6875rem;left:4.75rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E58lgmN0ZvxdnwUWD25SAnV1d8HulTOx { width:18.625rem;height:4.4375rem;top:12.25rem;left:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #t0rwI1R6mSJx5FNx9OAwAxwD6VGUFuqz { width:14.0625rem;height:1.923825rem;top:14rem;left:4.3125rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HRnVzkKM5sxohxOyCLaSFpTxiegaOtib { width:15rem;height:1.923825rem;top:8rem;left:4.3125rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VDlzc5o0Gw6gTercCwXTPmXap60LE7qR { width:2.375rem;height:2.375rem;top:7.3125rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fRxAC7m5f0gVDwMw0cKRP6qB6FPwGvab { width:2.375rem;height:2.375rem;top:13.25rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #apGgv89OHdvyzOednVO4Ee6NIWysdKrM { width:2.375rem;height:2.375rem;top:18.9375rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FugKZTBq8Tz0Tr4w8xzQx3VUHdh2dWW2 { width:14.8125rem;height:2.88574375rem;top:25.125rem;left:4.75rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TbmemX4OxRCitUbWZbn4NmhoSxRMwSHk { width:2.375rem;height:2.375rem;top:24.6875rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R87OJoyFviUoSb3qOFOkpbGiQvnyIUU7 { width:18.875rem;height:4.4375rem;top:6.1875rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TauPbxTPl8tfG5IN8MG9vBtFamCHk5I1 { width:13rem;height:1.1375rem;top:6.6875rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgvZqTxwEIfurGGUtma4HICpWAtpxOe5 { width:15.625rem;height:1.1375rem;top:12.6875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLMfX2Tkvz9gn5BvcfCM2SWLlNCUAFKa { width:14rem;height:1.1375rem;top:18.5rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlkgJ8SHDcw0z59nZTKWH8dieSPyypvC { width:8.3125rem;height:1.1375rem;top:24rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqgmUVRQ7rZcTNVJ7aZetbsU58dVTPLN { width:19.6875rem;height:3.75rem;top:50.57861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRtSLkTTH4Ux0NnkEe6LwqAE8rxOofa3 { display:block; }
 }@media only screen and (max-width: 763px) { #hLuof6C4X6N4bZh3cavP8TykwKgpmEUl { width:18.625rem;height:4.4375rem;top:17.9375rem;left:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hBVGrWSyoEukwgEhhe5ii4oCo4P3baM8 { width:18.625rem;height:4.4375rem;top:23.75rem;left:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #fCFhTMhuJtK2zTT5u25qEnLDByewIXg7 { width:1.25rem;height:0.0625rem;top:32rem;left:7.25rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #UU5udDQCvl1bU6avS1eGt65rnlwoNyIq { width:10.4375rem;height:2.75rem;top:30.6875rem;left:8.5625rem;z-index:15033;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOnqAqy6VKBHZbKawXiDh8XPu0khTTCM { width:8.125rem;height:1.625rem;top:31.375rem;left:10.5625rem;font-size:0.8125rem;z-index:15042;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BBiEkPobB8bfOAyTc7t0vXf9NZhDJ8QH { width:1rem;height:0.875rem;top:31.625rem;left:9.0625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #QHNaLcr9SKU65GfeTuAInVlatwf1IiSA { width:15.1875rem;height:3.0625rem;top:42.0625rem;left:2.40625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Xdhmadt8WIoNqCc59MAF5E2phJcRUUJK { display:block; }
 }@media only screen and (max-width: 763px) { #mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x { display:none; }#mNbCDG5FHv8s1vMakMnKslhsCxDGWe4x > .row .container { width:20rem;height:111.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PmiLGpniNNFmmGpEza7L9wZQxkxB21Ky { width:19.6875rem;height:3.75rem;top:50.57861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMart6E409CKGgklu7BqlsK5EdABkH7e { display:block; }
 }@media only screen and (max-width: 763px) { #P1A1I5SV6OM07x0bllH0TmB3goUsy8o3 { width:19.6875rem;height:2.5rem;top:51.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #tFg8OStfkxow8aHqg8F7lW6rVfT8B51R { display:block; }
 }@media only screen and (max-width: 763px) { #gCyZWAiFMl8QTHSzBFlAfssFlPrOFD0N { width:20rem;height:2.0625rem;top:77.32421875rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TGHAWwTUsSIoUDLDrT8pln6QQx1WKv5Q { width:20rem;height:0.7558625rem;top:83.88671875rem;left:0rem;font-size:0.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EBl85h0JbN9HrQ9IfNSE8HHkHX0GRkbT { width:16.125rem;height:1.13671875rem;top:82.69921875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytR9d5qUddX4Wd3wPqutHSKMgZr6n10h { width:16.125rem;height:1.13671875rem;top:76.07421875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7TnbxyTUHTpCvLK0itmhBC4pg15edeg { width:19.75rem;height:4.4375rem;top:69.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZC2SPHPd7aTTRMZmpkfnbDvlcOSQwCy { width:2.8125rem;height:2.8125rem;top:76.38671875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZnH3lQVgsghXN93iyydA3FaPQJf694k { width:2.8125rem;height:2.8125rem;top:82.38671875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkyM6pNp6CTnTmISBulmiuJ1J8ATrS9g { width:20rem;height:2.0625rem;top:71.07421875rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qBstHTyOFAKAsSfHNJ11m6Tn5CSdwUXv { width:2.8125rem;height:2.8125rem;top:70.32421875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7OwZaiOnakw4xV7lH2FfgaNsqwBTuW { width:16.125rem;height:1.13671875rem;top:67.0625rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU71evMVFWOHpTkMk0QZJ5o4OTX5Srmt { width:20rem;height:0.6875rem;top:62.8125rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nzP22Wf1Up7J42fUfOV0FIRkhaiAHgPq { width:2.8125rem;height:2.8125rem;top:62rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTX8BJZewOAtqkACTmETFd9waTCSVul1 { width:19.75rem;height:4.4375rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLUbpQ5LLm9w1T77eJfhEvUCczZH2GwI { width:16.125rem;height:1.13671875rem;top:61.75rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3fEguA1g4K5Sw5O4DvUCTXpGRqlCBMA { width:20rem;height:1.9375rem;top:57.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #bqywNfxBvknD8iK5kuWwks4aCXu6IqXS { width:12.25rem;height:1.5rem;top:55rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeLTLCCyRPrTnL1EwS4mxXUrnfSTfNLz { width:18.4375rem;height:8.25rem;top:86.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsCSvUT2h2Bs2vz29BUnatk7ThAA7d0U { width:18.4375rem;height:8.25rem;top:96.19921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAkWIwWXfDDmWr0ThgnqK6VRDNkwMqh0 { width:12.75rem;height:4.375rem;top:105.94921875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bErGfaPq6IFnPWvzz2mRg4QD4WKEiFS5 { width:2.125rem;height:2.0625rem;top:107.13671875rem;left:4.6597652435303rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlc7ucKlsiSModVBrRh5wOFfTDOuIWox { width:8.875rem;height:2.1125rem;top:107.01171875rem;left:7.7410144805906rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSEPhEgVoyglEoEUEDXQrdBUWzyqOD1w { width:1.875rem;height:0.0625rem;top:108.24921989441rem;left:16.47500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 { background-color:#f1f1f1;background-image:none;display:none; }#t6PkvKdwJnmGbbPe7wSyCNSTtrmhODt6 > .row .container { width:20rem;height:131.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WfNcz5E46XpQ6dpCCunmCkzoETUlzGZI { width:20rem;height:4rem;top:39.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFgeHNcTUaKlt9sTnTkoTebCGowgV6CQ { width:13.125rem;height:1.3808625rem;top:113.5625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4VODVw9pckJ1SVzcgn3gbFSUOlJm98v { width:13.75rem;height:18.9375rem;top:106.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNC5qGNq676wpLuW21zwM5TMuGPPMFRt { width:13.125rem;height:1.3808625rem;top:92.9375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nllDzbzfZQPiuqcVOWNnFaJnuwlf6Opb { width:13.75rem;height:19rem;top:86.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP5LbPLyPR2KQk9wThlV6BpGsfE37tQW { width:12rem;height:3.8984375rem;top:95.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CHSfffhUmIXK0DDHnzwJJ6DscudhdNIT { width:12.5rem;height:2.923825rem;top:116.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dKG6CMdMXmvBWLnDNauAMqMyxd00bC4t { width:2.75rem;height:3.125rem;top:88.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5q1Z8HG3x25COpDJew1VUpiaU6eqH71 { width:3.1875rem;height:3.125rem;top:109.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlWIUKP0US0aCHH6PsQqOu5h9LeucqEe { width:13.125rem;height:1.3808625rem;top:70.375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzTGEZyaRLJbgOmAsZT3Tw7QKIL2801A { width:13.75rem;height:18.875rem;top:63.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRq6w2RElb9vCqdkPtiecStrxOCpV4n2 { width:12.8125rem;height:2.923825rem;top:73.3125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LpqBDstCIguERmpuwTrPD0EAiHdyH3Fs { width:20rem;height:4.3125rem;top:58.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QPSPBsSRwHdbSEwyN9y7rkTDXZTCDmHp { width:2.75rem;height:3.375rem;top:66.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDmOVTfex0U6055etqF0sdQdiJIyMb0Q { width:10rem;height:1.0625rem;top:83.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDyHAnZDEAO7BOAZqfs6Vf4NnCdcnVmU { width:9.5rem;height:0.8125rem;top:84.0625rem;left:5.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTHvRm77mshUnHmu8yMrctvQRXiq6pcH { width:18.6875rem;height:3.875rem;top:126.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN5ORTcwWwfUqG3HukGDe09KUNKKnAki { display:block; }
 }@media only screen and (max-width: 763px) { #M05WGJvT9T9oWBhoH2VIa542IaSKV95F { background-color:#f1f1f1;background-image:none;display:block; }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row .container { background-color: transparent; background-image: none; }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row .container > .video-iframe-container { display: none; }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row > .video-iframe-container { display: none; }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .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); }#M05WGJvT9T9oWBhoH2VIa542IaSKV95F > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lo2OpehztsOAxdf2T45k06Tp2NzcKEop { width:8.75rem;height:1.38125rem;top:43.6220703125rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FglqIGkFTsob1Jeie769QrZdrbGnKXhb { width:15.125rem;height:11.875rem;top:38.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8pyfDRENmSGvHNEgUUP1A7gHsNn4hcX { width:8.75rem;height:1.38125rem;top:16.05859375rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0i7ANs51Kwvt63wAvZ3Q5oh6of302Cm { width:15.125rem;height:11.875rem;top:10.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQN5oNZy01WIuwfxDNJmOHwwzeNXu1HE { width:8.75rem;height:1.38125rem;top:28.9375rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS2KSwzbUQtwtG7Et6PixbzibGGomyT5 { width:15.125rem;height:11.875rem;top:24.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6X33GGz4MFtsCS4cv8AbZLM5u3Io37m { width:13.125rem;height:4.19921875rem;top:30.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KgBTvIfXpHHzIqMFzGfX6bMWmo2ZOrA4 { width:13.125rem;height:4.19921875rem;top:45.75390625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #S5G4TSM97WUaHc8LJ2GTGU5Bm2E2GhMM { width:12.9375rem;height:3.1494125rem;top:18.125rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TIbr8cHWdh3pDUuLvGzSpbrQmtnhH2FE { width:18.875rem;height:4.3125rem;top:3.9375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VDTxJ0tRMJSCGUr3Fdbxiqok5odZicLL { width:10rem;height:1.0625rem;top:2.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDpzvOc7asLy7tJi2T7g34wvKfdRrSCU { width:11.625rem;height:0.8125rem;top:2.4375rem;left:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgDklATxUzT0J8C9xO5pSsXRnylVOEQg { width:20rem;height:4rem;top:39.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqQm4OrNKiAgkUdhAMq1waRp3F96Jtxt { width:2.4375rem;height:3.125rem;top:12.1875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phfGwXJuRNUsm0mOsUdczqsEIvAxTvZW { width:2rem;height:2.3125rem;top:25.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTuTV3VBqtwUCr5eWdOGkLDm5WGSPVcP { width:2.625rem;height:2.5625rem;top:40.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaSRgtfgwH4czvnTk9XT0fVaUlf7E10 { width:15.1875rem;height:3.0625rem;top:54.0625rem;left:2.40625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lv8nrw2mlb0mAUEoKZVe0R1COmXwu98o { display:block; }
 }@media only screen and (max-width: 763px) { #L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container { background-color: transparent; background-image: none; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container > .video-iframe-container { display: none; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row > .video-iframe-container { display: none; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .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); }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container { border-width: 0; border-radius: 0; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8uyxZwWLyBekJG25wKPuW6OgvZC7e2z > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESwh0ND7HB2KHr1kfkeQuB89WAe92yU6 { width:15rem;height:1.0625rem;top:16.1875rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Rq2G56HNRQiAmbf1cFIEhsm4ecgUabVW { width:12.4375rem;height:2.625rem;top:17.625rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-1),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vwvwUL3nh1zq14ZwmgIu6Hmxa5ccIUOz { width:9.3125rem;height:1.0625rem;top:21.6875rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OpHdwzIS6iFIHlDaSctLtDleB00UtwXc { width:8.0625rem;height:6.125rem;top:23.125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-1),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uP7oOt8efc1DebhFRvgMdSAhVB4rRXoI { width:12.8125rem;height:1.75rem;top:12.75rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-1),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iRXwcPpdI5NJngNpNs2ueqOOzFnVusIu { width:10.3125rem;height:1.0625rem;top:11.5rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KEM97haMO4XCTs0RNKXQCMsdXK9lu46e { width:1.8125rem;height:1.8125rem;top:21.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDmWdeqkPtJaoWo3HuF6RQrZAlsJVf5o { width:1.75rem;height:1.75rem;top:16.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBk6b4QttFMDHxHvmVwECmXvVLc9u9U2 { width:1.6875rem;height:1.5rem;top:11.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE9ExbPJW0HqwfTaZhIAvwQIGff7Sn9C { width:19.9375rem;height:23.8125rem;top:10.505859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #yyJlTBPy3ows7xim39JXd19htb9LfptD { width:1.75rem;height:1.75rem;top:6.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo5EysBHMxHh0154V60foKh5IoWXmq2N { width:6.25rem;height:1.0625rem;top:6.75rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ykMli3qhBTWpwsll0OFA9lDIq0fkFD8J { width:14.9375rem;height:1.75rem;top:8.1875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-1),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JEMfFo3HNnye6AZrZMU414aTgcgcstRJ { width:20rem;height:26.5625rem;top:17.5rem;left:3.625rem;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #dHoEZK23wkxTVpzx8tDT4CGcr4cqAfFw { width:20rem;height:28.25rem;top:32.5rem;left:0rem;z-index:14995;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGRQbtOpXRn9wCEWGvDD6IiJCUumagk { width:14.0625rem;height:5.4375rem;top:45.75rem;left:2.5625rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-secondary-0),1);z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #wVSn5OpkELwUtmKgFEenNsPFMoJIHKCU { width:12.125rem;height:2.25rem;top:51.625rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-secondary-0),1);z-index:15032;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FVaHreoZvw9vy3dSLvoI2sExXfiqJUOa { width:14.125rem;height:2.875rem;top:1.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #dCtagZtnw2K40E9tpVihah9fq0iEMqyL { width:20rem;height:0;top:57.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #iyrsVK3o2cPyPafcODsXCPHeGTDQ8ZM8 { width:15.1875rem;height:3.0625rem;top:55.875rem;left:2.40625rem;z-index:15016;color:rgba(var(--color-primary-2),1);background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #epwNTeZ1WC7srGmWhyVfMnbWT50XcRDx { display:block; }
 }@media only screen and (max-width: 763px) { #mHRArulFOoLOXL6M5WvqRv4UdTg88izP { width:18.6875rem;height:3.875rem;top:62rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL7So6elBly0EokWUo6IN92AoKXz9u1b { display:block; }
 }@media only screen and (max-width: 763px) { #loBVbZSdhIvNESDCywGWWpnPJuoroZor { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { border-width: 0; border-radius: 0; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { width:20rem;height:66.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CqZx0C62u1wz02l31pvczCS3i6SrqX6N { width:12.75rem;height:1.29980625rem;top:44.1875rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { width:14.75rem;height:2.2744125rem;top:55.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW7W0009hOMkruPDup4VuaoIuTPxE45q { width:9.3125rem;height:1.29980625rem;top:53.875rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { width:15.25rem;height:3.41161875rem;top:45.4375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { width:13rem;height:2.2744125rem;top:37.375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { width:7.5rem;height:1.29980625rem;top:36.125rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { width:2.0625rem;height:2.0625rem;top:50.75rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { width:1.75rem;height:1.75rem;top:41.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { width:2.0625rem;height:1.8125rem;top:33.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { width:20rem;height:26.353467561521rem;top:10.505859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { width:2.1875rem;height:2.1875rem;top:24.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { width:8.3125rem;height:1.29980625rem;top:27.75rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { width:15.6875rem;height:2.2744125rem;top:29.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhEstLrZbG2ICNRSevN2NGFAk8ErB5ZV { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { width:12.8125rem;height:17rem;top:6.8984375rem;left:3.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #fft2zfL3rn25GXGf29eycEgHzXTlcpc6 { width:19.6875rem;height:3.75rem;top:46rem;left:0.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew4IdMsTTPMq3eWaG7Bu4gwNLPRGPxpS { display:block; }
 }@media only screen and (max-width: 763px) { #ZXXzUoF9vl9th7aAFA1O253oO7xG4oGz { width:16.875rem;height:3.125rem;top:60.5625rem;left:1.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #c97a3GqQ6pAZvi012JQzBxKTRG2gukNl { display:block; }
 }@media only screen and (max-width: 763px) { #FNk5V2h36XsFiwhT5JkyZKc8PT3lbute { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a8bf088-c3e2-439d-8624-f1439aaa85de/GalariaBM5_PAGINA_Teste_Mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute.adaptive-delivery-prevent-bg, #FNk5V2h36XsFiwhT5JkyZKc8PT3lbute.lazyload, #FNk5V2h36XsFiwhT5JkyZKc8PT3lbute.lazyloading { background-image: none; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container { background-color: transparent; background-image: none; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container > .video-iframe-container { display: none; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row > .video-iframe-container { display: none; }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .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); }#FNk5V2h36XsFiwhT5JkyZKc8PT3lbute > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu1CpNH5wJwXgBX1Bs1kVnXQcwButCaO { width:20rem;height:4rem;top:17.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JnSVPG7kozTtET5rmfa9RHXyNX4dDJ7H { width:8.375rem;height:1.0625rem;top:15.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrieafNTZCOsNs3afoER3m4LMJ8hH8P { width:6.5rem;height:1.05625rem;top:15.1875rem;left:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLz0yHcNi0KZpgJ3M6t3c7PqRsFGXwSh { width:18.25rem;height:1rem;top:22.8125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #f7EATEZTABL0ueA2Z5WqdyWTHwOgVL2S { width:15.1875rem;height:3.0625rem;top:25.5rem;left:2.40625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Ba9ZaXXi7fqsXt9pJf8Wt5rAmuVWEqZZ { display:block; }
 }@media only screen and (max-width: 763px) { #vRc0k6zfIt1ftPLkDgK78RDi9Cdknp5N { width:18.6875rem;height:3.875rem;top:29.8125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJmGJOzy0wOAPyC8vsVPizFdUcTFdm3O { display:block; }
 }@media only screen and (max-width: 763px) { #MyO89WEke7Z8amDpboAhAIzRODLprL2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row .container { background-color: transparent; background-image: none; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row .container > .video-iframe-container { display: none; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row > .video-iframe-container { display: none; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .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); }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row .container { border-width: 0; border-radius: 0; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MyO89WEke7Z8amDpboAhAIzRODLprL2e > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwM6AMWfo9qCQEwee55584onOJR6Af6M { width:20rem;height:4.4619125rem;top:12.375rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tD4lSkfnbQNJovPByP4AAw08Ua3Iof7n { height:10.9375rem;width:20rem;top:19.63671875rem;left:0rem;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #torOOpqTCF47mXEcAEmv1uAMVFDaX3QD { top:1.875rem;left:1.46875rem;width:17.0625rem;height:;z-index:15050;font-size:2.5rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #RCZZ0gT55ARrsT7tHsEkCfGalk9MBrXe { width:15.1875rem;height:3.0625rem;top:33.9375rem;left:2.40625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #E79txWQ2CrDeUvPZhX570L1G7oEN09ye { display:block; }
 }@media only screen and (max-width: 763px) { #pdyshmOpQoy29uuWEQOQTDlukI2A6y0g { border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0rem solid #0e9ae5;background-color:#f1f1f1;background-image:none;display:none; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row .container { border-width: 0; border-radius: 0; }#pdyshmOpQoy29uuWEQOQTDlukI2A6y0g > .row .container { width:20rem;height:45.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NTKdHMZb6sbrQaq2s5QBTF93Z6RDLEER { width:20rem;height:4.4619125rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NWmhp5rKizE6pSty6kmETeiRJqsMPJl8 { height:10.9375rem;width:20rem;top:16.32421875rem;left:0rem;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #aVog9cTBTT3TxKH2gmgNgvxPKCXMcWHH { width:20rem;height:10.349625rem;top:28.51171875rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DhxTQHtIbUJm0hHREMzNkCx1b8be0Tdw { width:18.6875rem;height:3.875rem;top:40.11134375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDI9W68q3oouXE6ys1KW9dyW1TMQ3Crc { display:block; }
 }@media only screen and (max-width: 763px) { #y7457RqLPzphMFNsSEETIEvve7PAq5CE { display:none; }#y7457RqLPzphMFNsSEETIEvve7PAq5CE > .row .container { width:20rem;height:23rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PO0k4CCR973hVze9TlI5QwTR4Tsrw0nA { width:20rem;height:9.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPKI28wspNOQFPWAVp1avv3bmntglPGZ { width:20rem;height:6rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ekuPlK9fU1UWOXSJenxb1y9k0W7TTAHk { width:20rem;height:2.5rem;top:7.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #gkwoo2dMHsfAALNhlyONoI4NBuwc6fS1 { width:18.6875rem;height:3.875rem;top:12.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9daSE6xaGrXB6149mdSqEgCLHQcSZ3c { display:block; }
 }@media only screen and (max-width: 763px) { #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/5f03182a-adcb-4d24-9282-2d9b3c43cc1f/hf_20260615_130520_fce77aa37d1b4535a66927d5d148dec6.jpg");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.adaptive-delivery-prevent-bg, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyload, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyloading { background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:20rem;height:35.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { width:19.1875rem;height:5.15625rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S1IHtTNudk8o6urlexLf8J0urUXI96T5 { width:20rem;height:2rem;top:7.65625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #vAuvNRtKN3psttDZdR04ODTZlTh6lOSd { width:15.1875rem;height:3.0625rem;top:25.8125rem;left:2.40625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Iu0rHpaXC3urPQOEJWMzqT40pXfU9cPS { display:block; }
 }@media only screen and (max-width: 763px) { #MyT3aPsAxoLHAUuINTQFURHrHQyr6T7F { width:18.6875rem;height:3.875rem;top:30.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBpTQ4kKaGCyPWL7sQfZSyeUn7tKG5OQ { display:block; }
 }@media only screen and (max-width: 763px) { #f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 { background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/ded70780-a3b5-4087-a018-9592b03bb59e/MOBILE_BANNER_FUNDO.jpg");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1.adaptive-delivery-prevent-bg, #f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1.lazyload, #f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1.lazyloading { background-image: none; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row .container { background-color: transparent; background-image: none; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row .container > .video-iframe-container { display: none; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row > .video-iframe-container { display: none; }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .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); }#f9KSQ9fZVsn2bT5mUregSlCC6T7FszB1 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeLTuH7WDdkH8d7RS011makooSK40TLT { width:19.1875rem;height:5.15625rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #CTsk13MWAgNrAKn60nDo5McCd6geUXwf { width:14.625rem;height:3rem;top:11.09375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJ0OboQolFJ4M2S8x4yteBR6bwqbCPqo { display:block; }
 }@media only screen and (max-width: 763px) { #dEBInP2OAsZgkmMa5K1z76veTv62l8Ma { width:20rem;height:2rem;top:9.21875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #zEVxx8CfgrpKsLt6Ps65pig3Xrz3opXR { width:15.1875rem;height:3.0625rem;top:25.8125rem;left:2.40625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Eg6su7tLrmfWKcvK80ivWIaEiIoK0p9T { display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5kG3KAqAgghhPerJJerrNuvArk0W5SC { width:13.5rem;height:1.6rem;top:8.8125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { width:20rem;height:1.4rem;top:18.048828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmMn0AbQUp7nV2PlzTuOAqVVpuSdJu0E { width:1.6875rem;height:1.6875rem;top:2.0625rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqKuA6rd9gMWM1WzIevhUU8S963ph4sD { width:1.6875rem;height:1.6875rem;top:2.0625rem;left:12.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5LI2FRpsXN1BFKdnh9ricGaU4a43XQw { width:1.9375rem;height:1.9375rem;top:1.9375rem;left:15rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:6.125rem;height:3rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pm85nJ5L9Tx7fyzKXVcUl3QOhSdRkb { width:10.5625rem;height:1.6rem;top:14.162109375rem;left:4.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTS8HhWDSLbdxyMVULQV82nTBP98uoTw { width:8.6875rem;height:1.6rem;top:15.76171875rem;left:5.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GK2sTOvoWMokv40OlTwSdTDpc3IFw3mT { width:1.875rem;height:1.875rem;top:2rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }