.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:243,239,255;--color-primary-1:168,164,187;--color-primary-2:110,103,142;--color-primary-3:66,62,85;--color-primary-4:14,1,66;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:176,168,198;--color-tertiary-2:110,103,142;--color-tertiary-3:66,62,85;--color-tertiary-4:14,1,66;--headlines-font-family:"Euclid Circular A";--paragraphs-font-family:"Euclid Circular A"; }@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); }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e7e6ec;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row .container { background-color: transparent; background-image: none; }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row .container > .video-iframe-container { display: none; }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row > .video-iframe-container { display: none; }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .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); }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row .container { border-width: 0; border-radius: 0; }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#w9rlRqHgqfLK0Jdr9WIymJ97eN2f2rO5 { 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:1.6875rem;width:8.25rem;top:1.75rem;left:3.8125rem;display:block; }
#xyP9pzkGXEC6wnbVRhqPS8kHOwvk11T8 { 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.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.01953125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.115234375rem;left:65.625rem;display:block; }
#LJLnFIZD40VThvXDdk5EHlSG8x9gA0Uc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row .container { background-color: transparent; background-image: none; }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row .container > .video-iframe-container { display: none; }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row > .video-iframe-container { display: none; }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .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); }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row .container { border-width: 0; border-radius: 0; }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#HWbuWz3UNzIHfkm0TbnUqQRzw7vyrCHh { color:rgba(var(--color-primary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:9.375rem;left:3.75rem;height:1.79980625rem;font-style:normal;display:block; }
#OcUXgqVQV8dppLHE5xTyuOOGJt6uE9qh { 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:21.875rem;width:29.6875rem;top:7.5rem;left:45.3125rem;overflow:hidden;display:block; }
#tt7f9NBC1xU3Qp6R5d88aQ0LeN0VEQ6w { color:rgba(var(--color-tertiary-2),1);display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.1875rem;left:3.75rem;height:7.4238125rem;font-style:normal;display:block; }
#vdldgmMwO8tI4Ad1OtRuyGBbh1LXUy0O { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.5rem;left:3.75rem;display:block; }
#TouyQJfP3ZECwCoGFB2gezFHRMzaiSbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row .container { background-color: transparent; background-image: none; }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row .container > .video-iframe-container { display: none; }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row > .video-iframe-container { display: none; }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .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); }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row .container { border-width: 0; border-radius: 0; }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#Q3Sg4wav6CA96Zz0W983SIiwTM3n4zkI { position:absolute;display:block;z-index:15000;height:48.125rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row .container { background-color: transparent; background-image: none; }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row .container > .video-iframe-container { display: none; }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row > .video-iframe-container { display: none; }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .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); }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row .container { border-width: 0; border-radius: 0; }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#uF3z7TpOm4wTq3f1xylLuFyMS4KVJ7fq { box-sizing:content-box;height:41.875rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WRfxAdgKLxpTiXouExxKz8xrvBCgnTth { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:30.8125rem;left:3.4375rem;height:4.5rem;font-style:normal;display:block; }
#UQoU4f8ONhwdlC5Q3IGceL22tB9rzgIT { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:36.3125rem;left:3.4375rem;height:4.798825rem;display:block; }
#sOB0argy0QTlSI9fSSSJfmizTWhs3d61 { color:rgba(var(--color-primary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:30.811633110046rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#Z4P2IkmohPIvC0fHUUsgA2Pe8KAAFLHV { color:rgba(var(--color-primary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:36.3125rem;left:41.5rem;height:4.798825rem;display:block; }
#TkciNWS0T4E1kZTC2J8gt9R7Qq8ZiXLT { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:43.1875rem;left:41.5rem;display:block; }
#ToPsrilxpdyEtP62zrqpApVoFRifGoWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5iElCfZltGnkAF746uygbM5hnrwyHEn { 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:20.8125rem;width:30.0625rem;top:8.125rem;left:3.4375rem;overflow:hidden;display:block; }
#rabSs7HTk0x6BCVT4IuZ7T8L1et3tXNK { position:absolute;display:block;z-index:15007;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.8125rem;width:30.0625rem;top:8.125rem;left:41.5rem;overflow:hidden;display:block; }
#yZrzBvy9vTKAQuglPNhfVTEOkBQ72NPn { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:43.1875rem;left:3.4375rem;display:block; }
#KWXP1i7UChPzDRcRVgXNgwPCb8nJ5yxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVDu2Mkc7xmHZaC45VtPM3hk1pC6A4Ix { box-sizing:content-box;height:41.875rem;width:36.811rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.2500004768369rem;left:38.189018249512rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row .container { background-color: transparent; background-image: none; }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row .container > .video-iframe-container { display: none; }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row > .video-iframe-container { display: none; }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .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); }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row .container { border-width: 0; border-radius: 0; }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#lxlzQX3B9WRNP2evPoTHPJnUNyzx4PM7 { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25.375rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#dU60CtzmSpHtFdm7wL2Omx82sDXiEDLt { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:30.875rem;left:3.375rem;height:4.798825rem;display:block; }
#nZD0R4wtHUk4oMOsZrt751NAvo0IZneb { color:rgba(var(--color-primary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.375rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#fcKLVBv9BmZG3dLarmy3wW8kZCMRPCO3 { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:30.875rem;left:41.5rem;height:4.798825rem;display:block; }
#iotAoleoGrouiuy2dvQFF3dFMRXqD67f { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.625rem;left:41.5rem;display:block; }
#MyMtmzqoKTkN2os7BQVlUuvuLJC5dqsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LG9PEPp8f95odMgdfGS3pFrg5oXce0xQ { 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:20.8125rem;width:30.0625rem;top:2.5625rem;left:3.375rem;overflow:hidden;display:block; }
#E8lQZ9rdbvTAFyUfHH8D1WM8wbs03yra { position:absolute;display:block;z-index:15007;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.8125rem;width:30.0625rem;top:2.5625rem;left:41.5rem;overflow:hidden;display:block; }
#KNVFk5feoqgM1y72BE9gAUOG8zRIldZP { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.625rem;left:3.375rem;display:block; }
#dFU298V0iudIdiIgHZ07rLI7gyfUMa19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDyWh0hSBkuNErlkvKHQvLxNt9KxUXtc { box-sizing:content-box;height:41.875rem;width:36.8120625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:38.187934875488rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hVqaaT9OvtFaSk5HkfSfkoU900175nPi { box-sizing:content-box;height:41.875rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row .container { background-color: transparent; background-image: none; }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row .container > .video-iframe-container { display: none; }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row > .video-iframe-container { display: none; }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .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); }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row .container { border-width: 0; border-radius: 0; }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#ArOtiSCcB9XXrsTJHu5yGltnFsgkeTd1 { 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:12.375rem;width:11.8125rem;top:4.5rem;left:1.25rem;overflow:hidden;display:block; }
#Gm2PO7fP4peTCyRxzsqDREfz7BPWTCDp { 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:11.875rem;width:11.375rem;top:4.6875rem;left:62.75rem;overflow:hidden;display:block; }
#z1r77ih27vxhliOC1TTiP9Epi2EhWd9t { color:rgba(var(--color-primary-4),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:17.78125rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#fT8C64kIzqumH3HvPTSl786dmyeRi7Jv { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:14.625rem;left:31.3125rem;display:block; }
#MukXXD56Fe0C2LCIhNLetpXaqm5KUoBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy { position:relative;display:block; }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy { background-color: transparent; background-image: none; }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .row .container > .video-iframe-container { display: none; }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .row > .video-iframe-container { display: none; }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .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); }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy { border-width: 0; border-radius: 0; }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .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; }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zyNu2efwzIGOIZeC1SNZg6HydHuZ6bzJ { 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:29rem;width:37.125rem;top:2.875rem;left:37.875rem;overflow:hidden;display:block; }
#sy6ZmZvfXtn7eGTbk6mxXAZdqMc7zDBx { color:rgba(var(--color-primary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.1875rem;height:6.173825rem;font-style:normal;display:block; }
#KHBVopKneINA9kIEl844Kn3flz3vOi9R { color:rgba(var(--color-primary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:16.0625rem;left:4.1872825622559rem;height:10.5rem;display:block; }
#klgyu7eX0eirVknMt7eRAUriHFsGzwVo { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:27.625rem;left:4.1875rem;display:block; }
#CNNpS0o1mlZ2nvPK46RngaHd3K1CR7xE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiD7UoIIqeyBTHm0TV5rzTelxKiMIOh8 { 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:40rem;width:36rem;display:none; }
#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr { position:relative;display:block; }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr { background-color: transparent; background-image: none; }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .row .container > .video-iframe-container { display: none; }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .row > .video-iframe-container { display: none; }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .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); }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr { border-width: 0; border-radius: 0; }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .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; }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pX9ckk8Pq2EEazyg8ayNzSV45mEhxXEU { color:rgba(var(--color-primary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:41.5rem;height:8.5488125rem;font-style:normal;display:block; }
#OsxQ8buwACDz1QpwZXJ7DfIvwqb4GhBN { color:rgba(var(--color-primary-4),1);display:block;width:30.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:18.5625rem;left:41.5rem;height:10.5rem;display:block; }
#K2sITCWt4oBbTU5zwbBHZ76vnkn9PwW7 { position:absolute;display:block;z-index:15005;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:29rem;width:37.125rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#fs4E2lZF05iszectHJfuChBhpBTx9Q6o { background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:30.1875rem;left:41.5rem;display:block; }
#qB6FSmWTGMBo71IwbNwaqEO2iDGa1kNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXef2Nynvaw0dQRt2lcIVmJxq9hWhTUP { 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:40rem;width:36rem;display:none; }
#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row .container { background-color: transparent; background-image: none; }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row .container > .video-iframe-container { display: none; }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row > .video-iframe-container { display: none; }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .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); }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row .container { border-width: 0; border-radius: 0; }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#tErdo3PxtqkbGLzKLtNsEtL5kz8xxHBv { 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:13.4375rem;width:13.4375rem;top:3.75rem;left:4.25rem;overflow:hidden;display:block; }
#wTtFqkeXuCHuMSd5OTnQHaIH2ToJIx9V { 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:13.4375rem;width:13.4375rem;top:3.75rem;left:58.375rem;overflow:hidden;display:block; }
#StlI9BZPUaQ0Xs7SHA34wXxWAOmiLVbO { color:rgba(var(--color-primary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.8125rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#MhKCXDse6JLnPM12w9TFvTzML4BJ7sVb { 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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:14.125rem;left:31.3125rem;display:block; }
#TPQQCcTTbrHE1WvLuEZPhDDVCS5PhrBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row .container { background-color: transparent; background-image: none; }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row .container > .video-iframe-container { display: none; }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row > .video-iframe-container { display: none; }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .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); }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row .container { border-width: 0; border-radius: 0; }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#NEz0ckeZCh25hbZEyNSnT40V1wa5KCQn { box-sizing:content-box;height:22.8125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dLzwx0reSOwaCuVmk0E0mODzzI9HRusG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:32.5rem;top:7.9375rem;left:38.125rem;overflow:hidden;display:block; }
#rQ0453qEMVNpHGE5uyHKExmONqlDDM6s { color:rgba(var(--color-primary-4),1);display:block;width:31.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.9375rem;left:3.4375rem;height:2.25rem;font-style:normal;display:block; }
#FX2n8WhKhqTrRvSUsFEyQR5RlIFZWQx4 { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.1875rem;left:3.4375rem;height:6.3984375rem;display:block; }
#nswlQ1MnlSt67r9VtWJbuVz79PWCtgOK { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:23.875rem;left:3.4375rem;display:block; }
#z9iVWgA914sLvg2Ms2GE6rZEg1SKo5bx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row .container { background-color: transparent; background-image: none; }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row .container > .video-iframe-container { display: none; }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row > .video-iframe-container { display: none; }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .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); }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row .container { border-width: 0; border-radius: 0; }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#IHPGldvC2W58muEXnBSJkyiVqlflhI5r { color:rgba(var(--color-primary-4),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4375rem;left:41.5rem;height:2.25rem;font-style:normal;display:block; }
#i0i2Fn3E0BeGTqF9ku7M15gCRWikrbMB { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:9.75rem;left:41.5rem;height:7.9980625rem;display:block; }
#SDefsvsq3VDZPskIlZz9X9AM6EkGT7hl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:32.5rem;top:2.3125rem;left:3.375rem;overflow:hidden;display:block; }
#IPf139yyW8ZJO1CMOmwaCsec0pvic10D { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:20rem;left:41.5rem;display:block; }
#gzlI6NeJxyDAlq5cBuxOnbwhO99zIrQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSbxkWxXchwPKKKVdu5ANCFlkl1zXfI9 { box-sizing:content-box;height:22.8125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row .container { background-color: transparent; background-image: none; }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row .container > .video-iframe-container { display: none; }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row > .video-iframe-container { display: none; }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .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); }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row .container { border-width: 0; border-radius: 0; }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#I0sSl9ilCVUFWPqmJZDHgutypKvF0aFM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.625rem;width:32.5rem;top:2.3125rem;left:38.125rem;overflow:hidden;display:block; }
#u1L173OISrqJpXsUBGO7FTPSArBQ42OH { color:rgba(var(--color-primary-4),1);display:block;width:31.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.5rem;left:3.375rem;height:2.25rem;font-style:normal;display:block; }
#TFZTNJt0ctnxNqlgfw1NsTVkoG4gJ5MF { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.875rem;left:3.375rem;height:6.3984375rem;display:block; }
#hEKOuaZnUoynFzxxb7uhFb1flIOJsD0X { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:10.625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:18.5625rem;left:3.375rem;display:block; }
#pVZQlP0RMXPK46gGDezIox14RBtIx3C8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vISTKKwgQAPelGOyRW0TCfEiCTonNbdT { box-sizing:content-box;height:22.8125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp { position:relative;display:block; }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp { background-color: transparent; background-image: none; }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .row .container > .video-iframe-container { display: none; }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .row > .video-iframe-container { display: none; }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .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); }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp { border-width: 0; border-radius: 0; }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .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; }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5rem;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; }#XN2tvK6Mgb5EylgvC3T5BWzHeGVJkxFu { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gKV2FEHc5vACCwc31WQvJnBeRn6vyvri { 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:10.25rem;width:10.0625rem;top:7.2752685546875rem;left:0rem;overflow:hidden;display:block; }
#Nw3wVMB1XmVnlOyZRhtu6W6vnmRKTaDd { color:rgba(var(--color-secondary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:12.625rem;height:5.3984375rem;text-align:center;text-align-last:center;display:block; }
#aGLATGMv7ALVWd90vlEO1gWierleTTky { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.375rem;left:31.5625rem;display:block; }
#I7sznKs0bnrwfVIx1XVJ6wn5Ri1NUfB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MOJk0vFP9TTBghkhRBrpAFl6OPgUQ6bA { color:#000000;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:2.5625rem;top:12.5625rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk { display:block; }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9rlRqHgqfLK0Jdr9WIymJ97eN2f2rO5 { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyP9pzkGXEC6wnbVRhqPS8kHOwvk11T8 { width:9.375rem;height:3rem;top:1.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJLnFIZD40VThvXDdk5EHlSG8x9gA0Uc { display:block; }
 }@media only screen and (max-width: 763px) { #ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU { display:block; }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWbuWz3UNzIHfkm0TbnUqQRzw7vyrCHh { top:9.375rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcUXgqVQV8dppLHE5xTyuOOGJt6uE9qh { top:7.5rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt7f9NBC1xU3Qp6R5d88aQ0LeN0VEQ6w { top:12.1875rem;left:0rem;width:43.125rem;height:7.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdldgmMwO8tI4Ad1OtRuyGBbh1LXUy0O { width:9.375rem;height:3.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TouyQJfP3ZECwCoGFB2gezFHRMzaiSbZ { display:block; }
 }@media only screen and (max-width: 763px) { #OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ { display:block; }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3Sg4wav6CA96Zz0W983SIiwTM3n4zkI { top:1.5625rem;left:0rem;width:47.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 { display:block; }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uF3z7TpOm4wTq3f1xylLuFyMS4KVJ7fq { top:6.25rem;left:0rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRfxAdgKLxpTiXouExxKz8xrvBCgnTth { top:30.8125rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQoU4f8ONhwdlC5Q3IGceL22tB9rzgIT { top:36.3125rem;left:0rem;width:28.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOB0argy0QTlSI9fSSSJfmizTWhs3d61 { top:30.8125rem;left:19.9375rem;width:27.8125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4P2IkmohPIvC0fHUUsgA2Pe8KAAFLHV { top:36.3125rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkciNWS0T4E1kZTC2J8gt9R7Qq8ZiXLT { width:10.625rem;height:1.25rem;top:43.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToPsrilxpdyEtP62zrqpApVoFRifGoWL { display:block; }
 }@media only screen and (max-width: 763px) { #T5iElCfZltGnkAF746uygbM5hnrwyHEn { top:8.125rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rabSs7HTk0x6BCVT4IuZ7T8L1et3tXNK { top:8.125rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZrzBvy9vTKAQuglPNhfVTEOkBQ72NPn { width:10.625rem;height:1.25rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXP1i7UChPzDRcRVgXNgwPCb8nJ5yxr { display:block; }
 }@media only screen and (max-width: 763px) { #HVDu2Mkc7xmHZaC45VtPM3hk1pC6A4Ix { top:6.25rem;left:10.9375rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex { display:block; }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxlzQX3B9WRNP2evPoTHPJnUNyzx4PM7 { top:25.375rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU60CtzmSpHtFdm7wL2Omx82sDXiEDLt { top:30.875rem;left:0rem;width:28.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZD0R4wtHUk4oMOsZrt751NAvo0IZneb { top:25.375rem;left:17.6875rem;width:30.0625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcKLVBv9BmZG3dLarmy3wW8kZCMRPCO3 { top:30.875rem;left:19.3125rem;width:28.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iotAoleoGrouiuy2dvQFF3dFMRXqD67f { width:10.625rem;height:1.25rem;top:37.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyMtmzqoKTkN2os7BQVlUuvuLJC5dqsK { display:block; }
 }@media only screen and (max-width: 763px) { #LG9PEPp8f95odMgdfGS3pFrg5oXce0xQ { top:2.5625rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8lQZ9rdbvTAFyUfHH8D1WM8wbs03yra { top:2.5625rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNVFk5feoqgM1y72BE9gAUOG8zRIldZP { width:10.625rem;height:1.25rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFU298V0iudIdiIgHZ07rLI7gyfUMa19 { display:block; }
 }@media only screen and (max-width: 763px) { #ZDyWh0hSBkuNErlkvKHQvLxNt9KxUXtc { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVqaaT9OvtFaSk5HkfSfkoU900175nPi { top:0.6875rem;left:0rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EReiOawNosaZyZmgTSw22c6bhQmxuN { display:block; }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArOtiSCcB9XXrsTJHu5yGltnFsgkeTd1 { top:4.5rem;left:0rem;width:11.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm2PO7fP4peTCyRxzsqDREfz7BPWTCDp { top:4.6875rem;left:36.375rem;width:11.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1r77ih27vxhliOC1TTiP9Epi2EhWd9t { top:4.375rem;left:4.15625rem;width:39.4375rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8C64kIzqumH3HvPTSl786dmyeRi7Jv { width:9.375rem;height:3.125rem;top:14.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MukXXD56Fe0C2LCIhNLetpXaqm5KUoBK { display:block; }
 }@media only screen and (max-width: 763px) { #zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy { display:block; }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyNu2efwzIGOIZeC1SNZg6HydHuZ6bzJ { top:2.875rem;left:10.625rem;width:37.125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy6ZmZvfXtn7eGTbk6mxXAZdqMc7zDBx { top:9.0625rem;left:0rem;width:30.125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHBVopKneINA9kIEl844Kn3flz3vOi9R { top:16.0625rem;left:0rem;width:29.25rem;height:10.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klgyu7eX0eirVknMt7eRAUriHFsGzwVo { width:10.625rem;height:1.25rem;top:27.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNNpS0o1mlZ2nvPK46RngaHd3K1CR7xE { display:block; }
 }@media only screen and (max-width: 763px) { #hiD7UoIIqeyBTHm0TV5rzTelxKiMIOh8 { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbQRJCdOqk37rSVQIWEH7smNMowdhSrr { display:block; }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX9ckk8Pq2EEazyg8ayNzSV45mEhxXEU { top:9.0625rem;left:14.125rem;width:33.0625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsxQ8buwACDz1QpwZXJ7DfIvwqb4GhBN { top:18.5625rem;left:17.25rem;width:30.5rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2sITCWt4oBbTU5zwbBHZ76vnkn9PwW7 { top:2.9375rem;left:0rem;width:37.125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs4E2lZF05iszectHJfuChBhpBTx9Q6o { width:10.625rem;height:1.25rem;top:30.1875rem;left:27.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qB6FSmWTGMBo71IwbNwaqEO2iDGa1kNT { display:block; }
 }@media only screen and (max-width: 763px) { #hXef2Nynvaw0dQRt2lcIVmJxq9hWhTUP { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn { display:block; }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tErdo3PxtqkbGLzKLtNsEtL5kz8xxHBv { top:3.75rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtFqkeXuCHuMSd5OTnQHaIH2ToJIx9V { top:3.75rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StlI9BZPUaQ0Xs7SHA34wXxWAOmiLVbO { top:3.75rem;left:4.1875rem;width:39.375rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhKCXDse6JLnPM12w9TFvTzML4BJ7sVb { width:9.375rem;height:3.125rem;top:14.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPQQCcTTbrHE1WvLuEZPhDDVCS5PhrBL { display:block; }
 }@media only screen and (max-width: 763px) { #AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ { display:block; }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEz0ckeZCh25hbZEyNSnT40V1wa5KCQn { top:6.25rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLzwx0reSOwaCuVmk0E0mODzzI9HRusG { top:7.9375rem;left:15.25rem;width:32.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0453qEMVNpHGE5uyHKExmONqlDDM6s { top:11.9375rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2n8WhKhqTrRvSUsFEyQR5RlIFZWQx4 { top:15.1875rem;left:0rem;width:30.3125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nswlQ1MnlSt67r9VtWJbuVz79PWCtgOK { width:10.625rem;height:1.25rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9iVWgA914sLvg2Ms2GE6rZEg1SKo5bx { display:block; }
 }@media only screen and (max-width: 763px) { #gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB { display:block; }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHPGldvC2W58muEXnBSJkyiVqlflhI5r { top:6.4375rem;left:18.75rem;width:29rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0i2Fn3E0BeGTqF9ku7M15gCRWikrbMB { top:9.75rem;left:17.4375rem;width:30.3125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDefsvsq3VDZPskIlZz9X9AM6EkGT7hl { top:2.3125rem;left:0rem;width:32.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPf139yyW8ZJO1CMOmwaCsec0pvic10D { width:10.625rem;height:1.25rem;top:20rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzlI6NeJxyDAlq5cBuxOnbwhO99zIrQO { display:block; }
 }@media only screen and (max-width: 763px) { #ZSbxkWxXchwPKKKVdu5ANCFlkl1zXfI9 { top:0.6875rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX { display:block; }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0sSl9ilCVUFWPqmJZDHgutypKvF0aFM { top:2.3125rem;left:15.25rem;width:32.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1L173OISrqJpXsUBGO7FTPSArBQ42OH { top:6.5rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZTNJt0ctnxNqlgfw1NsTVkoG4gJ5MF { top:9.875rem;left:0rem;width:30.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKOuaZnUoynFzxxb7uhFb1flIOJsD0X { width:10.625rem;height:1.25rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVZQlP0RMXPK46gGDezIox14RBtIx3C8 { display:block; }
 }@media only screen and (max-width: 763px) { #vISTKKwgQAPelGOyRW0TCfEiCTonNbdT { top:0.6875rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp { display:block; }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN2tvK6Mgb5EylgvC3T5BWzHeGVJkxFu { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKV2FEHc5vACCwc31WQvJnBeRn6vyvri { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw3wVMB1XmVnlOyZRhtu6W6vnmRKTaDd { top:2.5rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLATGMv7ALVWd90vlEO1gWierleTTky { width:9.375rem;height:3.125rem;top:10.375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7sznKs0bnrwfVIx1XVJ6wn5Ri1NUfB9 { display:block; }
 }@media only screen and (max-width: 763px) { #MOJk0vFP9TTBghkhRBrpAFl6OPgUQ6bA { top:12.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mhBmkqWPwJD44TVVzdDw2qhuD4CRE9bk > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9rlRqHgqfLK0Jdr9WIymJ97eN2f2rO5 { top:1.69580078125rem;left:1.125rem;width:4.81055rem;height:0.982425rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xyP9pzkGXEC6wnbVRhqPS8kHOwvk11T8 { width:7.5rem;height:1.875rem;top:1.25rem;left:11.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJLnFIZD40VThvXDdk5EHlSG8x9gA0Uc { display:block; }
 }@media only screen and (max-width: 763px) { #ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU { display:block; }#ecbWXtKaPVqxvIJ2REJxI787w7TCWpXU > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWbuWz3UNzIHfkm0TbnUqQRzw7vyrCHh { width:15.625rem;height:3rem;top:6.75rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcUXgqVQV8dppLHE5xTyuOOGJt6uE9qh { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tt7f9NBC1xU3Qp6R5d88aQ0LeN0VEQ6w { width:15.9375rem;height:8.3984375rem;top:10.75rem;left:2rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vdldgmMwO8tI4Ad1OtRuyGBbh1LXUy0O { width:15rem;height:3.125rem;top:20.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TouyQJfP3ZECwCoGFB2gezFHRMzaiSbZ { display:block; }
 }@media only screen and (max-width: 763px) { #OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ { display:block; }#OZfFQIdfXlR04tCTK88XPO8HuTUafHtQ > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3Sg4wav6CA96Zz0W983SIiwTM3n4zkI { width:20rem;height:49.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 { display:block; }#i5BqdVxrNQNHa1JMdUAJPCShEMRmkmL7 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uF3z7TpOm4wTq3f1xylLuFyMS4KVJ7fq { width:17.9996875rem;height:31.3125rem;top:1.2394165992737rem;left:0.99934899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRfxAdgKLxpTiXouExxKz8xrvBCgnTth { width:15rem;height:3.29900625rem;top:15.875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UQoU4f8ONhwdlC5Q3IGceL22tB9rzgIT { width:15rem;height:7.9980625rem;top:20.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOB0argy0QTlSI9fSSSJfmizTWhs3d61 { width:15rem;height:3.29900625rem;top:47.125rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4P2IkmohPIvC0fHUUsgA2Pe8KAAFLHV { width:15rem;height:7.9980625rem;top:51.375rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkciNWS0T4E1kZTC2J8gt9R7Qq8ZiXLT { width:10.625rem;height:1.25rem;top:60.8125rem;left:2.5000000596046rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ToPsrilxpdyEtP62zrqpApVoFRifGoWL { display:block; }
 }@media only screen and (max-width: 763px) { #T5iElCfZltGnkAF746uygbM5hnrwyHEn { width:14.875rem;height:10.3125rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rabSs7HTk0x6BCVT4IuZ7T8L1et3tXNK { width:14.875rem;height:10.3125rem;top:35.3125rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZrzBvy9vTKAQuglPNhfVTEOkBQ72NPn { width:10.625rem;height:1.25rem;top:29.625rem;left:2.5000000596046rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KWXP1i7UChPzDRcRVgXNgwPCb8nJ5yxr { display:block; }
 }@media only screen and (max-width: 763px) { #HVDu2Mkc7xmHZaC45VtPM3hk1pC6A4Ix { width:18rem;height:30.125rem;top:33.9375rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex { display:block; }#b1mf3sux6OgMPQAUbe9Rp9Fq8M0Et4Ex > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxlzQX3B9WRNP2evPoTHPJnUNyzx4PM7 { width:14.6875rem;height:3.29900625rem;top:13.875rem;left:2.4978299736977rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dU60CtzmSpHtFdm7wL2Omx82sDXiEDLt { width:15.625rem;height:9.597625rem;top:18.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZD0R4wtHUk4oMOsZrt751NAvo0IZneb { width:13.811875rem;height:4.94850625rem;top:46.875rem;left:2.4978299736977rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcKLVBv9BmZG3dLarmy3wW8kZCMRPCO3 { width:15rem;height:7.9980625rem;top:52.75rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iotAoleoGrouiuy2dvQFF3dFMRXqD67f { width:10.625rem;height:1.25rem;top:62.0625rem;left:2.4978299736977rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MyMtmzqoKTkN2os7BQVlUuvuLJC5dqsK { display:block; }
 }@media only screen and (max-width: 763px) { #LG9PEPp8f95odMgdfGS3pFrg5oXce0xQ { width:14.875rem;height:10.3125rem;top:2rem;left:2.4978299736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8lQZ9rdbvTAFyUfHH8D1WM8wbs03yra { width:14.875rem;height:10.3125rem;top:35rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNVFk5feoqgM1y72BE9gAUOG8zRIldZP { width:10.625rem;height:1.25rem;top:29.25rem;left:2.5000000596046rem;font-size:1rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dFU298V0iudIdiIgHZ07rLI7gyfUMa19 { display:block; }
 }@media only screen and (max-width: 763px) { #ZDyWh0hSBkuNErlkvKHQvLxNt9KxUXtc { width:18rem;height:31.875rem;top:33.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVqaaT9OvtFaSk5HkfSfkoU900175nPi { width:18rem;height:32rem;top:0.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EReiOawNosaZyZmgTSw22c6bhQmxuN { display:block; }#Z7EReiOawNosaZyZmgTSw22c6bhQmxuN > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArOtiSCcB9XXrsTJHu5yGltnFsgkeTd1 { width:6.3125rem;height:6.625rem;top:11.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm2PO7fP4peTCyRxzsqDREfz7BPWTCDp { width:6.125rem;height:6.5rem;top:12.1875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1r77ih27vxhliOC1TTiP9Epi2EhWd9t { width:13.75rem;height:7.796875rem;top:2.5rem;left:3.0625rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fT8C64kIzqumH3HvPTSl786dmyeRi7Jv { width:9.375rem;height:3.125rem;top:23.16734375rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MukXXD56Fe0C2LCIhNLetpXaqm5KUoBK { display:block; }
 }@media only screen and (max-width: 763px) { #zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy { display:block; }#zZQedsxzTB3sNdaCJnGEbhTkT73JZyLy > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyNu2efwzIGOIZeC1SNZg6HydHuZ6bzJ { width:17.9375rem;height:14.0625rem;top:2.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sy6ZmZvfXtn7eGTbk6mxXAZdqMc7zDBx { width:15.686875rem;height:5.3994125rem;top:25rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KHBVopKneINA9kIEl844Kn3flz3vOi9R { width:15rem;height:22.3945rem;top:31.375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #klgyu7eX0eirVknMt7eRAUriHFsGzwVo { width:10.625rem;height:1.25rem;top:55.75rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CNNpS0o1mlZ2nvPK46RngaHd3K1CR7xE { display:block; }
 }@media only screen and (max-width: 763px) { #hiD7UoIIqeyBTHm0TV5rzTelxKiMIOh8 { top:2.5rem;left:1rem;width:18rem;height:19.9375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GbQRJCdOqk37rSVQIWEH7smNMowdhSrr { display:block; }#GbQRJCdOqk37rSVQIWEH7smNMowdhSrr > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pX9ckk8Pq2EEazyg8ayNzSV45mEhxXEU { width:15.625rem;height:5.3994125rem;top:25rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OsxQ8buwACDz1QpwZXJ7DfIvwqb4GhBN { width:15rem;height:27.193375rem;top:31.3125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K2sITCWt4oBbTU5zwbBHZ76vnkn9PwW7 { width:17.9375rem;height:13.4375rem;top:2.2536894679069rem;left:0.99934905767444rem;display:none; }
 }@media only screen and (max-width: 763px) { #fs4E2lZF05iszectHJfuChBhpBTx9Q6o { width:10.625rem;height:1.25rem;top:60.4375rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qB6FSmWTGMBo71IwbNwaqEO2iDGa1kNT { display:block; }
 }@media only screen and (max-width: 763px) { #hXef2Nynvaw0dQRt2lcIVmJxq9hWhTUP { top:2.5rem;left:0.99934905767444rem;width:18rem;height:20rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn { display:none; }#Ry80m5GHBsO9zzU3ofGDVVAViCpPTLVn > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tErdo3PxtqkbGLzKLtNsEtL5kz8xxHBv { width:10.0625rem;height:10rem;top:13.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTtFqkeXuCHuMSd5OTnQHaIH2ToJIx9V { width:10.0625rem;height:10rem;top:13.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StlI9BZPUaQ0Xs7SHA34wXxWAOmiLVbO { width:17.8125rem;height:5.8496125rem;top:2.5000009536743rem;left:1.0937500596046rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MhKCXDse6JLnPM12w9TFvTzML4BJ7sVb { width:9.375rem;height:3.125rem;top:14.125rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPQQCcTTbrHE1WvLuEZPhDDVCS5PhrBL { display:block; }
 }@media only screen and (max-width: 763px) { #AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ { display:block; }#AtfhSI01UW8EkfSh0u9Nstg28oVPSDuZ > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEz0ckeZCh25hbZEyNSnT40V1wa5KCQn { width:18rem;height:33.9375rem;top:2.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLzwx0reSOwaCuVmk0E0mODzzI9HRusG { width:14.75rem;height:8.9375rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ0453qEMVNpHGE5uyHKExmONqlDDM6s { width:13.186875rem;height:3.29900625rem;top:14rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FX2n8WhKhqTrRvSUsFEyQR5RlIFZWQx4 { width:15.625rem;height:12.796875rem;top:18.3125rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nswlQ1MnlSt67r9VtWJbuVz79PWCtgOK { width:10.625rem;height:1.875rem;top:32.5625rem;left:2.5000000596046rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z9iVWgA914sLvg2Ms2GE6rZEg1SKo5bx { display:block; }
 }@media only screen and (max-width: 763px) { #gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB { display:block; }#gVkGy5hFDs8RVXZakyb3FOiqWT1aQtIB > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHPGldvC2W58muEXnBSJkyiVqlflhI5r { width:14.6875rem;height:3.29900625rem;top:12rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i0i2Fn3E0BeGTqF9ku7M15gCRWikrbMB { width:15rem;height:14.3965rem;top:16.3125rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDefsvsq3VDZPskIlZz9X9AM6EkGT7hl { width:14.875rem;height:8.9375rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPf139yyW8ZJO1CMOmwaCsec0pvic10D { width:10.625rem;height:1.25rem;top:32.125rem;left:2.5000000596046rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #gzlI6NeJxyDAlq5cBuxOnbwhO99zIrQO { display:block; }
 }@media only screen and (max-width: 763px) { #ZSbxkWxXchwPKKKVdu5ANCFlkl1zXfI9 { width:18rem;height:34.875rem;top:0.4991340637207rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX { display:block; }#iqIHqQnDmnVNLFgaxvSTxoSv7cKVycTX > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0sSl9ilCVUFWPqmJZDHgutypKvF0aFM { width:14.75rem;height:8.9375rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1L173OISrqJpXsUBGO7FTPSArBQ42OH { width:15.7498125rem;height:1.6503875rem;top:12rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TFZTNJt0ctnxNqlgfw1NsTVkoG4gJ5MF { width:15.5625rem;height:12.796875rem;top:14.625rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKOuaZnUoynFzxxb7uhFb1flIOJsD0X { width:10.625rem;height:1.25rem;top:28.875rem;left:2.5000000596046rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pVZQlP0RMXPK46gGDezIox14RBtIx3C8 { display:block; }
 }@media only screen and (max-width: 763px) { #vISTKKwgQAPelGOyRW0TCfEiCTonNbdT { width:18rem;height:31.625rem;top:0.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp { display:block; }#RDMW7QXfgdK7rdxAu8TlLU6C3vN4qnvp > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN2tvK6Mgb5EylgvC3T5BWzHeGVJkxFu { width:20rem;height:18.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKV2FEHc5vACCwc31WQvJnBeRn6vyvri { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nw3wVMB1XmVnlOyZRhtu6W6vnmRKTaDd { width:15rem;height:7.5rem;top:2.5rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aGLATGMv7ALVWd90vlEO1gWierleTTky { width:14.895833375rem;height:3.125rem;top:11.5rem;left:2.4999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7sznKs0bnrwfVIx1XVJ6wn5Ri1NUfB9 { display:block; }
 }@media only screen and (max-width: 763px) { #MOJk0vFP9TTBghkhRBrpAFl6OPgUQ6bA { top:11.25rem;left:2.4055991768837rem;width:15.186625rem;height:0;z-index:15005;line-height:1.6;color:#ffffff;display:none; }
 }