.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,234,222;--color-primary-1:248,185,147;--color-primary-2:241,114,38;--color-primary-3:121,57,19;--color-primary-4:36,17,6;--color-secondary-0:217,245,219;--color-secondary-1:128,220,137;--color-secondary-2:0,185,18;--color-secondary-3:0,93,9;--color-secondary-4:0,28,3;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"raleway";--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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container { background-color: transparent; background-image: none; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container > .video-iframe-container { display: none; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row > .video-iframe-container { display: none; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .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); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container { border-width: 0; border-radius: 0; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#nV2xRFc9W4HJIvOgXgL6qxVckMknZuWK { position:absolute;display:block;z-index:15000;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.1875rem;width:13rem;top:2.5rem;left:1.0613842010498rem;overflow:hidden;display:block; }
#vQEUNxheSGIBRTTGJXAcCXmyhwAAOzXV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.03125rem;left:55.535161972046rem; }
#MQzXU30a0T9kvBu1kpvhMzIP84ArldVb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:57.5625rem;height:1.2996625rem;text-align:center;text-align-last:center;display:block; }
#A0eg8naZf8tUxfgmXsn2moJ0W9h7lbJr { box-sizing:content-box;height:4.9375rem;width:17.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:54.437498092651rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#cU3vJBQfKx7hgeNpGGl5g0SIBTGr0slh { position:absolute;display:block;z-index:14998;height:4.3125rem;width:13.125rem;top:1.4375rem;left:59.5625rem;display:block; }
#vT8xgUJJXt7C4LmE0MrwISoPdasb1hQP { position:absolute;display:block;z-index:15006;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.6875rem;top:1.28125rem;left:44.49888420105rem;overflow:hidden;display:block; }
#CoVaf4TfrWXcUH9Li22IX4CPTZmOT2lr { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1316964626313rem;left:19.034597396851rem;height:2.92410625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Oc5bFCL9xXPgiSnee2UsOCiBkokANm78 { position:relative;display:none; }#Oc5bFCL9xXPgiSnee2UsOCiBkokANm78 { border-width: 0; border-radius: 0; }#Oc5bFCL9xXPgiSnee2UsOCiBkokANm78 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Oc5bFCL9xXPgiSnee2UsOCiBkokANm78 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 { position:relative;display:none; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 { border-width: 0; border-radius: 0; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zEUow8S4heXp3TA2bwVBrFqQUO3ZciUN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.875rem;left:3rem;display:none; }
#uq3PIoyK650iniQWvxtefgEuayg7LNb0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.4375rem;top:9.0625rem;left:3.75rem;display:none; }
#D6L7BWb4rmopvh34avHy8LOEROGr8s0n { position:absolute;display:block;z-index:15000;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:8.5rem;width:12.8125rem;display:none; }
#RO46ymxBDtMiNynysxT8dpZVa5yn6hsS { position:absolute;display:block;z-index:15000;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:54.6875rem;width:46.1875rem;display:none; }
#eKKXcAR0lIL3c7H8W9cu2258OD8k2nan { position:absolute;display:block;z-index:15000;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:54.625rem;width:46.125rem;display:none; }
#iZUOrexRU68sah9vA5lSBlZPOcAf8MIA { position:absolute;display:block;z-index:15000;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:5rem;width:5.875rem;top:38.625rem;left:56.875rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/baac763f-3760-4703-b424-5790731b2ebe/Plataformaselevatriasescadastke.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#wGodXL9b4OmaRUhkTAZcs7LoO84w5FVI { position:absolute;display:block;z-index:15000;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:5rem;width:5.875rem;top:38.625rem;left:56.875rem;overflow:hidden;display:block; }
#dT3eTpotxlUT3l909VOaz2PrVWEubebz { box-sizing:content-box;height:7.8125rem;width:7.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:3.0625rem;left:37.0625rem;display:none; }
#tiKLlKMRuJkuOdxeU7Tk1KVvICJw3kLm { color:rgba(var(--color-primary-2),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.0000004768372rem;left:35.530691146851rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JrLMzQ6COkkgZcyLLGW7MvUVZUOzA2JA { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.561383724213rem;left:35.811941146851rem;height:5.84933125rem;display:block; }
#afaeaSrqAWGUQQVgTHPCFtTOyJyxK3UT { background-color:#f17226;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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:18.75rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.875rem;left:35.25rem;display:block; }
#V02FLtvPzPh89spuxZFBmTxNnRAtpPti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Je7Nzqc5gz5rP8OsIXE6apvM4fTA68fe { background-color:#f17226;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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:18.75rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.875rem;left:55.375rem;display:block; }
#hampnzTTwiHBtHPUkPa7wda3Sfsgosoa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DG10RW0BhJphJasVZLb0rLEuQgBMWKIi { color:rgba(var(--color-primary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:24.312501430511rem;left:35.811941146851rem;height:2.1875rem;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; }
#ev0stKxXsL93U3GB4NM9gorIcvagg7A4 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.874999523163rem;left:36.003904342651rem;height:9.0976375rem;display:block; }
#TyhGN6BRcivxVailmXmCTnHDAuOztrN7 { position:absolute;display:block;z-index:15020;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:5.125rem;width:5.125rem;top:38.625rem;left:36.125rem;overflow:hidden;display:block; }
#wp3gQ4zG8OlOsDx4QPLyfwRtJr7Orrdw { position:absolute;display:block;z-index:15023;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:6.25rem;width:5.25rem;top:38.6875rem;left:42.9375rem;overflow:hidden;display:block; }
#CFILf3pQkBVPV2NkEi087KzpXxJHisTQ { position:absolute;display:block;z-index:15032;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:6.125rem;width:5.125rem;top:38.6875rem;left:49.8125rem;overflow:hidden;display:block; }
#sTpiqwnrhAWxvd4aQnNqnKfLJInXcmLH { color:rgba(var(--color-tertiary-1),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:41.125003814698rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IphMgEQecTzNqftlP3GgT7lhrIJQD7PF { 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:5.9375rem;width:8.9375rem;top:18.410714864731rem;left:23.098215103149rem;overflow:hidden;display:block; }
#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif { position:relative;display:block; }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif { background-color: transparent; background-image: none; }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .row .container > .video-iframe-container { display: none; }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .row > .video-iframe-container { display: none; }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .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); }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif { border-width: 0; border-radius: 0; }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jeio9KuepCqBX68ZlBeyQTQsftsZ6T7T { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.1875rem;left:5.0625rem;height:4.79910625rem;text-align:left;text-align-last:left;display:block; }
#EwdsnJuVhskTI6kHWVVEDNvXq966rUQH { color:#f17226;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.3125rem;left:5.0625rem;height:5.3621625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WlMiNAds4LsVkXnGXcHMkqdu8RViM5WN { position:absolute;display:block;z-index:15002;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.875rem;width:16.6875rem;top:12.146764755249rem;left:7.43638420105rem;overflow:hidden;display:block; }
#lXVv5FR8QeTW5rdB5ACcxWpWxs0DV0dy { color:#666666;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:22.5rem;left:5.0625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MEbDpHmmJ5N6tGhD6UwCpbJTMRe8nIgU { position:absolute;display:block;z-index:15021;height:12.125rem;width:33.875rem;top:29.4375rem;left:2.3125rem;display:block; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-form-header {  }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:#000000;width:30.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.3;overflow:hidden; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .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:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0adad;border-left:0.0625rem solid #b0adad;border-right:0.0625rem solid #b0adad;border-bottom:0.0625rem solid #b0adad;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:30.375rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:300;font-style:normal; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .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:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0adad;border-left:0.0625rem solid #b0adad;border-right:0.0625rem solid #b0adad;border-bottom:0.0625rem solid #b0adad;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:30.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-2),1);font-size:0.875rem;overflow:hidden;font-family:arial;font-weight:300;font-style:normal;box-shadow: none; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:30.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:5.3125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:19.6875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:1.3; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w [class*="-text"]:-moz-placeholder { color:#a2a2a2;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w [class*="-text"]::-moz-placeholder { color:#a2a2a2;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w [class*="-text"]:-ms-input-placeholder { color:#a2a2a2;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w [class*="-text"]::-webkit-input-placeholder { color:#a2a2a2;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .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.875rem;font-weight:300;color:#000000;vertical-align:top;width:28.9375rem;overflow:hidden;font-style:normal; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .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; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.8125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.4; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-container { padding-top:0.9375rem;padding-right:0;padding-bottom:0.9375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-container:first-of-type{padding-top:0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-container:last-of-type{padding-bottom:0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.375rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);z-index:15005;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:4.75rem;left:41.124998092651rem; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.375rem; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w {display:block;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.375rem;height:auto;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);z-index:15005;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:4.75rem;left:41.124998092651rem; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqHAZ8EdVaz3z4tHpvur23IbPe1K9OsR { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqHAZ8EdVaz3z4tHpvur23IbPe1K9OsR .container-column{width:100%;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #UlIILlLcZQw8e2q03TCxkT5GE9bWaQnD { position:relative;display:block; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #GflNONh3NnsKESRITbNTTpTXgShQL59B { position:relative;z-index:2; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #NWR9f8VnbVrZeZKLOw2zDmy5mkFn58D2 { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #AcTl48zEGbl2G2sivSk6lwcTyTl5Gd0Z { position:relative;z-index:2; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #ZgFL9VhwL1H8RZo8AXuzBgUanUQ28HFC { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #chG4Ty9ubP7kMqeEltupFkbZ5Ifdkaim { position:relative;z-index:2; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #xQkifFOGvrNmReWEUPi1TREpXRtPoL5G { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #OB7TxZZNeOW5G1eyCfEFw3lFa3u3R8M6 { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #MHzqTVIZ51l13ESMRTOAboo7hSnmXl0W { position:relative;display:block; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #TwCcJBVW7M5CGCcEAOnTCR9Jk8n32KBa { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #iurFwJ13fvuker6UTivWKQd6T6vyUAtK { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #TqnFIaaOuKck6kKlUUyg2CmOzuPsTsaV { position:relative;display:block; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #pUsTsyJlWiUkPUn61759mf5KmXLVPy2T { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #sfmO57L985pkA2K1K5nQAZE733EHZNzd { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #WVMgePgwwfAMDO6en4nUJf4xdkxxst4D { position:relative;display:block; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqJQ6yDnE5lB8Thq5zLxm4R1dfTI7nKf { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #XDBs9pne9044OwPcJ7Iu6sGkPQUqmaCN { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #uBrtszvT9McfvPmU6NyOg26ihdtaKTyd { position:relative;z-index:2; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #oN4oCCEKhaebpJLvschxZTKSB3Pfz6hc { position:relative; }
#TiB3EuJZRbMTC9E9QaJ87bmzW4zGLZ9M { position:relative;display:block; }
#Oop8JKdchru7SqZF4rN9U9Fyf6hhDsus { position:relative;display:block; }
#B8G7A4O0OtrNqxJSv5g1qCTJ0Xh0pZGP { position:relative;display:block; }
#N8G4ublEkblCbzFNWJKhPtEUMGXsvJUT { position:relative;display:block; }
#f6rW8rnSwFWF3XEXgVg5eA8qJyrin32F { position:relative;display:block; }
#Ffez3phr1SINiQCcBWBVTk8C5aHyP9kI { position:relative;display:block; }
#z8qPMDgBuZrtDF4ghhQPkn3v2Hw45Pbi { position:relative;display:block; }
#V5TzSbg4w5KOuTKNGoWGuutk1dAcS2BX { position:relative;display:block; }
#IHOFEThtcZCHTI81lqQqH6481uB4AqLW { position:relative;display:block; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #gJv57JTfqgirM2tE7Ua63eRTUm3g6ZT8 { position:relative; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #Inwgzv79nPQ7o1h60FPIR4X0GGCVmNpJ { position:relative; }
#DgtxhPHTQaxRrdOA8fPxKu48T7Dfkoas { position:absolute;display:block;z-index:15011;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:9.625rem;width:14.5rem;top:3.125rem;left:57.375rem;overflow:hidden;display:block; }
#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container { background-color: transparent; background-image: none; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container > .video-iframe-container { display: none; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row > .video-iframe-container { display: none; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .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); }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container { border-width: 0; border-radius: 0; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#oy1s3IEA9A0zzTeZ13HJ1CNcbHgZJxCt { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9687528610229rem;left:17.406251907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container { background-color: transparent; background-image: none; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container > .video-iframe-container { display: none; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row > .video-iframe-container { display: none; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .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); }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container { border-width: 0; border-radius: 0; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#mGIRKsrS38uLcSW6VrpFmwWMpSIoSy5s { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.140628814698rem;left:0rem;height:1.7873875rem;text-align:center;text-align-last:center;display:block; }
#tUAB4CNr8kfRGyce1M3tr2Iyrp25Zk5s { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.140628814698rem;left:49.936458587646rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#RaR7LzBJZThTuVIWvytvanptCOK5bQ1y { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.140628814698rem;left:25.000003814698rem;height:1.7873875rem;text-align:center;text-align-last:center;display:block; }
#BDHBdTC46Zpz29a6pre7F47EwzCriEBL { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:26.954170227051rem;left:1.5625rem;height:6rem;display:block; }
#m2UdZyCZcRcNz5sWeuTWULTKVsnNilHf { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:35.9375rem;left:1.5619411468506rem;height:;font-style:normal;display:block; }#m2UdZyCZcRcNz5sWeuTWULTKVsnNilHf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2UdZyCZcRcNz5sWeuTWULTKVsnNilHf li:before{  }
#I2OoVEXs4pD25C1op9OxSr3Uie0RO2KO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:26.9375rem;left:26.5625rem;height:6rem;display:block; }
#RJ8FIrIEbbuLWLFB51FwITXylUNKJ9Dq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:35.9375rem;left:26.562501907349rem;height:;font-style:normal;display:block; }#RJ8FIrIEbbuLWLFB51FwITXylUNKJ9Dq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RJ8FIrIEbbuLWLFB51FwITXylUNKJ9Dq li:before{  }
#Vl7x4MSgcC2HthSCeP42fgtIqpKqW1Zy { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:26.9375rem;left:51.5625rem;height:6rem;display:block; }
#s8KiNigldHL1ihrgkTswaDKeb2p9FyvH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:36.391670227051rem;left:51.562503814698rem;height:;font-style:normal;display:block; }#s8KiNigldHL1ihrgkTswaDKeb2p9FyvH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s8KiNigldHL1ihrgkTswaDKeb2p9FyvH li:before{  }
#xyE2CnfpTbe22qh4utWZaxBETDW8fQbN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.875rem;width:19.5625rem;top:0rem;left:0.84375rem;overflow:hidden;display:block; }
#ZqC1epQToRxEaI8DLmo29m3S55zffuBL { position:absolute;display:block;z-index:15000;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:18.25rem;width:19.5rem;top:0rem;left:25.78125rem;overflow:hidden;display:block; }
#nEuiEZkrW22AktKI0M63oMSmQS89T72a { position:absolute;display:block;z-index:15001;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:19.0625rem;width:20.875rem;top:0.03125rem;left:50.843748092651rem;overflow:hidden;display:block; }
#RBHS5aIk6ckxN6UqrWIUCfrWleaT2kyy { position:absolute;display:block;z-index:14999;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.6875rem;width:5.375rem;top:23.18923664093rem;left:14.4375rem;overflow:hidden;display:block; }
#fMpTpoVWxusHRUnK2NQ80m5vI5oXOEsT { position:absolute;display:block;z-index:15000;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.6875rem;width:5.6875rem;top:23.18923664093rem;left:39.138889312744rem;overflow:hidden;display:block; }
#p9O3sdE2AMuOcL6PKk1EzQfLJKg184RZ { position:absolute;display:block;z-index:15001;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.6875rem;width:7.125rem;top:23.18923664093rem;left:64.326389312744rem;overflow:hidden;display:block; }
#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp { position:relative;display:block; }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp { background-color: transparent; background-image: none; }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .row .container > .video-iframe-container { display: none; }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .row > .video-iframe-container { display: none; }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .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); }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp { border-width: 0; border-radius: 0; }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EX5LK5n5TTOPQRr0G7Zsyfen6o2Z4mBe { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:21.312501907349rem;left:3.7488842010498rem;height:12rem;display:block; }
#LAnNT7MiGdfTdHDqt0ue5KTBaNH4FG7d { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.874441146851rem;left:3.7176342010498rem;height:9rem;display:block; }
#S3LWX32AULce34CskcFc5ErZGH0eyE5O { position:absolute;display:block;z-index:14999;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.5rem;width:16.375rem;top:14.125rem;left:14.000001907349rem;overflow:hidden;display:block; }
#TKbTdHelBDtSJA7MMmZ7WX0amyZyw6y1 { position:absolute;display:block;z-index:14998;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.25rem;width:21.1875rem;top:17.659597396851rem;left:6.1238842010498rem;overflow:hidden;display:block; }
#HzztMBvpWV0yilsErR9AbG0gfQtck8HV { color:rgba(var(--color-primary-2),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.24888420105rem;left:3.7488842010498rem;height:;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; }
#uiDcMeveEM6S9kLRXFOF37yXg5q2Iv5z { position:absolute;display:block;z-index:15010;height:40rem;width:32.0625rem;top:3.3744416236877rem;left:40.218748092651rem;display:block; }
#qEokSrJe4Ue1Orcr8mH1tbHrcdTlQr4t { position:absolute;display:block;z-index:15011;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:11.5625rem;width:11.75rem;top:34.000001907349rem;left:9.62388420105rem;overflow:hidden;display:block; }
#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row .container { background-color: transparent; background-image: none; }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row .container > .video-iframe-container { display: none; }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row > .video-iframe-container { display: none; }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .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); }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row .container { border-width: 0; border-radius: 0; }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#fDMKSVzMy5lZ3EFOvGfVcQbb6wqV6ZdN { position:absolute;display:block;z-index:15003;height:25.5rem;width:75rem;top:3.1545715332031rem;left:0rem;display:block; }
#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container { background-color: transparent; background-image: none; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container > .video-iframe-container { display: none; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row > .video-iframe-container { display: none; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .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); }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container { border-width: 0; border-radius: 0; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#bOHlAOrwUytF0dd6aahNPPsLFtHFw1nn { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:10.186386108399rem;left:1.4374980926514rem;height:36rem;text-align:justify;text-align-last:initial;display:block; }
#CSU7nKu8conWTemumf0boIIhKJstcD8q { position:absolute;display:block;z-index:15004;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:31.25rem;width:28.75rem;top:10.718751907349rem;left:45.124998092651rem;overflow:hidden;display:block; }
#TSxVZ5htdBxdNgv6QL6svd1koOPcT8W8 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.125rem;left:6.6556911468506rem;height:3rem;display:block; }
#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW { position:relative;display:block; }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW { background-color: transparent; background-image: none; }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .row .container > .video-iframe-container { display: none; }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .row > .video-iframe-container { display: none; }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .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); }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW { border-width: 0; border-radius: 0; }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KSaTaG1MQJpg3PqzHgCM1MiMdVTT1epM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:35.0625rem;width:30.0625rem;top:7.8125rem;left:3.7181911468506rem;overflow:hidden;display:block; }
#lg1bTfH74QQBFVXtuRUn9ByaOCPAAM6l { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5rem;left:43.8125rem;height:9rem;display:block; }
#LOKTQfKQOSUP2vSlfVgWKsNFGZPSTtaz { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:15.125rem;left:43.75rem;height:6rem;display:block; }
#eQVpbZDKHiyXPP9fFwXxkISqaxmCviSS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:22.75rem;left:43.749998092651rem;height:21rem;display:block; }
#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF { position:relative;display:block; }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF { background-color: transparent; background-image: none; }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .row .container > .video-iframe-container { display: none; }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .row > .video-iframe-container { display: none; }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .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); }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF { border-width: 0; border-radius: 0; }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HaEKFBTQMoUOWcPdKs3p0mxu1AwnVCRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:61.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.2672996520996rem;left:6.6556911468506rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container { background-color: transparent; background-image: none; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container > .video-iframe-container { display: none; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row > .video-iframe-container { display: none; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .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); }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container { border-width: 0; border-radius: 0; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#V1IckkypFId4vELs1NUzZH74vSTemmkk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.875rem;left:2.5625rem;display:block; }
#sMwE9npmvQLSQf7wd4lPwr7B6JwNhAzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVGfpLvxlvuKbia3N5r4g0kEoXHe47LN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.875rem;left:40.3125rem;display:block; }
#c1bFOms9TXpCIrcHDL3qTPCnBCdWhUTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8D8lOevET1cF1P1DNUKuRA2oQHGetkZ { position:absolute;display:block;z-index:15005;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:12.5rem;width:12.5rem;top:1.3437480926514rem;left:22.597658157349rem;overflow:hidden;display:block; }
#xhCONHq6raQDTF5Sy297G56RzIO1JJpI { position:absolute;display:block;z-index:15006;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:12.5rem;width:12.5rem;top:1.3437480926514rem;left:59.937505722046rem;overflow:hidden;display:block; }
#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy { position:relative;display:block; }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy { background-color: transparent; background-image: none; }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .row .container > .video-iframe-container { display: none; }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .row > .video-iframe-container { display: none; }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .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); }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy { border-width: 0; border-radius: 0; }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NaM2hCck07tZx7edHWcOxgvDyH1JuVRQ { position:absolute;display:block;z-index:15001;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.3125rem;width:23.0625rem;top:4.5rem;left:7.21875rem;overflow:hidden;display:block; }
#c9u3vdcRCpdL4JTOTGgRIUyVTnoz0KCa { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:14.499980926514rem;left:3.4681911468506rem;height:12.595975rem;text-align:justify;text-align-last:initial;display:block; }
#MvpvyJCMNoiZ1K4Gf4BqUdL4K5HkvSzF { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:41rem;height:1.949775rem;text-align:left;text-align-last:left;display:block; }
#tpoXUSOFhaBQpeVVFhqJg3DMPQgPPkCP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:15.039043426514rem;left:43.624998092651rem;height:16.5rem;text-align:left;text-align-last:left;display:block; }
#IS1EfeQETp8lZAvdh8p4vuUTfXBeEWgH { color:#666666;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:41.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MccZuVHzDqevcFZLbgwka8Ja5Uoh0pZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.038486480713rem;left:39.499998092651rem; }
#MppK4uONveoOEJUSc6KuyE5APayZx6X8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:24.567502975464rem;left:39.499998092651rem; }
#aFLMNox1UBhoPh0escvVWg8uziH7pyMR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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:24.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.027324676514rem;left:6.7181911468506rem;display:block; }
#mfcB71OACt5NcASd4GlxTuoGRPRGWD4O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh { position:relative;display:block; }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh { background-color: transparent; background-image: none; }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .row .container > .video-iframe-container { display: none; }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .row > .video-iframe-container { display: none; }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .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); }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh { border-width: 0; border-radius: 0; }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UHzh0HA3INwt7JzG7mNohBIMl1PztF6F { color:rgba(var(--color-tertiary-2),1);display:block;width:46.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:6.3749942779544rem;left:14.34375rem;height:2.90625rem;text-align:center;text-align-last:center;display:block; }
#n8zQq88y9IbPBmDAsp9hr2oM2wOGNAuW { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:15.4375rem;left:39rem;height:5.5982125rem;text-align:justify;text-align-last:initial;display:block; }
#AH78TKUs1Tn89cNUOkEAMKv2CSG5xqpu { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:27.1875rem;left:39rem;height:6.99775rem;text-align:justify;text-align-last:initial;display:block; }
#BdIyrTmGVhq6xLdDFvs9KaehOE0onoQt { color:rgba(var(--color-tertiary-2),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:23.75rem;left:39rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrTVqMsyuPZbaw7ZCKiMtCFhM8SVOgA5 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:43.0625rem;left:7.625rem;height:4.1986625rem;text-align:justify;text-align-last:initial;display:block; }
#t4QLnW8a4cCwrCEUf4HOev3OpLPALiRe { color:rgba(var(--color-tertiary-2),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:40.25rem;left:7.625rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#wxZ1f7ybWvaeln03hw5IfDCx5VoqbwJ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:49.3125rem;left:7.62388420105rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#iHVtK2snC6dvxVblSuvULenurnOQLXsS { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:62.383333206177rem;left:19.34375rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#MgWTsK7L4bbDXQ62h1psgQyx3bs0oA2K { 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:15005;opacity:1;top:58.4375rem;left:26.5625rem; }
#xDZTgtygs5CTJFpCPPJLmUUCbd702K9e { box-sizing:content-box;height:25rem;width:28.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:12.78125rem;left:7.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#OqvBow56zgVmmJ7BihsVTL1Nw54mOAqU { position:absolute;display:block;z-index:15001;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:11.25rem;width:18.75rem;top:19.155361175537rem;left:12.375rem;overflow:hidden;display:block; }
#hpL3LVttFldJqaXyTA4htHpZ8aTXobiC { box-sizing:content-box;height:4.9375rem;width:17.5rem;position:absolute;display:block;z-index:15001;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:56.25rem;left:29.1875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#glSpbFZkyAkfp8q9oXobdXC08e5CbpbI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:57.1875rem;left:30.3125rem; }
#WKk7TZi9XkcPTdvPCR0KyHGHaItxr7KE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:58.5625rem;left:32.3125rem;height:1.2996625rem;text-align:center;text-align-last:center;display:block; }
#ftbik8i05VrWIdimaMooQGXkXZp751MB { position:absolute;display:block;z-index:15002;height:4.3125rem;width:13.125rem;top:56.5625rem;left:34.3125rem;display:block; }
#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row .container { background-color: transparent; background-image: none; }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row .container > .video-iframe-container { display: none; }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row > .video-iframe-container { display: none; }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .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); }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row .container { border-width: 0; border-radius: 0; }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#JWLx8fuHB9yaxITeViPsyRD3KNUxAVbe { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:23.406251907349rem;height:3.25rem;display:block; }
#dcW4y7sKJveQfKTzZDADfxVTZrQ62yyq { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.75rem;left:16rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#EiLSMRIWtphQmo3SlC3ZiyKTbE27QRed { position:absolute;display:block;z-index:15000;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.5625rem;width:16.25rem;top:6.375rem;left:36.15625rem;overflow:hidden;display:block; }
#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row .container { background-color: transparent; background-image: none; }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row .container > .video-iframe-container { display: none; }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row > .video-iframe-container { display: none; }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .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); }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row .container { border-width: 0; border-radius: 0; }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row .container { font-size:0.875rem;font-family:arial;height:64.3125rem;width:75rem;position:relative;display:block; }#qyi4G8horVAcHXwxDtkCpT1mzxhiX00c { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.812501430511rem;left:2.4375rem;height:;text-align:center;text-align-last:center;display:block; }
#FWy0W607ZIR02ZxeO404u2gwz7g5QgiT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:33.625rem;left:2.4375rem;height:16.5rem;display:block; }
#b3w4draUz3KbGwMQ5JrE4i6ZKCqgaaEi { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:33.625rem;left:40.625rem;height:13.5rem;display:block; }
#PF6LFpMvwcDhTJHDdEJx0Rp9ysV0earL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.812501430511rem;left:40.625003814698rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#KFDJUpSpTv8LC5LtrFzzAdbJEqWKCLAz { background-color:#f17226;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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:18.75rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:54.875rem;left:10.1875rem;display:block; }
#Tz5rmsz1LaGgsBNwt0SBluvr7xqegq4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVh8bPwAkNVW71RcGHTc5IiSKi58oPLz { background-color:#f17226;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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:18.75rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:54.875rem;left:48.4375rem;display:block; }
#UdtC5EVeeyU2lBPd8QntTrvuNZLVRf5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ikONAHmxqOw1LcWbKBTDy8rtTRAQmCa2 { 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:26.75rem;width:28.6875rem;top:0rem;left:3.9999980926514rem;overflow:hidden;display:block; }
#zPiqSoH8xy8wd5t0sOlUo96t1uP1nNUZ { position:absolute;display:block;z-index:15009;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:26.375rem;width:28.125rem;top:0rem;left:42.1875rem;overflow:hidden;display:block; }
#kdnzcCc0umVXtPC1bilV1QVTWSsr1xGM { position:absolute;display:block;z-index:15003;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.8125rem;width:12.4375rem;top:29.90625rem;left:54.687503814698rem;overflow:hidden;display:block; }
#Ry95fkJ3Tl61HbWg23y0ebRWvLpQgXpf { position:absolute;display:block;z-index:15002;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.5625rem;width:11.8125rem;top:30.375rem;left:6.53125rem;overflow:hidden;display:block; }
#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 { position:relative;display:block; }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 { background-color: transparent; background-image: none; }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .row .container > .video-iframe-container { display: none; }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .row > .video-iframe-container { display: none; }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .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); }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 { border-width: 0; border-radius: 0; }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cXdkOcXgdovHhdiPVKMf6LWQKieBuOlF { color:rgba(var(--color-tertiary-2),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:3.875rem;left:3.8125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZKd0weTsDCPoZGK9yFMb50psaEUMCWq { color:#666666;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:10.437501907349rem;left:3.8125rem;height:6.299125rem;text-align:justify;text-align-last:initial;display:block; }
#NUeEGSbRZvEWr3UAHBfana8nhaoVv2Xn { color:#f17226;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.625rem;left:3.8125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o4QWDvZW2STXcFkeM0TleZ5uTQmKCK0g { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18rem;left:3.8125rem;display:block; }
#R1u2ltxospIFx0U4odsntIa7MTMnIf9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QCTuDchJQz5N2zAKw4S6ERLCXpb97zsJ { position:absolute;display:block;z-index:15010;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:19rem;width:28.5625rem;top:3.875rem;left:45.052955627441rem;overflow:hidden;display:block; }
#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq { position:relative;display:block; }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq { background-color: transparent; background-image: none; }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .row .container > .video-iframe-container { display: none; }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .row > .video-iframe-container { display: none; }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .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); }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq { border-width: 0; border-radius: 0; }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SRDpW9vRgOa80SLT6Sv7a9JHl4xZtD8M { color:#666666;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.875rem;left:22.437501907349rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fqSdy24pxiApJBuIUIzFnR09fH4RECMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row .container { background-color: transparent; background-image: none; }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row .container > .video-iframe-container { display: none; }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row > .video-iframe-container { display: none; }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .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); }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row .container { border-width: 0; border-radius: 0; }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#R240qaas99ktrwXlfEdbQMgabTovpEOx { position:absolute;display:block;z-index:15017;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:7.5625rem;width:6.25rem;top:8.125rem;left:20.6875rem;overflow:hidden;display:block; }
#GR1RSPDWJNPp1Tvs9KsKXDEt3Tctvt77 { position:absolute;display:block;z-index:15018;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:7.4375rem;width:6.25rem;top:8.1875rem;left:28.375rem;overflow:hidden;display:block; }
#uuJpozQTibDsX78hnZAMLqtSX4HtMsOX { position:absolute;display:block;z-index:15003;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:7.25rem;width:8.5625rem;top:8.3125rem;left:43.5625rem;overflow:hidden;display:block; }
#TAQLJD1WwLxD8QtDp1ooRJ4MPMMcDgcl { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:3.0625rem;left:20.6875rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#oMkUHrdFBwaJ3dP5DefOMSbHeLcBnXvF { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:3.0625rem;left:41.3125rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT { position:relative;display:block; }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT { background-color: transparent; background-image: none; }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .row .container > .video-iframe-container { display: none; }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .row > .video-iframe-container { display: none; }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .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); }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT { border-width: 0; border-radius: 0; }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m768gFRhrTMHwT66yHUG8A5Db36NEL0h { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:2.1677093505859rem;left:50.419792175293rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#TXslyVXiKg352WIB7C7n97AhXwMr8d4N { position:absolute;display:block;z-index:15016;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.875rem;width:12.1875rem;top:2.125rem;left:1.875rem;overflow:hidden;display:block; }
#oBxqxcks8v0i58GCRETalHKNCr1l9OVV { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.1875rem;left:32.09375rem;display:block; }
#iEn60Ue91zg7sT7luBxgxEvo6Sqosx5h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SntBQs9r4GGZXtsoVkgM6CbcU9ds2Wa3 { position:absolute;display:block;z-index:15018;height:4.1875rem;width:22.3125rem;top:0.875rem;left:23.410158157349rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nTxDokerSsluCTsdTB6xmTytnnuZgqK0 { display:block; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nV2xRFc9W4HJIvOgXgL6qxVckMknZuWK { top:2.5rem;left:0rem;width:13rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQEUNxheSGIBRTTGJXAcCXmyhwAAOzXV { top:2rem;left:41.910161972046rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQzXU30a0T9kvBu1kpvhMzIP84ArldVb { top:3.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0eg8naZf8tUxfgmXsn2moJ0W9h7lbJr { top:1.125rem;left:28.1875rem;width:17.5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU3vJBQfKx7hgeNpGGl5g0SIBTGr0slh { top:1.4375rem;left:34.625rem;width:13.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8xgUJJXt7C4LmE0MrwISoPdasb1hQP { top:1.25rem;left:30.87388420105rem;width:4.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoVaf4TfrWXcUH9Li22IX4CPTZmOT2lr { top:2.125rem;left:5.4095973968506rem;width:25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc5bFCL9xXPgiSnee2UsOCiBkokANm78 { display:none; }#Oc5bFCL9xXPgiSnee2UsOCiBkokANm78 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 { display:none; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zEUow8S4heXp3TA2bwVBrFqQUO3ZciUN { top:2.875rem;left:0rem;width:14.125rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uq3PIoyK650iniQWvxtefgEuayg7LNb0 { top:9.0625rem;left:0rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6L7BWb4rmopvh34avHy8LOEROGr8s0n { width:12.8125rem;height:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RO46ymxBDtMiNynysxT8dpZVa5yn6hsS { width:46.1875rem;height:54.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eKKXcAR0lIL3c7H8W9cu2258OD8k2nan { width:46.125rem;height:54.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZUOrexRU68sah9vA5lSBlZPOcAf8MIA { top:38.625rem;left:41.75rem;width:5.875rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGodXL9b4OmaRUhkTAZcs7LoO84w5FVI { top:38.625rem;left:41.75rem;width:5.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT3eTpotxlUT3l909VOaz2PrVWEubebz { top:3.0625rem;left:23.4375rem;width:7.8125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tiKLlKMRuJkuOdxeU7Tk1KVvICJw3kLm { top:4rem;left:8.75rem;width:39rem;height:6.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrLMzQ6COkkgZcyLLGW7MvUVZUOzA2JA { top:12.5rem;left:9.9375rem;width:37.8125rem;height:5.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afaeaSrqAWGUQQVgTHPCFtTOyJyxK3UT { width:18.75rem;height:3.125rem;top:19.875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02FLtvPzPh89spuxZFBmTxNnRAtpPti { display:block; }
 }@media only screen and (max-width: 763px) { #Je7Nzqc5gz5rP8OsIXE6apvM4fTA68fe { width:18.75rem;height:3.125rem;top:19.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #hampnzTTwiHBtHPUkPa7wda3Sfsgosoa { display:block; }
 }@media only screen and (max-width: 763px) { #DG10RW0BhJphJasVZLb0rLEuQgBMWKIi { top:24.3125rem;left:13.3125rem;width:34.4375rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev0stKxXsL93U3GB4NM9gorIcvagg7A4 { top:27.8125rem;left:9.5rem;width:38.25rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyhGN6BRcivxVailmXmCTnHDAuOztrN7 { top:38.625rem;left:22.5rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp3gQ4zG8OlOsDx4QPLyfwRtJr7Orrdw { top:38.6875rem;left:29.3125rem;width:5.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFILf3pQkBVPV2NkEi087KzpXxJHisTQ { top:38.6875rem;left:36.1875rem;width:5.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTpiqwnrhAWxvd4aQnNqnKfLJInXcmLH { top:41.125rem;left:0rem;width:32rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IphMgEQecTzNqftlP3GgT7lhrIJQD7PF { top:18.375rem;left:9.4732151031494rem;width:8.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBV2DkLsVzo49pqArNhZwzDlpVLxLxif { display:block; }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeio9KuepCqBX68ZlBeyQTQsftsZ6T7T { top:9.1875rem;left:0rem;width:33.5625rem;height:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwdsnJuVhskTI6kHWVVEDNvXq966rUQH { top:16.3125rem;left:0rem;width:32.125rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlMiNAds4LsVkXnGXcHMkqdu8RViM5WN { top:12.125rem;left:0rem;width:16.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXVv5FR8QeTW5rdB5ACcxWpWxs0DV0dy { top:22.5rem;left:0rem;width:32.1875rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEbDpHmmJ5N6tGhD6UwCpbJTMRe8nIgU { top:29.4375rem;left:0rem;width:33.875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-regular-label { width:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-text { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-textarea { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-select { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-button { width:19.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.3125rem; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-checkbox-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w  { width:30.375rem;height:auto;top:4.75rem;left:14.625rem; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .radio-container { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w {display:block;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w { width:30.375rem;height:auto;top:4.75rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqHAZ8EdVaz3z4tHpvur23IbPe1K9OsR {  }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqHAZ8EdVaz3z4tHpvur23IbPe1K9OsR .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #UlIILlLcZQw8e2q03TCxkT5GE9bWaQnD {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #GflNONh3NnsKESRITbNTTpTXgShQL59B {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #NWR9f8VnbVrZeZKLOw2zDmy5mkFn58D2 {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #AcTl48zEGbl2G2sivSk6lwcTyTl5Gd0Z {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #ZgFL9VhwL1H8RZo8AXuzBgUanUQ28HFC {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #chG4Ty9ubP7kMqeEltupFkbZ5Ifdkaim {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #xQkifFOGvrNmReWEUPi1TREpXRtPoL5G {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #OB7TxZZNeOW5G1eyCfEFw3lFa3u3R8M6 {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #MHzqTVIZ51l13ESMRTOAboo7hSnmXl0W {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #TwCcJBVW7M5CGCcEAOnTCR9Jk8n32KBa {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #iurFwJ13fvuker6UTivWKQd6T6vyUAtK {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #TqnFIaaOuKck6kKlUUyg2CmOzuPsTsaV {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #pUsTsyJlWiUkPUn61759mf5KmXLVPy2T {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #sfmO57L985pkA2K1K5nQAZE733EHZNzd {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #WVMgePgwwfAMDO6en4nUJf4xdkxxst4D {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqJQ6yDnE5lB8Thq5zLxm4R1dfTI7nKf {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #XDBs9pne9044OwPcJ7Iu6sGkPQUqmaCN {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #uBrtszvT9McfvPmU6NyOg26ihdtaKTyd {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #oN4oCCEKhaebpJLvschxZTKSB3Pfz6hc {  }
 }@media only screen and (max-width: 763px) { #TiB3EuJZRbMTC9E9QaJ87bmzW4zGLZ9M { display:block; }
 }@media only screen and (max-width: 763px) { #Oop8JKdchru7SqZF4rN9U9Fyf6hhDsus { display:block; }
 }@media only screen and (max-width: 763px) { #B8G7A4O0OtrNqxJSv5g1qCTJ0Xh0pZGP { display:block; }
 }@media only screen and (max-width: 763px) { #N8G4ublEkblCbzFNWJKhPtEUMGXsvJUT { display:block; }
 }@media only screen and (max-width: 763px) { #f6rW8rnSwFWF3XEXgVg5eA8qJyrin32F { display:block; }
 }@media only screen and (max-width: 763px) { #Ffez3phr1SINiQCcBWBVTk8C5aHyP9kI { display:block; }
 }@media only screen and (max-width: 763px) { #z8qPMDgBuZrtDF4ghhQPkn3v2Hw45Pbi { display:block; }
 }@media only screen and (max-width: 763px) { #V5TzSbg4w5KOuTKNGoWGuutk1dAcS2BX { display:block; }
 }@media only screen and (max-width: 763px) { #IHOFEThtcZCHTI81lqQqH6481uB4AqLW { display:block; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #gJv57JTfqgirM2tE7Ua63eRTUm3g6ZT8 {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #Inwgzv79nPQ7o1h60FPIR4X0GGCVmNpJ {  }
 }@media only screen and (max-width: 763px) { #DgtxhPHTQaxRrdOA8fPxKu48T7Dfkoas { top:3.125rem;left:33.25rem;width:14.5rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM { display:block; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oy1s3IEA9A0zzTeZ13HJ1CNcbHgZJxCt { top:3.9375rem;left:3.7812519073486rem;width:40.1875rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZoyUlNesEKmbIsS43dFmbylpkqTnnu { display:block; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGIRKsrS38uLcSW6VrpFmwWMpSIoSy5s { top:23.125rem;left:0rem;width:25.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUAB4CNr8kfRGyce1M3tr2Iyrp25Zk5s { top:23.125rem;left:6.6875rem;width:25.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaR7LzBJZThTuVIWvytvanptCOK5bQ1y { top:23.125rem;left:6.6875rem;width:25.0625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDHBdTC46Zpz29a6pre7F47EwzCriEBL { top:26.9375rem;left:0rem;width:21.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2UdZyCZcRcNz5sWeuTWULTKVsnNilHf { top:35.9375rem;left:0rem;width:21.875rem;height:;font-size:0.9375rem;display:block; }#m2UdZyCZcRcNz5sWeuTWULTKVsnNilHf li:before{  }
 }@media only screen and (max-width: 763px) { #I2OoVEXs4pD25C1op9OxSr3Uie0RO2KO { top:26.9375rem;left:9.875rem;width:21.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ8FIrIEbbuLWLFB51FwITXylUNKJ9Dq { top:35.9375rem;left:9.875rem;width:21.875rem;height:;font-size:0.9375rem;display:block; }#RJ8FIrIEbbuLWLFB51FwITXylUNKJ9Dq li:before{  }
 }@media only screen and (max-width: 763px) { #Vl7x4MSgcC2HthSCeP42fgtIqpKqW1Zy { top:26.9375rem;left:25.75rem;width:21.875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8KiNigldHL1ihrgkTswaDKeb2p9FyvH { top:36.375rem;left:25.75rem;width:21.875rem;height:;font-size:0.9375rem;display:block; }#s8KiNigldHL1ihrgkTswaDKeb2p9FyvH li:before{  }
 }@media only screen and (max-width: 763px) { #xyE2CnfpTbe22qh4utWZaxBETDW8fQbN { top:0rem;left:0rem;width:19.5625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqC1epQToRxEaI8DLmo29m3S55zffuBL { top:0rem;left:8.3125rem;width:19.5rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEuiEZkrW22AktKI0M63oMSmQS89T72a { top:0rem;left:26.875rem;width:20.875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBHS5aIk6ckxN6UqrWIUCfrWleaT2kyy { top:23.1875rem;left:8rem;width:5.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMpTpoVWxusHRUnK2NQ80m5vI5oXOEsT { top:23.1875rem;left:25.451389312744rem;width:5.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9O3sdE2AMuOcL6PKk1EzQfLJKg184RZ { top:23.1875rem;left:40.625rem;width:7.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp { display:block; }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EX5LK5n5TTOPQRr0G7Zsyfen6o2Z4mBe { top:21.3125rem;left:0rem;width:28.75rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAnNT7MiGdfTdHDqt0ue5KTBaNH4FG7d { top:10.8125rem;left:0rem;width:28.8125rem;height:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LWX32AULce34CskcFc5ErZGH0eyE5O { top:14.125rem;left:7.1875019073488rem;width:16.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKbTdHelBDtSJA7MMmZ7WX0amyZyw6y1 { top:17.625rem;left:0rem;width:21.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzztMBvpWV0yilsErR9AbG0gfQtck8HV { top:7.1875rem;left:0rem;width:27.9375rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDcMeveEM6S9kLRXFOF37yXg5q2Iv5z { top:3.3125rem;left:15.6875rem;width:32.0625rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEokSrJe4Ue1Orcr8mH1tbHrcdTlQr4t { top:34rem;left:2.8113842010498rem;width:11.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdRw3736gasAldVtdIrgrdH8GRWqVv2 { display:block; }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDMKSVzMy5lZ3EFOvGfVcQbb6wqV6ZdN { top:3.125rem;left:0rem;width:47.75rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg { display:block; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOHlAOrwUytF0dd6aahNPPsLFtHFw1nn { top:10.125rem;left:0rem;width:34.0625rem;height:36rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSU7nKu8conWTemumf0boIIhKJstcD8q { top:10.6875rem;left:19rem;width:28.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSxVZ5htdBxdNgv6QL6svd1koOPcT8W8 { top:4.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW { display:block; }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSaTaG1MQJpg3PqzHgCM1MiMdVTT1epM { top:7.8125rem;left:0rem;width:30.0625rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg1bTfH74QQBFVXtuRUn9ByaOCPAAM6l { top:5rem;left:17.8125rem;width:29.9375rem;height:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOKTQfKQOSUP2vSlfVgWKsNFGZPSTtaz { top:15.125rem;left:16.5rem;width:31.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQVpbZDKHiyXPP9fFwXxkISqaxmCviSS { top:22.75rem;left:16.5rem;width:31.25rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF { display:block; }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaEKFBTQMoUOWcPdKs3p0mxu1AwnVCRJ { top:3.25rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze { display:block; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1IckkypFId4vELs1NUzZH74vSTemmkk { width:18.75rem;height:3.4375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMwE9npmvQLSQf7wd4lPwr7B6JwNhAzT { display:block; }
 }@media only screen and (max-width: 763px) { #sVGfpLvxlvuKbia3N5r4g0kEoXHe47LN { width:18.75rem;height:3.4375rem;top:5.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1bFOms9TXpCIrcHDL3qTPCnBCdWhUTc { display:block; }
 }@media only screen and (max-width: 763px) { #x8D8lOevET1cF1P1DNUKuRA2oQHGetkZ { top:1.3125rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhCONHq6raQDTF5Sy297G56RzIO1JJpI { top:1.3125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsiMOdEcefAPOLH36fR0lQi1nB9xWATy { display:block; }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaM2hCck07tZx7edHWcOxgvDyH1JuVRQ { top:4.5rem;left:0.40625rem;width:23.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9u3vdcRCpdL4JTOTGgRIUyVTnoz0KCa { top:14.4375rem;left:0rem;width:30.5625rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvpvyJCMNoiZ1K4Gf4BqUdL4K5HkvSzF { top:4.5rem;left:17.1875rem;width:30.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpoXUSOFhaBQpeVVFhqJg3DMPQgPPkCP { top:15rem;left:18.5rem;width:29.25rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS1EfeQETp8lZAvdh8p4vuUTfXBeEWgH { top:7rem;left:17.1875rem;width:30.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MccZuVHzDqevcFZLbgwka8Ja5Uoh0pZi { top:15rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MppK4uONveoOEJUSc6KuyE5APayZx6X8 { top:24.5625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFLMNox1UBhoPh0escvVWg8uziH7pyMR { width:24.0625rem;height:3.4375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfcB71OACt5NcASd4GlxTuoGRPRGWD4O { display:block; }
 }@media only screen and (max-width: 763px) { #TXWoS63AVcOHAU8TDVwpLtLG708W6WEh { display:block; }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHzh0HA3INwt7JzG7mNohBIMl1PztF6F { top:6.3125rem;left:0.71875190734863rem;width:46.3125rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8zQq88y9IbPBmDAsp9hr2oM2wOGNAuW { top:15.4375rem;left:17.3125rem;width:30.4375rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH78TKUs1Tn89cNUOkEAMKv2CSG5xqpu { top:27.1875rem;left:17.625rem;width:30.125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdIyrTmGVhq6xLdDFvs9KaehOE0onoQt { top:23.75rem;left:17.625rem;width:30.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTVqMsyuPZbaw7ZCKiMtCFhM8SVOgA5 { top:43.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4QLnW8a4cCwrCEUf4HOev3OpLPALiRe { top:40.25rem;left:0rem;width:32.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxZ1f7ybWvaeln03hw5IfDCx5VoqbwJ4 { top:49.3125rem;left:0rem;width:36.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHVtK2snC6dvxVblSuvULenurnOQLXsS { top:62.375rem;left:5.71875rem;width:36.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgWTsK7L4bbDXQ62h1psgQyx3bs0oA2K { top:58.4375rem;left:12.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDZTgtygs5CTJFpCPPJLmUUCbd702K9e { top:12.75rem;left:0rem;width:28.25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqvBow56zgVmmJ7BihsVTL1Nw54mOAqU { top:19.125rem;left:0rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpL3LVttFldJqaXyTA4htHpZ8aTXobiC { top:56.25rem;left:15.5625rem;width:17.5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glSpbFZkyAkfp8q9oXobdXC08e5CbpbI { top:57.1875rem;left:16.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKk7TZi9XkcPTdvPCR0KyHGHaItxr7KE { top:58.5625rem;left:18.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftbik8i05VrWIdimaMooQGXkXZp751MB { top:56.5625rem;left:20.6875rem;width:13.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS { display:block; }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWLx8fuHB9yaxITeViPsyRD3KNUxAVbe { top:6rem;left:9.7812519073488rem;width:33.6875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcW4y7sKJveQfKTzZDADfxVTZrQ62yyq { top:10.75rem;left:2.375rem;width:43rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiLSMRIWtphQmo3SlC3ZiyKTbE27QRed { top:6.375rem;left:22.53125rem;width:16.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw { display:block; }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyi4G8horVAcHXwxDtkCpT1mzxhiX00c { top:29.8125rem;left:0rem;width:31.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWy0W607ZIR02ZxeO404u2gwz7g5QgiT { top:33.625rem;left:0rem;width:31.25rem;height:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3w4draUz3KbGwMQ5JrE4i6ZKCqgaaEi { top:33.625rem;left:16.5rem;width:31.25rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF6LFpMvwcDhTJHDdEJx0Rp9ysV0earL { top:29.8125rem;left:16.5rem;width:31.25rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFDJUpSpTv8LC5LtrFzzAdbJEqWKCLAz { width:18.75rem;height:3.125rem;top:54.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz5rmsz1LaGgsBNwt0SBluvr7xqegq4z { display:block; }
 }@media only screen and (max-width: 763px) { #sVh8bPwAkNVW71RcGHTc5IiSKi58oPLz { width:18.75rem;height:3.125rem;top:54.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdtC5EVeeyU2lBPd8QntTrvuNZLVRf5C { display:block; }
 }@media only screen and (max-width: 763px) { #ikONAHmxqOw1LcWbKBTDy8rtTRAQmCa2 { top:0rem;left:0rem;width:28.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPiqSoH8xy8wd5t0sOlUo96t1uP1nNUZ { top:0rem;left:19.625rem;width:28.125rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdnzcCc0umVXtPC1bilV1QVTWSsr1xGM { top:29.875rem;left:34.250003814698rem;width:12.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry95fkJ3Tl61HbWg23y0ebRWvLpQgXpf { top:30.375rem;left:0rem;width:11.8125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 { display:block; }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXdkOcXgdovHhdiPVKMf6LWQKieBuOlF { top:3.8125rem;left:0rem;width:30.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZKd0weTsDCPoZGK9yFMb50psaEUMCWq { top:10.4375rem;left:0rem;width:35.3125rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUeEGSbRZvEWr3UAHBfana8nhaoVv2Xn { top:6.625rem;left:0rem;width:30.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4QWDvZW2STXcFkeM0TleZ5uTQmKCK0g { width:21.5rem;height:3.4375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1u2ltxospIFx0U4odsntIa7MTMnIf9k { display:block; }
 }@media only screen and (max-width: 763px) { #QCTuDchJQz5N2zAKw4S6ERLCXpb97zsJ { top:3.875rem;left:19.1875rem;width:28.5625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq { display:block; }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRDpW9vRgOa80SLT6Sv7a9JHl4xZtD8M { top:1.875rem;left:8.8125019073488rem;width:30.125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqSdy24pxiApJBuIUIzFnR09fH4RECMf { display:block; }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R240qaas99ktrwXlfEdbQMgabTovpEOx { top:8.125rem;left:7.0625rem;width:6.25rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1RSPDWJNPp1Tvs9KsKXDEt3Tctvt77 { top:8.1875rem;left:14.75rem;width:6.25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuJpozQTibDsX78hnZAMLqtSX4HtMsOX { top:8.3125rem;left:29.9375rem;width:8.5625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAQLJD1WwLxD8QtDp1ooRJ4MPMMcDgcl { top:3.0625rem;left:7.0625rem;width:14.125rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMkUHrdFBwaJ3dP5DefOMSbHeLcBnXvF { top:3.0625rem;left:27.6875rem;width:13rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT { display:block; }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m768gFRhrTMHwT66yHUG8A5Db36NEL0h { top:2.125rem;left:24.625rem;width:23.125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXslyVXiKg352WIB7C7n97AhXwMr8d4N { top:2.125rem;left:0rem;width:12.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxqxcks8v0i58GCRETalHKNCr1l9OVV { width:10.625rem;height:1.5625rem;top:2.1875rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEn60Ue91zg7sT7luBxgxEvo6Sqosx5h { display:block; }
 }@media only screen and (max-width: 763px) { #SntBQs9r4GGZXtsoVkgM6CbcU9ds2Wa3 { top:0.875rem;left:9.7851581573488rem;width:22.3125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nTxDokerSsluCTsdTB6xmTytnnuZgqK0 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container { background-color: transparent; background-image: none; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container > .video-iframe-container { display: none; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row > .video-iframe-container { display: none; }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .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); }#nTxDokerSsluCTsdTB6xmTytnnuZgqK0 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nV2xRFc9W4HJIvOgXgL6qxVckMknZuWK { width:6.0625rem;height:0.9375rem;top:1.6919643878937rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQEUNxheSGIBRTTGJXAcCXmyhwAAOzXV { display:flex;width:1.625rem;height:1.625rem;top:1.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #MQzXU30a0T9kvBu1kpvhMzIP84ArldVb { width:9.25rem;height:0.9748875rem;top:2.5625002384186rem;left:9.6250007748606rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0eg8naZf8tUxfgmXsn2moJ0W9h7lbJr { width:12.4375rem;height:3.3125rem;top:0.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU3vJBQfKx7hgeNpGGl5g0SIBTGr0slh { width:9.625rem;height:2.5rem;top:0.59375005960464rem;left:10.375000774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8xgUJJXt7C4LmE0MrwISoPdasb1hQP { width:4.6875rem;height:4.625rem;top:10.6986625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoVaf4TfrWXcUH9Li22IX4CPTZmOT2lr { width:20rem;height:0;top:5.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oc5bFCL9xXPgiSnee2UsOCiBkokANm78 { display:block; }#Oc5bFCL9xXPgiSnee2UsOCiBkokANm78 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c4c4b5da-ed11-4df7-acf3-1225c4f7b749/plataformaselevatoriasescadasacessibilidade.png");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7.adaptive-delivery-prevent-bg, #iJnqKZOImAOFloLehzkvG0DxZ2iTpob7.lazyload, #iJnqKZOImAOFloLehzkvG0DxZ2iTpob7.lazyloading { background-image: none; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row .container { background-color: transparent; background-image: none; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row .container > .video-iframe-container { display: none; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row > .video-iframe-container { display: none; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .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); }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row .container { border-width: 0; border-radius: 0; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJnqKZOImAOFloLehzkvG0DxZ2iTpob7 > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEUow8S4heXp3TA2bwVBrFqQUO3ZciUN { top:1.9732146263123rem;left:2.9375000596046rem;width:14.125rem;height:5.25rem;z-index:15000;color:rgba(var(--color-tertiary-2),1);font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uq3PIoyK650iniQWvxtefgEuayg7LNb0 { top:8.35044670105rem;left:2.5937500596046rem;width:14.8125rem;height:5.1986625rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6L7BWb4rmopvh34avHy8LOEROGr8s0n { top:13.799108505249rem;left:5.8125002980232rem;width:8.375rem;height:5.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RO46ymxBDtMiNynysxT8dpZVa5yn6hsS { top:33.781250119209rem;left:3.5625002980233rem;width:3.25rem;height:3.875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eKKXcAR0lIL3c7H8W9cu2258OD8k2nan { top:33.781250119209rem;left:8.3750007748606rem;width:3.25rem;height:3.875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iZUOrexRU68sah9vA5lSBlZPOcAf8MIA { width:4.5625rem;height:3.875rem;top:33.781250119209rem;left:12.879464924336rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ededed;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGodXL9b4OmaRUhkTAZcs7LoO84w5FVI { width:2.9375rem;height:2.5rem;top:36.186386108399rem;left:8.5312507748606rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT3eTpotxlUT3l909VOaz2PrVWEubebz { width:4.25rem;height:4.25rem;top:0.8125rem;left:13.6875rem;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #tiKLlKMRuJkuOdxeU7Tk1KVvICJw3kLm { width:20rem;height:auto;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #JrLMzQ6COkkgZcyLLGW7MvUVZUOzA2JA { width:20rem;height:auto;top:12.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #afaeaSrqAWGUQQVgTHPCFtTOyJyxK3UT { width:14.5rem;height:3.125rem;top:1.8124980926514rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02FLtvPzPh89spuxZFBmTxNnRAtpPti { display:block; }
 }@media only screen and (max-width: 763px) { #Je7Nzqc5gz5rP8OsIXE6apvM4fTA68fe { width:14.5rem;height:3.125rem;top:6.1875019073486rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hampnzTTwiHBtHPUkPa7wda3Sfsgosoa { display:block; }
 }@media only screen and (max-width: 763px) { #DG10RW0BhJphJasVZLb0rLEuQgBMWKIi { width:20rem;height:4rem;top:11.214286804199rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ev0stKxXsL93U3GB4NM9gorIcvagg7A4 { width:15.5rem;height:11.37276875rem;top:17.214286804199rem;left:2.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyhGN6BRcivxVailmXmCTnHDAuOztrN7 { width:5.125rem;height:5.125rem;top:38.625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp3gQ4zG8OlOsDx4QPLyfwRtJr7Orrdw { width:5.25rem;height:6.25rem;top:38.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFILf3pQkBVPV2NkEi087KzpXxJHisTQ { width:5.125rem;height:6.125rem;top:38.6875rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTpiqwnrhAWxvd4aQnNqnKfLJInXcmLH { width:20rem;height:2.75rem;top:29.936386108399rem;left:0rem;font-size:1.25rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #IphMgEQecTzNqftlP3GgT7lhrIJQD7PF { width:8.9375rem;height:5.9375rem;top:38.936383962631rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBV2DkLsVzo49pqArNhZwzDlpVLxLxif { display:block; }#CBV2DkLsVzo49pqArNhZwzDlpVLxLxif > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeio9KuepCqBX68ZlBeyQTQsftsZ6T7T { width:20rem;height:4.9486625rem;top:4.3158493041992rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #EwdsnJuVhskTI6kHWVVEDNvXq966rUQH { width:16.25rem;height:5.1986625rem;top:10.797433853149rem;left:1.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WlMiNAds4LsVkXnGXcHMkqdu8RViM5WN { width:6rem;height:1.875rem;top:7.4252243041994rem;left:7.0000002980231rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #lXVv5FR8QeTW5rdB5ACcxWpWxs0DV0dy { width:16.6875rem;height:6.09375rem;top:17.196430206299rem;left:1.6562500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MEbDpHmmJ5N6tGhD6UwCpbJTMRe8nIgU { width:20rem;height:12.125rem;top:63.62500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1;overflow:hidden; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:1;overflow:hidden; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-radio-label { font-size:0.9375rem;overflow:hidden;text-align:left;text-align-last:left; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-container:first-of-type{padding-top:0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .widget-container:last-of-type{padding-bottom:0;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w  { width:17.25rem;height:auto;top:25.375rem;left:0rem;z-index:14998; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w {display:block;}#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w { width:17.25rem;height:auto;top:25.375rem;left:0rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqHAZ8EdVaz3z4tHpvur23IbPe1K9OsR {  }
#DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqHAZ8EdVaz3z4tHpvur23IbPe1K9OsR .container-column{width:100%;} }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #UlIILlLcZQw8e2q03TCxkT5GE9bWaQnD { display:block; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #GflNONh3NnsKESRITbNTTpTXgShQL59B {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #NWR9f8VnbVrZeZKLOw2zDmy5mkFn58D2 {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #AcTl48zEGbl2G2sivSk6lwcTyTl5Gd0Z {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #ZgFL9VhwL1H8RZo8AXuzBgUanUQ28HFC {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #chG4Ty9ubP7kMqeEltupFkbZ5Ifdkaim {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #xQkifFOGvrNmReWEUPi1TREpXRtPoL5G {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #OB7TxZZNeOW5G1eyCfEFw3lFa3u3R8M6 {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #MHzqTVIZ51l13ESMRTOAboo7hSnmXl0W { display:block; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #TwCcJBVW7M5CGCcEAOnTCR9Jk8n32KBa {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #iurFwJ13fvuker6UTivWKQd6T6vyUAtK {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #TqnFIaaOuKck6kKlUUyg2CmOzuPsTsaV { display:block; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #pUsTsyJlWiUkPUn61759mf5KmXLVPy2T {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #sfmO57L985pkA2K1K5nQAZE733EHZNzd {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #WVMgePgwwfAMDO6en4nUJf4xdkxxst4D { display:block; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #mqJQ6yDnE5lB8Thq5zLxm4R1dfTI7nKf {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #XDBs9pne9044OwPcJ7Iu6sGkPQUqmaCN {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #uBrtszvT9McfvPmU6NyOg26ihdtaKTyd {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #oN4oCCEKhaebpJLvschxZTKSB3Pfz6hc {  }
 }@media only screen and (max-width: 763px) { #TiB3EuJZRbMTC9E9QaJ87bmzW4zGLZ9M { display:block; }
 }@media only screen and (max-width: 763px) { #Oop8JKdchru7SqZF4rN9U9Fyf6hhDsus { display:block; }
 }@media only screen and (max-width: 763px) { #B8G7A4O0OtrNqxJSv5g1qCTJ0Xh0pZGP { display:block; }
 }@media only screen and (max-width: 763px) { #N8G4ublEkblCbzFNWJKhPtEUMGXsvJUT { display:block; }
 }@media only screen and (max-width: 763px) { #f6rW8rnSwFWF3XEXgVg5eA8qJyrin32F { display:block; }
 }@media only screen and (max-width: 763px) { #Ffez3phr1SINiQCcBWBVTk8C5aHyP9kI { display:block; }
 }@media only screen and (max-width: 763px) { #z8qPMDgBuZrtDF4ghhQPkn3v2Hw45Pbi { display:block; }
 }@media only screen and (max-width: 763px) { #V5TzSbg4w5KOuTKNGoWGuutk1dAcS2BX { display:block; }
 }@media only screen and (max-width: 763px) { #IHOFEThtcZCHTI81lqQqH6481uB4AqLW { display:block; }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #gJv57JTfqgirM2tE7Ua63eRTUm3g6ZT8 {  }
 }@media only screen and (max-width: 763px) { #DnHpWFQwVyHlTKEIuDWfvTOTgDHG7F0w #Inwgzv79nPQ7o1h60FPIR4X0GGCVmNpJ {  }
 }@media only screen and (max-width: 763px) { #DgtxhPHTQaxRrdOA8fPxKu48T7Dfkoas { width:14.5rem;height:9.625rem;top:27.131943225861rem;left:2.7500000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM { display:block; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM { background-color: transparent; background-image: none; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container > .video-iframe-container { display: none; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row > .video-iframe-container { display: none; }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .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); }#y4cN0NIQBTt6PNm2QDTDhqqFBCX9lxJM > .row .container { width:20rem;height:7.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oy1s3IEA9A0zzTeZ13HJ1CNcbHgZJxCt { width:20rem;height:4.22433125rem;top:1.8426322937012rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCZoyUlNesEKmbIsS43dFmbylpkqTnnu { display:block; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu { background-color: transparent; background-image: none; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container > .video-iframe-container { display: none; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row > .video-iframe-container { display: none; }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .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); }#gCZoyUlNesEKmbIsS43dFmbylpkqTnnu > .row .container { width:20rem;height:129.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGIRKsrS38uLcSW6VrpFmwWMpSIoSy5s { width:20rem;height:1.7875rem;top:2.1102390289307rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUAB4CNr8kfRGyce1M3tr2Iyrp25Zk5s { width:20rem;height:1.7873875rem;top:89.06250190735rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RaR7LzBJZThTuVIWvytvanptCOK5bQ1y { width:20rem;height:1.7873875rem;top:44.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDHBdTC46Zpz29a6pre7F47EwzCriEBL { width:17.8125rem;height:9rem;top:25.10658454895rem;left:1.0937500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m2UdZyCZcRcNz5sWeuTWULTKVsnNilHf { width:17rem;height:4.03125rem;top:35.667972564698rem;left:1.0937500596046rem;font-size:0.9375rem;line-height:1.3;display:block; }#m2UdZyCZcRcNz5sWeuTWULTKVsnNilHf li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#m2UdZyCZcRcNz5sWeuTWULTKVsnNilHf li:before{  }
 }@media only screen and (max-width: 763px) { #I2OoVEXs4pD25C1op9OxSr3Uie0RO2KO { width:17.8125rem;height:6rem;top:68.0625rem;left:1.0937500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RJ8FIrIEbbuLWLFB51FwITXylUNKJ9Dq { width:18.75rem;height:6.71875rem;top:76.6250038147rem;left:0.62500005960463rem;font-size:0.9375rem;line-height:1.3;display:block; }#RJ8FIrIEbbuLWLFB51FwITXylUNKJ9Dq li:before{  }
 }@media only screen and (max-width: 763px) { #Vl7x4MSgcC2HthSCeP42fgtIqpKqW1Zy { width:17.8125rem;height:7.5rem;top:112.25000190735rem;left:1.0937500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s8KiNigldHL1ihrgkTswaDKeb2p9FyvH { width:18.75rem;height:4.28125rem;top:121.75rem;left:1.2500000596046rem;font-size:0.9375rem;line-height:1.3;display:block; }#s8KiNigldHL1ihrgkTswaDKeb2p9FyvH li:before{  }
 }@media only screen and (max-width: 763px) { #xyE2CnfpTbe22qh4utWZaxBETDW8fQbN { width:18.75rem;height:17.125rem;top:5.7154045104981rem;left:0.62500005960463rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZqC1epQToRxEaI8DLmo29m3S55zffuBL { width:18.5625rem;height:17.375rem;top:48.625rem;left:0.71875005960463rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nEuiEZkrW22AktKI0M63oMSmQS89T72a { width:18.0625rem;height:16.5rem;top:94.0625rem;left:0.96875005960463rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RBHS5aIk6ckxN6UqrWIUCfrWleaT2kyy { width:5.375rem;height:1.6875rem;top:2.1562414169311rem;left:11.625000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMpTpoVWxusHRUnK2NQ80m5vI5oXOEsT { width:5.6875rem;height:1.6875rem;top:44.237167358399rem;left:11.468750774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9O3sdE2AMuOcL6PKk1EzQfLJKg184RZ { width:7.125rem;height:1.6875rem;top:89.112171173094rem;left:11.816964924336rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp { display:block; }#sOqVBz0JPNHtf59fTwOpLncnCUW2zcbp > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EX5LK5n5TTOPQRr0G7Zsyfen6o2Z4mBe { width:17.75rem;height:16.5rem;top:13.436384797096rem;left:1.1250000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LAnNT7MiGdfTdHDqt0ue5KTBaNH4FG7d { width:20rem;height:5.39899375rem;top:7rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #S3LWX32AULce34CskcFc5ErZGH0eyE5O { width:10.875rem;height:1.5625rem;top:8.875rem;left:2rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #TKbTdHelBDtSJA7MMmZ7WX0amyZyw6y1 { width:13.5625rem;height:1.5625rem;top:11rem;left:3.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #HzztMBvpWV0yilsErR9AbG0gfQtck8HV { width:20rem;height:1.6875rem;top:3.8716521263123rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #uiDcMeveEM6S9kLRXFOF37yXg5q2Iv5z { width:20rem;height:40rem;top:32.479911804199rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEokSrJe4Ue1Orcr8mH1tbHrcdTlQr4t { width:11.75rem;height:11.5625rem;top:73.729919433594rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdRw3736gasAldVtdIrgrdH8GRWqVv2 { display:block; }#nbdRw3736gasAldVtdIrgrdH8GRWqVv2 > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDMKSVzMy5lZ3EFOvGfVcQbb6wqV6ZdN { width:20rem;height:32.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg { display:block; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg { background-color: transparent; background-image: none; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container > .video-iframe-container { display: none; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row > .video-iframe-container { display: none; }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .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); }#SUoodzy4sEpkAlZumAKRTcgcb7vZk7xg > .row .container { width:20rem;height:84.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOHlAOrwUytF0dd6aahNPPsLFtHFw1nn { width:18.8125rem;height:52.03125rem;top:30.123886108399rem;left:0.59375005960464rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CSU7nKu8conWTemumf0boIIhKJstcD8q { width:19rem;height:20.6875rem;top:8.0625009536744rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSxVZ5htdBxdNgv6QL6svd1koOPcT8W8 { width:20rem;height:3.59933125rem;top:2.3749961853027rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW { display:block; }#Aa21bf6QNTXURCRRZEpOqLtUshmdkOOW > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KSaTaG1MQJpg3PqzHgCM1MiMdVTT1epM { width:20rem;height:23.326403326403rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg1bTfH74QQBFVXtuRUn9ByaOCPAAM6l { width:20rem;height:5.39899375rem;top:25.825875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #LOKTQfKQOSUP2vSlfVgWKsNFGZPSTtaz { width:20rem;height:9rem;top:32.4743125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQVpbZDKHiyXPP9fFwXxkISqaxmCviSS { width:20rem;height:27rem;top:42.7243125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF { display:block; }#xeS1A3cmOrRC1iGv4gzwKBo1KQiqzQxF > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaEKFBTQMoUOWcPdKs3p0mxu1AwnVCRJ { width:20rem;height:1.7996625rem;top:3.5686664581299rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze { display:block; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze { background-color: transparent; background-image: none; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container > .video-iframe-container { display: none; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row > .video-iframe-container { display: none; }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .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); }#qaqJXteUuEdbTZT0zNvBa0WZi0mdCTze > .row .container { width:20rem;height:38rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1IckkypFId4vELs1NUzZH74vSTemmkk { width:15.625rem;height:3.4375rem;top:13.625rem;left:2.1875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMwE9npmvQLSQf7wd4lPwr7B6JwNhAzT { display:block; }
 }@media only screen and (max-width: 763px) { #sVGfpLvxlvuKbia3N5r4g0kEoXHe47LN { width:15.625rem;height:3.4375rem;top:31.660717487335rem;left:2.1875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1bFOms9TXpCIrcHDL3qTPCnBCdWhUTc { display:block; }
 }@media only screen and (max-width: 763px) { #x8D8lOevET1cF1P1DNUKuRA2oQHGetkZ { width:10.625rem;height:10.625rem;top:1.6875rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhCONHq6raQDTF5Sy297G56RzIO1JJpI { width:10.625rem;height:10.625rem;top:20.000000476837rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsiMOdEcefAPOLH36fR0lQi1nB9xWATy { display:block; }#dsiMOdEcefAPOLH36fR0lQi1nB9xWATy > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaM2hCck07tZx7edHWcOxgvDyH1JuVRQ { width:14.125rem;height:2.625rem;top:9.4375rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9u3vdcRCpdL4JTOTGgRIUyVTnoz0KCa { width:17.5rem;height:18.375rem;top:14.4375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MvpvyJCMNoiZ1K4Gf4BqUdL4K5HkvSzF { width:20rem;height:1.7873875rem;top:2rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpoXUSOFhaBQpeVVFhqJg3DMPQgPPkCP { width:17.5rem;height:25.5rem;top:41.061386108399rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IS1EfeQETp8lZAvdh8p4vuUTfXBeEWgH { width:18.3125rem;height:2.92410625rem;top:4.5rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MccZuVHzDqevcFZLbgwka8Ja5Uoh0pZi { display:flex;width:3.125rem;height:3.125rem;top:41.25rem;left:8.4375007748606rem;display:none; }
 }@media only screen and (max-width: 763px) { #MppK4uONveoOEJUSc6KuyE5APayZx6X8 { display:flex;width:3.125rem;height:3.125rem;top:77.6875038147rem;left:8.4375007748606rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFLMNox1UBhoPh0escvVWg8uziH7pyMR { width:15.8125rem;height:2.625rem;top:35.437500715256rem;left:2.0937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfcB71OACt5NcASd4GlxTuoGRPRGWD4O { display:block; }
 }@media only screen and (max-width: 763px) { #TXWoS63AVcOHAU8TDVwpLtLG708W6WEh { display:block; }#TXWoS63AVcOHAU8TDVwpLtLG708W6WEh > .row .container { width:20rem;height:103.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHzh0HA3INwt7JzG7mNohBIMl1PztF6F { width:15.5rem;height:4.5rem;top:3.7260417938233rem;left:2.2500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8zQq88y9IbPBmDAsp9hr2oM2wOGNAuW { width:17.5rem;height:8.3973125rem;top:30.832424163818rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AH78TKUs1Tn89cNUOkEAMKv2CSG5xqpu { width:18.125rem;height:11.1964375rem;top:45.9921875rem;left:0.93750005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BdIyrTmGVhq6xLdDFvs9KaehOE0onoQt { width:20rem;height:2.0625rem;top:41.672742843628rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrTVqMsyuPZbaw7ZCKiMtCFhM8SVOgA5 { width:17.9375rem;height:15.3950625rem;top:65.266493082044rem;left:1.0034722685814rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t4QLnW8a4cCwrCEUf4HOev3OpLPALiRe { width:16.75rem;height:3.15rem;top:60.208333253861rem;left:1.1250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wxZ1f7ybWvaeln03hw5IfDCx5VoqbwJ4 { width:20rem;height:3.15rem;top:85.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iHVtK2snC6dvxVblSuvULenurnOQLXsS { width:20rem;height:1.6875rem;top:94.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MgWTsK7L4bbDXQ62h1psgQyx3bs0oA2K { display:flex;width:2.1875rem;height:2.1875rem;top:91rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #xDZTgtygs5CTJFpCPPJLmUUCbd702K9e { width:18.75rem;height:18.75rem;top:9.6249771118162rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqvBow56zgVmmJ7BihsVTL1Nw54mOAqU { width:12.5rem;height:7.5rem;top:15.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpL3LVttFldJqaXyTA4htHpZ8aTXobiC { width:17.5rem;height:4.9375rem;top:97.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glSpbFZkyAkfp8q9oXobdXC08e5CbpbI { display:flex;width:3.125rem;height:3.125rem;top:98.3125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #WKk7TZi9XkcPTdvPCR0KyHGHaItxr7KE { width:12.5rem;height:0.9748875rem;top:99.6875rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftbik8i05VrWIdimaMooQGXkXZp751MB { width:13.125rem;height:4.3125rem;top:97.6875rem;left:6.3749961853025rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS { display:block; }#LpUfJnQlTPLLOQzQvevJxElQXQl7ndJS > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWLx8fuHB9yaxITeViPsyRD3KNUxAVbe { width:14.0625rem;height:3.8496125rem;top:4rem;left:3rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dcW4y7sKJveQfKTzZDADfxVTZrQ62yyq { width:17.5rem;height:14.0625rem;top:10.561631202697rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EiLSMRIWtphQmo3SlC3ZiyKTbE27QRed { width:9.5625rem;height:1.625rem;top:6.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw { display:block; }#Z327i2bUKwb39NAfwKhJSuqQMLHzW9tw > .row .container { width:20rem;height:113.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyi4G8horVAcHXwxDtkCpT1mzxhiX00c { width:20rem;height:1.949775rem;top:22.065971374512rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWy0W607ZIR02ZxeO404u2gwz7g5QgiT { width:17.5rem;height:25.3125rem;top:25.315124511719rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3w4draUz3KbGwMQ5JrE4i6ZKCqgaaEi { width:17.5rem;height:19.6875rem;top:84.1875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PF6LFpMvwcDhTJHDdEJx0Rp9ysV0earL { width:17.5625rem;height:1.949775rem;top:80.6875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFDJUpSpTv8LC5LtrFzzAdbJEqWKCLAz { width:15.3125rem;height:3.125rem;top:52.439727783203rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz5rmsz1LaGgsBNwt0SBluvr7xqegq4z { display:block; }
 }@media only screen and (max-width: 763px) { #sVh8bPwAkNVW71RcGHTc5IiSKi58oPLz { width:15.3125rem;height:3.125rem;top:106.4375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdtC5EVeeyU2lBPd8QntTrvuNZLVRf5C { display:block; }
 }@media only screen and (max-width: 763px) { #ikONAHmxqOw1LcWbKBTDy8rtTRAQmCa2 { width:18.75rem;height:17.4375rem;top:3.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPiqSoH8xy8wd5t0sOlUo96t1uP1nNUZ { width:18.75rem;height:17.5625rem;top:61.6875rem;left:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kdnzcCc0umVXtPC1bilV1QVTWSsr1xGM { width:9.375rem;height:1.375rem;top:80.9743347168rem;left:9.4107149243356rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry95fkJ3Tl61HbWg23y0ebRWvLpQgXpf { width:9.5rem;height:1.625rem;top:22.277778625488rem;left:1.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 { display:block; }#MDn4LQQHq8N2VbaM9evFCRF6RDLrR032 > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXdkOcXgdovHhdiPVKMf6LWQKieBuOlF { width:20rem;height:3rem;top:4.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZKd0weTsDCPoZGK9yFMb50psaEUMCWq { width:18.125rem;height:9.796875rem;top:11.25rem;left:0.93750005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NUeEGSbRZvEWr3UAHBfana8nhaoVv2Xn { width:20rem;height:1.6875rem;top:8.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4QWDvZW2STXcFkeM0TleZ5uTQmKCK0g { width:17.75rem;height:3.4375rem;top:24.223937988281rem;left:1.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1u2ltxospIFx0U4odsntIa7MTMnIf9k { display:block; }
 }@media only screen and (max-width: 763px) { #QCTuDchJQz5N2zAKw4S6ERLCXpb97zsJ { width:16.375rem;height:10.875rem;top:28.848957061767rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq { display:block; }#u38FEyb3T3UTmmqL5SILZ89P0qyp5eUq > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRDpW9vRgOa80SLT6Sv7a9JHl4xZtD8M { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqSdy24pxiApJBuIUIzFnR09fH4RECMf { display:block; }#fqSdy24pxiApJBuIUIzFnR09fH4RECMf > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R240qaas99ktrwXlfEdbQMgabTovpEOx { width:6.25rem;height:7.5625rem;top:7.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1RSPDWJNPp1Tvs9KsKXDEt3Tctvt77 { width:6.25rem;height:7.4375rem;top:7.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuJpozQTibDsX78hnZAMLqtSX4HtMsOX { width:8.0625rem;height:6.875rem;top:20.658895492554rem;left:5.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAQLJD1WwLxD8QtDp1ooRJ4MPMMcDgcl { width:14.125rem;height:2.4rem;top:4.0625rem;left:2.9375000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMkUHrdFBwaJ3dP5DefOMSbHeLcBnXvF { width:13rem;height:1.2rem;top:18.711807250976rem;left:3.5000000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT { display:block; }#ZV1zvbQCqyhh03iCwiBM9TWaONKnmmgT > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m768gFRhrTMHwT66yHUG8A5Db36NEL0h { width:20rem;height:1.2rem;top:3.6805534362793rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXslyVXiKg352WIB7C7n97AhXwMr8d4N { width:7.5rem;height:1.25rem;top:6.1875rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxqxcks8v0i58GCRETalHKNCr1l9OVV { width:10.625rem;height:2.1875rem;top:0.9375rem;left:4.6875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEn60Ue91zg7sT7luBxgxEvo6Sqosx5h { display:block; }
 }@media only screen and (max-width: 763px) { #SntBQs9r4GGZXtsoVkgM6CbcU9ds2Wa3 { width:20rem;height:7rem;top:0rem;left:0rem;display:block; }
 }