.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:219,217,227;--color-tertiary-1:135,128,161;--color-tertiary-2:14,1,66;--color-tertiary-3:7,1,33;--color-tertiary-4:2,0,10;--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-secondary-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); }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL { 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; }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row .container { background-color: transparent; background-image: none; }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row .container > .video-iframe-container { display: none; }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row > .video-iframe-container { display: none; }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .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); }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row .container { border-width: 0; border-radius: 0; }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#tgfHcxvmzWVSxsbH3BoRdnynn5n3Irpr { 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; }
#hdSJAxyKEhkTGRpJRi3BUTdRCv6tdqct { 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.0625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:65.9375rem;display:block; }
#dgR7wfrTT2yVLZaqLMkHStdU1kvuvSHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b { 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; }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row .container { background-color: transparent; background-image: none; }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row .container > .video-iframe-container { display: none; }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row > .video-iframe-container { display: none; }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .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); }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row .container { border-width: 0; border-radius: 0; }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#CW8tzCT7BK0HXl8DOzehRslHZMAokdX3 { color:rgba(var(--color-tertiary-2),1);display:block;width:45.1875rem;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; }
#cPzs1oGkeVTuTannts6WgiE8IbPPdPbh { 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; }
#pwE2ESEE4N3FOrPxxE6QAI7gNZ49M7nr { color:rgba(var(--color-tertiary-2),1);display:block;width:45rem;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:4.1875rem;height:7.4238125rem;font-style:normal;display:block; }
#QzVNwJe3fHVv9TdNNTh8hUdbKWALmgZZ { 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:10.125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.5rem;left:3.75rem;display:block; }
#ygrOAVrfKJisDByPfscX8m4PkZiXEKCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA { 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; }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row .container { background-color: transparent; background-image: none; }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row .container > .video-iframe-container { display: none; }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row > .video-iframe-container { display: none; }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .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); }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row .container { border-width: 0; border-radius: 0; }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#OeCEp1fRqVupe7O0qQKot5I27wWRyZGR { position:absolute;display:block;z-index:15000;height:48.125rem;width:75rem;top:2.5rem;left:0rem;display:block; }
#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 { 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; }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row .container { background-color: transparent; background-image: none; }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row .container > .video-iframe-container { display: none; }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row > .video-iframe-container { display: none; }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .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); }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row .container { border-width: 0; border-radius: 0; }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#ZG9TNrSdFk6xiBdX0gyFMncdXBlZ4PWF { 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; }
#mKSsLQpQNnlC6gKB9GdIn9uyOJP8TVnH { color:rgba(var(--color-tertiary-2),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; }
#cDSSMrMKuLcCoCxmfmb7rRXSEQu9g0ye { color:rgba(var(--color-tertiary-2),1);display:block;width:30.3125rem;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; }
#cwn8vFpQIDPTwCfpZ7R26hL3xLmuBnx9 { color:rgba(var(--color-tertiary-2),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; }
#FUn962rGQqAf1TIaBHv626htHWHzcuev { color:rgba(var(--color-tertiary-2),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; }
#eNlkFJGaO9w4gJ2HAtbaSdli9SQlWvhm { 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:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:43.1875rem;left:41.5rem;display:block; }
#Pw6lfrkUJVoVPuNkxNwhqhfwOyzaQAot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hETUlnXyNoZ5CZ4uyOMVUaQepTdGZiJR { 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.625rem;width:30.0625rem;top:8.125rem;left:3.4375rem;overflow:hidden;display:block; }
#ySHhHM3TBsNSPoy0OwL62OMQzo9oUSGG { 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; }
#Lyi8vghJBdINygvoTyEZx6LDoy7zHtgy { 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:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:43.1875rem;left:3.4375rem;display:block; }
#c8CkIrSdCNG396Wp6AmlOrcU46Tkqt0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWxMZUUq8KDgcfiU6ZKyVvhLmP3yp7ua { 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; }
#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi { 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; }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row .container { background-color: transparent; background-image: none; }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row .container > .video-iframe-container { display: none; }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row > .video-iframe-container { display: none; }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .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); }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row .container { border-width: 0; border-radius: 0; }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#L4fbCXGFnskIEprWXDTc87bwNeI1rwKQ { color:rgba(var(--color-tertiary-2),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; }
#Cq80W2PTyldIbeTQGfLK9eErhurgdA3K { color:rgba(var(--color-tertiary-2),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; }
#LGImyshGnxqtvtLJ9uWBhWp1EDBcrkwK { color:rgba(var(--color-tertiary-2),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; }
#iNlLucEyg8e4C6q7NciKsKP2TyAcespW { color:rgba(var(--color-tertiary-2),1);display:block;width:30.375rem;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; }
#d51BiQLJ3f8wevANGi7KHFetovTmdqUs { 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:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.625rem;left:41.5rem;display:block; }
#oBqU44b1dX1kp2a1G42f7LkTyoBTQwmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ml4ylzt36mmJuBoQPEXFxSsDOD2gUMor { 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; }
#hhSZGBTVEzzHo8pqrvHay2dtFzm68SaK { 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; }
#JikIvd6XhzeQEvZJSoyuCLlh4eFxsVxA { 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:8.125rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.625rem;left:3.375rem;display:block; }
#xs4R7gLtVe11g4StVucDZtD5dMxCFAHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sHhJ4Sp6GUxOohVe4kASryTgoNZJW4NF { 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; }
#mf8JtOTILI9BH5dX6b155RLOTGNukfRH { 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; }
#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF { 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; }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row .container { background-color: transparent; background-image: none; }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row .container > .video-iframe-container { display: none; }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row > .video-iframe-container { display: none; }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .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); }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row .container { border-width: 0; border-radius: 0; }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#mmPJI6lmMq4WQ1S3QGLyX9DkRtnxMFuN { 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; }
#tSMBhBgcEXAu5aZCii0mhmxalMIQnnMP { 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; }
#Tqung5fH68ck5eykQzXcZwsIaVQJliD8 { color:rgba(var(--color-tertiary-2),1);display:block;width:45.3125rem;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:14.84375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#FFbTghRwV7EXOSlOMP1Ss53aAaC6XrhM { 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:10.125rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:14.625rem;left:32.4375rem;display:block; }
#ae5IBFkpxU1zz7vmUBSNQxyZgEyg504M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA { position:relative;display:block; }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA { background-color: transparent; background-image: none; }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .row .container > .video-iframe-container { display: none; }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .row > .video-iframe-container { display: none; }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .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); }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA { border-width: 0; border-radius: 0; }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .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; }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .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; }#TdgrZTtU7QL1VUiPTAZ1G3rli5FG3Qb6 { 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:38rem;overflow:hidden;display:block; }
#zhKmLUHSfCkNmNXO09ufbKPvwozq19RR { color:rgba(var(--color-tertiary-2),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; }
#oBLvrlR5S1M2PFuIG46T6g5udVM4anvX { color:rgba(var(--color-tertiary-2),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.0615234375rem;left:4.1875rem;height:9rem;display:block; }
#IOMrDkDO2Q7pDAwhqAdK2VV6XqUCMaqN { 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; }
#yRyp4Lhf1b1SG3nxTVB5Hlwl5T7PIpl8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:10rem;height:1.5625rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:26.1875rem;left:4.1875rem;display:block; }
#e1sfTbnZF3rwnOSKSvUgtArSACpWDO96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP { position:relative;display:block; }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP { background-color: transparent; background-image: none; }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .row .container > .video-iframe-container { display: none; }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .row > .video-iframe-container { display: none; }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .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); }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP { border-width: 0; border-radius: 0; }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .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; }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .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; }#GZIacySCaL4sFnoIn829hvroRrzUABSp { color:rgba(var(--color-tertiary-2),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:5.69921875rem;font-style:normal;display:block; }
#O8gwnnGXK3g39J0s1u0SrzWlpTR0SzMv { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5625rem;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:15.6875rem;left:41.5rem;height:7.5rem;display:block; }
#zGWd08zic6M5e5eEMwTzLz8KhWhEb8o6 { 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:37rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#HJQFqpL93be3Vuw4ve5pyxC0MqTANqt4 { color:#000000;display:block;width:15rem;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:9.0625rem;top:37.9375rem;left:8.0625rem;display:none; }
#D1XmJtJeuyyN4dxOER03oUR3mTqke9tR { 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; }
#LzEQaqEcGM94hVbwwIQQ3m5R69UyT1Ds { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:10rem;height:1.5625rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:24.25rem;left:41.5rem;display:block; }
#tletzV2WLrATlC3LuQSxyFx0eEyGCSSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW { 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; }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row .container { background-color: transparent; background-image: none; }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row .container > .video-iframe-container { display: none; }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row > .video-iframe-container { display: none; }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .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); }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row .container { border-width: 0; border-radius: 0; }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#lm5zrmKIeyuZXuxHrRCQ9TtVEFXZplIP { 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; }
#yWz8I4u3xd3rkOgWZ0IDrMcL3iKI0Idz { 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; }
#Fyv14Mrbfe3INaMu9XzGAWAoFUSTJXA2 { color:rgba(var(--color-tertiary-2),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; }
#fNXhFroKlTcgpsEtZq2r3QvL2f7hwbn3 { 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:10.125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.125rem;left:32.4375rem;display:block; }
#hKlGShybpPGCPLQ3GCVRAM837KtcTRf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 { 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; }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row .container { background-color: transparent; background-image: none; }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row .container > .video-iframe-container { display: none; }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row > .video-iframe-container { display: none; }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .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); }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row .container { border-width: 0; border-radius: 0; }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#Cws93eTOgZg4kNmJMAzZ0HIKQax7MInS { 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; }
#KDfQP8SQTMp2hUBzntfRTwe0uf2ZKBUg { 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.5rem;width:32.5rem;top:7.9375rem;left:38.125rem;overflow:hidden;display:block; }
#rg8bLJlThIcTRGe5AD1N6rvLF6mmoQpf { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3115234375rem;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; }
#b7UpzNBPDpqZeqzzKCGBLbxgsv90nRig { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;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:4.798825rem;display:block; }
#gfLDCttdosTdUAVBEOOTfbh252D4eRI8 { 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;overflow:hidden;position:absolute;width:10rem;height:2rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:22.375rem;left:3.4375rem;display:block; }
#sdSKsA91MQEmCebULzg37dUV8Ft2PTkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB { 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; }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row .container { background-color: transparent; background-image: none; }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row .container > .video-iframe-container { display: none; }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row > .video-iframe-container { display: none; }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .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); }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row .container { border-width: 0; border-radius: 0; }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#gq0tJsTIJIH2VMSNORZTKNrr3PQI2fCV { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;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; }
#sSQys5Tf9yLwdoDxGcohZE8tTdmE5RRK { color:rgba(var(--color-tertiary-2),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:9.75rem;left:41.5rem;height:6.3984375rem;display:block; }
#R9kqTv7uPfchX1yerHoewS93JwRnsHMJ { 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; }
#eWUr9aE9FMuB3oNKhIlk05RnbWTGOht6 { 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;overflow:hidden;position:absolute;width:10rem;height:1.5625rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:18.4375rem;left:41.5rem;display:block; }
#h0G9nzdpBh2v9kV6fF1NX2REFQ1bDWzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#US4BSIphTzNn7K2iTMiKki4e6JSd5bo5 { 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; }
#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV { 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; }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row .container { background-color: transparent; background-image: none; }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row .container > .video-iframe-container { display: none; }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row > .video-iframe-container { display: none; }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .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); }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row .container { border-width: 0; border-radius: 0; }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#lZC7pflFXrrW0m8STkN8QrFErLNKuQRU { 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.28125rem;left:38.125rem;overflow:hidden;display:block; }
#GrDTZvBT2iP3GbSkJpZP0uvilzd04cud { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3115rem;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; }
#taPLn62DK7M1sV10fwTaaCSwJFopp7iW { color:rgba(var(--color-tertiary-2),1);display:block;width:28.4375rem;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; }
#zfdPAQFqbpdTcqRJ5lyo2VFUmRRv0W9T { 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;overflow:hidden;position:absolute;width:10rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:18.5625rem;left:3.375rem;display:block; }
#Qa24ol495Dbw6maVyWlo7A4FKnIxkTar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZ9BxsoUTWr9n6LEpNd2VsGksTdTvbAJ { 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; }
#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves { position:relative;display:block; }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves { background-color: transparent; background-image: none; }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .row .container > .video-iframe-container { display: none; }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .row > .video-iframe-container { display: none; }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .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); }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves { border-width: 0; border-radius: 0; }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .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; }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .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; }#oEt5KNXVzTIoyOVc4PZrzaaccA1NvoTr { 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; }
#UnpZhTRUx98yS5HfrfOQUsf6ucslzB0Z { 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; }
#wmcuMCtfd55Uz7i31uJdf2PJPRFPoo3R { color:rgba(var(--color-secondary-0),1);display:block;width:45.625rem;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:16.281467437744rem;height:5.3984375rem;text-align:center;text-align-last:center;display:block; }
#GmklXzqmySuquC4VxHgRqlDTphRtaBLh { 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:8.875rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.375rem;left:33.0625rem;display:block; }
#GDOs0kIGJigQQO6DXBBuW6GVF0AVwu3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2IDuxHTeQJBw6iLIX994CEhqezbzsX4 { 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:3.1875rem;top:12.875rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL { display:block; }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgfHcxvmzWVSxsbH3BoRdnynn5n3Irpr { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdSJAxyKEhkTGRpJRi3BUTdRCv6tdqct { width:9.0625rem;height:3.125rem;top:1.0625rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgR7wfrTT2yVLZaqLMkHStdU1kvuvSHo { display:block; }
 }@media only screen and (max-width: 763px) { #V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b { display:block; }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW8tzCT7BK0HXl8DOzehRslHZMAokdX3 { top:9.375rem;left:0rem;width:45.1875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPzs1oGkeVTuTannts6WgiE8IbPPdPbh { top:7.5rem;left:18.0625rem;width:29.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwE2ESEE4N3FOrPxxE6QAI7gNZ49M7nr { top:12.1875rem;left:0rem;width:45rem;height:7.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzVNwJe3fHVv9TdNNTh8hUdbKWALmgZZ { width:10.125rem;height:3.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygrOAVrfKJisDByPfscX8m4PkZiXEKCz { display:block; }
 }@media only screen and (max-width: 763px) { #RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA { display:block; }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeCEp1fRqVupe7O0qQKot5I27wWRyZGR { top:2.5rem;left:0rem;width:47.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 { display:block; }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG9TNrSdFk6xiBdX0gyFMncdXBlZ4PWF { top:6.25rem;left:0rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKSsLQpQNnlC6gKB9GdIn9uyOJP8TVnH { top:30.8125rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDSSMrMKuLcCoCxmfmb7rRXSEQu9g0ye { top:36.3125rem;left:0rem;width:30.3125rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwn8vFpQIDPTwCfpZ7R26hL3xLmuBnx9 { 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) { #FUn962rGQqAf1TIaBHv626htHWHzcuev { top:36.3125rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNlkFJGaO9w4gJ2HAtbaSdli9SQlWvhm { width:8.125rem;height:1.5625rem;top:43.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw6lfrkUJVoVPuNkxNwhqhfwOyzaQAot { display:block; }
 }@media only screen and (max-width: 763px) { #hETUlnXyNoZ5CZ4uyOMVUaQepTdGZiJR { top:8.125rem;left:0rem;width:30.0625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySHhHM3TBsNSPoy0OwL62OMQzo9oUSGG { top:8.125rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyi8vghJBdINygvoTyEZx6LDoy7zHtgy { width:8.125rem;height:1.5625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8CkIrSdCNG396Wp6AmlOrcU46Tkqt0N { display:block; }
 }@media only screen and (max-width: 763px) { #TWxMZUUq8KDgcfiU6ZKyVvhLmP3yp7ua { top:6.25rem;left:10.9375rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi { display:block; }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4fbCXGFnskIEprWXDTc87bwNeI1rwKQ { top:25.375rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq80W2PTyldIbeTQGfLK9eErhurgdA3K { top:30.875rem;left:0rem;width:28.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGImyshGnxqtvtLJ9uWBhWp1EDBcrkwK { 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) { #iNlLucEyg8e4C6q7NciKsKP2TyAcespW { top:30.875rem;left:17.375rem;width:30.375rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d51BiQLJ3f8wevANGi7KHFetovTmdqUs { width:8.125rem;height:1.5625rem;top:37.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBqU44b1dX1kp2a1G42f7LkTyoBTQwmE { display:block; }
 }@media only screen and (max-width: 763px) { #ml4ylzt36mmJuBoQPEXFxSsDOD2gUMor { top:2.5625rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhSZGBTVEzzHo8pqrvHay2dtFzm68SaK { top:2.5625rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikIvd6XhzeQEvZJSoyuCLlh4eFxsVxA { width:8.125rem;height:1.5625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs4R7gLtVe11g4StVucDZtD5dMxCFAHQ { display:block; }
 }@media only screen and (max-width: 763px) { #sHhJ4Sp6GUxOohVe4kASryTgoNZJW4NF { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf8JtOTILI9BH5dX6b155RLOTGNukfRH { top:0.6875rem;left:0rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF { display:block; }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmPJI6lmMq4WQ1S3QGLyX9DkRtnxMFuN { top:4.5rem;left:0rem;width:11.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSMBhBgcEXAu5aZCii0mhmxalMIQnnMP { top:4.6875rem;left:36.375rem;width:11.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqung5fH68ck5eykQzXcZwsIaVQJliD8 { top:4.375rem;left:1.21875rem;width:45.3125rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFbTghRwV7EXOSlOMP1Ss53aAaC6XrhM { width:10.125rem;height:3rem;top:14.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5IBFkpxU1zz7vmUBSNQxyZgEyg504M { display:block; }
 }@media only screen and (max-width: 763px) { #iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA { display:block; }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdgrZTtU7QL1VUiPTAZ1G3rli5FG3Qb6 { top:2.875rem;left:10.625rem;width:37.125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhKmLUHSfCkNmNXO09ufbKPvwozq19RR { top:9.0625rem;left:0rem;width:30.125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBLvrlR5S1M2PFuIG46T6g5udVM4anvX { top:16rem;left:0rem;width:29.3125rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOMrDkDO2Q7pDAwhqAdK2VV6XqUCMaqN { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRyp4Lhf1b1SG3nxTVB5Hlwl5T7PIpl8 { width:10rem;height:1.5625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1sfTbnZF3rwnOSKSvUgtArSACpWDO96 { display:block; }
 }@media only screen and (max-width: 763px) { #o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP { display:block; }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZIacySCaL4sFnoIn829hvroRrzUABSp { top:9.0625rem;left:14.6875rem;width:33.0625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8gwnnGXK3g39J0s1u0SrzWlpTR0SzMv { top:15.6875rem;left:17.1875rem;width:30.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGWd08zic6M5e5eEMwTzLz8KhWhEb8o6 { top:2.9375rem;left:0rem;width:37rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJQFqpL93be3Vuw4ve5pyxC0MqTANqt4 { top:37.9375rem;left:0rem;width:15rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1XmJtJeuyyN4dxOER03oUR3mTqke9tR { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #LzEQaqEcGM94hVbwwIQQ3m5R69UyT1Ds { width:10rem;height:1.5625rem;top:24.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tletzV2WLrATlC3LuQSxyFx0eEyGCSSW { display:block; }
 }@media only screen and (max-width: 763px) { #FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW { display:block; }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm5zrmKIeyuZXuxHrRCQ9TtVEFXZplIP { top:3.75rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWz8I4u3xd3rkOgWZ0IDrMcL3iKI0Idz { top:3.75rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyv14Mrbfe3INaMu9XzGAWAoFUSTJXA2 { 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) { #fNXhFroKlTcgpsEtZq2r3QvL2f7hwbn3 { width:10.125rem;height:3.125rem;top:14.125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKlGShybpPGCPLQ3GCVRAM837KtcTRf8 { display:block; }
 }@media only screen and (max-width: 763px) { #yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 { display:block; }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cws93eTOgZg4kNmJMAzZ0HIKQax7MInS { top:6.25rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDfQP8SQTMp2hUBzntfRTwe0uf2ZKBUg { top:7.9375rem;left:15.25rem;width:32.5rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg8bLJlThIcTRGe5AD1N6rvLF6mmoQpf { top:11.9375rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7UpzNBPDpqZeqzzKCGBLbxgsv90nRig { top:15.1875rem;left:0rem;width:30.0625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfLDCttdosTdUAVBEOOTfbh252D4eRI8 { width:10rem;height:2rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdSKsA91MQEmCebULzg37dUV8Ft2PTkH { display:block; }
 }@media only screen and (max-width: 763px) { #SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB { display:block; }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gq0tJsTIJIH2VMSNORZTKNrr3PQI2fCV { top:6.4375rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSQys5Tf9yLwdoDxGcohZE8tTdmE5RRK { top:9.75rem;left:19.3125rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9kqTv7uPfchX1yerHoewS93JwRnsHMJ { top:2.3125rem;left:0rem;width:32.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWUr9aE9FMuB3oNKhIlk05RnbWTGOht6 { width:10rem;height:1.5625rem;top:18.4375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0G9nzdpBh2v9kV6fF1NX2REFQ1bDWzS { display:block; }
 }@media only screen and (max-width: 763px) { #US4BSIphTzNn7K2iTMiKki4e6JSd5bo5 { top:0.6875rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV { display:block; }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZC7pflFXrrW0m8STkN8QrFErLNKuQRU { top:2.3125rem;left:15.25rem;width:32.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrDTZvBT2iP3GbSkJpZP0uvilzd04cud { top:6.5rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taPLn62DK7M1sV10fwTaaCSwJFopp7iW { top:9.875rem;left:0rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdPAQFqbpdTcqRJ5lyo2VFUmRRv0W9T { width:10rem;height:1.5625rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa24ol495Dbw6maVyWlo7A4FKnIxkTar { display:block; }
 }@media only screen and (max-width: 763px) { #VZ9BxsoUTWr9n6LEpNd2VsGksTdTvbAJ { top:0.6875rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves { display:block; }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEt5KNXVzTIoyOVc4PZrzaaccA1NvoTr { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnpZhTRUx98yS5HfrfOQUsf6ucslzB0Z { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmcuMCtfd55Uz7i31uJdf2PJPRFPoo3R { top:2.5rem;left:2.125rem;width:45.625rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmklXzqmySuquC4VxHgRqlDTphRtaBLh { width:8.875rem;height:3.125rem;top:10.375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDOs0kIGJigQQO6DXBBuW6GVF0AVwu3G { display:block; }
 }@media only screen and (max-width: 763px) { #s2IDuxHTeQJBw6iLIX994CEhqezbzsX4 { top:12.875rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TNWVEBbOTMZAOThsT8AT9XdWg3hXgwcL > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgfHcxvmzWVSxsbH3BoRdnynn5n3Irpr { 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) { #hdSJAxyKEhkTGRpJRi3BUTdRCv6tdqct { 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) { #dgR7wfrTT2yVLZaqLMkHStdU1kvuvSHo { display:block; }
 }@media only screen and (max-width: 763px) { #V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b { display:block; }#V8aIGnZmMaNXmXGiW2kI1kyUHo9AsR0b > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW8tzCT7BK0HXl8DOzehRslHZMAokdX3 { width:15rem;height:4.5rem;top:6.8125rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPzs1oGkeVTuTannts6WgiE8IbPPdPbh { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwE2ESEE4N3FOrPxxE6QAI7gNZ49M7nr { width:15rem;height:8.3984375rem;top:12.4375rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QzVNwJe3fHVv9TdNNTh8hUdbKWALmgZZ { width:15rem;height:2.99805rem;top:22.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygrOAVrfKJisDByPfscX8m4PkZiXEKCz { display:block; }
 }@media only screen and (max-width: 763px) { #RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA { display:block; }#RhMT4kC0Sdsdv6AJCPL07wqcdbgKxHoA > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeCEp1fRqVupe7O0qQKot5I27wWRyZGR { width:20rem;height:49.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 { display:block; }#dHtcrbZccHhlDSgTvt6UmFtBTJbnrqp8 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG9TNrSdFk6xiBdX0gyFMncdXBlZ4PWF { width:18rem;height:34.375rem;top:0.93641471862794rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKSsLQpQNnlC6gKB9GdIn9uyOJP8TVnH { width:15rem;height:3.298825rem;top:14.375rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cDSSMrMKuLcCoCxmfmb7rRXSEQu9g0ye { width:15rem;height:11.19725rem;top:18.75rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwn8vFpQIDPTwCfpZ7R26hL3xLmuBnx9 { width:15rem;height:4.94824375rem;top:49.375rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUn962rGQqAf1TIaBHv626htHWHzcuev { width:15rem;height:9.597625rem;top:55.3125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNlkFJGaO9w4gJ2HAtbaSdli9SQlWvhm { width:7.8125rem;height:1.25rem;top:66.625rem;left:2.5000000596046rem;background-color:transparent;background-image:none;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pw6lfrkUJVoVPuNkxNwhqhfwOyzaQAot { display:block; }
 }@media only screen and (max-width: 763px) { #hETUlnXyNoZ5CZ4uyOMVUaQepTdGZiJR { width:15rem;height:10.375rem;top:2.5rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySHhHM3TBsNSPoy0OwL62OMQzo9oUSGG { width:15rem;height:10.375rem;top:37.500000715256rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyi8vghJBdINygvoTyEZx6LDoy7zHtgy { width:8.125rem;height:1.25rem;top:31.561414718628rem;left:2.5rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c8CkIrSdCNG396Wp6AmlOrcU46Tkqt0N { display:block; }
 }@media only screen and (max-width: 763px) { #TWxMZUUq8KDgcfiU6ZKyVvhLmP3yp7ua { width:18rem;height:33.875rem;top:36rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi { display:block; }#QxCUKnPZ7NfZSfRLG2tTeMpretNEFlgi > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4fbCXGFnskIEprWXDTc87bwNeI1rwKQ { width:15rem;height:4.94824375rem;top:13.875rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Cq80W2PTyldIbeTQGfLK9eErhurgdA3K { width:15rem;height:11.19725rem;top:19.75rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGImyshGnxqtvtLJ9uWBhWp1EDBcrkwK { width:15rem;height:4.94824375rem;top:50.125rem;left:2.5000000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNlLucEyg8e4C6q7NciKsKP2TyAcespW { width:15rem;height:11.19725rem;top:56.0625rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d51BiQLJ3f8wevANGi7KHFetovTmdqUs { width:8.125rem;height:1.25rem;top:68.75rem;left:2.5000000596046rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oBqU44b1dX1kp2a1G42f7LkTyoBTQwmE { display:block; }
 }@media only screen and (max-width: 763px) { #ml4ylzt36mmJuBoQPEXFxSsDOD2gUMor { width:15rem;height:10.375rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhSZGBTVEzzHo8pqrvHay2dtFzm68SaK { width:15rem;height:10.375rem;top:38.25rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikIvd6XhzeQEvZJSoyuCLlh4eFxsVxA { width:8.125rem;height:1.25rem;top:32.5rem;left:2.5000000596046rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xs4R7gLtVe11g4StVucDZtD5dMxCFAHQ { display:block; }
 }@media only screen and (max-width: 763px) { #sHhJ4Sp6GUxOohVe4kASryTgoNZJW4NF { width:18rem;height:35.25rem;top:36.75rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf8JtOTILI9BH5dX6b155RLOTGNukfRH { width:18rem;height:35.25rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF { display:block; }#bOP3Tp8nxQ9gfggexMdx0DZ4BySSqnZF > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmPJI6lmMq4WQ1S3QGLyX9DkRtnxMFuN { width:6.3125rem;height:6.625rem;top:11.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSMBhBgcEXAu5aZCii0mhmxalMIQnnMP { width:6.125rem;height:6.0625rem;top:12.15625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqung5fH68ck5eykQzXcZwsIaVQJliD8 { width:13.9375rem;height:7.796875rem;top:2.5rem;left:3.03125rem;font-size:1.625rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FFbTghRwV7EXOSlOMP1Ss53aAaC6XrhM { 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) { #ae5IBFkpxU1zz7vmUBSNQxyZgEyg504M { display:block; }
 }@media only screen and (max-width: 763px) { #iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA { display:block; }#iRtlt8xGc2mcDzNciUsWVe4d6xHf2REA > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdgrZTtU7QL1VUiPTAZ1G3rli5FG3Qb6 { width:18rem;height:20rem;top:2.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhKmLUHSfCkNmNXO09ufbKPvwozq19RR { width:15rem;height:5.3994125rem;top:25rem;left:2.5000000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oBLvrlR5S1M2PFuIG46T6g5udVM4anvX { width:15rem;height:17.5956875rem;top:31.375rem;left:2.5000000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IOMrDkDO2Q7pDAwhqAdK2VV6XqUCMaqN { top:2.5rem;left:0.99934905767444rem;width:18rem;height:19.9375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yRyp4Lhf1b1SG3nxTVB5Hlwl5T7PIpl8 { width:10rem;height:2.1875rem;top:49.5625rem;left:2.5rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e1sfTbnZF3rwnOSKSvUgtArSACpWDO96 { display:block; }
 }@media only screen and (max-width: 763px) { #o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP { display:block; }#o0RMwgQc79wwktvJwPhtuVBRMxm2tpDP > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZIacySCaL4sFnoIn829hvroRrzUABSp { width:15.75rem;height:7.19925rem;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) { #O8gwnnGXK3g39J0s1u0SrzWlpTR0SzMv { width:15.5620625rem;height:0;top:37.358944416046rem;left:2.2189670205116rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #zGWd08zic6M5e5eEMwTzLz8KhWhEb8o6 { width:18rem;height:20rem;top:2.4370770454407rem;left:0.99934905767444rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJQFqpL93be3Vuw4ve5pyxC0MqTANqt4 { top:33.125rem;left:2.5000000596046rem;width:15rem;height:11.19725rem;z-index:15006;color:#0e0142;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #D1XmJtJeuyyN4dxOER03oUR3mTqke9tR { top:2.5rem;left:1rem;width:18rem;height:19.9375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LzEQaqEcGM94hVbwwIQQ3m5R69UyT1Ds { width:10rem;height:2.1875rem;top:44.9375rem;left:2.5rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tletzV2WLrATlC3LuQSxyFx0eEyGCSSW { display:block; }
 }@media only screen and (max-width: 763px) { #FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW { display:block; }#FD9ehrKJJcvBuQFieURWA7xkUhnJu8pW > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm5zrmKIeyuZXuxHrRCQ9TtVEFXZplIP { width:7.5rem;height:7.5rem;top:12.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWz8I4u3xd3rkOgWZ0IDrMcL3iKI0Idz { width:7.5rem;height:7.4375rem;top:12.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fyv14Mrbfe3INaMu9XzGAWAoFUSTJXA2 { width:12.25rem;height:7.796875rem;top:2.4375rem;left:3.75rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fNXhFroKlTcgpsEtZq2r3QvL2f7hwbn3 { width:8.5625rem;height:3.125rem;top:8.375rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKlGShybpPGCPLQ3GCVRAM837KtcTRf8 { display:block; }
 }@media only screen and (max-width: 763px) { #yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 { display:block; }#yXywHESfTG0Z18TkGrTU0FgmZGzuLWu2 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cws93eTOgZg4kNmJMAzZ0HIKQax7MInS { width:18rem;height:30.625rem;top:1rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDfQP8SQTMp2hUBzntfRTwe0uf2ZKBUg { width:15rem;height:9rem;top:2.5rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg8bLJlThIcTRGe5AD1N6rvLF6mmoQpf { width:15.625rem;height:1.6494125rem;top:13rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b7UpzNBPDpqZeqzzKCGBLbxgsv90nRig { width:15rem;height:11.19725rem;top:15.625rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfLDCttdosTdUAVBEOOTfbh252D4eRI8 { width:8.125rem;height:1.25rem;top:28.3125rem;left:2.5000000596046rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sdSKsA91MQEmCebULzg37dUV8Ft2PTkH { display:block; }
 }@media only screen and (max-width: 763px) { #SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB { display:block; }#SWTBohD6BTtl5P5xlNDrCNPOviAhFUvB > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gq0tJsTIJIH2VMSNORZTKNrr3PQI2fCV { width:14.436875rem;height:1.6494125rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sSQys5Tf9yLwdoDxGcohZE8tTdmE5RRK { width:15rem;height:12.796875rem;top:15.125rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9kqTv7uPfchX1yerHoewS93JwRnsHMJ { width:15rem;height:9rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWUr9aE9FMuB3oNKhIlk05RnbWTGOht6 { width:7.5rem;height:1.25rem;top:29.375rem;left:2.5000000596046rem;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;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h0G9nzdpBh2v9kV6fF1NX2REFQ1bDWzS { display:block; }
 }@media only screen and (max-width: 763px) { #US4BSIphTzNn7K2iTMiKki4e6JSd5bo5 { width:18rem;height:32.375rem;top:0.5rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV { display:block; }#qFGQL2ie2XTSFr3J1BXHO3DenNzNW2kV > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZC7pflFXrrW0m8STkN8QrFErLNKuQRU { width:15rem;height:9rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrDTZvBT2iP3GbSkJpZP0uvilzd04cud { width:15.8745625rem;height:1.6494125rem;top:12.5rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #taPLn62DK7M1sV10fwTaaCSwJFopp7iW { width:15rem;height:11.19725rem;top:15.125rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdPAQFqbpdTcqRJ5lyo2VFUmRRv0W9T { width:7.5rem;height:1.25rem;top:27.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) { #Qa24ol495Dbw6maVyWlo7A4FKnIxkTar { display:block; }
 }@media only screen and (max-width: 763px) { #VZ9BxsoUTWr9n6LEpNd2VsGksTdTvbAJ { width:18rem;height:30.625rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves { display:block; }#hc6xGHdkI9BdHpSte7ZHLdnzdJO31Ves > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEt5KNXVzTIoyOVc4PZrzaaccA1NvoTr { width:20rem;height:18.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnpZhTRUx98yS5HfrfOQUsf6ucslzB0Z { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmcuMCtfd55Uz7i31uJdf2PJPRFPoo3R { width:16rem;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) { #GmklXzqmySuquC4VxHgRqlDTphRtaBLh { width:15rem;height:3.125rem;top:11.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDOs0kIGJigQQO6DXBBuW6GVF0AVwu3G { display:block; }
 }@media only screen and (max-width: 763px) { #s2IDuxHTeQJBw6iLIX994CEhqezbzsX4 { top:13.1875rem;left:2.7495661377907rem;width:14.4998125rem;height:0;z-index:15005;line-height:1.6;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }