.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:234,238,237;--color-primary-1:184,197,195;--color-primary-2:113,139,135;--color-primary-3:57,70,68;--color-primary-4:17,21,20;--color-secondary-0:255,233,217;--color-secondary-1:255,182,128;--color-secondary-2:255,108,0;--color-secondary-3:128,54,0;--color-secondary-4:38,16,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { 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;z-index:auto;display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { background-color: transparent; background-image: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container > .video-iframe-container { display: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container { display: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .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); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { border-width: 0; border-radius: 0; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#rcixISTmHxiM6pxgudWH6OE2Jep5U8d5 { 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-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:49.9375rem;display:block; }
#Zt6g35I7t0isSvCUWCwo4n5qLIdXksVF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l41NiTfXe2RGbWOfeIyGxkkoKTO1vwG4 { 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-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:63.625rem;display:block; }
#vRZza6lW2S8LTZwSa0iAbhhsed7ilaAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqTJe6enJfhU6MREgR5KrUC54iG4K01S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.875rem;top:0.65625rem;left:0rem;overflow:hidden;display:block; }
#i6fvyyAPJ9BXKealSetCxwrX23O8d9gP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.3125rem;left:47.8125rem; }
#zsJrGD9KGPtyCRpRndvdUrsZCX7FnX7c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.25rem;left:61.3125rem; }
#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:7.125rem;left:0rem;height:9rem;font-style:normal;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:20.625rem;left:0rem;height:9.972625rem;font-style:normal;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.775001525879rem;left:0.9375rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { position:absolute;display:block;z-index:15012;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:28.9375rem;top:33.375rem;left:1.875rem;display:block; }
#DIRmNBMFaDSibK2VQa2e7LaIrx3KGAD3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { background-color: transparent; background-image: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .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); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { border-width: 0; border-radius: 0; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;position:relative;display:block; }#Afv509o8iIT6P454O3PtGm1csnMwc0ec { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:15.6875rem;top:21.25rem;left:59.3125rem;overflow:hidden;display:none; }
#xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18rem;top:3.40625rem;left:51.40625rem;overflow:hidden;display:none; }
#F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:15.9375rem;top:15.3125rem;left:51.40625rem;overflow:hidden;display:none; }
#lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:15.5rem;top:8.5rem;left:51.1875rem;overflow:hidden;display:none; }
#ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.875rem;top:6.75rem;left:53.25rem;overflow:hidden;display:none; }
#X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:13.75rem;top:6.6875rem;left:52.0625rem;overflow:hidden;display:none; }
#hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:14.1875rem;top:8.75rem;left:53.353515625rem;overflow:hidden;display:none; }
#txSs34wLnIBW3vyr4ytpghGv1gLtrSee { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:12.25rem;top:5.90625rem;left:55.5rem;overflow:hidden;display:none; }
#TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:5.5625rem;left:0rem;height:8.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.3125rem;left:14.90625rem;height:2.25rem;font-style:normal;display:none; }
#ePyGOd1DWO0cnrHWy7q2IUyJpEmKaATG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:51.8125rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.3125rem;left:11.59375rem;display:none; }
#l6VALqqc6Lck6vmu2yLvxiPRpASF6d1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRVEZMbGZn78SIg3Toaq1eiTzmoUCrME { position:absolute;display:block;z-index:15013;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:53.875rem;top:20.9375rem;left:12rem;display:none; }
#S1lvXDy4W6gm6nZd6iOyFALlD78brBqJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0.0625rem;height:5.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C3ABFuxqhxhPQKqZL4JI7pdb8mehK91R { position:absolute;display:block;z-index:15036;height:41.6875rem;width:75rem;top:15.9375rem;left:0rem;display:block; }
#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { background-color: transparent; background-image: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container > .video-iframe-container { display: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container { display: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .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); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { border-width: 0; border-radius: 0; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:0.125rem;top:5.1875rem;left:25.0625rem;display:block; }
#UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { 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:15027;line-height:1.3;letter-spacing:0;top:10.5625rem;left:4.625rem;height:1.3rem;display:block; }
#xz81Xveup3Z6ufyaivQia4NDwXL3Nick { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:12.6875rem;left:4.625rem;height:1.3rem;display:block; }
#nENitiBL8NehottQDkotZxAF1xNIMuNW { 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:15028;line-height:1.3;letter-spacing:0;top:10.5625rem;left:29.5rem;height:1.3rem;display:block; }
#JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.8125rem;left:29.5rem;height:1.3rem;display:block; }
#BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { 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:15029;line-height:1.3;letter-spacing:0;top:10.5625rem;left:58.75rem;height:1.3rem;display:block; }
#TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12.875rem;left:56.812500953674rem;height:1.3rem;display:block; }
#srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:6.125rem;left:4.25rem;height:4.500175rem;font-style:normal;display:block; }
#i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:6.125rem;left:29.5rem;height:4.500175rem;font-style:normal;display:block; }
#krzBPeuXRTThkXJGln9EyMDPezhwuLXr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:6.125rem;left:58.75rem;height:4.500175rem;font-style:normal;display:block; }
#c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:0.125rem;top:5.1875rem;left:51.75rem;display:block; }
#VOw19vuQAqp7LM18taV8tRgxaAPiwLr7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:69.25rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:21.087501525879rem;left:2.875rem;display:block; }
#g1hsLdSXRKQacUtsmJerDc7KLspDvx45 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:0.125rem;top:1.1875rem;left:25.0625rem;display:none; }
#LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:0.125rem;top:1.1875rem;left:25.0625rem;display:none; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#iWUUovODnlLVdQmqDphuHVys3HkxJFkn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:15.6875rem;top:21.25rem;left:59.3125rem;overflow:hidden;display:none; }
#ARs3PQq6kCqI22g48gQfpyBInfkDJtop { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18rem;top:3.40625rem;left:51.40625rem;overflow:hidden;display:none; }
#TfkbUa2grMoBSDyxzRsv2HUp5NTxN8fT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:15.9375rem;top:15.3125rem;left:51.40625rem;overflow:hidden;display:none; }
#yyERxSMRH69gRpbRkWU1PHtgMbEFRqEV { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:2.3125rem;left:4.5rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AesHGk2MqoAyCTonM9Nb1m8P5WVmU8Rq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:15.5rem;top:8.5rem;left:51.1875rem;overflow:hidden;display:none; }
#LsQiBpKgQWlpf1GnqoTdClgBKzlWRTaO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.875rem;top:6.75rem;left:53.25rem;overflow:hidden;display:none; }
#IvIJm1zSQ6Cz09GuARDpTypPDog6ilf5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:13.75rem;top:6.6875rem;left:52.0625rem;overflow:hidden;display:none; }
#AXxmBavCT885730pZvRmLv4U4yXg2tyi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:14.1875rem;top:8.75rem;left:53.353515625rem;overflow:hidden;display:none; }
#HX3u2ilD1TFcVb7KCg8CyJtUz6TK2EJP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:12.25rem;top:5.90625rem;left:55.5rem;overflow:hidden;display:none; }
#efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:6.75rem;left:-0.0625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#oScg6Gkn38JEADdt4FpHDwS2sQMw5cOT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:49.8125rem;left:41.25rem;height:4.5rem;font-style:normal;display:none; }
#fDW55Zf3Ebx9GtSHZgaHBL9woCaVTEDm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:6.75rem;left:-0.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#TrBCtAS53x1RD7X7eHzWHMvGmdWx1R2n { position:absolute;display:block;z-index:15037;height:45.9375rem;width:75rem;top:15.625rem;left:0rem;display:block; }
#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 { 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; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { background-color: transparent; background-image: none; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container > .video-iframe-container { display: none; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row > .video-iframe-container { display: none; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .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); }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { border-width: 0; border-radius: 0; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:block; }#DVRTWMNhVl0a3AK161Ng3z886OJadGsa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:62.875rem;height:3.875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:36.375rem;left:6.0617189407349rem;display:block; }
#TUmIp84inJtIBhBTKsXoRPazLeCpIldO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8GglN3wkWWleZrLnGEapwuONeCdUhGs { position:absolute;display:block;z-index:15021;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:36.375rem;left:18.875rem;display:block; }
#vXQ7dgPDzofzzOkK0hud3yslRmEU2L17 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:31.875rem;left:2.34375rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4T2xl0RcNorh4ns9Zx0Fmzensnsnz8T { color:rgba(var(--color-tertiary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:31.875rem;left:22.061718940735rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCXJCqHmJvPdBefVMFULelFSFzhdEQcs { color:rgba(var(--color-tertiary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:31.875rem;left:40.937500953674rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#St5Bxw7QM3nE1DyvzTXnSq5PpbCFmvHt { color:rgba(var(--color-tertiary-3),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:31.875rem;left:62.093750953674rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFwIgXxGqSDqdJLCkiKk82yGRLUVs4sc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:14.6875rem;left:19.1875rem;overflow:hidden;display:block; }
#vrpATkrHFSDG0BXnfsn9f0xtaQ5fT3L3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:14.6875rem;left:0rem;overflow:hidden;display:block; }
#pa8LNIi5TGi4ukgAZq05erepSG3QhWsF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:14.6875rem;left:38.625rem;overflow:hidden;display:block; }
#bfTv41IaPDvprCZDgSihKydV7DqUJPPo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:16.1875rem;top:14.6875rem;left:58.8125rem;overflow:hidden;display:block; }
#oyxsm8RvTq1Hi0E0EoTOHt65zfQFcdEN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:51.8125rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.3125rem;left:11.59375rem;display:none; }
#AGdHxMuJ3gxClTgfz5aVXna916GOQwrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kP6SIT7Tc65RghbOx8otofDRzTAq3TaE { position:absolute;display:block;z-index:15013;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:53.875rem;top:20.9375rem;left:12rem;display:none; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { 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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:76.3125rem;width:75rem;position:relative;display:block; }#XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:34.3125rem;left:41.25rem;display:block; }
#ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:29.75rem;left:41.250000953674rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:9.763671875rem;left:41.25rem;height:17.847625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e518178c-e75a-41ff-88e7-af7b9243089d/projekt1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:37.5rem;top:3.0625rem;left:0rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:0.6875rem;left:41.25rem;height:6.75rem;font-style:normal;display:block; }
#B46UbnAxqzqLCTK6lEd4Xbitf2TWawxS { color:rgba(var(--color-primary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:63.1875rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vEU2eTThu5e1ngZOMJQfFHd9HZ5v0R6N { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:48.9375rem;left:0rem;height:11.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ln7to8iOTqoTAgNDuV9omptqWgCAtLxy { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/b9096ed2-ac55-4e55-b54f-f2177a67ccb9/qbooar2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:37.5rem;top:41.8125rem;left:37.5rem;display:block; }#ln7to8iOTqoTAgNDuV9omptqWgCAtLxy.adaptive-delivery-prevent-bg, #ln7to8iOTqoTAgNDuV9omptqWgCAtLxy.lazyload, #ln7to8iOTqoTAgNDuV9omptqWgCAtLxy.lazyloading { background-image: none; }
#w1hl4dpR3DpMyQ1Jee7qRy54N5qDht0H { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:41.8125rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#xyXwOvN8hbyzac3XqRKoIeen6CaWz5ET { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:69.125rem;left:0.125rem;display:block; }
#CmeTRcGOwluFTJRWyGPSHJlEb5M2ZGeN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwIxliDN0VLwwycJxdLBVW2KNRwHkBiE { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:12.21337890625rem;left:41.25rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bQutWEB9G63LzV8LcSKBhfHyPHnnSoS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:3.86328125rem;left:2.375rem;height:11.0229375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SrCbkg6RyJuS7z46rk81MH5F7UK2N8i2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:1.5009765625rem;left:40.5625rem;height:15.7470625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TZrp2CWNcJogLKFUl5K4WopxzItasadB { position:relative;display:block; }#TZrp2CWNcJogLKFUl5K4WopxzItasadB { background-color: transparent; background-image: none; }#TZrp2CWNcJogLKFUl5K4WopxzItasadB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .row .container > .video-iframe-container { display: none; }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .row > .video-iframe-container { display: none; }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .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); }#TZrp2CWNcJogLKFUl5K4WopxzItasadB { border-width: 0; border-radius: 0; }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .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; }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .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:61.4375rem;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; }#CxGXGfUbm40iJdeex0awLdGtUl1ya0gv { position:absolute;display:block;z-index:15000;height:50rem;width:75rem;top:11.4375rem;left:0rem;display:block; }
#Ro6xmXxnkqTg2PvOcNnCwhZCryighATJ { position:absolute;display:block;z-index:15001;height:50rem;width:75rem;top:1.6246452331543rem;left:0rem;display:none; }
#ku1bcUqGZyOQKbkMAH1DRfIehRFbzQo9 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:0.6875rem;left:4.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8TqWuMeiHPLyrodQPeZKIJhyEtmiDQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#iI6Hlz5LOtL4QqrlAstDhB5F1emxJKFI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:41.8125rem;left:0rem;height:4.5rem;font-style:normal;display:none; }
#QAwtsC1ogpNkT2ykw5Cp7mzbd31NvPbk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:3.86328125rem;left:2.375rem;height:11.0229375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yUBWOur5VuiufZNxRdRunyqz2h20sK6u { position:relative;display:none; }#yUBWOur5VuiufZNxRdRunyqz2h20sK6u { border-width: 0; border-radius: 0; }#yUBWOur5VuiufZNxRdRunyqz2h20sK6u > .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; }#yUBWOur5VuiufZNxRdRunyqz2h20sK6u > .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:49.0625rem;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; }#CZcQhx1sz5mBWFXnyhLCSfGAClGSZbXJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:54.4375rem;top:13.8125rem;left:10.21875rem;overflow:hidden;display:block; }
#IFNXdhSkbiyietmtTbwpfDRNt1HmQkSg { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:2.375rem;left:4.40625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkRoNoLOllIHwiupQS7kLfSdQJnMVPZk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#I9dzFoAyF4F6nMsJv7ybr6bIT6ZrgVKm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:7.25rem;left:16.875rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#M8WLpAJbZQAdAclqSstiyUfKKk7zvaa8 { 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:1.25rem;top:1.5625rem;left:2.5rem;display:none; }
#JAFa6IpDl1yxqIrW7M81KsRvnHnNcJSP { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:41.8125rem;left:0rem;height:4.5rem;font-style:normal;display:none; }
#qgXRuz46aoC0Sne9mS7yKR6EFyILDHC9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:3.86328125rem;left:2.375rem;height:11.0229375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { 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; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { background-color: transparent; background-image: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { display: none; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .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); }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { border-width: 0; border-radius: 0; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;position:relative;display:block; }#Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.1230625rem;top:15.125rem;left:25.4375rem;display:none; }
#Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f1661276-df53-4001-8afa-6607c5c9880d/photo4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.1235625rem;top:15.125rem;left:25.4375rem;display:none; }#Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.adaptive-delivery-prevent-bg, #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.lazyload, #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u.lazyloading { background-image: none; }
#ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:24.1875rem;top:15.125rem;left:50.8125rem;display:none; }
#wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e298feb2-eee0-4f0c-9dcc-71f52c17c31c/photo5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.1235625rem;top:15.1875rem;left:50.8125rem;display:none; }#wTSAaZBvtCADJdnJbAV37na9rNawNZ64.adaptive-delivery-prevent-bg, #wTSAaZBvtCADJdnJbAV37na9rNawNZ64.lazyload, #wTSAaZBvtCADJdnJbAV37na9rNawNZ64.lazyloading { background-image: none; }
#G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.08)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.08), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.1230625rem;top:15.125rem;left:0rem;display:none; }
#yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/65f4e552-aaf6-4f83-8fe5-e69d6582e923/photo3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:24.1235625rem;top:15.125rem;left:0rem;display:none; }#yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.adaptive-delivery-prevent-bg, #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.lazyload, #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu.lazyloading { background-image: none; }
#hVAPI2Nv6KAcaxhJlZUSQ8b1n3inAe0f { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JgUHLXRf4FdXMWPIVRgQ5IGxqyRhbSeV { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.4560546875rem;left:0rem;height:4.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h0lW4dpGC0uT1DpCmIW7TcKxRbrquxnU { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#v3cuei0rMKf4uiXyX0GTN5AIU8LdJvtU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.6875rem;left:25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VMndHxoCBM3PeMvewoL9UPwFxKcfR6QE { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:25rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GB6czgVC14Hq9wwVBbQoEfPZaFzQvwTP { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#N3EJ52xr58cR7GEsiusW4nv1NTEr4RXK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:51.8125rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.3125rem;left:11.59375rem;display:none; }
#r1vCvR1a3nicH4Vk4appqESE0EIqlMVr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRzb29JZ6gMNBhsTXsTLekHETirPK8Xz { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36.0625rem;top:3.375rem;left:0rem;display:none; }
#MKpkUFSQTZhKikoGti8W95Ulc4pz724E { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36.0625rem;top:3.375rem;left:38.9375rem;display:none; }
#OrrIiRsJWTIFyPr5SHBieyvth6i7mtEv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:7.51953125rem;left:0rem;height:3.91875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IpVEoQ40lCqatIVKQnwVzPLyJRPZpFAC { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:3.625rem;left:14.9375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoqsiraL82BzbmPW05q40pnJGOQzxdwe { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:18.5rem;top:17.16796875rem;left:1.75rem;overflow:hidden;display:block; }
#u1wEhmoc8myiE9JIff5Q1kHEObdC87Xp { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.5rem;top:17.41796875rem;left:28.25rem;overflow:hidden;display:block; }
#Ma51DikHtmmhC2mB7lF3hB2wDZA10uQ5 { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:18.5rem;top:17.16796875rem;left:54.84375rem;overflow:hidden;display:block; }
#aVSe8cE6p5LQvVXOcOI4fmvLB5B9ADst { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:29.6875rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QhTe6RibF9Fuoz3PVRTmuiOx5Q0vNw7x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:30.4375rem;left:32.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BGM81pg5MExxLGNXoNUM9ZiE0BC8Nkl1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.4375rem;left:58rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omlTXCdU8AA4UST1vWw6PHZwHfVHleTn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:33.3125rem;left:1.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#p46VbwTzscTS6kwF4vBysIKbHMRdM1Ml { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:34.125rem;left:28.625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#GwAsGVVDpDMwdPww5zCrFxON56bbTeu7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:34.125rem;left:54.1875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#CySvhbhzeerCbnOaa0zQxCTUNLKNH7EP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:20.1875rem;height:2.375rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:37.625rem;left:0.9375rem;display:block; }
#NFAPtZy5WalRVSQxavD82foL8lBKm5oI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q58xgLZqvZKomKTd2QevzlpheGys6WDw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:20.1875rem;height:2.375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:38.512512207031rem;left:27.406250953674rem;display:block; }
#nFHtAkuvXbExs5X4XH5MyKme0qwhtBBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ob2Vc3G8ZDumnMxlHyNB51VDAOzN6yTy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:20.1875rem;height:2.4375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:38.43115234375rem;left:53.75rem;display:block; }
#hJAJAtt3w8WdqzfMZxGBplKJLFXUWIRz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZtQAcN0xUBRIKXwD6ygKHBoxnTDMZcK { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50.5rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tuQ2pqOfgqmG2BSZJ3i5sqA7SOQOtPMg { box-sizing:content-box;height:4.25rem;width:75rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.91796875rem;left:0rem;display:block; }
#pxzNOQFBwLFxSCUUqAlq6KUVFqAaObG3 { position:absolute;display:block;z-index:15014;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:66.3125rem;left:0.375rem;display:none; }
#CytEVMLXbpgtzP1wg8CTGIghHsTQhgXy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:20.0625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:66rem;left:0rem;display:none; }
#qEFXQCBRQWJ3rAKOWk35DxU7cmqfGmrt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oaa1WkJAoLf5ctzbWAtGHQBZZ5A014lp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:20.0625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:66rem;left:0rem;display:none; }
#R4PpBWK475R9y2GtyXLHpUgvKBLTt89s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CmXBglGVtDDRU9HFIsFkiWqsykkgB8HE { position:absolute;display:block;z-index:15014;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:66.3125rem;left:0.375rem;display:none; }
#X0CmduMidRGVHZ9GoQ1Q6tWVJapaVodg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:20.0625rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:66rem;left:0rem;display:none; }
#zTQtTT6r9UxoK8trX0TDG9XghZnBNce9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AsS8w8TdQKts8ZQlSOPam1ISr1h99ODW { position:absolute;display:block;z-index:15014;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:20.0625rem;top:66.3125rem;left:0.375rem;display:none; }
#s9415wxKVw5ADWuXVeZnNyHlKsLcRTPf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:7.51953125rem;left:0rem;height:3.91845625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { position:relative;display:block; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { background-color: transparent; background-image: none; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container > .video-iframe-container { display: none; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row > .video-iframe-container { display: none; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .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); }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { border-width: 0; border-radius: 0; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .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; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .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:35.3125rem;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; }#ilnzR8pJHTu2TL86cDJQB4kgvTwu1w8b { position:absolute;display:block;z-index:15001;height:21.75rem;width:75rem;top:1.03125rem;left:0.0625rem;display:block; }
#xeWKGaAf3FkIJ7X5TJiKtA0xlSpZCaBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:32.1875rem;left:0rem;height:4.72411875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s345ikE0ZlE8USSizv2VFXfoIPAU0mSw { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:28.0625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9akQBEhvrWxT1pDygOLoqfg04z7izIz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:32.1875rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { 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; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { background-color: transparent; background-image: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { display: none; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .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); }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { border-width: 0; border-radius: 0; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:2.5rem;left:29.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:30.1875rem;left:5rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L01IiyveCRnoZm1xSRA93NWrSK7Zg3lb { position:absolute;display:block;z-index:15015;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:6.3125rem;left:18rem;display:none; }
#UGIQpWGTfrM72c8JAxXbkpthOGeJ6JtU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:40.375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:7.125rem;left:17.125rem;display:none; }
#DSFElgxzP6WTF9h3xhCyVQm1z4W9z0S2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pESTdnQrJ8RTqwysxTNp86yl68Cfe3SZ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.0625rem;width:36.125rem;top:39.375rem;left:0rem;display:none; }
#b6DCeIaxa3i2K1FdMweyUbWl4AgJ25Tn { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:15.8125rem;left:12.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#b8tKLrTaStcx2mEzESWfZrHJ4oGbnIRm { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#XsQciL97XgA6JXLhydz4pEQXOemLhga7 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.4375rem;width:73.75rem;top:6.4375rem;left:0rem;display:block; }
#ASVRbh6N4ZrGANOyWBo3kwVWf6Xfg6fv { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GNIexDafisTsI8dZ1CtNdEzdkgvCl31n { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:120.125rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:none; }
#P1TgKiFqf5cgaZRARKMcpykP5CtNZ8Kz { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36.0625rem;top:3.375rem;left:0rem;display:none; }
#mRT9T5CGkd2uqilRwIBNl82EXOQ1EoGy { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:4.83154296875rem;left:0rem;height:4.38720625rem;text-align:left;text-align-last:left;display:none; }
#VhUiqnHbbTbDp3WrUSlMMksiPLeLf1Om { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:40.375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:7.125rem;left:17.125rem;display:none; }
#HzkEyWsXN8m61go1RxxQvTvFTkhQm8Xv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaXp2lyLfXXiMMxGXZqI18tatsGTecSS { position:absolute;display:block;z-index:15015;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:6.3125rem;left:18rem;display:none; }
#cxQJwdvuHZyW0T5g1ldkfTaSzMLisLI8 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { 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; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:0.875rem;font-family:arial;height:186rem;width:75rem;position:relative;display:block; }#CKUd4zIu41gAhSzciqpMJg1U6Nz06v8u { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:0.5rem;display:block; }
#GXy4THodusq8b5U4QvGfzFGGz1E7ccQe { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:11.1875rem;display:block; }
#dHKUUTnVoJytb3ZsQsgrRfLlJKi07Hz6 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.4375rem;width:73.75rem;top:75.9375rem;left:0rem;display:block; }
#VmQ35K2dCgV6lqONKEdzTBuAZBXa0T2q { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.4375rem;width:73.75rem;top:134.625rem;left:0rem;display:block; }
#SiUAk4oCbe4l1aqi8Ju9aWvgGatM4l85 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:130.4375rem;left:30.9375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IKoWk9QmXgUU74AWnqAzqSvWWunE0pdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:71.5625rem;left:32.000000953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:0rem;display:block; }
#DnGFOdycyNRvDghNhJQqpz8FCwly7hec { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:11.75rem;display:block; }
#DmeFHZELRm9mAfZLxVcRqVSJfNb4fu4S { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.4375rem;width:73.75rem;top:18.974609375rem;left:0rem;display:block; }
#B2WlhXnzZAecIC052KD5zP9bB5vWOe6H { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:0rem;display:block; }
#WCETdWX3b7AN1xxTSEHRNybtGx0hJaFN { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:11.75rem;display:block; }
#ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.8125rem;left:31.21875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vv48eddp0x4e6uPupXT956q30VF0TiVu { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:36rem;display:block; }
#VKhO7h5W4msxikLNPgoQoxsQlUuRyRBh { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:47.75rem;display:block; }
#ypRPfuDDqrEa9HKtIeHDK7qQMVb2wGbz { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:41.375rem;display:block; }
#QaksxPF5cfAKTR4DSf8Okpe6b1CiI5FA { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:11.6875rem;left:50.625rem;display:block; }
#TzpGr6TeBxi31acXgsp7vXktmWpZiUaE { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:36rem;display:block; }
#QhOJanJrJ2IpaantfvBAxOFTSoB9Igdz { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:47.75rem;display:block; }
#O1Tw3qzyC3pG2uTZ4wMkakBSAk5vQobd { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:69rem;left:50.625rem;display:block; }
#HTSTPCuinuLIWNTJbAgaJMCwsGP0QCye { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:35.5625rem;display:block; }
#gsT0TeSRvrL5cKI0EP7KekhTf7kshLwr { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:46.25rem;display:block; }
#kQVvcTcGWkPRXAVm0LSdNih1Aib7sN3N { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:24.375rem;top:127.25rem;left:50.1875rem;display:block; }
#BCTa1by7y9dWtJT0X1RkwUdHThCXlKii { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:4.83154296875rem;left:0rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#dakQ8SCCR0i7sLLzF3qXM3prUamHVF4F { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:20.1875rem;height:2.375rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:5.8375129699707rem;left:54.812500953674rem;display:block; }
#GA7BSxi9S5vb8uW7HlRiMtLFJWlMvThu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJVz3iUkewEg2WdUdzAe0uAbaxdGhRZw { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:62.212890625rem;left:21.8125rem;height:4.3875rem;text-align:right;text-align-last:right;display:block; }
#hcCyzimf8sAszxcwcnVEG6QJZ5Zv2bZk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:20.1875rem;height:2.375rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:63.21875rem;left:0rem;display:block; }
#GUC9Nw3ZyKVTDrZs1WQawV5cTMPDbdl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqGA8GBokvGgm89UrORkOGk0RzmV8VJk { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:120.125rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;display:block; }
#MFnrcTIFW4yzLulgyWCVTtxz8GHStouu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:20.1875rem;height:2.375rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:121.8623046875rem;left:54.8125rem;display:block; }
#bpBpMhGdAi9geIVTRTyqq6EODvC26OmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CrfTSdbNMEJDItzszGbDNZX6VIQrHt3g { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:179.6875rem;left:21.8125rem;height:4.38720625rem;text-align:right;text-align-last:right;display:block; }
#phFKpLRlWx5yzi1xkTPgF3T5SUsoWSru { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:20.1875rem;height:2.375rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:180.693359375rem;left:0rem;display:block; }
#rWKxZaOnRZTa8y2gIe2UhorT3ZeNqK9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PEPWF4n0XOIPahVUi00lGGMBCwMhkWOF { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.125rem;width:36.0625rem;top:3.375rem;left:38.9375rem;display:none; }
#U2VTQHyex909FIoTo7Ioh0FUwy27ARFl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:40.375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:7.125rem;left:17.125rem;display:none; }
#PuJmBfANlM1iErvu8wAgP7N8GLHtcuoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOclH7LxthzIldQg0OPw7sH2OkGwJqli { position:absolute;display:block;z-index:15015;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:6.3125rem;left:18rem;display:none; }
#TI93MtRXoOpTU9QapHh5Lp8fo0IzeB57 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:15.8125rem;left:12.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rpC9TBZP57CCezvzBTnN9RcJagSV4DPG { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#BVacAc01okSzMOvHbRQaE4qoIfrQEF0T { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:40.375rem;height:3.4375rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:7.125rem;left:17.125rem;display:none; }
#GlH57GZpbXH7MHuGWZXNIviCgfy9PLWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXOqJODnVvu84pBcsTk6kcV4zRqEvCWz { position:absolute;display:block;z-index:15015;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:39.9375rem;top:6.3125rem;left:18rem;display:none; }
#VgJEW2yQpVW9NCTkp7MCB9NDHXvRlJ6p { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:24.1235625rem;top:21.625rem;left:25rem;display:none; }
#yryrxhQRxTo2ZAlUh12peGyIilcewdyS { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:62.212890625rem;left:21.8125rem;height:4.38720625rem;text-align:right;text-align-last:right;display:none; }
#CRmLGGLJxDJXwsoKBLRNHvXDGvqnfTv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:179.6875rem;left:21.8125rem;height:2.92480625rem;text-align:right;text-align-last:right;display:none; }
#w5prTwZDfLt7OoVSM2vx0SDrkveIoq8O { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:149.875rem;left:54.099999427796rem;display:none; }
#bzWAyezJs4Mk37muTmKvI1MEz6dQhxJX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STJ4uLh0cgb5wt24AcTw95niXEW31fwF { 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; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { border-width: 0; border-radius: 0; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:block; }#XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:16.625rem;left:26.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:18.736721038818rem;left:27.812500953674rem;height:8.3994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:16.625rem;left:50rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:19.4375rem;left:51.25rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:19.436731338501rem;left:3.1875rem;height:6.9995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:15.875013351441rem;left:1.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdohLrZ1bpZcPULLVRKK2VA1HyEQLMpF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:40.375rem;height:3.4375rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:30.05615234375rem;left:17.96875rem;display:block; }
#wK840NCkTrMDEWB79ganrTqoe5Vb6ETd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vU99XDZphwNo8XIWvs8OWfdrSyLREzRV { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:8.3125rem;left:10.5625rem;overflow:hidden;display:block; }
#wWtFQHkR8AJdPZi1vGJJGOO6zhoSK6TK { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:8.3125rem;left:33.75rem;overflow:hidden;display:block; }
#rhzHlgOxcLSWKAxvn77zmRXTNc974U0x { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:8.3125rem;left:57.375rem;overflow:hidden;display:block; }
#Ct8zXeA5ZpGmclJR0GUDwx9hceGgTzba { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:30.9375rem;top:39.1875rem;left:39.75rem;overflow:hidden;display:block; }
#zm3nVzy7oSpMe6D7e6SGEJn0P8mQzPPI { position:absolute;display:block;z-index:15020;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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.3125rem;width:27.4375rem;top:41.375rem;left:41.3125rem;display:block; }
#eZ0K19lDF0kJ4bckMomUeIwW7NdP0AXu { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:31rem;top:39.1875rem;left:1.9375rem;overflow:hidden;display:block; }
#rzvWHnfQHKlGOU9fz2Ru82wSpGTwtywK { position:absolute;display:block;z-index:15019;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-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);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.3125rem;width:27.4375rem;top:41.375rem;left:3.5625rem;display:block; }
#E5aT10DBScNlZTX0drSEmcesqZJrLX8b { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:19.4375rem;left:4.4375rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LGUsvJ7xCoAHU7WXKb5Oue9nfA42T9p7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.8125rem;height:5.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp { 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; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { background-color: transparent; background-image: none; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container > .video-iframe-container { display: none; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row > .video-iframe-container { display: none; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .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); }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { border-width: 0; border-radius: 0; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#soEtxLEsRyG0smthdovVShZgEzNKPIpe { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPBDp84Ut1z3tVX0lGL3KQgZZ17PWUn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:9.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nh6FqPFNmG397nBCb9fSCqnrQdHKppEI { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.5625rem;left:41rem;height:8.285125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwkLZRlv6UQXkXimks1iUMUUkUxUvlNx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.3125rem;left:44.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BinPdQ8oB4xtAcoyuQvq9XCUQA7yGh2k { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5625rem;left:6.5625rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E8dhQJFbfMqVcgbribGp9mBJaq6XHGC6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:69.25rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:23.6875rem;left:2.875rem;display:block; }
#UKbinto8lhnbl6w99tM7SOP0fJtVXr1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { position:relative;display:block; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { background-color: transparent; background-image: none; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container > .video-iframe-container { display: none; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row > .video-iframe-container { display: none; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .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); }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { border-width: 0; border-radius: 0; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .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; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .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:41.1875rem;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; }#tIxWLVBunGVGhoagzNHkAm5NRb8oRmMn { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#KeSRlb5BhKSNu9LmhLc8Chmsw2J9sbGh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:27.9375rem;overflow:hidden;display:block; }
#AqhrvI3T60pbB6AXwia0zZbi2dLP23KI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:48.25rem;overflow:hidden;display:block; }
#kkNFCNyK1m1lo9RyUPIwtCtZSkbOMA2h { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:27.9375rem;overflow:hidden;display:block; }
#Jg8Ec6RGUv5fBWkiLVznb41ak6BKzzwn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:18.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.25rem;left:48.25rem;overflow:hidden;display:block; }
#eae7edd8FgrV5rU7NU5H1DTJ5kE9quQM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:7.5rem;overflow:hidden;display:block; }
#sKXOOSo5F14xaZz9MPoPuahaX83RyEti { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:7.5rem;overflow:hidden;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bb1febc-0f1f-40c8-81d8-7a1f822407dc/Kitchen1_ZOKG_nacre_arrangement.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,42,40,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,42,40,0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-form-header {  }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:32.75rem;box-sizing:border-box;height:3.75rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:32.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:32.75rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:first-of-type{padding-top:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:last-of-type{padding-bottom:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.60000038147rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.60000038147rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #uJqZITsxKpM2X0TSvfTZVPtm79nRqzMI { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #dyMHVZLEEMZJ9CkEpH59Gg58y7ZFf2yT { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #E1sInT2ycdMT2uW44lxLPe3rGwWTmmqW { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #l0H70oTnbDSKgxN7964IDvtTJ165GwhZ { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #cAPafyEeDcQT2QWuS0ohJGc8JKI94w5T { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yNSiXPoN7ICySE2d3d8JKtK36dr44qMP { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho { position:relative;z-index:2; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT { position:relative; }
#kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { position:absolute;display:block;z-index:15011;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-top:0.1875rem solid #232323;border-left:0.1875rem solid #232323;border-right:0.1875rem solid #232323;border-bottom:0.1875rem solid #232323;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.25rem;top:30.25rem;left:2.25rem;display:block; }
#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:rgba(var(--color-tertiary-0),1);display:block;width:46.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:4.1875rem;left:0rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:36.1875rem;left:56.875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:36.125rem;left:53.25rem;display:block; }
#MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:39.75rem;left:53.6875rem;display:block; }
#COXR46QP8gmcXfESJJU87Hwdikr4WBNv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:39.75rem;left:56.875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:43.5rem;left:56.875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:35.5rem;left:53rem;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:39.1875rem;left:53rem;display:block; }
#D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { position:absolute;display:block;z-index:15012;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:43rem;left:53rem;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.1875rem;width:0.125rem;top:4.1875rem;left:46.849609375rem;display:block; }
#OU0n1bzQNfXkvwyz1JkDd0qV4tf7HNyg { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:13.78857421875rem;left:0rem;height:5.19921875rem;display:block; }
#iXsPgMBpUHn3yQOkwuCNVviVnnmkGFbS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:43.5625rem;left:53.5625rem; }
#VrOso8bA4SJwnUV2vvBdwwCTg105XXH7 { 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:15000;opacity:1;display:none; }
#a8mlLpWO215pL6FoN8ZzuPTy5IMQ3Bcw { 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:15000;opacity:1;display:none; }
#pCSkrMsDCGdIv5l0IAx0b870RekngzZR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:20.3125rem;left:56.875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Te59RrOTdMaEyBT6qBsi2m05BgBTtQ3z { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:23.25rem;top:4.1875rem;left:49.5625rem;overflow:hidden;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:rgba(var(--color-tertiary-3),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:1.7556419372559rem;left:66.061420440675rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcixISTmHxiM6pxgudWH6OE2Jep5U8d5 { width:8.8125rem;height:1.3125rem;top:1.53125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6g35I7t0isSvCUWCwo4n5qLIdXksVF { display:block; }
 }@media only screen and (max-width: 763px) { #l41NiTfXe2RGbWOfeIyGxkkoKTO1vwG4 { width:11.375rem;height:1.3125rem;top:1.53125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZza6lW2S8LTZwSa0iAbhhsed7ilaAq { display:block; }
 }@media only screen and (max-width: 763px) { #BqTJe6enJfhU6MREgR5KrUC54iG4K01S { width:8.875rem;height:3.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fvyyAPJ9BXKealSetCxwrX23O8d9gP { width:1.875rem;height:1.875rem;top:1.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJrGD9KGPtyCRpRndvdUrsZCX7FnX7c { width:1.875rem;height:1.875rem;top:1.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:46.0625rem;height:9rem;top:7.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:31.125rem;height:9.9375rem;top:20.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:29.25rem;height:3.5rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:28.9375rem;height:3.5rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIRmNBMFaDSibK2VQa2e7LaIrx3KGAD3 { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { display:block; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afv509o8iIT6P454O3PtGm1csnMwc0ec { width:15.6875rem;height:16.1875rem;top:21.25rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { width:18rem;height:16.1875rem;top:3.375rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { width:15.9375rem;height:13.8125rem;top:15.3125rem;left:30.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { width:47.75rem;height:2.25rem;top:2.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { width:15.5rem;height:12.8125rem;top:8.5rem;left:30.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { width:12.875rem;height:12.0625rem;top:6.75rem;left:32.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { width:13.75rem;height:12.875rem;top:6.6875rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { width:14.1875rem;height:13.9375rem;top:8.75rem;left:32.916015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #txSs34wLnIBW3vyr4ytpghGv1gLtrSee { width:12.25rem;height:13.75rem;top:5.875rem;left:35.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { width:47.75rem;height:8.875rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { width:20rem;height:2.375rem;top:2.875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePyGOd1DWO0cnrHWy7q2IUyJpEmKaATG { width:46.75rem;height:3.5rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6VALqqc6Lck6vmu2yLvxiPRpASF6d1K { display:block; }
 }@media only screen and (max-width: 763px) { #mRVEZMbGZn78SIg3Toaq1eiTzmoUCrME { width:47.375rem;height:3.5rem;top:20.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1lvXDy4W6gm6nZd6iOyFALlD78brBqJ { width:20rem;height:7.75rem;top:21.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3ABFuxqhxhPQKqZL4JI7pdb8mehK91R { width:47.75rem;height:41.6875rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { display:block; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { width:0.125rem;height:13.6875rem;top:5.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { width:12.5rem;height:1.25rem;top:10.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz81Xveup3Z6ufyaivQia4NDwXL3Nick { width:17rem;height:1.25rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nENitiBL8NehottQDkotZxAF1xNIMuNW { width:12.5rem;height:1.25rem;top:10.5625rem;left:15.875000953674rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { width:16.375rem;height:1.25rem;top:12.8125rem;left:15.875000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { width:12.5rem;height:1.25rem;top:10.5625rem;left:35.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { width:14.375rem;height:1.3125rem;top:12.875rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { width:13.25rem;height:5.437675rem;top:6.125rem;left:0rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { width:17.25rem;height:5.375rem;top:6.125rem;left:15.875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krzBPeuXRTThkXJGln9EyMDPezhwuLXr { width:12.25rem;height:5.375rem;top:6.125rem;left:35.5rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { width:0.125rem;height:13.6875rem;top:5.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOw19vuQAqp7LM18taV8tRgxaAPiwLr7 { width:46.75rem;height:3.5rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hsLdSXRKQacUtsmJerDc7KLspDvx45 { display:block; }
 }@media only screen and (max-width: 763px) { #LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { width:0.125rem;height:13.6875rem;top:1.1875rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { width:0.125rem;height:13.6875rem;top:1.1875rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWUUovODnlLVdQmqDphuHVys3HkxJFkn { width:15.6875rem;height:16.1875rem;top:21.25rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARs3PQq6kCqI22g48gQfpyBInfkDJtop { width:18rem;height:16.1875rem;top:3.375rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfkbUa2grMoBSDyxzRsv2HUp5NTxN8fT { width:15.9375rem;height:13.8125rem;top:15.3125rem;left:30.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyERxSMRH69gRpbRkWU1PHtgMbEFRqEV { width:47.75rem;height:2.25rem;top:2.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AesHGk2MqoAyCTonM9Nb1m8P5WVmU8Rq { width:15.5rem;height:12.8125rem;top:8.5rem;left:30.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsQiBpKgQWlpf1GnqoTdClgBKzlWRTaO { width:12.875rem;height:12.0625rem;top:6.75rem;left:32.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvIJm1zSQ6Cz09GuARDpTypPDog6ilf5 { width:13.75rem;height:12.875rem;top:6.6875rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXxmBavCT885730pZvRmLv4U4yXg2tyi { width:14.1875rem;height:13.9375rem;top:8.75rem;left:32.916015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HX3u2ilD1TFcVb7KCg8CyJtUz6TK2EJP { width:12.25rem;height:13.75rem;top:5.875rem;left:35.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { width:47.75rem;height:6.5rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oScg6Gkn38JEADdt4FpHDwS2sQMw5cOT { width:20rem;height:4.75rem;top:3.1875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDW55Zf3Ebx9GtSHZgaHBL9woCaVTEDm { width:20rem;height:7.75rem;top:7.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrBCtAS53x1RD7X7eHzWHMvGmdWx1R2n { width:47.75rem;height:45.9375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 { display:block; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { width:47.75rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVRTWMNhVl0a3AK161Ng3z886OJadGsa { width:46.75rem;height:3.875rem;top:29.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUmIp84inJtIBhBTKsXoRPazLeCpIldO { display:block; }
 }@media only screen and (max-width: 763px) { #W8GglN3wkWWleZrLnGEapwuONeCdUhGs { width:39.9375rem;height:3.375rem;top:28.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXQ7dgPDzofzzOkK0hud3yslRmEU2L17 { width:7.4375rem;height:1.57470625rem;top:25.80078125rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4T2xl0RcNorh4ns9Zx0Fmzensnsnz8T { width:7.4375rem;height:1.57470625rem;top:25.80078125rem;left:13.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCXJCqHmJvPdBefVMFULelFSFzhdEQcs { width:7.4375rem;height:1.57470625rem;top:25.86328125rem;left:25.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #St5Bxw7QM3nE1DyvzTXnSq5PpbCFmvHt { width:7.4375rem;height:1.57470625rem;top:25.80078125rem;left:39.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFwIgXxGqSDqdJLCkiKk82yGRLUVs4sc { width:10.75rem;height:10.75rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpATkrHFSDG0BXnfsn9f0xtaQ5fT3L3 { width:10.875rem;height:10.875rem;top:14.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa8LNIi5TGi4ukgAZq05erepSG3QhWsF { width:10.75rem;height:10.75rem;top:14.6875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTv41IaPDvprCZDgSihKydV7DqUJPPo { width:10.75rem;height:10.75rem;top:14.6875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyxsm8RvTq1Hi0E0EoTOHt65zfQFcdEN { width:46.75rem;height:3.5rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGdHxMuJ3gxClTgfz5aVXna916GOQwrc { display:block; }
 }@media only screen and (max-width: 763px) { #kP6SIT7Tc65RghbOx8otofDRzTAq3TaE { width:47.375rem;height:3.5rem;top:20.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:20.0625rem;height:3.5rem;top:29.625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:22.5625rem;height:2.75rem;top:25.125rem;left:24.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:21.625rem;height:14.6953125rem;top:9.5625rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:23rem;height:20.625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:47.75rem;height:4.00035625rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B46UbnAxqzqLCTK6lEd4Xbitf2TWawxS { width:21.3125rem;height:2.75rem;top:57.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEU2eTThu5e1ngZOMJQfFHd9HZ5v0R6N { width:23.375rem;height:9.796875rem;top:45.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln7to8iOTqoTAgNDuV9omptqWgCAtLxy { width:21.875rem;height:29.375rem;top:40.25rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1hl4dpR3DpMyQ1Jee7qRy54N5qDht0H { width:23rem;height:4.00035625rem;top:40.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyXwOvN8hbyzac3XqRKoIeen6CaWz5ET { width:20.0625rem;height:3.5rem;top:61.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmeTRcGOwluFTJRWyGPSHJlEb5M2ZGeN { display:block; }
 }@media only screen and (max-width: 763px) { #mwIxliDN0VLwwycJxdLBVW2KNRwHkBiE { width:20rem;height:8.3994375rem;top:23.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQutWEB9G63LzV8LcSKBhfHyPHnnSoS6 { width:20rem;height:8.5625rem;top:68.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrCbkg6RyJuS7z46rk81MH5F7UK2N8i2 { width:20rem;height:7.3125rem;top:21.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZrp2CWNcJogLKFUl5K4WopxzItasadB { display:block; }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxGXGfUbm40iJdeex0awLdGtUl1ya0gv { width:47.75rem;height:50rem;top:11.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ro6xmXxnkqTg2PvOcNnCwhZCryighATJ { width:47.75rem;height:50rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku1bcUqGZyOQKbkMAH1DRfIehRFbzQo9 { width:47.75rem;height:2.25rem;top:0.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8TqWuMeiHPLyrodQPeZKIJhyEtmiDQ7 { width:47.75rem;height:3.25rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI6Hlz5LOtL4QqrlAstDhB5F1emxJKFI { width:23rem;height:4.00035625rem;top:40.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAwtsC1ogpNkT2ykw5Cp7mzbd31NvPbk { width:20rem;height:3.625rem;top:6.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUBWOur5VuiufZNxRdRunyqz2h20sK6u { display:none; }#yUBWOur5VuiufZNxRdRunyqz2h20sK6u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZcQhx1sz5mBWFXnyhLCSfGAClGSZbXJ { width:47.75rem;height:30.9196326062rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFNXdhSkbiyietmtTbwpfDRNt1HmQkSg { width:47.75rem;height:2.25rem;top:2.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkRoNoLOllIHwiupQS7kLfSdQJnMVPZk { width:47.75rem;height:4.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9dzFoAyF4F6nMsJv7ybr6bIT6ZrgVKm { width:47.75rem;height:4.875rem;top:7.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8WLpAJbZQAdAclqSstiyUfKKk7zvaa8 { width:12.5rem;height:1.25rem;top:1.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAFa6IpDl1yxqIrW7M81KsRvnHnNcJSP { width:23rem;height:4.00035625rem;top:40.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgXRuz46aoC0Sne9mS7yKR6EFyILDHC9 { width:20rem;height:8.5625rem;top:6.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { width:24.0625rem;height:12.5rem;top:15.125rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { width:24.0625rem;height:12.5rem;top:15.125rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { width:24.1875rem;height:12.625rem;top:15.125rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { width:24.0625rem;height:12.5rem;top:15.1875rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { width:24.0625rem;height:12.5rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { width:24.0625rem;height:12.5rem;top:15.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVAPI2Nv6KAcaxhJlZUSQ8b1n3inAe0f { width:20rem;height:1.9375rem;top:40.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgUHLXRf4FdXMWPIVRgQ5IGxqyRhbSeV { width:24.125rem;height:4.6875rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0lW4dpGC0uT1DpCmIW7TcKxRbrquxnU { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3cuei0rMKf4uiXyX0GTN5AIU8LdJvtU { width:20rem;height:1.9375rem;top:65.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMndHxoCBM3PeMvewoL9UPwFxKcfR6QE { width:24.125rem;height:4.375rem;top:15.625rem;left:7.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB6czgVC14Hq9wwVBbQoEfPZaFzQvwTP { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3EJ52xr58cR7GEsiusW4nv1NTEr4RXK { width:46.75rem;height:3.5rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1vCvR1a3nicH4Vk4appqESE0EIqlMVr { display:block; }
 }@media only screen and (max-width: 763px) { #lRzb29JZ6gMNBhsTXsTLekHETirPK8Xz { width:36.0625rem;height:20.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKpkUFSQTZhKikoGti8W95Ulc4pz724E { width:36.0625rem;height:20.125rem;top:3.375rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrrIiRsJWTIFyPr5SHBieyvth6i7mtEv { width:47.75rem;height:3.875rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpVEoQ40lCqatIVKQnwVzPLyJRPZpFAC { width:45.1875rem;height:2.25rem;top:3.625rem;left:1.3124990463257rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoqsiraL82BzbmPW05q40pnJGOQzxdwe { width:18.5rem;height:7.75rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1wEhmoc8myiE9JIff5Q1kHEObdC87Xp { width:18.5rem;height:7.25rem;top:17.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma51DikHtmmhC2mB7lF3hB2wDZA10uQ5 { width:18.5rem;height:7.3125rem;top:17.125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSe8cE6p5LQvVXOcOI4fmvLB5B9ADst { width:11rem;height:2rem;top:29.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTe6RibF9Fuoz3PVRTmuiOx5Q0vNw7x { width:12.1875rem;height:2rem;top:30.4375rem;left:18.750000953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGM81pg5MExxLGNXoNUM9ZiE0BC8Nkl1 { width:12.1875rem;height:2rem;top:30.4375rem;left:35.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omlTXCdU8AA4UST1vWw6PHZwHfVHleTn { width:18.0625rem;height:2.875rem;top:33.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p46VbwTzscTS6kwF4vBysIKbHMRdM1Ml { width:18.4375rem;height:2.875rem;top:34.125rem;left:15.000000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwAsGVVDpDMwdPww5zCrFxON56bbTeu7 { width:19.8125rem;height:2.875rem;top:34.125rem;left:27.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CySvhbhzeerCbnOaa0zQxCTUNLKNH7EP { width:20.1875rem;height:2.375rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFAPtZy5WalRVSQxavD82foL8lBKm5oI { display:block; }
 }@media only screen and (max-width: 763px) { #Q58xgLZqvZKomKTd2QevzlpheGys6WDw { width:20.1875rem;height:2.375rem;top:38.5rem;left:13.781250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFHtAkuvXbExs5X4XH5MyKme0qwhtBBZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ob2Vc3G8ZDumnMxlHyNB51VDAOzN6yTy { width:20.1875rem;height:2.4375rem;top:38.375rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJAJAtt3w8WdqzfMZxGBplKJLFXUWIRz { display:block; }
 }@media only screen and (max-width: 763px) { #vZtQAcN0xUBRIKXwD6ygKHBoxnTDMZcK { width:47.75rem;height:4.0625rem;top:50.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQ2pqOfgqmG2BSZJ3i5sqA7SOQOtPMg { width:47.75rem;height:4.25rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxzNOQFBwLFxSCUUqAlq6KUVFqAaObG3 { width:20.0625rem;height:3.5rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CytEVMLXbpgtzP1wg8CTGIghHsTQhgXy { width:20.0625rem;height:3.5rem;top:66rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEFXQCBRQWJ3rAKOWk35DxU7cmqfGmrt { display:block; }
 }@media only screen and (max-width: 763px) { #Oaa1WkJAoLf5ctzbWAtGHQBZZ5A014lp { width:20.0625rem;height:3.5rem;top:66rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4PpBWK475R9y2GtyXLHpUgvKBLTt89s { display:block; }
 }@media only screen and (max-width: 763px) { #CmXBglGVtDDRU9HFIsFkiWqsykkgB8HE { width:20.0625rem;height:3.5rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0CmduMidRGVHZ9GoQ1Q6tWVJapaVodg { width:20.0625rem;height:3.5rem;top:66rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTQtTT6r9UxoK8trX0TDG9XghZnBNce9 { display:block; }
 }@media only screen and (max-width: 763px) { #AsS8w8TdQKts8ZQlSOPam1ISr1h99ODW { width:20.0625rem;height:3.5rem;top:66.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9415wxKVw5ADWuXVeZnNyHlKsLcRTPf { width:20rem;height:9.0625rem;top:8.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { display:block; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilnzR8pJHTu2TL86cDJQB4kgvTwu1w8b { width:47.75rem;height:21.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeWKGaAf3FkIJ7X5TJiKtA0xlSpZCaBZ { width:47.75rem;height:4.6875rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s345ikE0ZlE8USSizv2VFXfoIPAU0mSw { width:47.75rem;height:2.625rem;top:28.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9akQBEhvrWxT1pDygOLoqfg04z7izIz { width:20rem;height:8.375rem;top:31.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:16.625rem;height:2rem;top:2.5rem;left:15.562500953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:24.125rem;height:1.57470625rem;top:30.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L01IiyveCRnoZm1xSRA93NWrSK7Zg3lb { width:39.9375rem;height:3.375rem;top:6.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UGIQpWGTfrM72c8JAxXbkpthOGeJ6JtU { width:40.375rem;height:3.4375rem;top:7.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DSFElgxzP6WTF9h3xhCyVQm1z4W9z0S2 { display:block; }
 }@media only screen and (max-width: 763px) { #pESTdnQrJ8RTqwysxTNp86yl68Cfe3SZ { width:36.125rem;height:20.0625rem;top:39.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6DCeIaxa3i2K1FdMweyUbWl4AgJ25Tn { width:17.9375rem;height:1.9375rem;top:33.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8tKLrTaStcx2mEzESWfZrHJ4oGbnIRm { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsQciL97XgA6JXLhydz4pEQXOemLhga7 { width:47.75rem;height:26.829025423729rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVRbh6N4ZrGANOyWBo3kwVWf6Xfg6fv { width:20rem;height:1.9375rem;top:0rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNIexDafisTsI8dZ1CtNdEzdkgvCl31n { width:20rem;height:10.375rem;top:15.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1TgKiFqf5cgaZRARKMcpykP5CtNZ8Kz { width:36.0625rem;height:20.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRT9T5CGkd2uqilRwIBNl82EXOQ1EoGy { width:20rem;height:9.0625rem;top:49.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhUiqnHbbTbDp3WrUSlMMksiPLeLf1Om { width:40.375rem;height:3.4375rem;top:7.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzkEyWsXN8m61go1RxxQvTvFTkhQm8Xv { display:block; }
 }@media only screen and (max-width: 763px) { #ZaXp2lyLfXXiMMxGXZqI18tatsGTecSS { width:39.9375rem;height:3.375rem;top:6.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxQJwdvuHZyW0T5g1ldkfTaSzMLisLI8 { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKUd4zIu41gAhSzciqpMJg1U6Nz06v8u { width:24.375rem;height:0.125rem;top:127.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXy4THodusq8b5U4QvGfzFGGz1E7ccQe { width:24.375rem;height:0.125rem;top:127.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHKUUTnVoJytb3ZsQsgrRfLlJKi07Hz6 { width:47.75rem;height:26.829025423729rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmQ35K2dCgV6lqONKEdzTBuAZBXa0T2q { width:47.75rem;height:26.829025423729rem;top:134.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUAk4oCbe4l1aqi8Ju9aWvgGatM4l85 { width:13.125rem;height:2rem;top:130.4375rem;left:17.312500953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKoWk9QmXgUU74AWnqAzqSvWWunE0pdJ { width:12.75rem;height:2.0625rem;top:71.5625rem;left:18.375000953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:24.375rem;height:0.125rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnGFOdycyNRvDghNhJQqpz8FCwly7hec { width:24.375rem;height:0.125rem;top:69rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmeFHZELRm9mAfZLxVcRqVSJfNb4fu4S { width:47.75rem;height:26.829025423729rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2WlhXnzZAecIC052KD5zP9bB5vWOe6H { width:24.375rem;height:0.125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCETdWX3b7AN1xxTSEHRNybtGx0hJaFN { width:24.375rem;height:0.125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:12.5625rem;height:2rem;top:14.8125rem;left:17.593750953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv48eddp0x4e6uPupXT956q30VF0TiVu { width:24.375rem;height:0.125rem;top:11.6875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhO7h5W4msxikLNPgoQoxsQlUuRyRBh { width:24.375rem;height:0.125rem;top:11.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRPfuDDqrEa9HKtIeHDK7qQMVb2wGbz { width:24.375rem;height:0.125rem;top:11.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaksxPF5cfAKTR4DSf8Okpe6b1CiI5FA { width:24.375rem;height:0.125rem;top:11.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzpGr6TeBxi31acXgsp7vXktmWpZiUaE { width:24.375rem;height:0.125rem;top:69rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhOJanJrJ2IpaantfvBAxOFTSoB9Igdz { width:24.375rem;height:0.125rem;top:69rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Tw3qzyC3pG2uTZ4wMkakBSAk5vQobd { width:24.375rem;height:0.125rem;top:69rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSTPCuinuLIWNTJbAgaJMCwsGP0QCye { width:24.375rem;height:0.125rem;top:127.25rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsT0TeSRvrL5cKI0EP7KekhTf7kshLwr { width:24.375rem;height:0.125rem;top:127.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQVvcTcGWkPRXAVm0LSdNih1Aib7sN3N { width:24.375rem;height:0.125rem;top:127.25rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTa1by7y9dWtJT0X1RkwUdHThCXlKii { width:47.75rem;height:4.375rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dakQ8SCCR0i7sLLzF3qXM3prUamHVF4F { width:20.1875rem;height:2.375rem;top:5.8125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA7BSxi9S5vb8uW7HlRiMtLFJWlMvThu { display:block; }
 }@media only screen and (max-width: 763px) { #qJVz3iUkewEg2WdUdzAe0uAbaxdGhRZw { width:47.75rem;height:4.375rem;top:62.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcCyzimf8sAszxcwcnVEG6QJZ5Zv2bZk { width:20.1875rem;height:2.375rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUC9Nw3ZyKVTDrZs1WQawV5cTMPDbdl6 { display:block; }
 }@media only screen and (max-width: 763px) { #BqGA8GBokvGgm89UrORkOGk0RzmV8VJk { width:47.75rem;height:5.8125rem;top:120.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFnrcTIFW4yzLulgyWCVTtxz8GHStouu { width:20.1875rem;height:2.375rem;top:121.8125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpBpMhGdAi9geIVTRTyqq6EODvC26OmN { display:block; }
 }@media only screen and (max-width: 763px) { #CrfTSdbNMEJDItzszGbDNZX6VIQrHt3g { width:47.75rem;height:4.375rem;top:179.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phFKpLRlWx5yzi1xkTPgF3T5SUsoWSru { width:20.1875rem;height:2.375rem;top:180.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWKxZaOnRZTa8y2gIe2UhorT3ZeNqK9F { display:block; }
 }@media only screen and (max-width: 763px) { #PEPWF4n0XOIPahVUi00lGGMBCwMhkWOF { width:36.0625rem;height:20.125rem;top:3.375rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2VTQHyex909FIoTo7Ioh0FUwy27ARFl { width:40.375rem;height:3.4375rem;top:7.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuJmBfANlM1iErvu8wAgP7N8GLHtcuoQ { display:block; }
 }@media only screen and (max-width: 763px) { #bOclH7LxthzIldQg0OPw7sH2OkGwJqli { width:39.9375rem;height:3.375rem;top:6.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI93MtRXoOpTU9QapHh5Lp8fo0IzeB57 { width:17.9375rem;height:1.9375rem;top:30.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpC9TBZP57CCezvzBTnN9RcJagSV4DPG { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVacAc01okSzMOvHbRQaE4qoIfrQEF0T { width:40.375rem;height:3.4375rem;top:7.125rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlH57GZpbXH7MHuGWZXNIviCgfy9PLWS { display:block; }
 }@media only screen and (max-width: 763px) { #QXOqJODnVvu84pBcsTk6kcV4zRqEvCWz { width:39.9375rem;height:3.375rem;top:6.3125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgJEW2yQpVW9NCTkp7MCB9NDHXvRlJ6p { width:24.0625rem;height:0.125rem;top:21.625rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yryrxhQRxTo2ZAlUh12peGyIilcewdyS { width:20rem;height:7.75rem;top:15.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRmLGGLJxDJXwsoKBLRNHvXDGvqnfTv6 { width:20rem;height:6.4375rem;top:46.375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5prTwZDfLt7OoVSM2vx0SDrkveIoq8O { width:17.5rem;height:3.4375rem;top:150.5rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzWAyezJs4Mk37muTmKvI1MEz6dQhxJX { display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:21.875rem;height:1.5rem;top:16.625rem;left:9.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { width:19.375rem;height:8.375rem;top:18.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:21.875rem;height:1.5rem;top:16.625rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:19.375rem;height:5.5625rem;top:19.4375rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:19.375rem;height:7rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:21.875rem;height:3rem;top:15.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:2.625rem;top:2.9375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdohLrZ1bpZcPULLVRKK2VA1HyEQLMpF { width:40.375rem;height:3.4375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK840NCkTrMDEWB79ganrTqoe5Vb6ETd { display:block; }
 }@media only screen and (max-width: 763px) { #vU99XDZphwNo8XIWvs8OWfdrSyLREzRV { width:7.1875rem;height:7.1875rem;top:8.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtFQHkR8AJdPZi1vGJJGOO6zhoSK6TK { width:7.1875rem;height:7.1875rem;top:8.3125rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhzHlgOxcLSWKAxvn77zmRXTNc974U0x { width:7.1875rem;height:7.1875rem;top:8.3125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8zXeA5ZpGmclJR0GUDwx9hceGgTzba { width:30.9375rem;height:20.5rem;top:39.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm3nVzy7oSpMe6D7e6SGEJn0P8mQzPPI { width:27.4375rem;height:18.3125rem;top:41.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0K19lDF0kJ4bckMomUeIwW7NdP0AXu { width:31rem;height:20.5rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvWHnfQHKlGOU9fz2Ru82wSpGTwtywK { width:27.4375rem;height:18.3125rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5aT10DBScNlZTX0drSEmcesqZJrLX8b { width:20rem;height:6.9375rem;top:18.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGUsvJ7xCoAHU7WXKb5Oue9nfA42T9p7 { width:20rem;height:6.9375rem;top:36.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp { display:block; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soEtxLEsRyG0smthdovVShZgEzNKPIpe { width:47.75rem;height:4.0625rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPBDp84Ut1z3tVX0lGL3KQgZZ17PWUn0 { width:19.9375rem;height:2rem;top:9.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh6FqPFNmG397nBCb9fSCqnrQdHKppEI { width:26.8125rem;height:8.25rem;top:12.5625rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkLZRlv6UQXkXimks1iUMUUkUxUvlNx { width:19.9375rem;height:2rem;top:9.3125rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinPdQ8oB4xtAcoyuQvq9XCUQA7yGh2k { width:26.5625rem;height:6.875rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dhQJFbfMqVcgbribGp9mBJaq6XHGC6 { width:46.75rem;height:3.5rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKbinto8lhnbl6w99tM7SOP0fJtVXr1m { display:block; }
 }@media only screen and (max-width: 763px) { #bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { display:block; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIxWLVBunGVGhoagzNHkAm5NRb8oRmMn { width:47.75rem;height:3.375rem;top:4.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeSRlb5BhKSNu9LmhLc8Chmsw2J9sbGh { width:19rem;height:12.625rem;top:10.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqhrvI3T60pbB6AXwia0zZbi2dLP23KI { width:18.75rem;height:12.4375rem;top:10.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNFCNyK1m1lo9RyUPIwtCtZSkbOMA2h { width:18.9375rem;height:12.625rem;top:24.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8Ec6RGUv5fBWkiLVznb41ak6BKzzwn { width:18.75rem;height:12.4375rem;top:24.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #eae7edd8FgrV5rU7NU5H1DTJ5kE9quQM { width:18.9375rem;height:12.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXOOSo5F14xaZz9MPoPuahaX83RyEti { width:18.9375rem;height:12.5625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:32.75rem;height:auto;top:18.5625rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:32.75rem;height:auto;top:18.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #uJqZITsxKpM2X0TSvfTZVPtm79nRqzMI {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #dyMHVZLEEMZJ9CkEpH59Gg58y7ZFf2yT {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #E1sInT2ycdMT2uW44lxLPe3rGwWTmmqW {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #l0H70oTnbDSKgxN7964IDvtTJ165GwhZ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #cAPafyEeDcQT2QWuS0ohJGc8JKI94w5T {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yNSiXPoN7ICySE2d3d8JKtK36dr44qMP {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { width:19.25rem;height:3.5625rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:46.375rem;height:7.875rem;top:4.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:11.6875rem;height:1.4624rem;top:36.1875rem;left:36.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:36.125rem;left:39.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:39.75rem;left:40.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:15.875rem;height:1.4624rem;top:39.75rem;left:31.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:18.125rem;height:1.4624rem;top:43.5rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:35.5rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:39.1875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:43rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.125rem;height:44.1875rem;top:4.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU0n1bzQNfXkvwyz1JkDd0qV4tf7HNyg { width:42.125rem;height:5.1875rem;top:13.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXsPgMBpUHn3yQOkwuCNVviVnnmkGFbS { width:1.6875rem;height:1.6875rem;top:43.5625rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrOso8bA4SJwnUV2vvBdwwCTg105XXH7 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8mlLpWO215pL6FoN8ZzuPTy5IMQ3Bcw { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCSkrMsDCGdIv5l0IAx0b870RekngzZR { width:14.625rem;height:1.4375rem;top:49.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te59RrOTdMaEyBT6qBsi2m05BgBTtQ3z { width:23.25rem;height:29.125rem;top:4.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:8.8125rem;height:1.13725rem;top:1.75rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { position:relative;z-index:auto;display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcixISTmHxiM6pxgudWH6OE2Jep5U8d5 { width:9.125rem;height:1.3125rem;top:0.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt6g35I7t0isSvCUWCwo4n5qLIdXksVF { display:block; }
 }@media only screen and (max-width: 763px) { #l41NiTfXe2RGbWOfeIyGxkkoKTO1vwG4 { width:9.4375rem;height:1.3125rem;top:2.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZza6lW2S8LTZwSa0iAbhhsed7ilaAq { display:block; }
 }@media only screen and (max-width: 763px) { #BqTJe6enJfhU6MREgR5KrUC54iG4K01S { width:5.375rem;height:1.9375rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fvyyAPJ9BXKealSetCxwrX23O8d9gP { width:1.875rem;height:1.875rem;top:0.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsJrGD9KGPtyCRpRndvdUrsZCX7FnX7c { width:1.875rem;height:1.875rem;top:2.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b03560b-b03e-46fb-9d70-e183ca92333f/Planika_outdoorkitchen_colours.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:4.25rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:20rem;height:9.1875rem;top:21rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:19.3125rem;height:3.5625rem;top:31.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #qysCmTIm7wWRfdgLoLQrsM6445kFG1Oi { width:18.625rem;height:3.5rem;top:32rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIRmNBMFaDSibK2VQa2e7LaIrx3KGAD3 { height:11.25rem;width:20rem;top:8.25rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { background-color:rgba(255,255,255,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { background-color: transparent; background-image: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .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); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { border-width: 0; border-radius: 0; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afv509o8iIT6P454O3PtGm1csnMwc0ec { width:15.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { width:18rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { width:18.625rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { width:15.5rem;height:12.8125rem;top:74.67480625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { width:12.875rem;height:12.0625rem;top:102.86230625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { width:13.75rem;height:12.875rem;top:88.73730625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { width:14.1875rem;height:13.9375rem;top:131.17480625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #txSs34wLnIBW3vyr4ytpghGv1gLtrSee { width:12.25rem;height:13.75rem;top:116.17480625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { width:20rem;height:0;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { width:20rem;height:2.3999rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ePyGOd1DWO0cnrHWy7q2IUyJpEmKaATG { width:14.75rem;height:3.4375rem;top:30.4375rem;left:2.625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #l6VALqqc6Lck6vmu2yLvxiPRpASF6d1K { display:block; }
 }@media only screen and (max-width: 763px) { #mRVEZMbGZn78SIg3Toaq1eiTzmoUCrME { width:10.5625rem;height:4.3125rem;top:29.8125rem;left:4.3125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #S1lvXDy4W6gm6nZd6iOyFALlD78brBqJ { width:20rem;height:6.09375rem;top:21.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #C3ABFuxqhxhPQKqZL4JI7pdb8mehK91R { width:20rem;height:14.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { display:block; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { width:17.1875rem;height:0.125rem;top:17.5rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { width:12.5rem;height:2.1125rem;top:10.5rem;left:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz81Xveup3Z6ufyaivQia4NDwXL3Nick { width:11.4375rem;height:2.5996125rem;top:12.625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nENitiBL8NehottQDkotZxAF1xNIMuNW { width:12.5rem;height:2.1125rem;top:25.125rem;left:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { width:12.5625rem;height:1.29980625rem;top:27.625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { width:12.5rem;height:2.1125rem;top:40.1875rem;left:5.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { width:12.5625rem;height:2.5996125rem;top:42.9375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { width:5.5rem;height:5.437675rem;top:5.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:5.4375rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { width:5.3125rem;height:5.375rem;top:19.8125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:5.375rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #krzBPeuXRTThkXJGln9EyMDPezhwuLXr { width:17.25rem;height:5.375rem;top:35.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:5.375rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { width:16.9375rem;height:0.125rem;top:47.0625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOw19vuQAqp7LM18taV8tRgxaAPiwLr7 { width:18.8125rem;height:3.5rem;top:49.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hsLdSXRKQacUtsmJerDc7KLspDvx45 { display:block; }
 }@media only screen and (max-width: 763px) { #LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { width:17.1875rem;height:0.125rem;top:32.6875rem;left:1.3125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { width:17.1875rem;height:0.125rem;top:3.1875rem;left:1.40625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { background-color:rgba(255,255,255,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWUUovODnlLVdQmqDphuHVys3HkxJFkn { width:15.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARs3PQq6kCqI22g48gQfpyBInfkDJtop { width:18rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfkbUa2grMoBSDyxzRsv2HUp5NTxN8fT { width:18.625rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyERxSMRH69gRpbRkWU1PHtgMbEFRqEV { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #AesHGk2MqoAyCTonM9Nb1m8P5WVmU8Rq { width:15.5rem;height:12.8125rem;top:74.67480625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsQiBpKgQWlpf1GnqoTdClgBKzlWRTaO { width:12.875rem;height:12.0625rem;top:102.86230625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvIJm1zSQ6Cz09GuARDpTypPDog6ilf5 { width:13.75rem;height:12.875rem;top:88.73730625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXxmBavCT885730pZvRmLv4U4yXg2tyi { width:14.1875rem;height:13.9375rem;top:131.17480625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HX3u2ilD1TFcVb7KCg8CyJtUz6TK2EJP { width:12.25rem;height:13.75rem;top:116.17480625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { width:20rem;height:0;top:8.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oScg6Gkn38JEADdt4FpHDwS2sQMw5cOT { width:20rem;height:1.94970625rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #fDW55Zf3Ebx9GtSHZgaHBL9woCaVTEDm { width:20rem;height:6.09375rem;top:6.4365234375rem;left:0rem;font-size:0.9375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TrBCtAS53x1RD7X7eHzWHMvGmdWx1R2n { width:20rem;height:13.4375rem;top:13.6357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 { display:block; }#uFAOnkPnLfmmmzvSeBcNtu8VT9yqVF83 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVRTWMNhVl0a3AK161Ng3z886OJadGsa { width:19rem;height:3.875rem;top:36.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUmIp84inJtIBhBTKsXoRPazLeCpIldO { display:block; }
 }@media only screen and (max-width: 763px) { #W8GglN3wkWWleZrLnGEapwuONeCdUhGs { width:19.625rem;height:3.375rem;top:36.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXQ7dgPDzofzzOkK0hud3yslRmEU2L17 { width:3.875rem;height:3.1494125rem;top:4.6875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #n4T2xl0RcNorh4ns9Zx0Fmzensnsnz8T { width:3.75rem;height:3.1494125rem;top:4.625rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #lCXJCqHmJvPdBefVMFULelFSFzhdEQcs { width:4.375rem;height:3.1494125rem;top:4.625rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #St5Bxw7QM3nE1DyvzTXnSq5PpbCFmvHt { width:4.125rem;height:3.1494125rem;top:4.625rem;left:15.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #XFwIgXxGqSDqdJLCkiKk82yGRLUVs4sc { width:4.5625rem;height:4.5625rem;top:0.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpATkrHFSDG0BXnfsn9f0xtaQ5fT3L3 { width:4.5625rem;height:4.5625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa8LNIi5TGi4ukgAZq05erepSG3QhWsF { width:4.5625rem;height:4.5625rem;top:0.0625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfTv41IaPDvprCZDgSihKydV7DqUJPPo { width:4.5625rem;height:4.5625rem;top:0rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyxsm8RvTq1Hi0E0EoTOHt65zfQFcdEN { width:12.625rem;height:3.4375rem;top:10.5rem;left:3.6875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #AGdHxMuJ3gxClTgfz5aVXna916GOQwrc { display:block; }
 }@media only screen and (max-width: 763px) { #kP6SIT7Tc65RghbOx8otofDRzTAq3TaE { width:10.5625rem;height:4.3125rem;top:9.875rem;left:4.5rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:18rem;height:3.4375rem;top:35.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:20rem;height:3.25rem;top:31rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:20rem;height:0;top:23.177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:20rem;height:13.8125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:7.5rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B46UbnAxqzqLCTK6lEd4Xbitf2TWawxS { width:20rem;height:3.25rem;top:80.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vEU2eTThu5e1ngZOMJQfFHd9HZ5v0R6N { width:20rem;height:auto;top:48.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #ln7to8iOTqoTAgNDuV9omptqWgCAtLxy { width:20rem;height:15.125rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1hl4dpR3DpMyQ1Jee7qRy54N5qDht0H { width:20rem;height:7.1996875rem;top:42.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xyXwOvN8hbyzac3XqRKoIeen6CaWz5ET { width:19rem;height:3.5rem;top:85.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmeTRcGOwluFTJRWyGPSHJlEb5M2ZGeN { display:block; }
 }@media only screen and (max-width: 763px) { #mwIxliDN0VLwwycJxdLBVW2KNRwHkBiE { width:20rem;height:0;top:74.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#717171;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #bQutWEB9G63LzV8LcSKBhfHyPHnnSoS6 { width:20rem;height:8.57225rem;top:69.63818359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #SrCbkg6RyJuS7z46rk81MH5F7UK2N8i2 { width:20rem;height:7.347625rem;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #TZrp2CWNcJogLKFUl5K4WopxzItasadB { display:block; }#TZrp2CWNcJogLKFUl5K4WopxzItasadB > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxGXGfUbm40iJdeex0awLdGtUl1ya0gv { width:20rem;height:50rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ro6xmXxnkqTg2PvOcNnCwhZCryighATJ { width:20rem;height:13.3123125rem;top:10.246803283691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku1bcUqGZyOQKbkMAH1DRfIehRFbzQo9 { width:20rem;height:auto;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #n8TqWuMeiHPLyrodQPeZKIJhyEtmiDQ7 { width:20rem;height:auto;top:4.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iI6Hlz5LOtL4QqrlAstDhB5F1emxJKFI { width:20rem;height:4.79980625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #QAwtsC1ogpNkT2ykw5Cp7mzbd31NvPbk { width:20rem;height:3.673825rem;top:5.77392578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #yUBWOur5VuiufZNxRdRunyqz2h20sK6u { display:none; }#yUBWOur5VuiufZNxRdRunyqz2h20sK6u > .row .container { width:20rem;height:33.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZcQhx1sz5mBWFXnyhLCSfGAClGSZbXJ { width:20rem;height:12.9375rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFNXdhSkbiyietmtTbwpfDRNt1HmQkSg { width:20rem;height:auto;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #KkRoNoLOllIHwiupQS7kLfSdQJnMVPZk { width:20rem;height:auto;top:6.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9dzFoAyF4F6nMsJv7ybr6bIT6ZrgVKm { width:20rem;height:0;top:4.1875rem;left:2.5rem;font-size:1rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #M8WLpAJbZQAdAclqSstiyUfKKk7zvaa8 { top:3.5625rem;left:2.5rem;width:12.5rem;height:1.29980625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #JAFa6IpDl1yxqIrW7M81KsRvnHnNcJSP { width:20rem;height:4.79980625rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #qgXRuz46aoC0Sne9mS7yKR6EFyILDHC9 { width:20rem;height:8.57225rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT { display:block; }#eZUSBqEwLOvVZLk2xiUnc3hsiOGiJfBT > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Umusvgqr4v8rmS3cotawm7FIZuE6UZrc { width:20rem;height:12.5rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Osq9V7uEwKmVwI9TiWTdMBB4uiU09p6u { width:20rem;height:12.5rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItlDu1iBFzRCWolxoKUVRwuDHr8xOacT { width:20rem;height:12.5rem;top:59.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTSAaZBvtCADJdnJbAV37na9rNawNZ64 { width:20rem;height:12.5rem;top:59rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G60svDWf4g0DG9nIVEWKTDAr4hWnBGv8 { width:20rem;height:12.5rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yc3ExUqoIuEkB2NhNGK0rpdhZxQ4u3Fu { width:20rem;height:12.5rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVAPI2Nv6KAcaxhJlZUSQ8b1n3inAe0f { width:20rem;height:0;top:132.4653875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #JgUHLXRf4FdXMWPIVRgQ5IGxqyRhbSeV { width:20rem;height:0;top:92.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #h0lW4dpGC0uT1DpCmIW7TcKxRbrquxnU { width:20rem;height:0.125rem;top:75rem;left:0rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #v3cuei0rMKf4uiXyX0GTN5AIU8LdJvtU { width:20rem;height:0;top:134.41455078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #VMndHxoCBM3PeMvewoL9UPwFxKcfR6QE { width:20rem;height:0;top:100.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #GB6czgVC14Hq9wwVBbQoEfPZaFzQvwTP { width:20rem;height:0.125rem;top:76.375rem;left:0rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #N3EJ52xr58cR7GEsiusW4nv1NTEr4RXK { width:6.5rem;height:3.5rem;top:29.134765625rem;left:11.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #r1vCvR1a3nicH4Vk4appqESE0EIqlMVr { display:block; }
 }@media only screen and (max-width: 763px) { #lRzb29JZ6gMNBhsTXsTLekHETirPK8Xz { height:11.160125rem;width:20rem;top:62.5625rem;left:0rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #MKpkUFSQTZhKikoGti8W95Ulc4pz724E { height:11.1596875rem;width:20rem;top:77.75rem;left:0rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #OrrIiRsJWTIFyPr5SHBieyvth6i7mtEv { width:20rem;height:0;top:8.38623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #IpVEoQ40lCqatIVKQnwVzPLyJRPZpFAC { width:20rem;height:4.79980625rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WoqsiraL82BzbmPW05q40pnJGOQzxdwe { width:11.1875rem;height:4.6875rem;top:17.8125rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1wEhmoc8myiE9JIff5Q1kHEObdC87Xp { width:11.25rem;height:4.375rem;top:38.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma51DikHtmmhC2mB7lF3hB2wDZA10uQ5 { width:11.5rem;height:4.5625rem;top:58.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSe8cE6p5LQvVXOcOI4fmvLB5B9ADst { width:11rem;height:0;top:43.297375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #QhTe6RibF9Fuoz3PVRTmuiOx5Q0vNw7x { width:12.1875rem;height:0;top:98.94096875rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #BGM81pg5MExxLGNXoNUM9ZiE0BC8Nkl1 { width:12.1875rem;height:auto;top:30.4375rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #omlTXCdU8AA4UST1vWw6PHZwHfVHleTn { width:17.1875rem;height:2.4375rem;top:26.0625rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p46VbwTzscTS6kwF4vBysIKbHMRdM1Ml { width:17.4375rem;height:2.4375rem;top:45.9375rem;left:1.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwAsGVVDpDMwdPww5zCrFxON56bbTeu7 { width:17.1875rem;height:2.4375rem;top:67.1875rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CySvhbhzeerCbnOaa0zQxCTUNLKNH7EP { width:19rem;height:2.375rem;top:37.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFAPtZy5WalRVSQxavD82foL8lBKm5oI { display:block; }
 }@media only screen and (max-width: 763px) { #Q58xgLZqvZKomKTd2QevzlpheGys6WDw { width:19rem;height:2.375rem;top:38.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFHtAkuvXbExs5X4XH5MyKme0qwhtBBZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ob2Vc3G8ZDumnMxlHyNB51VDAOzN6yTy { width:19rem;height:2.4375rem;top:38.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJAJAtt3w8WdqzfMZxGBplKJLFXUWIRz { display:block; }
 }@media only screen and (max-width: 763px) { #vZtQAcN0xUBRIKXwD6ygKHBoxnTDMZcK { width:20rem;height:2.51855625rem;top:76.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuQ2pqOfgqmG2BSZJ3i5sqA7SOQOtPMg { width:5.8125rem;height:2rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxzNOQFBwLFxSCUUqAlq6KUVFqAaObG3 { width:16.8125rem;height:1.6875rem;top:30.1875rem;left:1.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #CytEVMLXbpgtzP1wg8CTGIghHsTQhgXy { width:16rem;height:2.5625rem;top:30rem;left:2.25rem;z-index:15026;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEFXQCBRQWJ3rAKOWk35DxU7cmqfGmrt { display:block; }
 }@media only screen and (max-width: 763px) { #Oaa1WkJAoLf5ctzbWAtGHQBZZ5A014lp { width:15.5rem;height:2.6875rem;top:50.4375rem;left:2.25rem;z-index:15028;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4PpBWK475R9y2GtyXLHpUgvKBLTt89s { display:block; }
 }@media only screen and (max-width: 763px) { #CmXBglGVtDDRU9HFIsFkiWqsykkgB8HE { width:16.8125rem;height:1.6875rem;top:50.8125rem;left:1.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #X0CmduMidRGVHZ9GoQ1Q6tWVJapaVodg { width:15.5625rem;height:2.5rem;top:71.4375rem;left:2.25rem;z-index:15030;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTQtTT6r9UxoK8trX0TDG9XghZnBNce9 { display:block; }
 }@media only screen and (max-width: 763px) { #AsS8w8TdQKts8ZQlSOPam1ISr1h99ODW { width:16.8125rem;height:1.6875rem;top:71.625rem;left:1.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #s9415wxKVw5ADWuXVeZnNyHlKsLcRTPf { width:20rem;height:6.82325rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 { display:block; }#JVASNpL8hN5fxepMqHdMMQHC1DHTJLZ3 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilnzR8pJHTu2TL86cDJQB4kgvTwu1w8b { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeWKGaAf3FkIJ7X5TJiKtA0xlSpZCaBZ { width:20rem;height:0;top:31.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #s345ikE0ZlE8USSizv2VFXfoIPAU0mSw { width:20rem;height:4.6494125rem;top:25.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C9akQBEhvrWxT1pDygOLoqfg04z7izIz { width:20rem;height:6.12305rem;top:31.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE { display:block; }#OZ9KtGcgdZqB5afBxgf1sXuphsEfhyXE > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:20rem;height:0;top:11.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:20rem;height:0;top:13.38720703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#666666;display:none; }
 }@media only screen and (max-width: 763px) { #L01IiyveCRnoZm1xSRA93NWrSK7Zg3lb { width:19.625rem;height:2.6875rem;top:57.5625rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #UGIQpWGTfrM72c8JAxXbkpthOGeJ6JtU { width:19rem;height:3.4375rem;top:58.125rem;left:0.5rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #DSFElgxzP6WTF9h3xhCyVQm1z4W9z0S2 { display:block; }
 }@media only screen and (max-width: 763px) { #pESTdnQrJ8RTqwysxTNp86yl68Cfe3SZ { height:11.1069375rem;width:20rem;top:2.9375rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #b6DCeIaxa3i2K1FdMweyUbWl4AgJ25Tn { width:17.9375rem;height:1.94970625rem;top:33.244140625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #b8tKLrTaStcx2mEzESWfZrHJ4oGbnIRm { width:20rem;height:0.125rem;top:31.13671875rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #XsQciL97XgA6JXLhydz4pEQXOemLhga7 { height:11.161178509532rem;width:20rem;top:4.38671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASVRbh6N4ZrGANOyWBo3kwVWf6Xfg6fv { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #GNIexDafisTsI8dZ1CtNdEzdkgvCl31n { width:20rem;height:7.9604375rem;top:15.29443359375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #P1TgKiFqf5cgaZRARKMcpykP5CtNZ8Kz { height:11.1596875rem;width:20rem;top:36.8125rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #mRT9T5CGkd2uqilRwIBNl82EXOQ1EoGy { width:20rem;height:5.6860375rem;top:50rem;left:0rem;font-size:0.875rem;z-index:15048;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VhUiqnHbbTbDp3WrUSlMMksiPLeLf1Om { width:19rem;height:3.4375rem;top:25.5rem;left:0.5rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #HzkEyWsXN8m61go1RxxQvTvFTkhQm8Xv { display:block; }
 }@media only screen and (max-width: 763px) { #ZaXp2lyLfXXiMMxGXZqI18tatsGTecSS { width:19.625rem;height:3.375rem;top:24.5625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #cxQJwdvuHZyW0T5g1ldkfTaSzMLisLI8 { width:20rem;height:0.125rem;top:63.25rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKUd4zIu41gAhSzciqpMJg1U6Nz06v8u { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXy4THodusq8b5U4QvGfzFGGz1E7ccQe { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHKUUTnVoJytb3ZsQsgrRfLlJKi07Hz6 { height:11.1069375rem;width:20rem;top:50.65673828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmQ35K2dCgV6lqONKEdzTBuAZBXa0T2q { height:11.1069375rem;width:20rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiUAk4oCbe4l1aqi8Ju9aWvgGatM4l85 { width:13.125rem;height:0;top:4.44921875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #IKoWk9QmXgUU74AWnqAzqSvWWunE0pdJ { width:11rem;height:0;top:1.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:20rem;height:0.125rem;top:21.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnGFOdycyNRvDghNhJQqpz8FCwly7hec { width:20rem;height:0.125rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmeFHZELRm9mAfZLxVcRqVSJfNb4fu4S { height:11.161125rem;width:20rem;top:11.79736328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2WlhXnzZAecIC052KD5zP9bB5vWOe6H { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCETdWX3b7AN1xxTSEHRNybtGx0hJaFN { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Vv48eddp0x4e6uPupXT956q30VF0TiVu { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKhO7h5W4msxikLNPgoQoxsQlUuRyRBh { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypRPfuDDqrEa9HKtIeHDK7qQMVb2wGbz { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaksxPF5cfAKTR4DSf8Okpe6b1CiI5FA { width:20rem;height:0.125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzpGr6TeBxi31acXgsp7vXktmWpZiUaE { width:20rem;height:0.125rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhOJanJrJ2IpaantfvBAxOFTSoB9Igdz { width:20rem;height:0.125rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1Tw3qzyC3pG2uTZ4wMkakBSAk5vQobd { width:20rem;height:0.125rem;top:69rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTSTPCuinuLIWNTJbAgaJMCwsGP0QCye { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsT0TeSRvrL5cKI0EP7KekhTf7kshLwr { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQVvcTcGWkPRXAVm0LSdNih1Aib7sN3N { width:20rem;height:0.125rem;top:127.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCTa1by7y9dWtJT0X1RkwUdHThCXlKii { width:20rem;height:0;top:44.3569375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dakQ8SCCR0i7sLLzF3qXM3prUamHVF4F { width:19rem;height:2.375rem;top:5.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GA7BSxi9S5vb8uW7HlRiMtLFJWlMvThu { display:block; }
 }@media only screen and (max-width: 763px) { #qJVz3iUkewEg2WdUdzAe0uAbaxdGhRZw { width:20rem;height:0;top:15.97509765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hcCyzimf8sAszxcwcnVEG6QJZ5Zv2bZk { width:19rem;height:2.375rem;top:63.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUC9Nw3ZyKVTDrZs1WQawV5cTMPDbdl6 { display:block; }
 }@media only screen and (max-width: 763px) { #BqGA8GBokvGgm89UrORkOGk0RzmV8VJk { width:20rem;height:0;top:65.8676875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MFnrcTIFW4yzLulgyWCVTtxz8GHStouu { width:19rem;height:2.375rem;top:121.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpBpMhGdAi9geIVTRTyqq6EODvC26OmN { display:block; }
 }@media only screen and (max-width: 763px) { #CrfTSdbNMEJDItzszGbDNZX6VIQrHt3g { width:20rem;height:0;top:51.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #phFKpLRlWx5yzi1xkTPgF3T5SUsoWSru { width:19rem;height:2.375rem;top:180.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWKxZaOnRZTa8y2gIe2UhorT3ZeNqK9F { display:block; }
 }@media only screen and (max-width: 763px) { #PEPWF4n0XOIPahVUi00lGGMBCwMhkWOF { height:11.1596875rem;width:20rem;top:3.0625rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #U2VTQHyex909FIoTo7Ioh0FUwy27ARFl { width:19rem;height:3.4375rem;top:24rem;left:0.625rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #PuJmBfANlM1iErvu8wAgP7N8GLHtcuoQ { display:block; }
 }@media only screen and (max-width: 763px) { #bOclH7LxthzIldQg0OPw7sH2OkGwJqli { width:19.625rem;height:3.25rem;top:23.3125rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TI93MtRXoOpTU9QapHh5Lp8fo0IzeB57 { width:17.9375rem;height:1.94970625rem;top:30.67578125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #rpC9TBZP57CCezvzBTnN9RcJagSV4DPG { width:20rem;height:0.125rem;top:28.875rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #BVacAc01okSzMOvHbRQaE4qoIfrQEF0T { width:19rem;height:3.4375rem;top:53.75rem;left:0.5rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #GlH57GZpbXH7MHuGWZXNIviCgfy9PLWS { display:block; }
 }@media only screen and (max-width: 763px) { #QXOqJODnVvu84pBcsTk6kcV4zRqEvCWz { width:19.625rem;height:2.9375rem;top:53.1875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #VgJEW2yQpVW9NCTkp7MCB9NDHXvRlJ6p { width:20rem;height:0.125rem;top:58.9375rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #yryrxhQRxTo2ZAlUh12peGyIilcewdyS { width:20rem;height:5.6860375rem;top:16rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #CRmLGGLJxDJXwsoKBLRNHvXDGvqnfTv6 { width:20rem;height:4.548825rem;top:46.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #w5prTwZDfLt7OoVSM2vx0SDrkveIoq8O { width:17.5rem;height:3.4375rem;top:60.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzWAyezJs4Mk37muTmKvI1MEz6dQhxJX { display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:20rem;height:102.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:20rem;height:1.50035625rem;top:33.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRDEgaP4g8Iw6s5INMUJH8LbQSnlNB { width:20rem;height:0;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:none; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:20rem;height:3rem;top:52.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd5kKLSe77twvLrBJDQ7dyhIXbaBUa3X { width:20rem;height:5.5996125rem;top:56.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:20rem;height:0;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#666666;display:none; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:20rem;height:3rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:20rem;height:3.44970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vdohLrZ1bpZcPULLVRKK2VA1HyEQLMpF { width:17.125rem;height:3rem;top:63.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK840NCkTrMDEWB79ganrTqoe5Vb6ETd { display:block; }
 }@media only screen and (max-width: 763px) { #vU99XDZphwNo8XIWvs8OWfdrSyLREzRV { width:7.1875rem;height:7.1875rem;top:5.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtFQHkR8AJdPZi1vGJJGOO6zhoSK6TK { width:7.1875rem;height:7.1875rem;top:25.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhzHlgOxcLSWKAxvn77zmRXTNc974U0x { width:7.1875rem;height:7.1875rem;top:44.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8zXeA5ZpGmclJR0GUDwx9hceGgTzba { width:20rem;height:13.252525252525rem;top:85.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm3nVzy7oSpMe6D7e6SGEJn0P8mQzPPI { width:16.9375rem;height:11.6875rem;top:87.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0K19lDF0kJ4bckMomUeIwW7NdP0AXu { width:20rem;height:13.225806451613rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzvWHnfQHKlGOU9fz2Ru82wSpGTwtywK { width:16.9375rem;height:11.75rem;top:70.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5aT10DBScNlZTX0drSEmcesqZJrLX8b { width:20rem;height:6.12305rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #LGUsvJ7xCoAHU7WXKb5Oue9nfA42T9p7 { width:20rem;height:4.8984375rem;top:36.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp { display:block; }#Vk3wTi7hd0muaX3XHsVc9ewuZ7PUnkhp > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soEtxLEsRyG0smthdovVShZgEzNKPIpe { width:20rem;height:4.54980625rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPBDp84Ut1z3tVX0lGL3KQgZZ17PWUn0 { width:19.9375rem;height:2.03125rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh6FqPFNmG397nBCb9fSCqnrQdHKppEI { width:19.9375rem;height:9.098625rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkLZRlv6UQXkXimks1iUMUUkUxUvlNx { width:19.9375rem;height:2.03125rem;top:20.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinPdQ8oB4xtAcoyuQvq9XCUQA7yGh2k { width:20rem;height:7.7988125rem;top:11.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dhQJFbfMqVcgbribGp9mBJaq6XHGC6 { width:19rem;height:3.5rem;top:35.0625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKbinto8lhnbl6w99tM7SOP0fJtVXr1m { display:block; }
 }@media only screen and (max-width: 763px) { #bA8EGB3dUqE6V3X7aPdViVXduaazTSEd { display:block; }#bA8EGB3dUqE6V3X7aPdViVXduaazTSEd > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIxWLVBunGVGhoagzNHkAm5NRb8oRmMn { width:20rem;height:3.8994125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeSRlb5BhKSNu9LmhLc8Chmsw2J9sbGh { width:18.875rem;height:12.25rem;top:6.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqhrvI3T60pbB6AXwia0zZbi2dLP23KI { width:18.6875rem;height:12.4375rem;top:18.625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNFCNyK1m1lo9RyUPIwtCtZSkbOMA2h { width:18.875rem;height:12.625rem;top:43.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8Ec6RGUv5fBWkiLVznb41ak6BKzzwn { width:18.75rem;height:12.4375rem;top:68.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eae7edd8FgrV5rU7NU5H1DTJ5kE9quQM { width:18.9375rem;height:12.625rem;top:56.0625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXOOSo5F14xaZz9MPoPuahaX83RyEti { width:18.9375rem;height:12.5625rem;top:31rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:4rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:17.5rem;height:auto;top:42.6728515625rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:17.5rem;height:auto;top:42.6728515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #uJqZITsxKpM2X0TSvfTZVPtm79nRqzMI {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #dyMHVZLEEMZJ9CkEpH59Gg58y7ZFf2yT {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #E1sInT2ycdMT2uW44lxLPe3rGwWTmmqW {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #l0H70oTnbDSKgxN7964IDvtTJ165GwhZ {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #cAPafyEeDcQT2QWuS0ohJGc8JKI94w5T {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #yNSiXPoN7ICySE2d3d8JKtK36dr44qMP {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #poFIDCDFWrXVfb3tTilZDoMz0RyQEtAi {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ATS3FGWocom32xmVtXGPpT69ksDon5Ho {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #ywQTUO9U1biWRvU3mXGm6BXDK3fvKlK4 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #kzfLpfkK9Qo82XADhcP0STKWNZ4pQsBq { width:17.3125rem;height:3.5625rem;top:63.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:4.72411875rem;top:1.9228515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:14.625rem;height:0;top:44rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#717171;display:none; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:45.4619140625rem;left:1.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:42.625rem;left:2.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:14.625rem;height:1.4624rem;top:75.75rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:14.625rem;height:1.4624rem;top:79.3125rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:75.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:78.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:71.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OU0n1bzQNfXkvwyz1JkDd0qV4tf7HNyg { width:20rem;height:8.53125rem;top:34.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXsPgMBpUHn3yQOkwuCNVviVnnmkGFbS { display:flex;width:1.6875rem;height:1.6875rem;top:79.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #VrOso8bA4SJwnUV2vvBdwwCTg105XXH7 { display:flex;top:75.6875rem;left:1.4375rem;width:1.625rem;height:1.625rem;z-index:15044; }
 }@media only screen and (max-width: 763px) { #a8mlLpWO215pL6FoN8ZzuPTy5IMQ3Bcw { display:flex;top:72.125rem;left:1.125rem;width:2.0625rem;height:2.0625rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #pCSkrMsDCGdIv5l0IAx0b870RekngzZR { width:14.625rem;height:1.4624rem;top:72.3125rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Te59RrOTdMaEyBT6qBsi2m05BgBTtQ3z { width:20rem;height:25.0536875rem;top:8.4462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:6.6875rem;height:1.13769375rem;top:1.5rem;left:13.3125rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#717171;display:block; }
 }