.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); }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky { 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; }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row .container { background-color: transparent; background-image: none; }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row .container > .video-iframe-container { display: none; }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row > .video-iframe-container { display: none; }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .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); }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row .container { border-width: 0; border-radius: 0; }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#o9B0wczRVBaebh4AFNNB9nZRRO2rmT0e { 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; }
#ST64mpfeppSMaXUrIbmI1VFHz9aTOywC { 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:11.5625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:63.436635971069rem;display:block; }
#b0NUUIv4zTPTTpfyz5skNqvhA0LKAGO4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw { 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; }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row .container { background-color: transparent; background-image: none; }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row .container > .video-iframe-container { display: none; }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row > .video-iframe-container { display: none; }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .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); }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row .container { border-width: 0; border-radius: 0; }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#VLnSV14RHRngAM4XU9bT4AwEabGw94ak { color:rgba(var(--color-tertiary-2),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.5rem;left:3.4375rem;height:1.79948125rem;font-style:normal;display:block; }
#priLXP1P6q1QxVtVTbc2BiZyD5cmglGV { 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.375rem;width:29.0625rem;top:11.5rem;left:45.936632156372rem;overflow:hidden;display:block; }
#UJqBqr94G8s6DBDb8rNUdKg80gCmCG9i { color:rgba(var(--color-tertiary-2),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:14.375rem;left:3.4375rem;height:7.699625rem;font-style:normal;display:block; }
#Ca7xrG2mnvEc7f3JDSdFICGfId7QeqUX { 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-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),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-2),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:11.625rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.75rem;left:3.4375rem;display:block; }
#WbZJOPzPqTlgcdNbLoNZJtmAJhOzAu3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O { 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; }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row .container { background-color: transparent; background-image: none; }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row .container > .video-iframe-container { display: none; }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row > .video-iframe-container { display: none; }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .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); }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row .container { border-width: 0; border-radius: 0; }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#IJH5extTeM0TeCO5vc5KMNxHCpgCAUTJ { position:absolute;display:block;z-index:15000;height:52.1875rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi { 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; }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row .container { background-color: transparent; background-image: none; }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row .container > .video-iframe-container { display: none; }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row > .video-iframe-container { display: none; }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .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); }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row .container { border-width: 0; border-radius: 0; }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#g1ZMMWNITxw604JHTv8x0rMTfivLlP8P { 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:14rem;width:14rem;top:3.75rem;left:3.125rem;overflow:hidden;display:block; }
#owHb0bs3BbKhGdE1UZzNn8mq9iEU2Px5 { 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.9995625rem;width:13.9995625rem;top:3.75rem;left:58.75rem;overflow:hidden;display:block; }
#cS4SoJPSwBxLHzkwKGliLNGzODzSKTJU { 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:4.3717460632324rem;left:17.8125rem;height:7.798625rem;text-align:center;text-align-last:center;display:block; }
#SPETtI8GqFE8olK7ZDCpdo24InF92gNR { 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-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),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-2),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:11.5625rem;height:3.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.6875rem;left:31.741319656372rem;display:block; }
#xROb6QmnqEAoPNyQTDw7f8XVHVxH7z1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy { position:relative;display:block; }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy { background-color: transparent; background-image: none; }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .row .container > .video-iframe-container { display: none; }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .row > .video-iframe-container { display: none; }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .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); }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy { border-width: 0; border-radius: 0; }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .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; }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .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:45.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PUSbnlUHKkb0yPCeJk0Jxlha6Kye2Z0u { position:absolute;display:block;z-index:15000;height:33.1875rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#PquuBruU3TqrayGygN7uvPspnL5kRJkX { position:relative;display:block; }#PquuBruU3TqrayGygN7uvPspnL5kRJkX { background-color: transparent; background-image: none; }#PquuBruU3TqrayGygN7uvPspnL5kRJkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .row .container > .video-iframe-container { display: none; }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .row > .video-iframe-container { display: none; }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .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); }#PquuBruU3TqrayGygN7uvPspnL5kRJkX { border-width: 0; border-radius: 0; }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .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; }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .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:47.5625rem;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; }#iSLncOofgUmhNAJf9dHB14ViJAb862sO { position:absolute;display:block;z-index:15000;height:35.6875rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl { position:relative;display:block; }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl { background-color: transparent; background-image: none; }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .row .container > .video-iframe-container { display: none; }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .row > .video-iframe-container { display: none; }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .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); }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl { border-width: 0; border-radius: 0; }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .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; }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .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:45.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VLRpnW2rXRS2BOrN2PLmcOGJKrwMetEk { position:absolute;display:block;z-index:15000;height:33.25rem;width:75rem;top:6.25rem;left:0rem;display:block; }
#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls { 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; }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row .container { background-color: transparent; background-image: none; }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row .container > .video-iframe-container { display: none; }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row > .video-iframe-container { display: none; }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .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); }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row .container { border-width: 0; border-radius: 0; }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#gcbxellT54wtNfDl3DhOTOrIHQO8bTtb { 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.625rem;width:13.75rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#foCSnhTzvllbJetDxKncuLcA2Zeup9wN { 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.6875rem;width:11.1875rem;top:5.3125rem;left:63.812934875487rem;overflow:hidden;display:block; }
#w1CeO5apr1lJymhwEaPGmuNDJDCk08Pz { 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.798625rem;text-align:center;text-align-last:center;display:block; }
#FqM0kZqehAKOz7oV44ArQe9ZWKnxqgK0 { 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-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),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-2),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:11.625rem;height:3.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.6875rem;left:31.741319656372rem;display:block; }
#dUIwao5EelTTbS3poy6Bqahz1y2O9iow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK { 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; }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row .container { background-color: transparent; background-image: none; }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row .container > .video-iframe-container { display: none; }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row > .video-iframe-container { display: none; }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .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); }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row .container { border-width: 0; border-radius: 0; }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#UCcJPEVXzGEu4Zd1oTB4gQThulffVbaT { box-sizing:content-box;height:43.5rem;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; }
#iPxcUpgQW2gyVggZTgqsDpUKpuugTt2U { 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.9375rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#eXqCAuhiaDeKvHnXdz9VilIeipuhrfrp { 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:36.375rem;left:3.375rem;height:6.3993125rem;display:block; }
#ZN9GTBlUuCkgaXlAgDWelD5nH3AcNk5c { 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.9375rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#XbqNlRATbScNy9vuDVkW6nbuG7QHduWf { 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.375rem;left:41.5rem;height:4.79948125rem;display:block; }
#TFhcR1bAwbZmPnPFJQwJxnKt2XD4UsLx { 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:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:45.125rem;left:41.5rem;display:block; }
#oE8TRrFxiROnr5KRKm55F5xPQ3PDUTcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4VncfRqS09l4p7Af9LIeSi6FdSWXuER { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:30.0625rem;top:8.25rem;left:3.375rem;overflow:hidden;display:block; }
#GawP1MNozL7b0O7r4KEi2BfTtFD3X7lR { 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.25rem;left:41.5rem;overflow:hidden;display:block; }
#IvXquwMDaVbouHhysyKxkruuFDePTGn1 { 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:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:45.125rem;left:3.375rem;display:block; }
#Z0fgkAoNU5uL2ZyNXZ031IGK9e20iT4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6lrqd9gURUiLlDLzneE3wlRCuFaNo3P { box-sizing:content-box;height:43.5rem;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; }
#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm { 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; }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row .container { background-color: transparent; background-image: none; }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row .container > .video-iframe-container { display: none; }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row > .video-iframe-container { display: none; }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .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); }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row .container { border-width: 0; border-radius: 0; }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#Oebw0BJZwCuVZp9K59BLioMZk0onfoWb { 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.3125rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#gHFwuxAAqezQNPZvAGINI2ZbbdWQnZwQ { 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.8125rem;left:3.375rem;height:4.79948125rem;display:block; }
#f0qtsgEJHsxVya3BAdQesLsTmcKsnG0x { 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.3125rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#HZq5rJxQThTd3weP3diklVlIkdzo6d83 { 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:30.8125rem;left:41.5rem;height:6.3993125rem;display:block; }
#CnkRSLBClcKi1avPbWOiufhKWbzICJVh { 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:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:38rem;left:41.5rem;display:block; }
#DLGzixCwHZCFVqZ8bAEi7HGwloWlGA7A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofwuXqFnishAheZGteWfroHPu39IhdET { 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; }
#ie4A2CIDQeZRCrpzd6ovvNdM6RdXs15M { 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; }
#ZzT5syvJGesUQHmZlpIKi0ZB3ZnRBHqC { 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:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:38rem;left:3.375rem;display:block; }
#Os44cOksW7h9WUR2ulmMws75AFTlizwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQhaS1Sv3e1W5orPrnzvhmErpCsOS6Gg { box-sizing:content-box;height:43.125rem;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; }
#oloqVM7ggbCalCzUHCcmRlVIJ2twoWOx { box-sizing:content-box;height:43.125rem;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; }
#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc { position:relative;display:block; }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc { background-color: transparent; background-image: none; }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .row .container > .video-iframe-container { display: none; }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .row > .video-iframe-container { display: none; }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .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); }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc { border-width: 0; border-radius: 0; }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .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; }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .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: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; }#ZoG66G6FJTA8CSGPHpiQ0dgD6Ihegq15 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:19.84375rem;height:3.89930625rem;text-align:center;text-align-last:center;display:block; }
#cpSPQmOoM7VK04WER01cgw4gRpgVvgf2 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:37.875rem;height:3.89930625rem;display:block; }
#uGHZQrzwZE2WNpqRCULtRrxIyFl2DROw { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;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:9.5rem;left:13.5625rem;height:3.89930625rem;display:block; }
#oVpRqhLTys7E5c2l6OLP9MGkful9MBnw { 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:7.0625rem;width:6.75rem;top:8.3125rem;left:31.125rem;overflow:hidden;display:block; }
#ryonzqClspNCdpzmG2nIdQ6qVlmDfPvz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.625rem;left:9.25rem;display:none; }
#B2cpiihOiBSV269ND6TtOCDe8AqMKEUp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.3125rem;left:4.75rem;display:none; }
#K8MglKIJG5bom1Qhh90rVtQqLCpFKGpr { 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-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),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-2),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:11.625rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.124990463257rem;left:28.687501907349rem;display:block; }
#RMMI1KJsTtRC1klCD05zOSRx4DAGXZHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC { 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; }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row .container { background-color: transparent; background-image: none; }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row .container > .video-iframe-container { display: none; }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row > .video-iframe-container { display: none; }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .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); }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row .container { border-width: 0; border-radius: 0; }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#r3tD0uiBk2iEbdXw3TEJkptn5uMm5NRQ { box-sizing:content-box;height:19.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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; }
#Tu1vx9DWrF9oEnGk40SCq5PTZGZlT56L { 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:15.6875rem;width:33.25rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#MFyEGQGJQ9kLgU4FVT4AqOR8P4mgO8F3 { color:rgba(var(--color-secondary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:5.5625rem;height:2.25rem;font-style:normal;display:block; }
#m3130ZFlpfPKOeKm46TdmV8Ma2FpoxAc { color:rgba(var(--color-secondary-0),1);display:block;width:30.375rem;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:7.8125rem;left:3.375rem;height:4.79948125rem;display:block; }
#AGdKDWBDyE90eLJ2VtwCV23nnuKSwy4T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.375rem;height:1.5625rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.9375rem;left:3.375rem;display:block; }
#Ar1w7dN0htTDURbcmFhpSGO4iBUdqTHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#actVBwPTwSeudkhxE7oVguRD1x9rRAEc { 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:2.25rem;width:2.1875rem;top:4.5625rem;left:3.375rem;overflow:hidden;display:block; }
#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X { 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; }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row .container { background-color: transparent; background-image: none; }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row .container > .video-iframe-container { display: none; }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row > .video-iframe-container { display: none; }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .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); }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row .container { border-width: 0; border-radius: 0; }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#ZI5ftw5v04eyTl0wvKEhc3ykl3BE5BcE { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5625rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#DRlbLXve8GlBlguARPAE4KLzf1E35iQm { color:rgba(var(--color-tertiary-2),1);display:block;width:31.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:7.8125rem;left:41.25rem;height:6.3993125rem;display:block; }
#ookZ6DifTtx1OynnDhIiF788XveDiFHX { 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:15.6875rem;width:33.25rem;top:2.375rem;left:3.375rem;overflow:hidden;display:block; }
#sBhRfNlTMCgr39DQJyzaiDCfGWMXW9wP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:16.6875rem;left:41.250002384186rem;display:block; }
#XDV6QSc0R9vmL71dZakPzQF1IcuT9aUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#naPLeGS2DLur0Msvc0Qgb8ZQNWpiQtKc { box-sizing:content-box;height:19.375rem;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; }
#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW { 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; }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row .container { background-color: transparent; background-image: none; }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row .container > .video-iframe-container { display: none; }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row > .video-iframe-container { display: none; }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .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); }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row .container { border-width: 0; border-radius: 0; }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#Eh9CUEak4qperDVlx1qvSbymTt6KHe5T { box-sizing:content-box;height:19.375rem;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; }
#R2eg9ZkwLORdvAG51ZIJalKT2BZ07JbS { 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:15.8125rem;width:33.4375rem;top:2.375rem;left:38.1240234375rem;overflow:hidden;display:block; }
#Prn86d4Ldkfq8A0PBOwa7gTy89OhlmK7 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.8125rem;left:3.375rem;height:2.25rem;font-style:normal;display:block; }
#hkhByFPcENTWgaCrcwRa5wDGCIoF1EVC { 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:15005;line-height:1.6;letter-spacing:0;top:7.0625rem;left:3.375rem;height:6.3993125rem;display:block; }
#VR28A6a4ZbaPEKQPkV9FmhDKJZTfTeHG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:15.9375rem;left:3.375rem;display:block; }
#lLL8qC5Q5e09J6ZJiD3ppHTPptZoUf5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c { 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; }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row .container { background-color: transparent; background-image: none; }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row .container > .video-iframe-container { display: none; }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row > .video-iframe-container { display: none; }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .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); }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row .container { border-width: 0; border-radius: 0; }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#GuqdCvLQr8iERyyz8PasNduTl3127LEJ { 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:15.8125rem;width:33.4375rem;top:2.375rem;left:3.375rem;overflow:hidden;display:block; }
#cpcB7ptix4KorLz7kO7ROXPioNmetQ0T { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.8125rem;left:41.25rem;height:2.25rem;font-style:normal;display:block; }
#py2mrLU1uEJIF4ngRxOFM00zFDens9vR { 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:7.0625rem;left:41.25rem;height:7.999125rem;display:block; }
#NuESoSTNyV6aByRo9PiNnbHzc6kGTMvW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:17.5625rem;left:41.25rem;display:block; }
#Lf2U499M27MxpPB4do4FJTRE9pKs3i3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KsqEnlHLB6K95mqvDDE7BHrJooHTND09 { box-sizing:content-box;height:19.375rem;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; }
#lFMTHhksnMuDPkKR9OiUpzvJ60iHlfPT { position:relative;display:none; }#lFMTHhksnMuDPkKR9OiUpzvJ60iHlfPT { border-width: 0; border-radius: 0; }#lFMTHhksnMuDPkKR9OiUpzvJ60iHlfPT > .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; }#lFMTHhksnMuDPkKR9OiUpzvJ60iHlfPT > .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:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WMl78Bc8pw4gDNMnMh9Rm1KvCadJFx1E { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:3.75rem;height:2.5996125rem;font-style:normal;display:block; }
#qgM7anxk8HGcb6Gf8aItLEkz1OuzNoPu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:28.75rem;height:2.5996125rem;font-style:normal;display:block; }
#KL3ZroooK7SoCpAVMRVSG1QO0BEavPpo { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.75rem;height:2.5996125rem;font-style:normal;display:block; }
#D5VFiEkrCZta6TnSPnMoVgkgTExR5Aq4 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.75rem;height:2.5996125rem;display:block; }
#zybq8QsvNp6RMMb03EXWBx1J5HqCezvs { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9375rem;left:28.75rem;height:2.5996125rem;display:block; }
#GnvzlocTlcenXTQ6DivstKfEKWvpS5WV { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:53.75rem;height:2.5996125rem;display:block; }
#oWXoF2MM9CGEwNEqLVJg6KlcN1fUpXmS { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.75rem;height:4.5244125rem;display:block; }#oWXoF2MM9CGEwNEqLVJg6KlcN1fUpXmS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oWXoF2MM9CGEwNEqLVJg6KlcN1fUpXmS li:before{  }
#UiTcNLQJO0BeiWeW5cD6syTOkXWe7m9P { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.3125rem;left:28.75rem;height:4.5244125rem;display:block; }#UiTcNLQJO0BeiWeW5cD6syTOkXWe7m9P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UiTcNLQJO0BeiWeW5cD6syTOkXWe7m9P li:before{  }
#rGSbGniKHR16tt4AkiIBrCkyKc4tGwuX { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.3125rem;left:53.75rem;height:4.5244125rem;display:block; }#rGSbGniKHR16tt4AkiIBrCkyKc4tGwuX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rGSbGniKHR16tt4AkiIBrCkyKc4tGwuX li:before{  }
#TQcwDgFpTCHntRJs5eQFTBrzMU69Wwkw { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.058837890625rem;left:3.7477025985717rem;height:3.25rem;font-style:normal;display:block; }
#oLusBa5W37xmEBBsWu1M9tFmDqsbuuON { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.999084472656rem;left:28.747700691223rem;height:3.25rem;font-style:normal;display:block; }
#CTTOtCucAZhT3mbgm2AikCcETL5B51Cn { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.999084472656rem;left:53.747700691223rem;height:3.25rem;font-style:normal;display:block; }
#n2rrX3W7oXlXO5GDviKQJIrQaPufhS84 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.234375rem;left:3.7477025985717rem;height:1.462675rem;display:block; }
#xUAzHg8oMc4Rppd0W3T69WoupJb76yEa { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.234375rem;left:28.747700691223rem;height:1.462675rem;display:block; }
#ikI6TMEiGagXsBH69xPgcDUNW5pCFxVB { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.234375rem;left:53.747700691223rem;height:1.462675rem;display:block; }
#ZoRCLedKTlnhGeOg4n8TBBr3cBuxdsb4 { position:absolute;display:block;z-index:14999;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:25rem;width:24.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tWA6aCsbP5BLMQQMw17DRQEPycr5Tgi7 { position:absolute;display:block;z-index:14998;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:25rem;width:24.0625rem;top:0rem;left:25.5rem;overflow:hidden;display:block; }
#iMTfBmaqpniEU2lRTHlxbd1SBBAZtN2g { position:absolute;display:block;z-index:14997;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:25rem;width:24.0625rem;top:0rem;left:50.9375rem;overflow:hidden;display:block; }
#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R { position:relative;display:block; }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R { background-color: transparent; background-image: none; }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .row .container > .video-iframe-container { display: none; }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .row > .video-iframe-container { display: none; }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .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); }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R { border-width: 0; border-radius: 0; }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .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; }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .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; }#OzzBlST0Qsq2DW504cPMJMc07C09CvEh { box-sizing:content-box;height:17.25rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.125rem;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; }
#lwEUm6GohsVdFLJ2lkHXSHTo7OrBko3l { 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; }
#sq6xZkWG6Dz9TlhRJOoWnqON4BiZqhhZ { color:rgba(var(--color-secondary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:18.5625rem;height:5.84895625rem;text-align:center;text-align-last:center;display:block; }
#WwgVucuDeS7ardQGfsVf7seNuJfqCVXV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:12.5625rem;left:3.75rem;display:none; }
#hNDcJSeJq0XEPx4XT5GWMSteTnHCmcwP { 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:11.625rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.806425094604rem;left:31.687501907349rem;display:block; }
#ZQOIILCCBAPfVFuyIkvTPoRCx06uBP1F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sXeCMXShJ8RtKTDkoHUvoXZshId4eiky { display:block; }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9B0wczRVBaebh4AFNNB9nZRRO2rmT0e { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ST64mpfeppSMaXUrIbmI1VFHz9aTOywC { width:11.5625rem;height:3.125rem;top:1.0625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0NUUIv4zTPTTpfyz5skNqvhA0LKAGO4 { display:block; }
 }@media only screen and (max-width: 763px) { #sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw { display:block; }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLnSV14RHRngAM4XU9bT4AwEabGw94ak { top:11.5rem;left:0rem;width:41.875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #priLXP1P6q1QxVtVTbc2BiZyD5cmglGV { top:11.5rem;left:18.6875rem;width:29.0625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJqBqr94G8s6DBDb8rNUdKg80gCmCG9i { top:14.375rem;left:0rem;width:44.0625rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca7xrG2mnvEc7f3JDSdFICGfId7QeqUX { width:11.625rem;height:3.1875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbZJOPzPqTlgcdNbLoNZJtmAJhOzAu3y { display:block; }
 }@media only screen and (max-width: 763px) { #IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O { display:block; }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJH5extTeM0TeCO5vc5KMNxHCpgCAUTJ { top:1.5625rem;left:0rem;width:47.75rem;height:52.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi { display:block; }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1ZMMWNITxw604JHTv8x0rMTfivLlP8P { top:3.75rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #owHb0bs3BbKhGdE1UZzNn8mq9iEU2Px5 { top:3.75rem;left:33.8125rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS4SoJPSwBxLHzkwKGliLNGzODzSKTJU { top:4.3125rem;left:4.1875rem;width:39.375rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPETtI8GqFE8olK7ZDCpdo24InF92gNR { width:11.5625rem;height:3.1875rem;top:14.6875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xROb6QmnqEAoPNyQTDw7f8XVHVxH7z1N { display:block; }
 }@media only screen and (max-width: 763px) { #hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy { display:block; }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUSbnlUHKkb0yPCeJk0Jxlha6Kye2Z0u { top:6.25rem;left:0rem;width:47.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PquuBruU3TqrayGygN7uvPspnL5kRJkX { display:block; }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSLncOofgUmhNAJf9dHB14ViJAb862sO { top:6.25rem;left:0rem;width:47.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl { display:block; }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLRpnW2rXRS2BOrN2PLmcOGJKrwMetEk { top:6.25rem;left:0rem;width:47.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls { display:block; }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcbxellT54wtNfDl3DhOTOrIHQO8bTtb { top:4.375rem;left:0rem;width:13.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foCSnhTzvllbJetDxKncuLcA2Zeup9wN { top:5.3125rem;left:36.5625rem;width:11.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CeO5apr1lJymhwEaPGmuNDJDCk08Pz { top:4.375rem;left:1.25rem;width:45.3125rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqM0kZqehAKOz7oV44ArQe9ZWKnxqgK0 { width:11.625rem;height:3.1875rem;top:14.6875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUIwao5EelTTbS3poy6Bqahz1y2O9iow { display:block; }
 }@media only screen and (max-width: 763px) { #ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK { display:block; }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCcJPEVXzGEu4Zd1oTB4gQThulffVbaT { top:6.25rem;left:0rem;width:36.8125rem;height:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxcUpgQW2gyVggZTgqsDpUKpuugTt2U { top:30.9375rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXqCAuhiaDeKvHnXdz9VilIeipuhrfrp { top:36.375rem;left:0rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN9GTBlUuCkgaXlAgDWelD5nH3AcNk5c { top:30.9375rem;left:19.9375rem;width:27.8125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbqNlRATbScNy9vuDVkW6nbuG7QHduWf { top:36.375rem;left:19.625rem;width:28.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFhcR1bAwbZmPnPFJQwJxnKt2XD4UsLx { width:9.375rem;height:1.25rem;top:45.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE8TRrFxiROnr5KRKm55F5xPQ3PDUTcy { display:block; }
 }@media only screen and (max-width: 763px) { #a4VncfRqS09l4p7Af9LIeSi6FdSWXuER { top:8.25rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GawP1MNozL7b0O7r4KEi2BfTtFD3X7lR { top:8.25rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvXquwMDaVbouHhysyKxkruuFDePTGn1 { width:9.375rem;height:1.25rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0fgkAoNU5uL2ZyNXZ031IGK9e20iT4X { display:block; }
 }@media only screen and (max-width: 763px) { #l6lrqd9gURUiLlDLzneE3wlRCuFaNo3P { top:6.25rem;left:10.9375rem;width:36.8125rem;height:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm { display:block; }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oebw0BJZwCuVZp9K59BLioMZk0onfoWb { top:25.3125rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHFwuxAAqezQNPZvAGINI2ZbbdWQnZwQ { top:30.8125rem;left:0rem;width:28.4375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0qtsgEJHsxVya3BAdQesLsTmcKsnG0x { top:25.3125rem;left:17.6875rem;width:30.0625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZq5rJxQThTd3weP3diklVlIkdzo6d83 { top:30.8125rem;left:19.3125rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnkRSLBClcKi1avPbWOiufhKWbzICJVh { width:9.375rem;height:1.25rem;top:38rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLGzixCwHZCFVqZ8bAEi7HGwloWlGA7A { display:block; }
 }@media only screen and (max-width: 763px) { #ofwuXqFnishAheZGteWfroHPu39IhdET { top:2.5625rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie4A2CIDQeZRCrpzd6ovvNdM6RdXs15M { top:2.5625rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzT5syvJGesUQHmZlpIKi0ZB3ZnRBHqC { width:9.375rem;height:1.25rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os44cOksW7h9WUR2ulmMws75AFTlizwt { display:block; }
 }@media only screen and (max-width: 763px) { #NQhaS1Sv3e1W5orPrnzvhmErpCsOS6Gg { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oloqVM7ggbCalCzUHCcmRlVIJ2twoWOx { top:0.6875rem;left:0rem;width:36.8125rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc { display:block; }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoG66G6FJTA8CSGPHpiQ0dgD6Ihegq15 { top:5.125rem;left:6.25rem;width:35.3125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpSPQmOoM7VK04WER01cgw4gRpgVvgf2 { top:9.5rem;left:24.1875rem;width:23.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGHZQrzwZE2WNpqRCULtRrxIyFl2DROw { top:9.5rem;left:0rem;width:17.9375rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVpRqhLTys7E5c2l6OLP9MGkful9MBnw { top:8.3125rem;left:17.5rem;width:6.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryonzqClspNCdpzmG2nIdQ6qVlmDfPvz { top:7.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2cpiihOiBSV269ND6TtOCDe8AqMKEUp { top:11.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8MglKIJG5bom1Qhh90rVtQqLCpFKGpr { width:11.625rem;height:3.1875rem;top:17.0625rem;left:15.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMMI1KJsTtRC1klCD05zOSRx4DAGXZHN { display:block; }
 }@media only screen and (max-width: 763px) { #nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC { display:block; }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3tD0uiBk2iEbdXw3TEJkptn5uMm5NRQ { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu1vx9DWrF9oEnGk40SCq5PTZGZlT56L { top:2.375rem;left:14.3125rem;width:33.25rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFyEGQGJQ9kLgU4FVT4AqOR8P4mgO8F3 { top:4.5625rem;left:0rem;width:26.0625rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3130ZFlpfPKOeKm46TdmV8Ma2FpoxAc { top:7.8125rem;left:0rem;width:30.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGdKDWBDyE90eLJ2VtwCV23nnuKSwy4T { width:9.375rem;height:1.5625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1w7dN0htTDURbcmFhpSGO4iBUdqTHo { display:block; }
 }@media only screen and (max-width: 763px) { #actVBwPTwSeudkhxE7oVguRD1x9rRAEc { top:4.5625rem;left:0rem;width:2.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X { display:block; }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZI5ftw5v04eyTl0wvKEhc3ykl3BE5BcE { top:4.5625rem;left:20.5625rem;width:27.1875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRlbLXve8GlBlguARPAE4KLzf1E35iQm { top:7.8125rem;left:16.375rem;width:31.375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookZ6DifTtx1OynnDhIiF788XveDiFHX { top:2.375rem;left:0rem;width:33.25rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRfNlTMCgr39DQJyzaiDCfGWMXW9wP { width:9.375rem;height:1.25rem;top:16.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDV6QSc0R9vmL71dZakPzQF1IcuT9aUm { display:block; }
 }@media only screen and (max-width: 763px) { #naPLeGS2DLur0Msvc0Qgb8ZQNWpiQtKc { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW { display:block; }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh9CUEak4qperDVlx1qvSbymTt6KHe5T { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2eg9ZkwLORdvAG51ZIJalKT2BZ07JbS { top:2.375rem;left:14.3125rem;width:33.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prn86d4Ldkfq8A0PBOwa7gTy89OhlmK7 { top:3.8125rem;left:0rem;width:31.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkhByFPcENTWgaCrcwRa5wDGCIoF1EVC { top:7.0625rem;left:0rem;width:30.375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR28A6a4ZbaPEKQPkV9FmhDKJZTfTeHG { width:9.375rem;height:1.25rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLL8qC5Q5e09J6ZJiD3ppHTPptZoUf5C { display:block; }
 }@media only screen and (max-width: 763px) { #pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c { display:block; }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuqdCvLQr8iERyyz8PasNduTl3127LEJ { top:2.375rem;left:0rem;width:33.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpcB7ptix4KorLz7kO7ROXPioNmetQ0T { top:3.8125rem;left:16.4375rem;width:31.3125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #py2mrLU1uEJIF4ngRxOFM00zFDens9vR { top:7.0625rem;left:19.3125rem;width:28.4375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuESoSTNyV6aByRo9PiNnbHzc6kGTMvW { width:9.375rem;height:1.25rem;top:17.5625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2U499M27MxpPB4do4FJTRE9pKs3i3n { display:block; }
 }@media only screen and (max-width: 763px) { #KsqEnlHLB6K95mqvDDE7BHrJooHTND09 { top:0.6875rem;left:0rem;width:47.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFMTHhksnMuDPkKR9OiUpzvJ60iHlfPT { display:block; }#lFMTHhksnMuDPkKR9OiUpzvJ60iHlfPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMl78Bc8pw4gDNMnMh9Rm1KvCadJFx1E { top:2.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgM7anxk8HGcb6Gf8aItLEkz1OuzNoPu { top:2.1875rem;left:15.875rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL3ZroooK7SoCpAVMRVSG1QO0BEavPpo { top:2.1875rem;left:30.375rem;width:17.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5VFiEkrCZta6TnSPnMoVgkgTExR5Aq4 { top:5.9375rem;left:0rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zybq8QsvNp6RMMb03EXWBx1J5HqCezvs { top:5.9375rem;left:14.5625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnvzlocTlcenXTQ6DivstKfEKWvpS5WV { top:5.9375rem;left:30.4375rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWXoF2MM9CGEwNEqLVJg6KlcN1fUpXmS { top:10.3125rem;left:0rem;width:17.1875rem;height:4.5rem;font-size:1rem;display:block; }#oWXoF2MM9CGEwNEqLVJg6KlcN1fUpXmS li:before{  }
 }@media only screen and (max-width: 763px) { #UiTcNLQJO0BeiWeW5cD6syTOkXWe7m9P { top:10.3125rem;left:13.625rem;width:18.125rem;height:4.5rem;font-size:1rem;display:block; }#UiTcNLQJO0BeiWeW5cD6syTOkXWe7m9P li:before{  }
 }@media only screen and (max-width: 763px) { #rGSbGniKHR16tt4AkiIBrCkyKc4tGwuX { top:10.3125rem;left:27.9375rem;width:19.6875rem;height:4.5rem;font-size:1rem;display:block; }#rGSbGniKHR16tt4AkiIBrCkyKc4tGwuX li:before{  }
 }@media only screen and (max-width: 763px) { #TQcwDgFpTCHntRJs5eQFTBrzMU69Wwkw { top:17rem;left:0rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLusBa5W37xmEBBsWu1M9tFmDqsbuuON { top:16.9375rem;left:15.875rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTOtCucAZhT3mbgm2AikCcETL5B51Cn { top:16.9375rem;left:31.75rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2rrX3W7oXlXO5GDviKQJIrQaPufhS84 { top:20.1875rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUAzHg8oMc4Rppd0W3T69WoupJb76yEa { top:20.1875rem;left:15.875rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikI6TMEiGagXsBH69xPgcDUNW5pCFxVB { top:20.1875rem;left:31.75rem;width:12.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoRCLedKTlnhGeOg4n8TBBr3cBuxdsb4 { top:0rem;left:0rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWA6aCsbP5BLMQQMw17DRQEPycr5Tgi7 { top:0rem;left:10.5rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTfBmaqpniEU2lRTHlxbd1SBBAZtN2g { top:0rem;left:23.6875rem;width:24.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R { display:block; }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzzBlST0Qsq2DW504cPMJMc07C09CvEh { top:0.125rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwEUm6GohsVdFLJ2lkHXSHTo7OrBko3l { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq6xZkWG6Dz9TlhRJOoWnqON4BiZqhhZ { top:2.875rem;left:4.9375004768372rem;width:37.875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwgVucuDeS7ardQGfsVf7seNuJfqCVXV { top:12.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNDcJSeJq0XEPx4XT5GWMSteTnHCmcwP { width:11.625rem;height:3.1875rem;top:10.75rem;left:18.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQOIILCCBAPfVFuyIkvTPoRCx06uBP1F { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sXeCMXShJ8RtKTDkoHUvoXZshId4eiky { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sXeCMXShJ8RtKTDkoHUvoXZshId4eiky > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9B0wczRVBaebh4AFNNB9nZRRO2rmT0e { 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) { #ST64mpfeppSMaXUrIbmI1VFHz9aTOywC { 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) { #b0NUUIv4zTPTTpfyz5skNqvhA0LKAGO4 { display:block; }
 }@media only screen and (max-width: 763px) { #sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw { display:block; }#sUOu49wTpDmxGQl3HEFaTtBysSQtmqkw > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLnSV14RHRngAM4XU9bT4AwEabGw94ak { width:15.625rem;height:3rem;top:6.875rem;left:2.1875000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #priLXP1P6q1QxVtVTbc2BiZyD5cmglGV { width:20rem;height:14.56640625rem;top:24.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJqBqr94G8s6DBDb8rNUdKg80gCmCG9i { width:15.9375rem;height:8.3993125rem;top:10.875rem;left:2.0312500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ca7xrG2mnvEc7f3JDSdFICGfId7QeqUX { width:15rem;height:3.125rem;top:21.0625rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbZJOPzPqTlgcdNbLoNZJtmAJhOzAu3y { display:block; }
 }@media only screen and (max-width: 763px) { #IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O { display:block; }#IDHRM4xRrIt4hlWhKLsqcpoXeQAIbD6O > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJH5extTeM0TeCO5vc5KMNxHCpgCAUTJ { width:20rem;height:53.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi { display:block; }#EzwZKJqIiaS0RDzFaQ5D9EgCoQ4IhDGi > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1ZMMWNITxw604JHTv8x0rMTfivLlP8P { width:7.5625rem;height:7.5rem;top:17.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owHb0bs3BbKhGdE1UZzNn8mq9iEU2Px5 { width:7.5625rem;height:7.5rem;top:17.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS4SoJPSwBxLHzkwKGliLNGzODzSKTJU { width:12.5625rem;height:7.798625rem;top:2.5rem;left:3.71875rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SPETtI8GqFE8olK7ZDCpdo24InF92gNR { width:11.5rem;height:3.0625rem;top:12.499997138977rem;left:4.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xROb6QmnqEAoPNyQTDw7f8XVHVxH7z1N { display:block; }
 }@media only screen and (max-width: 763px) { #hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy { display:block; }#hW3JNdCLIWb55bWm6HLc4rH5xHTXe2hy > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUSbnlUHKkb0yPCeJk0Jxlha6Kye2Z0u { width:20rem;height:52.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PquuBruU3TqrayGygN7uvPspnL5kRJkX { display:block; }#PquuBruU3TqrayGygN7uvPspnL5kRJkX > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSLncOofgUmhNAJf9dHB14ViJAb862sO { width:20rem;height:51.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl { display:block; }#UvrtGDsDTGUmkrolvGUuXlzRIlOD1Ssl > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLRpnW2rXRS2BOrN2PLmcOGJKrwMetEk { width:20rem;height:49.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls { display:block; }#zuGZbk129DcgIkT3sZMr6y2iNzsTQ6ls > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gcbxellT54wtNfDl3DhOTOrIHQO8bTtb { width:7.5rem;height:7.4375rem;top:11.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foCSnhTzvllbJetDxKncuLcA2Zeup9wN { width:6.0625rem;height:6.4375rem;top:11.561416625976rem;left:10.749783813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CeO5apr1lJymhwEaPGmuNDJDCk08Pz { width:12.4375rem;height:7.798625rem;top:2.5rem;left:3.78125rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FqM0kZqehAKOz7oV44ArQe9ZWKnxqgK0 { width:11.625rem;height:3.1875rem;top:19.75rem;left:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUIwao5EelTTbS3poy6Bqahz1y2O9iow { display:block; }
 }@media only screen and (max-width: 763px) { #ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK { display:block; }#ScHuAdrb7QJ9c5gtmyeTRJRaPaJ9avgK > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCcJPEVXzGEu4Zd1oTB4gQThulffVbaT { width:18rem;height:34.5rem;top:1.6236877441406rem;left:0.99934899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxcUpgQW2gyVggZTgqsDpUKpuugTt2U { width:15rem;height:3.2986125rem;top:15.875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eXqCAuhiaDeKvHnXdz9VilIeipuhrfrp { width:15rem;height:11.1988125rem;top:20.1875rem;left:2.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN9GTBlUuCkgaXlAgDWelD5nH3AcNk5c { width:15rem;height:4.94791875rem;top:50.5rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbqNlRATbScNy9vuDVkW6nbuG7QHduWf { width:15.625rem;height:9.599625rem;top:56.4375rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFhcR1bAwbZmPnPFJQwJxnKt2XD4UsLx { width:9.375rem;height:1.25rem;top:67.5625rem;left:2.5000001192093rem;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) { #oE8TRrFxiROnr5KRKm55F5xPQ3PDUTcy { display:block; }
 }@media only screen and (max-width: 763px) { #a4VncfRqS09l4p7Af9LIeSi6FdSWXuER { width:15rem;height:10.375rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GawP1MNozL7b0O7r4KEi2BfTtFD3X7lR { width:14.875rem;height:10.3125rem;top:38.625rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvXquwMDaVbouHhysyKxkruuFDePTGn1 { width:9.375rem;height:1.25rem;top:32.75rem;left:2.5000000596046rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Z0fgkAoNU5uL2ZyNXZ031IGK9e20iT4X { display:block; }
 }@media only screen and (max-width: 763px) { #l6lrqd9gURUiLlDLzneE3wlRCuFaNo3P { width:18rem;height:33.75rem;top:37.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm { display:block; }#DBufUEoaZTVRBwbkKlVwIqaZXk0O2QIm > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oebw0BJZwCuVZp9K59BLioMZk0onfoWb { width:14.6875rem;height:4.94791875rem;top:13.875rem;left:2.4978299736977rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gHFwuxAAqezQNPZvAGINI2ZbbdWQnZwQ { width:15.625rem;height:11.1995625rem;top:20.3125rem;left:2.4973958730697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0qtsgEJHsxVya3BAdQesLsTmcKsnG0x { width:13.811875rem;height:4.94791875rem;top:50.6875rem;left:2.4973958730697rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZq5rJxQThTd3weP3diklVlIkdzo6d83 { width:15rem;height:11.1995625rem;top:56.625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnkRSLBClcKi1avPbWOiufhKWbzICJVh { width:9.375rem;height:1.25rem;top:69.3125rem;left:2.4973958730697rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DLGzixCwHZCFVqZ8bAEi7HGwloWlGA7A { display:block; }
 }@media only screen and (max-width: 763px) { #ofwuXqFnishAheZGteWfroHPu39IhdET { width:14.875rem;height:10.3125rem;top:2rem;left:2.4978299736977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie4A2CIDQeZRCrpzd6ovvNdM6RdXs15M { width:14.875rem;height:10.3125rem;top:38.8125rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzT5syvJGesUQHmZlpIKi0ZB3ZnRBHqC { width:9.375rem;height:1.25rem;top:33rem;left:2.4973958730697rem;font-size:1rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Os44cOksW7h9WUR2ulmMws75AFTlizwt { display:block; }
 }@media only screen and (max-width: 763px) { #NQhaS1Sv3e1W5orPrnzvhmErpCsOS6Gg { width:18rem;height:35.25rem;top:37.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oloqVM7ggbCalCzUHCcmRlVIJ2twoWOx { width:18rem;height:35.8125rem;top:0.5rem;left:0.99934899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc { display:block; }#dW91OIvvZMBX8uPwiqT7VUMHuX3gxyfc > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoG66G6FJTA8CSGPHpiQ0dgD6Ihegq15 { width:18.125rem;height:2.11198125rem;top:3.125rem;left:0.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpSPQmOoM7VK04WER01cgw4gRpgVvgf2 { width:10.0625rem;height:0;top:6.6875rem;left:3.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #uGHZQrzwZE2WNpqRCULtRrxIyFl2DROw { width:9.875rem;height:2.11263125rem;top:5.6875rem;left:5.0625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVpRqhLTys7E5c2l6OLP9MGkful9MBnw { width:3.125rem;height:3.125rem;top:7.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryonzqClspNCdpzmG2nIdQ6qVlmDfPvz { top:8.3125rem;left:2.0625rem;width:8.75rem;height:2.11263125rem;z-index:15018;color:#0e0142;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2cpiihOiBSV269ND6TtOCDe8AqMKEUp { top:8.3125rem;left:13.875rem;width:4.0625rem;height:2.11263125rem;z-index:15019;color:#0e0142;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8MglKIJG5bom1Qhh90rVtQqLCpFKGpr { width:11.625rem;height:3.1875rem;top:12.187498092651rem;left:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMMI1KJsTtRC1klCD05zOSRx4DAGXZHN { display:block; }
 }@media only screen and (max-width: 763px) { #nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC { display:block; }#nMTXfxRCsMdvIXFJPvzEaXDGmpgQrEKC > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3tD0uiBk2iEbdXw3TEJkptn5uMm5NRQ { width:18rem;height:30.1875rem;top:2.5rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu1vx9DWrF9oEnGk40SCq5PTZGZlT56L { width:14.8125rem;height:7rem;top:4rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFyEGQGJQ9kLgU4FVT4AqOR8P4mgO8F3 { width:13.1865rem;height:3.2986125rem;top:12.5rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m3130ZFlpfPKOeKm46TdmV8Ma2FpoxAc { width:15.625rem;height:11.1988125rem;top:16.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGdKDWBDyE90eLJ2VtwCV23nnuKSwy4T { width:9.375rem;height:1.25rem;top:29.5rem;left:2.5rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ar1w7dN0htTDURbcmFhpSGO4iBUdqTHo { display:block; }
 }@media only screen and (max-width: 763px) { #actVBwPTwSeudkhxE7oVguRD1x9rRAEc { width:2.1875rem;height:2.25rem;top:14rem;left:7.9990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X { display:block; }#ye4Fs4PgTw9ETBZOTuhXroidOS1yKh0X > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZI5ftw5v04eyTl0wvKEhc3ykl3BE5BcE { width:14.6875rem;height:1.64930625rem;top:10.5625rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DRlbLXve8GlBlguARPAE4KLzf1E35iQm { width:15rem;height:12.798625rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ookZ6DifTtx1OynnDhIiF788XveDiFHX { width:14.8125rem;height:7rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhRfNlTMCgr39DQJyzaiDCfGWMXW9wP { width:9.375rem;height:1.25rem;top:27.375rem;left:2.5rem;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #XDV6QSc0R9vmL71dZakPzQF1IcuT9aUm { display:block; }
 }@media only screen and (max-width: 763px) { #naPLeGS2DLur0Msvc0Qgb8ZQNWpiQtKc { width:18rem;height:30.1875rem;top:0.49870300292969rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW { display:block; }#uNPNCtIXGwLKyKi6REy3WxFpqpSMlFVW > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eh9CUEak4qperDVlx1qvSbymTt6KHe5T { width:18rem;height:31.8125rem;top:0.5rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2eg9ZkwLORdvAG51ZIJalKT2BZ07JbS { width:14.8125rem;height:7rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prn86d4Ldkfq8A0PBOwa7gTy89OhlmK7 { width:13.186875rem;height:3.2986125rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hkhByFPcENTWgaCrcwRa5wDGCIoF1EVC { width:15rem;height:12.798625rem;top:14.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR28A6a4ZbaPEKQPkV9FmhDKJZTfTeHG { width:9.375rem;height:1.25rem;top:29.0625rem;left:2.5rem;font-size:1rem;line-height:.9;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lLL8qC5Q5e09J6ZJiD3ppHTPptZoUf5C { display:block; }
 }@media only screen and (max-width: 763px) { #pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c { display:block; }#pRiRDRHnBUNay07KgiCeKfIgXfHG4T7c > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuqdCvLQr8iERyyz8PasNduTl3127LEJ { width:14.8125rem;height:7rem;top:2rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpcB7ptix4KorLz7kO7ROXPioNmetQ0T { width:15.7498125rem;height:3.2986125rem;top:10.5625rem;left:2.5000000596046rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #py2mrLU1uEJIF4ngRxOFM00zFDens9vR { width:15.5625rem;height:12.798625rem;top:15.375rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuESoSTNyV6aByRo9PiNnbHzc6kGTMvW { width:9.375rem;height:1.25rem;top:29.6875rem;left:2.5000001192093rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2U499M27MxpPB4do4FJTRE9pKs3i3n { display:block; }
 }@media only screen and (max-width: 763px) { #KsqEnlHLB6K95mqvDDE7BHrJooHTND09 { width:18rem;height:32.625rem;top:0.5rem;left:0.99869787693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFMTHhksnMuDPkKR9OiUpzvJ60iHlfPT { display:none; }#lFMTHhksnMuDPkKR9OiUpzvJ60iHlfPT > .row .container { width:20rem;height:68.862569335938rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WMl78Bc8pw4gDNMnMh9Rm1KvCadJFx1E { width:12.5rem;height:2.57352925rem;top:1.3488159179688rem;left:1.3740807771682rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgM7anxk8HGcb6Gf8aItLEkz1OuzNoPu { width:12.5rem;height:2.57352925rem;top:23.875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL3ZroooK7SoCpAVMRVSG1QO0BEavPpo { width:17.25rem;height:2.57352925rem;top:46.5rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5VFiEkrCZta6TnSPnMoVgkgTExR5Aq4 { width:17.1875rem;height:2.7941174375rem;top:5.25rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zybq8QsvNp6RMMb03EXWBx1J5HqCezvs { width:17.1875rem;height:2.7941174375rem;top:27.875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnvzlocTlcenXTQ6DivstKfEKWvpS5WV { width:17.1875rem;height:2.7941174375rem;top:50.5625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWXoF2MM9CGEwNEqLVJg6KlcN1fUpXmS { width:17.1875rem;height:4.8786764375rem;top:10.6875rem;left:1.375rem;font-size:1.125rem;display:block; }#oWXoF2MM9CGEwNEqLVJg6KlcN1fUpXmS li:before{  }
 }@media only screen and (max-width: 763px) { #UiTcNLQJO0BeiWeW5cD6syTOkXWe7m9P { width:18.125rem;height:4.8786764375rem;top:31.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }#UiTcNLQJO0BeiWeW5cD6syTOkXWe7m9P li:before{  }
 }@media only screen and (max-width: 763px) { #rGSbGniKHR16tt4AkiIBrCkyKc4tGwuX { width:17.8125rem;height:4.8786764375rem;top:54.625rem;left:1.0625rem;font-size:1.125rem;display:block; }#rGSbGniKHR16tt4AkiIBrCkyKc4tGwuX li:before{  }
 }@media only screen and (max-width: 763px) { #TQcwDgFpTCHntRJs5eQFTBrzMU69Wwkw { width:12.5rem;height:2.57352925rem;top:16.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLusBa5W37xmEBBsWu1M9tFmDqsbuuON { width:12.5rem;height:2.57352925rem;top:39.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTOtCucAZhT3mbgm2AikCcETL5B51Cn { width:12.5rem;height:2.57352925rem;top:60.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2rrX3W7oXlXO5GDviKQJIrQaPufhS84 { width:12.5rem;height:1.39705875rem;top:21.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUAzHg8oMc4Rppd0W3T69WoupJb76yEa { width:12.5rem;height:1.39705875rem;top:43.875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikI6TMEiGagXsBH69xPgcDUNW5pCFxVB { width:12.5rem;height:1.39705875rem;top:65.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoRCLedKTlnhGeOg4n8TBBr3cBuxdsb4 { width:20rem;height:22.352941176471rem;top:1.3031005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWA6aCsbP5BLMQQMw17DRQEPycr5Tgi7 { width:20rem;height:22.352941176471rem;top:23.773651123047rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTfBmaqpniEU2lRTHlxbd1SBBAZtN2g { width:20rem;height:22.352941176471rem;top:46.510131835938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R { display:block; }#Ro3DaE7ZVMLXcSCSy4xmuoFD7yIIom1R > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzzBlST0Qsq2DW504cPMJMc07C09CvEh { width:20rem;height:19.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwEUm6GohsVdFLJ2lkHXSHTo7OrBko3l { width:10.0625rem;height:10.25rem;top:8.2127685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sq6xZkWG6Dz9TlhRJOoWnqON4BiZqhhZ { width:15.5rem;height:7.1979375rem;top:2.5rem;left:2.2500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WwgVucuDeS7ardQGfsVf7seNuJfqCVXV { top:11.25rem;left:2.4055991768837rem;width:15.186625rem;height:0;z-index:15005;line-height:1.6;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #hNDcJSeJq0XEPx4XT5GWMSteTnHCmcwP { width:11.625rem;height:3.1875rem;top:12.1875rem;left:4.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQOIILCCBAPfVFuyIkvTPoRCx06uBP1F { display:block; }
 }