.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:225,235,245;--color-primary-1:164,196,224;--color-primary-2:103,156,203;--color-primary-3:6,94,166;--color-primary-4:1,90,169;--color-secondary-0:220,242,225;--color-secondary-1:137,210,156;--color-secondary-2:19,165,56;--color-secondary-3:10,83,28;--color-secondary-4:3,25,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/41579b11-e37f-42dc-8ff7-6badd421ee28/banner_desktopcopy2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.adaptive-delivery-prevent-bg, #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.lazyload, #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl.lazyloading { background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { background-color: transparent; background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .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); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { border-width: 0; border-radius: 0; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#yzppWH88TIKXhbHPTmqgIbzJS7Vquk6s { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:7.9375rem;width:39.125rem;top:8.4993495941163rem;left:0rem;display:block; }
#D7sLK1kPR73dTMwvMMkITpVgv94DuIbT { position:absolute;display:block;z-index:14998;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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:12.6875rem;width:39.125rem;top:11.624349594116rem;left:0rem;display:block; }
#uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.2979602813721rem;left:1.9954433441162rem;height:6.150175rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sodwx2MeBVx65CZRSf2yb0Bwv6tHQKEV { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.835287094116rem;left:1.9965267181396rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { color:rgba(var(--color-primary-3),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:19.018749237061rem;left:4.9375rem;height:0;font-style:normal;display:block; }
#wA4QLWLRvhUyHTq2aTHLNL3KU3PbORnN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.3310546875rem;left:1.71875rem;height:7.6494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lxXAzgdwCiQIaVnwvtSJFRSo1eyydipE { position:absolute;display:block;z-index:15020;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:5.625rem;width:11.9375rem;top:17.810331344604rem;left:1.9965267181396rem;overflow:hidden;display:block; }
#mfypCD0TrTGM0689eUbUWRdsNwm7b3rz { background-color:rgba(var(--color-primary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.125rem;height:6.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.437284469604rem;left:0rem;display:block; }
#KQdTmszwgfWRlG7fWOJRuDWXZZ8lIizw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:8.875rem;width:39.125rem;top:3.3116321563721rem;left:0rem;display:block; }
#H4F7qtBOfvmaTlxvLH1QkpfrbQo914No { 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:42.9375rem;width:64rem;display:none; }
#NpRPpUvKP2u0xiJ8XPW9um7HbTELkLSn { color:rgba(var(--color-tertiary-0),1);display:block;width:27.061625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:26.435548782349rem;left:6.0319023132324rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v4ERw2KmU9y6eZ4P8luFPKa0MWL1QkzM { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:28.384332656861rem;left:6.0319023132324rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { position:relative;display:block; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { background-color: transparent; background-image: none; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container > .video-iframe-container { display: none; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row > .video-iframe-container { display: none; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .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); }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { border-width: 0; border-radius: 0; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .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; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .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:52.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; }#HBKW64T3rOCeTDMhH75bZTcgwTcbasGy { color:#015aa9;display:block;width:67.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5570755004882rem;left:3.6545143127441rem;height:4.5486125rem;text-align:center;text-align-last:center;display:block; }
#WPpfKpw0kaMieClNvbeC798BeTyl8O0h { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:10.8125rem;width:62.4375rem;top:27.436199188233rem;left:6.2489166259766rem;display:block; }
#QLdtvsFvitqkUluycrf6fBrmnlRfMzVG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:11.75rem;width:62.4375rem;top:31.185982704163rem;left:6.2717018127444rem;display:block; }
#bkZsnX62MdzpVhbnJgU28N52sEa92wl2 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:28.653648376465rem;left:11.812065124512rem;height:1.7252625rem;text-align:left;text-align-last:left;display:block; }
#QFFeETRV7UwfW0TLdpSqEQJwzBlT9KNO { position:absolute;display:block;z-index:15009;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:2.8125rem;width:2.625rem;top:27.997180938721rem;left:8.2877616882325rem;overflow:hidden;display:block; }
#hbpQOpBT7T34XwCzspqVXMrE90d7tpRw { color:#2a2a2a;display:block;width:61.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5520820617675rem;left:6.9672317504881rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#UOuAAmmacyefzL7dz45wuo3xrdLD8suG { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:15.499565124512rem;left:23.999565124512rem;height:2.548825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G4kxthTATRq9Tnv5HQmS5TTDdRud9MIh { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:13.561634063721rem;left:23.936634063721rem;height:1.94986875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UuSraxEvSTc4OnLgRzJavuymgkRgQmSL { background-color:rgba(var(--color-primary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.124375rem;height:6.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:12.562282562256rem;left:17.999134063721rem;display:block; }
#ImssRrvOBzqodmQ9t0v1H6BnUcw0iRHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IsSVR8veWXT5Pnzu6qsTFTG3tAOTLOMz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:34.282771110534rem;left:11.810981750488rem;height:3.2487rem;display:block; }
#ogSqx6a5Zzv31ureAUPQTOp5iDO4BChC { position:absolute;display:block;z-index:15010;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.8125rem;width:2.6875rem;top:34.001738548279rem;left:8.2552070617675rem;overflow:hidden;display:block; }
#yG5ClsoKX2U26cR9F8uTdOh0C50LIx0p { position:absolute;display:block;z-index:15012;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.5rem;width:3.5rem;top:34.156903266907rem;left:34.561634063721rem;overflow:hidden;display:block; }
#rR8MhTkxcPm23sLQKnJPg0JqCbFcRzPv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:34.282771110534rem;left:39.622398376465rem;height:6.4974rem;display:block; }
#p3e51hc9TCndHmdsKs83s2OoT03xrhtS { color:#2a2a2a;display:block;width:61.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.519098281861rem;left:6.9672317504881rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#aJbo7wNuXIFAa89g8utIATNfiqIE9NPd { color:#2a2a2a;display:block;width:61.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:45.792103767395rem;left:6.9672317504881rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { background-color: transparent; background-image: none; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container > .video-iframe-container { display: none; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row > .video-iframe-container { display: none; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .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); }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { border-width: 0; border-radius: 0; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#MoBz7f9pwJZokXIrI6smTdnDbWkG3eNP { color:rgba(var(--color-tertiary-0),1);display:block;width:59rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1236991882324rem;left:10.375rem;height:1.62435rem;font-style:normal;display:none; }
#JvrQqTIegCeJwgnRqiD7bwRwiXdxF6UB { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:30.25rem;width:40.1875rem;top:2.25rem;left:7.0625rem;display:block; }
#k3U8CAO9DGRBvKDcCMPagFLREQgzHBtI { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.19) ;height:30.25rem;width:42.0625rem;top:2.25rem;left:26.875rem;display:block; }
#XUMOFBhOt9HSVduetFa8OM5n7tJG8lVG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:8.8155384063719rem;left:11.624347686767rem;height:5.17578125rem;text-align:left;text-align-last:left;display:block; }
#Lcw0COdqvrluBGHiC3iOPb6otH3skK6T { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:3.8921432495117rem;left:33.911678314209rem;height:4.388025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCLi3kF0TTcJ3moE72SW7LRxwHkE0y0n { position:absolute;display:block;z-index:15023;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:5.1875rem;width:1.875rem;top:8.6861972808837rem;left:8.5687942504881rem;overflow:hidden;display:block; }
#TG1EcQL3LrChT71xEWMVCzgPBIBvMRUq { position:absolute;display:block;z-index:15013;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.4375rem;width:3.1875rem;top:4.3684902191162rem;left:28.440757751465rem;overflow:hidden;display:block; }
#ZTsoE4wZ7ZU9AxMyyPJ1KsuphIan4cf8 { 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.4375rem;width:2.875rem;top:9.6820755004881rem;left:28.597007751465rem;overflow:hidden;display:block; }
#XlBBBwc1fasLylDr40riMdzSq3Xio2P7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.9381523132325rem;left:33.911678314209rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PEBJv9SUKIzHUz2pdkQR6e8m9d38Ckg0 { position:absolute;display:block;z-index:15015;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:2.9375rem;width:3.1875rem;top:15.187717437744rem;left:28.815757751465rem;overflow:hidden;display:block; }
#IpVG7c4noxl1bU4Ta7b9zsUW8k0EqeOu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.460720062256rem;left:33.911678314209rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PX0d0QTJ7PgGmyCdypmhJVpccD91fLcZ { position:absolute;display:block;z-index:15016;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.875rem;width:2.9375rem;top:20rem;left:28.564453125rem;overflow:hidden;display:block; }
#UTnaU3eyhPyqD1F9NetZcbuOmMhP9XzC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.054252624512rem;left:33.911678314209rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LMRZroLXI7RVfTnDWwuoJX23AHMnaOuK { position:absolute;display:block;z-index:15017;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.25rem;width:3.125rem;top:26.507162094116rem;left:28.564453125rem;overflow:hidden;display:block; }
#wcaGCbxNpEtUpw6677uDox9GCR3hgxqM { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:26.257162094116rem;left:33.911678314209rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { position:relative;display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { background-color: transparent; background-image: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container > .video-iframe-container { display: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row > .video-iframe-container { display: none; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .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); }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { border-width: 0; border-radius: 0; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .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; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wDg09JLCBch3S7P9n9IbXxD11TgV1G4y { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:11.625rem;width:62.4375rem;top:1.4984817504882rem;left:6.25rem;display:block; }
#OO23w5exTxe35v12kaW0GuqxsLJ5cG2F { color:rgba(var(--color-tertiary-0),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:2.7918834686279rem;left:10.46875rem;height:1.7252625rem;text-align:center;text-align-last:center;display:block; }
#f1Q5Rrl59SNgS7y6rBWS5xPytRwIvemR { background-color:rgba(var(--color-primary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.124375rem;height:4.31206875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:6.432289123535rem;left:17.937282562256rem;display:block; }
#x3hbpXa9OVkAMhy7VG6yDpkVBuxmS8U0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPJ6i1txJXIMfXyF08IlwTTeEHEVbgxS { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:7.4652748107913rem;left:23.969184875488rem;height:2.24935rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#J5ZP5QDw4ZcRH1T5MJsAAhsBnx5EnZn4 { position:absolute;display:block;z-index:15030;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:2.43706875rem;width:2.5rem;top:7.3687076568606rem;left:23.433158874512rem;overflow:hidden;display:block; }
#Qz5oTGPgLoA4Trsie37IKZt8dh3GJq59 { color:#2a2a2a;display:block;width:51.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.910587310791rem;left:11.593967437744rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { 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; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:rgba(var(--color-tertiary-4),1);display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.2999125rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:rgba(var(--color-tertiary-4),1);display:block;width:9.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.783203125rem;left:49.373916625976rem;height:1.055775rem;text-align:left;text-align-last:left;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.783203125rem;left:60.248481750488rem;height:1.055775rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { display:block; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzppWH88TIKXhbHPTmqgIbzJS7Vquk6s { top:8.4375rem;left:0rem;width:39.125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7sLK1kPR73dTMwvMMkITpVgv94DuIbT { top:11.5625rem;left:0rem;width:39.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { top:4.25rem;left:0rem;width:36.4375rem;height:6.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sodwx2MeBVx65CZRSf2yb0Bwv6tHQKEV { top:12.8125rem;left:0rem;width:20.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { top:19rem;left:0rem;width:22.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA4QLWLRvhUyHTq2aTHLNL3KU3PbORnN { top:9.75rem;left:0rem;width:17.25rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxXAzgdwCiQIaVnwvtSJFRSo1eyydipE { top:17.75rem;left:0rem;width:11.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfypCD0TrTGM0689eUbUWRdsNwm7b3rz { width:39.125rem;height:6.875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQdTmszwgfWRlG7fWOJRuDWXZZ8lIizw { display:block; }
 }@media only screen and (max-width: 763px) { #wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { top:3.25rem;left:0rem;width:39.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4F7qtBOfvmaTlxvLH1QkpfrbQo914No { width:40.75rem;height:27.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpRPpUvKP2u0xiJ8XPW9um7HbTELkLSn { top:26.375rem;left:0rem;width:27rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4ERw2KmU9y6eZ4P8luFPKa0MWL1QkzM { top:28.375rem;left:0rem;width:27rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { display:block; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBKW64T3rOCeTDMhH75bZTcgwTcbasGy { top:1.5rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPpfKpw0kaMieClNvbeC798BeTyl8O0h { top:27.375rem;left:0rem;width:47.75rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdtvsFvitqkUluycrf6fBrmnlRfMzVG { top:31.125rem;left:0rem;width:47.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZsnX62MdzpVhbnJgU28N52sEa92wl2 { top:28.625rem;left:0rem;width:44.8125rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFFeETRV7UwfW0TLdpSqEQJwzBlT9KNO { top:27.9375rem;left:0rem;width:2.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbpQOpBT7T34XwCzspqVXMrE90d7tpRw { top:7.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOuAAmmacyefzL7dz45wuo3xrdLD8suG { top:15.4375rem;left:10.374565124512rem;width:27rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4kxthTATRq9Tnv5HQmS5TTDdRud9MIh { top:13.5rem;left:10.311634063721rem;width:27rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuSraxEvSTc4OnLgRzJavuymgkRgQmSL { width:39.0625rem;height:6.875rem;top:12.5rem;left:4.3741340637207rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImssRrvOBzqodmQ9t0v1H6BnUcw0iRHS { display:block; }
 }@media only screen and (max-width: 763px) { #IsSVR8veWXT5Pnzu6qsTFTG3tAOTLOMz { top:34.25rem;left:0rem;width:18.75rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogSqx6a5Zzv31ureAUPQTOp5iDO4BChC { top:34rem;left:0rem;width:2.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG5ClsoKX2U26cR9F8uTdOh0C50LIx0p { top:34.125rem;left:20.936634063721rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR8MhTkxcPm23sLQKnJPg0JqCbFcRzPv { top:34.25rem;left:20.6875rem;width:27.0625rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3e51hc9TCndHmdsKs83s2OoT03xrhtS { top:21.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJbo7wNuXIFAa89g8utIATNfiqIE9NPd { top:45.75rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV { display:block; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoBz7f9pwJZokXIrI6smTdnDbWkG3eNP { top:4.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvrQqTIegCeJwgnRqiD7bwRwiXdxF6UB { top:2.25rem;left:0rem;width:40.1875rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3U8CAO9DGRBvKDcCMPagFLREQgzHBtI { top:2.25rem;left:5.4375rem;width:42.0625rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUMOFBhOt9HSVduetFa8OM5n7tJG8lVG { top:8.8125rem;left:0rem;width:14.125rem;height:5.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcw0COdqvrluBGHiC3iOPb6otH3skK6T { top:3.875rem;left:19.625rem;width:28.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCLi3kF0TTcJ3moE72SW7LRxwHkE0y0n { top:8.625rem;left:0rem;width:1.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG1EcQL3LrChT71xEWMVCzgPBIBvMRUq { top:4.3125rem;left:14.815757751465rem;width:3.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsoE4wZ7ZU9AxMyyPJ1KsuphIan4cf8 { top:9.625rem;left:14.972007751465rem;width:2.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlBBBwc1fasLylDr40riMdzSq3Xio2P7 { top:9.9375rem;left:19.625rem;width:28.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEBJv9SUKIzHUz2pdkQR6e8m9d38Ckg0 { top:15.1875rem;left:15.190757751465rem;width:3.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpVG7c4noxl1bU4Ta7b9zsUW8k0EqeOu { top:14.4375rem;left:19.625rem;width:28.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX0d0QTJ7PgGmyCdypmhJVpccD91fLcZ { top:20rem;left:14.939453125rem;width:2.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTnaU3eyhPyqD1F9NetZcbuOmMhP9XzC { top:20rem;left:19.625rem;width:28.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMRZroLXI7RVfTnDWwuoJX23AHMnaOuK { top:26.5rem;left:14.939453125rem;width:3.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcaGCbxNpEtUpw6677uDox9GCR3hgxqM { top:26.25rem;left:19.625rem;width:28.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDg09JLCBch3S7P9n9IbXxD11TgV1G4y { top:1.4375rem;left:0rem;width:47.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO23w5exTxe35v12kaW0GuqxsLJ5cG2F { top:2.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Q5Rrl59SNgS7y6rBWS5xPytRwIvemR { width:39.0625rem;height:4.25rem;top:6.375rem;left:4.3122825622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3hbpXa9OVkAMhy7VG6yDpkVBuxmS8U0 { display:block; }
 }@media only screen and (max-width: 763px) { #aPJ6i1txJXIMfXyF08IlwTTeEHEVbgxS { top:7.4375rem;left:10.344184875488rem;width:27rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ZP5QDw4ZcRH1T5MJsAAhsBnx5EnZn4 { top:7.3125rem;left:9.8081588745119rem;width:2.5rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz5oTGPgLoA4Trsie37IKZt8dh3GJq59 { top:13.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:43.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2.75rem;left:35.748916625976rem;width:9.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2.75rem;left:33.4375rem;width:14.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl { background-color:transparent;background-image:none;display:block; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { background-color: transparent; background-image: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row > .video-iframe-container { display: none; }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .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); }#wbiLgTkvIxUt2SwwMTBb4RSiznC4V5rl > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzppWH88TIKXhbHPTmqgIbzJS7Vquk6s { width:20rem;height:6.06228125rem;top:11.507162094116rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #D7sLK1kPR73dTMwvMMkITpVgv94DuIbT { width:19.8123125rem;height:8.811875rem;top:14.425998687744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGnG1nZoLNJ58JkfnrwDsvl47Z9Duuif { width:17.3125rem;height:5.84765625rem;top:3.013671875rem;left:1.34375rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #Sodwx2MeBVx65CZRSf2yb0Bwv6tHQKEV { width:13.811875rem;height:1.349825rem;top:15.186633110046rem;left:1.0308160185814rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wDJSIhVkp0XTuV0UDmELXvRChd0sEmDK { width:8.625rem;height:0;top:45.359375rem;left:5.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA4QLWLRvhUyHTq2aTHLNL3KU3PbORnN { width:18.3125rem;height:3.2986125rem;top:9.8068580627444rem;left:1.0308160185814rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #lxXAzgdwCiQIaVnwvtSJFRSo1eyydipE { width:8.5623125rem;height:3.99956875rem;top:18.498264312744rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfypCD0TrTGM0689eUbUWRdsNwm7b3rz { width:19rem;height:5.5625rem;top:25.249567031861rem;left:0.49913197755814rem;font-size:1.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #KQdTmszwgfWRlG7fWOJRuDWXZZ8lIizw { display:block; }
 }@media only screen and (max-width: 763px) { #wVAL08fzKJcwX8XTXkHTXZZiEUk0scbl { width:20rem;height:5.9375rem;top:8.4884986877444rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #H4F7qtBOfvmaTlxvLH1QkpfrbQo914No { top:0rem;left:0rem;width:19.8125rem;height:13.25rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NpRPpUvKP2u0xiJ8XPW9um7HbTELkLSn { width:20rem;height:1.2000875rem;top:25.874567031861rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #v4ERw2KmU9y6eZ4P8luFPKa0MWL1QkzM { width:20rem;height:2.3990875rem;top:27.709419250488rem;left:0rem;font-size:2rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #rrAQwzQ9OFlTOBh09KJm96lwFNUocWra { display:block; }#rrAQwzQ9OFlTOBh09KJm96lwFNUocWra > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBKW64T3rOCeTDMhH75bZTcgwTcbasGy { width:18.75rem;height:7.714875rem;top:0.97330856323244rem;left:0.62500005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPpfKpw0kaMieClNvbeC798BeTyl8O0h { width:20rem;height:11.875rem;top:33.306424438953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdtvsFvitqkUluycrf6fBrmnlRfMzVG { width:19.875rem;height:18rem;top:39.721139907837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkZsnX62MdzpVhbnJgU28N52sEa92wl2 { width:14.436875rem;height:2.847225rem;top:34.889540970326rem;left:5.0065105557442rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QFFeETRV7UwfW0TLdpSqEQJwzBlT9KNO { width:2.9375rem;height:3.1875rem;top:34.743056595326rem;left:1.1295573115349rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hbpQOpBT7T34XwCzspqVXMrE90d7tpRw { width:18.811875rem;height:6.497375rem;top:10.014108657837rem;left:0.59353297948838rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOuAAmmacyefzL7dz45wuo3xrdLD8suG { width:20rem;height:2.3990875rem;top:20.292101860046rem;left:0rem;font-size:2rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #G4kxthTATRq9Tnv5HQmS5TTDdRud9MIh { width:20rem;height:1.2000875rem;top:18.609809875488rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UuSraxEvSTc4OnLgRzJavuymgkRgQmSL { width:19rem;height:5.5625rem;top:17.936199188233rem;left:0.50021702051162rem;font-size:1.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ImssRrvOBzqodmQ9t0v1H6BnUcw0iRHS { display:block; }
 }@media only screen and (max-width: 763px) { #IsSVR8veWXT5Pnzu6qsTFTG3tAOTLOMz { width:12.8125rem;height:2.599825rem;top:42.853951752186rem;left:5.0065105557442rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ogSqx6a5Zzv31ureAUPQTOp5iDO4BChC { width:2.5rem;height:3.5rem;top:42.402562439442rem;left:0.87456601858137rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yG5ClsoKX2U26cR9F8uTdOh0C50LIx0p { width:2.875rem;height:2.875rem;top:47.853734970093rem;left:1.1599393486977rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rR8MhTkxcPm23sLQKnJPg0JqCbFcRzPv { width:13.125rem;height:7.799475rem;top:47.853951752186rem;left:5.0065105557442rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #p3e51hc9TCndHmdsKs83s2OoT03xrhtS { width:18.499375rem;height:7.313375rem;top:24.563803911209rem;left:0.74978297948838rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJbo7wNuXIFAa89g8utIATNfiqIE9NPd { width:18.125rem;height:11.701375rem;top:59.605037689209rem;left:0.93750005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV { display:block; }#tiH3UrRvfH0N17oxBbCNO6gmXJELKkAV > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoBz7f9pwJZokXIrI6smTdnDbWkG3eNP { width:14.311rem;height:0;top:0.54036331176758rem;left:2.8439672589302rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #JvrQqTIegCeJwgnRqiD7bwRwiXdxF6UB { width:20rem;height:38.125rem;top:1.4605035781861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3U8CAO9DGRBvKDcCMPagFLREQgzHBtI { width:19.875rem;height:35.75rem;top:8.6111106872556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUMOFBhOt9HSVduetFa8OM5n7tJG8lVG { width:14.436875rem;height:4.27083125rem;top:2.8645820617676rem;left:5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lcw0COdqvrluBGHiC3iOPb6otH3skK6T { width:13.311625rem;height:5.19965rem;top:11.432292938233rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #QCLi3kF0TTcJ3moE72SW7LRxwHkE0y0n { width:1.25rem;height:3.18685rem;top:3.4049458503723rem;left:1.1230469346046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TG1EcQL3LrChT71xEWMVCzgPBIBvMRUq { width:3.18685rem;height:3.4375rem;top:11.556207656861rem;left:1.1230469346046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsoE4wZ7ZU9AxMyyPJ1KsuphIan4cf8 { width:2.87435rem;height:3.4375rem;top:18.240884780884rem;left:1.1230469346046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XlBBBwc1fasLylDr40riMdzSq3Xio2P7 { width:12.5rem;height:5.19965rem;top:17.923177719116rem;left:5.0000002980232rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #PEBJv9SUKIzHUz2pdkQR6e8m9d38Ckg0 { width:3.18685rem;height:2.93728125rem;top:24.958333969116rem;left:1.1230469346046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IpVG7c4noxl1bU4Ta7b9zsUW8k0EqeOu { width:14.3125rem;height:3.8997375rem;top:24.726564407349rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #PX0d0QTJ7PgGmyCdypmhJVpccD91fLcZ { width:2.6875rem;height:3.5rem;top:30.544704437256rem;left:1.1230469346046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UTnaU3eyhPyqD1F9NetZcbuOmMhP9XzC { width:15rem;height:5.19965rem;top:30.543621063233rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #LMRZroLXI7RVfTnDWwuoJX23AHMnaOuK { width:3.125rem;height:3.24978125rem;top:37.192930221558rem;left:1.1230469346046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wcaGCbxNpEtUpw6677uDox9GCR3hgxqM { width:13.9995625rem;height:3.8997375rem;top:37.192926406861rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 { display:block; }#yLqHDUzW8FGv6Q8fWXcSgN6RtcVrqSC8 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDg09JLCBch3S7P9n9IbXxD11TgV1G4y { width:20rem;height:13.4375rem;top:0.65863800048825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO23w5exTxe35v12kaW0GuqxsLJ5cG2F { width:15.4980625rem;height:5.17578125rem;top:1.6395359039307rem;left:2.2504342198372rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1Q5Rrl59SNgS7y6rBWS5xPytRwIvemR { width:18.9995625rem;height:4.31206875rem;top:7.9084167480469rem;left:0.49913197755814rem;font-size:1.4375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #x3hbpXa9OVkAMhy7VG6yDpkVBuxmS8U0 { display:block; }
 }@media only screen and (max-width: 763px) { #aPJ6i1txJXIMfXyF08IlwTTeEHEVbgxS { width:15.4980625rem;height:1.49956875rem;top:9.3142375946044rem;left:3.1868491768837rem;font-size:1.25rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #J5ZP5QDw4ZcRH1T5MJsAAhsBnx5EnZn4 { width:2.1875rem;height:2.125rem;top:8.6883697509762rem;left:1.5614150166511rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qz5oTGPgLoA4Trsie37IKZt8dh3GJq59 { width:20rem;height:3.8997375rem;top:15.517580032349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:1.055775rem;top:5.0996125rem;left:5.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:1.055775rem;top:7.4043rem;left:2.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }