.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,239,255;--color-primary-1:168,164,187;--color-primary-2:110,103,142;--color-primary-3:66,62,85;--color-primary-4:14,1,66;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:176,168,198;--color-tertiary-2:110,103,142;--color-tertiary-3:66,62,85;--color-tertiary-4:14,1,66;--headlines-font-family:"euclid circular a";--paragraphs-font-family:"euclid circular a"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y { 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; }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row .container { background-color: transparent; background-image: none; }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row .container > .video-iframe-container { display: none; }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row > .video-iframe-container { display: none; }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .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); }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row .container { border-width: 0; border-radius: 0; }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#TWR49diMBJn7fAzuMIeH4MCVeOcwq1lr { 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; }
#Mr1eCFFHNPQ7Wn2Dcebh7A3hHnckmKGV { 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:12.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:62.625rem;display:block; }
#mSWNtl9iisaX0kQdEPSiIfJNFM7v4Umr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff { 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; }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row .container { background-color: transparent; background-image: none; }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row .container > .video-iframe-container { display: none; }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row > .video-iframe-container { display: none; }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .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); }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row .container { border-width: 0; border-radius: 0; }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#UpSeoqBeK7M5W7TiCOugNFwM4oxTLd3K { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:9.375rem;left:3.75rem;height:1.79980625rem;font-style:normal;display:block; }
#s3LMwOnRgTI3qpmDA98Uk9uCwGLQccx1 { 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.8125rem;width:29.6875rem;top:7.5rem;left:45.3125rem;overflow:hidden;display:block; }
#ZHg3NuDcEwwIK2lRN7zD4vTJ74hFOVRV { color:rgba(var(--color-tertiary-2),1);display:block;width:43.125rem;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:12.1875rem;left:4.1875rem;height:7.69925rem;font-style:normal;display:block; }
#KSQlLWP5HJJbOTVkZt9cu77pT06gx7fr { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.5rem;left:3.75rem;display:block; }
#rrkIgQZKCa4u1kRHAnTmVeefwzkZ9QAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo { 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; }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row .container { background-color: transparent; background-image: none; }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row .container > .video-iframe-container { display: none; }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row > .video-iframe-container { display: none; }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .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); }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row .container { border-width: 0; border-radius: 0; }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#M7u1FdUDeITI0iKsdleXucTrNMb274PN { position:absolute;display:block;z-index:15000;height:48.125rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv { 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; }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row .container { background-color: transparent; background-image: none; }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row .container > .video-iframe-container { display: none; }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row > .video-iframe-container { display: none; }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .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); }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row .container { border-width: 0; border-radius: 0; }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#GXGKdT94EzPE44wADx1BTHwLRssr7bev { box-sizing:content-box;height:43.4375rem;width:36.8125rem;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; }
#THZ5Ex2FEpalZPhTTzZbzRcw7ChlnhOC { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:30.8125rem;left:3.4375rem;height:4.5rem;font-style:normal;display:block; }
#PU34zJJeGqeQd9V0BdyKMHGbwZD1LEzi { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:36.3125rem;left:3.4375rem;height:6.3984375rem;display:block; }
#r3A4ZqmqXLGvo24KC2QK7vhkBZQSlLKR { color:rgba(var(--color-primary-4),1);display:block;width:28.625rem;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.811630249024rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#SzoBFhNiiEyzfuzVaN1aRnafnChT3RTa { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:36.3125rem;left:41.5rem;height:6.3984375rem;display:block; }
#SXTuf7v7d9OnWUtffq0fQelV8SKR6Jus { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.8125rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:44.875rem;left:41.5rem;display:block; }
#T5dBPT7lHGvewSeCisBP4MGkOSBqopqB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tDrpwuwIDP3gacd3aoP38SaIhvKqSH3g { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:30.0625rem;top:8.125rem;left:3.4375rem;overflow:hidden;display:block; }
#EsJqrBOzfvO0wuAT3OoCVsPinVou6rzL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:30.0625rem;top:8.125rem;left:41.5rem;overflow:hidden;display:block; }
#MSot3iB7un7tvnroSrxTDcexVrMX3neI { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.4375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:44.875rem;left:3.4375rem;display:block; }
#O2U9wU6SH23wRu4cE3Op6fDCyAbzeaGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RdTi46sEmtq0FUdUiIoMpR6vkyvONBiC { box-sizing:content-box;height:43.375rem;width:36.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.25rem;left:38.1884765625rem;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; }
#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh { 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; }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row .container { background-color: transparent; background-image: none; }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row .container > .video-iframe-container { display: none; }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row > .video-iframe-container { display: none; }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .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); }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row .container { border-width: 0; border-radius: 0; }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#c8cHaGcZFTuR7sAxOtA31SfImscmxWZk { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:25.375rem;left:3.375rem;height:4.5rem;font-style:normal;display:block; }
#Enz5lUyUoVIlF2EIVSlawT64tG33Wn2f { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:30.875rem;left:3.375rem;height:4.798825rem;display:block; }
#TQiSk8du76BNHU42lgPfsW9a14FtuEMQ { color:rgba(var(--color-primary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:25.375rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#zTT1Ttdyw3TcdKHmwerwFvDfTcFVRV1P { color:rgba(var(--color-primary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:30.875rem;left:41.5rem;height:4.798825rem;display:block; }
#VTxSFL6ZQTRdBvrgyO2UPHo3217yfamO { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.4375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.625rem;left:41.5rem;display:block; }
#XATHS6CTUqD1gMSnQEBsNKNMiByMDnSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ek1fU9hEVim6svv8fA7Jxim5I7phgDoa { 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; }
#XhGvWWrpdID2roPhvMhRZAAn2QVLeDep { 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; }
#tZbSv2FVZ5mITMqL84xfUT2p3STlIv3e { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.5625rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:37.625rem;left:3.375rem;display:block; }
#JlTEdb79dOfr6nVu51VuJl0nurHNIO4J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5NtxTo6oUevaSFGNxkNKmTKL64ytb4S { box-sizing:content-box;height:41.875rem;width:36.8120625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:38.187934875488rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#COwXrTWUBC4SP8XlCNqTVnrARPsv0M2N { box-sizing:content-box;height:41.875rem;width:36.8120625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D { 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; }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row .container { background-color: transparent; background-image: none; }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row .container > .video-iframe-container { display: none; }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row > .video-iframe-container { display: none; }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .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); }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row .container { border-width: 0; border-radius: 0; }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#ruQTKL6gAUIDBpRVEfryar7TwFX0iA0L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:11.8125rem;top:4.5rem;left:1.25rem;overflow:hidden;display:block; }
#WQOvAfOb3sz836klbUku6OD07Dgbu00y { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.375rem;top:4.6875rem;left:62.75rem;overflow:hidden;display:block; }
#DIVIS6tdEmVrv4mmCqnHw9UoJUscM5sz { color:rgba(var(--color-primary-4),1);display:block;width:47.8125rem;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:13.59375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#OwKUuO4QbfvfN5iKs68Gs8mBgaI1u7KC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:14.625rem;left:31.3125rem;display:block; }
#gRc2rWg7SDJ1IsH9ToU3w1ivCofifFgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH { position:relative;display:block; }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH { background-color: transparent; background-image: none; }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .row .container > .video-iframe-container { display: none; }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .row > .video-iframe-container { display: none; }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .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); }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH { border-width: 0; border-radius: 0; }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .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; }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tEOioq9PV5kV7O1pnEtNQ2Zili8TzTtN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:37.125rem;top:3.9995663166046rem;left:38.187934875488rem;overflow:hidden;display:block; }
#TS54dX7gMu7oqGSys7vVT2I69dZZlK7D { color:rgba(var(--color-primary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.375rem;height:6.173825rem;font-style:normal;display:block; }
#WTrdJofKGSc6wHhOhsiRtuFOXP1zcwtG { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:16.875rem;left:3.375rem;height:11.19725rem;display:block; }
#AXpzReibndgD0zZZhbJ2OK7Um3FfnShO { 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:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.9375rem;left:42.375rem;display:none; }
#BVO6V0EsCRnmagFmWLFHVyH3ESc01NdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dg0RU0eT8Jq5cCcJU2lnaAgGy5qfiFtJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:36rem;display:none; }
#EPIuFOrJTN1XbGibvlBqfCgedhm598NI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.625rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:29.0625rem;left:3.375rem;display:block; }
#fG3SS7Z13TCDsGJanzDgou8wuGNT5deV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER { position:relative;display:block; }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER { background-color: transparent; background-image: none; }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .row .container > .video-iframe-container { display: none; }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .row > .video-iframe-container { display: none; }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .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); }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER { border-width: 0; border-radius: 0; }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .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; }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DGohXqcuCI9CWG9as49VxlnuXu5o0TLZ { color:rgba(var(--color-primary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:41.5rem;height:5.69921875rem;font-style:normal;display:block; }
#s6Rt65VJRa2mL8hNWK0oO6m7Qxq2UDrV { color:rgba(var(--color-primary-4),1);display:block;width:30.5625rem;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:15.75rem;left:41.5rem;height:11.19725rem;display:block; }
#GpTQzukzIDRm8tdTbMc5ERKAmUksUcnU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:37.125rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#JacLFsriFAA4oONFcOI4JTH2CH4eu2OB { 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:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:8.125rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:40.9375rem;left:42.375rem;display:none; }
#LQudUZBhQtHSaMXRM5bJuc4Td9xolohN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9COtqAPac5ZTE7lQMMBTiTTGgUvivGe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:36rem;display:none; }
#cZ6QR9PohqHGVwR3S3LccIAqsMxM0RGE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.875rem;height:1.25rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:27.9375rem;left:41.5rem;display:block; }
#T1iurmamEDNcU3NlMgMNXFcUHQfl8TOH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ { 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; }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row .container { background-color: transparent; background-image: none; }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row .container > .video-iframe-container { display: none; }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row > .video-iframe-container { display: none; }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .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); }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row .container { border-width: 0; border-radius: 0; }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#hTZvS3ZtxDFRHZ03nMg8iWcqdJaT7lfq { 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:4.25rem;overflow:hidden;display:block; }
#y0T4FESDOnsqdR85wLT40iz3JlM71Rs7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.4375rem;top:3.75rem;left:58.375rem;overflow:hidden;display:block; }
#Mal8mAroqT5ey1hGiMSnKqpuWB0iX3ZH { color:rgba(var(--color-primary-4),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:18.25rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#X3W1VifTCAyNbILVxHAhc1mSpR5b8qbi { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.125rem;left:31.3125rem;display:block; }
#fH6ab0oZffRf754kRdQlLlt2T1NMs2tX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iAb44ERGSm5Cv1VqyToRDmMSGECEFy46 { 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:2.5625rem;top:3.6875rem;left:9.125rem;display:none; }
#vw5uNEcdQyBrHFZmeHi6FvFruQsD6xHp { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.375rem;left:26.9375rem;display:none; }
#T3G5qU1cr5P4uA5VbuviQN1HSR7Av8eK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUUIteTBaJG8B6TPOQT1fPVa3aoJeXPm { 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-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-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:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.61111125rem;height:3.04058rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.375rem;left:37.4375rem;display:none; }
#RXRZ4UzZyVlHeT8G8b8dsXPTzugOSWwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic { 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; }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row .container { background-color: transparent; background-image: none; }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row .container > .video-iframe-container { display: none; }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row > .video-iframe-container { display: none; }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .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); }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row .container { border-width: 0; border-radius: 0; }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#LrURupmTkBdKTCxvDuRMrR13r3SSAo44 { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:6.25rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Wkr6gPEJWPXMTSmMHvEFCauUTXgcOgi4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:32.5rem;top:8.25rem;left:38.1875rem;overflow:hidden;display:block; }
#UdqmmwRmPma0hWd7Eemu3nC3ZQBxwXwJ { color:rgba(var(--color-primary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11.6875rem;left:3.375rem;height:2.25rem;font-style:normal;display:block; }
#wC77gPRlG1b0rsoLi15q2TLHGlKo9I35 { color:rgba(var(--color-primary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.8125rem;left:3.375rem;height:6.3984375rem;display:block; }
#kiW0uqSwnuQGMLhwum1REua746b93GRI { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.75rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:23.5625rem;left:3.375rem;display:block; }
#Fa6piQrMZEFFFdz5CczGdSRkfoOLywaW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s { 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; }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row .container { background-color: transparent; background-image: none; }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row .container > .video-iframe-container { display: none; }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row > .video-iframe-container { display: none; }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .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); }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row .container { border-width: 0; border-radius: 0; }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#VxbW0g25rL0ci1pzM2z6dC3NI6QKqMHm { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.125rem;left:41.5rem;height:4.5rem;font-style:normal;display:block; }
#DL5Uq4gmAwGGDfbNcLDzLPzemEanuVOC { color:rgba(var(--color-primary-4),1);display:block;width:30rem;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:11.6884765625rem;left:41.5rem;height:6.3984375rem;display:block; }
#CRlTbNtenwXdAoZT5G3zH63XlNedRc9a { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:32.5rem;top:2.75rem;left:3.375rem;overflow:hidden;display:block; }
#RakZ6h00ToGtdk7cNdam4hipIeANK4U7 { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.8125rem;height:1.25rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:20.3125rem;left:41.5rem;display:block; }
#GFh9PHriIvpPeHH8QRkGkyiMQV5uJr8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pA3cp6ALhzcOMQRWRidmddK49CXqJyFS { box-sizing:content-box;height:23.75rem;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; }
#ycFPshxdOqocZmQzOTW1FJFtHU6kPpUQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:13.0625rem;left:2.5rem;display:none; }
#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ { 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; }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row .container { background-color: transparent; background-image: none; }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row .container > .video-iframe-container { display: none; }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row > .video-iframe-container { display: none; }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .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); }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row .container { border-width: 0; border-radius: 0; }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#qfbvTKAgEyCThgMuiKvJbE0X7I9RXWc1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.625rem;width:32.5rem;top:2.5625rem;left:38.25rem;overflow:hidden;display:block; }
#c3Xbd5ZBDCvaRAXV1moNczNX3GXArRbD { color:rgba(var(--color-primary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6rem;left:3.375rem;height:2.25rem;font-style:normal;display:block; }
#Vwe8tSmhipAv8wuB1FizdzZT9LNzaOUl { color:rgba(var(--color-primary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.25rem;left:3.375rem;height:6.3984375rem;display:block; }
#NXiKE9nfMLy7eop2B1TKylWtsXAdlwdZ { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.0;overflow:hidden;position:absolute;width:9.5rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:17.8125rem;left:3.375rem;display:block; }
#gMTz6Mf0dd0paK9DeZMrTKIFGPKnyCL4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTJ1WIFuALLolreNXJwMBaKKaEZet7ZV { box-sizing:content-box;height:23.75rem;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; }
#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 { position:relative;display:block; }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 { background-color: transparent; background-image: none; }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .row .container > .video-iframe-container { display: none; }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .row > .video-iframe-container { display: none; }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .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); }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 { border-width: 0; border-radius: 0; }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .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; }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .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; }#tlff0WAMRBrd0t3mHl8WwNQIJTM1V9ah { box-sizing:content-box;height:17.1875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yDTQyWKEfcavVsfhArQWdVEReg3uyqt7 { 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; }
#UP6xuozvbx5idsakfzk1twFtpfdywZIO { color:rgba(var(--color-secondary-0),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.5rem;left:16.28125rem;height:5.3984375rem;text-align:center;text-align-last:center;display:block; }
#ZQo5A0cfp74dy40SImgdNN9WxrrNzTi6 { 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:12.375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.375rem;left:31.3125rem;display:block; }
#GHcwpWTiBpTLPd3zbfWGw22aSTBvgiuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5a3TqlZt40tuLUn5B7f08yM86AwgwQ5 { 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:10.75rem;left:5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y { display:block; }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWR49diMBJn7fAzuMIeH4MCVeOcwq1lr { width:8.25rem;height:1.6870337750301rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mr1eCFFHNPQ7Wn2Dcebh7A3hHnckmKGV { width:12.375rem;height:3.125rem;top:1.0625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSWNtl9iisaX0kQdEPSiIfJNFM7v4Umr { display:block; }
 }@media only screen and (max-width: 763px) { #F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff { display:block; }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpSeoqBeK7M5W7TiCOugNFwM4oxTLd3K { top:9.375rem;left:0rem;width:33.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3LMwOnRgTI3qpmDA98Uk9uCwGLQccx1 { top:7.5rem;left:18.0625rem;width:29.6875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHg3NuDcEwwIK2lRN7zD4vTJ74hFOVRV { top:12.1875rem;left:0rem;width:43.125rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSQlLWP5HJJbOTVkZt9cu77pT06gx7fr { width:12.375rem;height:3.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrkIgQZKCa4u1kRHAnTmVeefwzkZ9QAv { display:block; }
 }@media only screen and (max-width: 763px) { #WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo { display:block; }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7u1FdUDeITI0iKsdleXucTrNMb274PN { top:1.5625rem;left:0rem;width:47.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv { display:block; }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXGKdT94EzPE44wADx1BTHwLRssr7bev { top:6.25rem;left:0rem;width:36.8125rem;height:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZ5Ex2FEpalZPhTTzZbzRcw7ChlnhOC { top:30.8125rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU34zJJeGqeQd9V0BdyKMHGbwZD1LEzi { top:36.3125rem;left:0rem;width:30.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3A4ZqmqXLGvo24KC2QK7vhkBZQSlLKR { top:30.8125rem;left:19.125rem;width:28.625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzoBFhNiiEyzfuzVaN1aRnafnChT3RTa { top:36.3125rem;left:17.4375rem;width:30.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTuf7v7d9OnWUtffq0fQelV8SKR6Jus { width:9.8125rem;height:1.25rem;top:44.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5dBPT7lHGvewSeCisBP4MGkOSBqopqB { display:block; }
 }@media only screen and (max-width: 763px) { #tDrpwuwIDP3gacd3aoP38SaIhvKqSH3g { top:8.125rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsJqrBOzfvO0wuAT3OoCVsPinVou6rzL { top:8.125rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSot3iB7un7tvnroSrxTDcexVrMX3neI { width:9.4375rem;height:1.25rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2U9wU6SH23wRu4cE3Op6fDCyAbzeaGy { display:block; }
 }@media only screen and (max-width: 763px) { #RdTi46sEmtq0FUdUiIoMpR6vkyvONBiC { top:6.25rem;left:10.9375rem;width:36.8125rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh { display:block; }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8cHaGcZFTuR7sAxOtA31SfImscmxWZk { top:25.375rem;left:0rem;width:28.4375rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enz5lUyUoVIlF2EIVSlawT64tG33Wn2f { top:30.875rem;left:0rem;width:30.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQiSk8du76BNHU42lgPfsW9a14FtuEMQ { top:25.375rem;left:17.6875rem;width:30.0625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTT1Ttdyw3TcdKHmwerwFvDfTcFVRV1P { top:30.875rem;left:17.4375rem;width:30.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTxSFL6ZQTRdBvrgyO2UPHo3217yfamO { width:9.4375rem;height:1.25rem;top:37.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XATHS6CTUqD1gMSnQEBsNKNMiByMDnSA { display:block; }
 }@media only screen and (max-width: 763px) { #ek1fU9hEVim6svv8fA7Jxim5I7phgDoa { top:2.5625rem;left:0rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhGvWWrpdID2roPhvMhRZAAn2QVLeDep { top:2.5625rem;left:17.6875rem;width:30.0625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbSv2FVZ5mITMqL84xfUT2p3STlIv3e { width:9.5625rem;height:1.25rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlTEdb79dOfr6nVu51VuJl0nurHNIO4J { display:block; }
 }@media only screen and (max-width: 763px) { #n5NtxTo6oUevaSFGNxkNKmTKL64ytb4S { top:0.6875rem;left:10.9375rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COwXrTWUBC4SP8XlCNqTVnrARPsv0M2N { top:0.6875rem;left:0rem;width:36.8125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D { display:block; }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruQTKL6gAUIDBpRVEfryar7TwFX0iA0L { top:4.5rem;left:0rem;width:11.8125rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQOvAfOb3sz836klbUku6OD07Dgbu00y { top:4.6875rem;left:36.375rem;width:11.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIVIS6tdEmVrv4mmCqnHw9UoJUscM5sz { top:4.375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwKUuO4QbfvfN5iKs68Gs8mBgaI1u7KC { width:12.375rem;height:3.125rem;top:14.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRc2rWg7SDJ1IsH9ToU3w1ivCofifFgt { display:block; }
 }@media only screen and (max-width: 763px) { #u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH { display:block; }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEOioq9PV5kV7O1pnEtNQ2Zili8TzTtN { top:3.9375rem;left:10.625rem;width:37.125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS54dX7gMu7oqGSys7vVT2I69dZZlK7D { top:9.6875rem;left:0rem;width:30.125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrdJofKGSc6wHhOhsiRtuFOXP1zcwtG { top:16.875rem;left:0rem;width:30rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXpzReibndgD0zZZhbJ2OK7Um3FfnShO { width:8.125rem;height:2.1875rem;top:40.9375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVO6V0EsCRnmagFmWLFHVyH3ESc01NdF { display:block; }
 }@media only screen and (max-width: 763px) { #Dg0RU0eT8Jq5cCcJU2lnaAgGy5qfiFtJ { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPIuFOrJTN1XbGibvlBqfCgedhm598NI { width:9.625rem;height:1.25rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG3SS7Z13TCDsGJanzDgou8wuGNT5deV { display:block; }
 }@media only screen and (max-width: 763px) { #HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER { display:block; }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGohXqcuCI9CWG9as49VxlnuXu5o0TLZ { top:9.0625rem;left:15.25rem;width:32.5rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6Rt65VJRa2mL8hNWK0oO6m7Qxq2UDrV { top:15.75rem;left:17.1875rem;width:30.5625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpTQzukzIDRm8tdTbMc5ERKAmUksUcnU { top:2.9375rem;left:0rem;width:37.125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #JacLFsriFAA4oONFcOI4JTH2CH4eu2OB { width:8.125rem;height:2.1875rem;top:40.9375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQudUZBhQtHSaMXRM5bJuc4Td9xolohN { display:block; }
 }@media only screen and (max-width: 763px) { #h9COtqAPac5ZTE7lQMMBTiTTGgUvivGe { width:36rem;height:40rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZ6QR9PohqHGVwR3S3LccIAqsMxM0RGE { width:9.875rem;height:1.25rem;top:27.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1iurmamEDNcU3NlMgMNXFcUHQfl8TOH { display:block; }
 }@media only screen and (max-width: 763px) { #AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ { display:block; }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTZvS3ZtxDFRHZ03nMg8iWcqdJaT7lfq { top:3.75rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0T4FESDOnsqdR85wLT40iz3JlM71Rs7 { top:3.75rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mal8mAroqT5ey1hGiMSnKqpuWB0iX3ZH { top:3.75rem;left:4.625rem;width:40.5625rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3W1VifTCAyNbILVxHAhc1mSpR5b8qbi { width:12.375rem;height:3.125rem;top:14.125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH6ab0oZffRf754kRdQlLlt2T1NMs2tX { display:block; }
 }@media only screen and (max-width: 763px) { #iAb44ERGSm5Cv1VqyToRDmMSGECEFy46 { top:3.6875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vw5uNEcdQyBrHFZmeHi6FvFruQsD6xHp { width:9.375rem;height:3.125rem;top:13.375rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3G5qU1cr5P4uA5VbuviQN1HSR7Av8eK { display:block; }
 }@media only screen and (max-width: 763px) { #HUUIteTBaJG8B6TPOQT1fPVa3aoJeXPm { width:10.5625rem;height:3rem;top:13.375rem;left:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXRZ4UzZyVlHeT8G8b8dsXPTzugOSWwv { display:block; }
 }@media only screen and (max-width: 763px) { #pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic { display:block; }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrURupmTkBdKTCxvDuRMrR13r3SSAo44 { top:6.25rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkr6gPEJWPXMTSmMHvEFCauUTXgcOgi4 { top:8.25rem;left:15.25rem;width:32.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdqmmwRmPma0hWd7Eemu3nC3ZQBxwXwJ { top:11.6875rem;left:0rem;width:28.375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC77gPRlG1b0rsoLi15q2TLHGlKo9I35 { top:14.8125rem;left:0rem;width:30.0625rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiW0uqSwnuQGMLhwum1REua746b93GRI { width:9.75rem;height:1.25rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6piQrMZEFFFdz5CczGdSRkfoOLywaW { display:block; }
 }@media only screen and (max-width: 763px) { #xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s { display:block; }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxbW0g25rL0ci1pzM2z6dC3NI6QKqMHm { top:6.125rem;left:17.75rem;width:30rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL5Uq4gmAwGGDfbNcLDzLPzemEanuVOC { top:11.6875rem;left:17.75rem;width:30rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRlTbNtenwXdAoZT5G3zH63XlNedRc9a { top:2.75rem;left:0rem;width:32.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RakZ6h00ToGtdk7cNdam4hipIeANK4U7 { width:9.8125rem;height:1.25rem;top:20.3125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFh9PHriIvpPeHH8QRkGkyiMQV5uJr8S { display:block; }
 }@media only screen and (max-width: 763px) { #pA3cp6ALhzcOMQRWRidmddK49CXqJyFS { top:0.6875rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycFPshxdOqocZmQzOTW1FJFtHU6kPpUQ { top:13.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ { display:block; }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfbvTKAgEyCThgMuiKvJbE0X7I9RXWc1 { top:2.5625rem;left:15.25rem;width:32.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Xbd5ZBDCvaRAXV1moNczNX3GXArRbD { top:6rem;left:0rem;width:31.3125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwe8tSmhipAv8wuB1FizdzZT9LNzaOUl { top:9.25rem;left:0rem;width:28.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXiKE9nfMLy7eop2B1TKylWtsXAdlwdZ { width:9.5rem;height:1.25rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTz6Mf0dd0paK9DeZMrTKIFGPKnyCL4 { display:block; }
 }@media only screen and (max-width: 763px) { #eTJ1WIFuALLolreNXJwMBaKKaEZet7ZV { top:0.6875rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 { display:block; }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlff0WAMRBrd0t3mHl8WwNQIJTM1V9ah { top:0.3125rem;left:0rem;width:47.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDTQyWKEfcavVsfhArQWdVEReg3uyqt7 { top:7.25rem;left:0rem;width:10.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP6xuozvbx5idsakfzk1twFtpfdywZIO { top:2.5rem;left:1.8125rem;width:45.9375rem;height:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQo5A0cfp74dy40SImgdNN9WxrrNzTi6 { width:12.375rem;height:3.125rem;top:10.375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHcwpWTiBpTLPd3zbfWGw22aSTBvgiuv { display:block; }
 }@media only screen and (max-width: 763px) { #g5a3TqlZt40tuLUn5B7f08yM86AwgwQ5 { top:10.75rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iZiJMp5VGUal3ZmGVBE7S8ag4nLNRp9y > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWR49diMBJn7fAzuMIeH4MCVeOcwq1lr { 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) { #Mr1eCFFHNPQ7Wn2Dcebh7A3hHnckmKGV { 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) { #mSWNtl9iisaX0kQdEPSiIfJNFM7v4Umr { display:block; }
 }@media only screen and (max-width: 763px) { #F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff { display:block; }#F0TnagG0tpOJAcsw1SlWt1zLWbzm1xff > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpSeoqBeK7M5W7TiCOugNFwM4oxTLd3K { width:13.1875rem;height:4.5rem;top:6.8125rem;left:3.4062501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3LMwOnRgTI3qpmDA98Uk9uCwGLQccx1 { width:20rem;height:14.566rem;top:24.3125125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHg3NuDcEwwIK2lRN7zD4vTJ74hFOVRV { width:17rem;height:8.3984375rem;top:12.4375rem;left:1.4687501192093rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KSQlLWP5HJJbOTVkZt9cu77pT06gx7fr { width:15rem;height:3.125rem;top:22.625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrkIgQZKCa4u1kRHAnTmVeefwzkZ9QAv { display:block; }
 }@media only screen and (max-width: 763px) { #WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo { display:block; }#WH6mSQueQn6QzT1DePRwvzCXQt5DCSgo > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7u1FdUDeITI0iKsdleXucTrNMb274PN { width:20rem;height:49.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv { display:block; }#T08JLhQ2sIpw1kxVxJs8wCbhS8Bw45bv > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXGKdT94EzPE44wADx1BTHwLRssr7bev { width:18rem;height:35.5rem;top:0.9375rem;left:1rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZ5Ex2FEpalZPhTTzZbzRcw7ChlnhOC { width:15rem;height:3.298825rem;top:14.375rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PU34zJJeGqeQd9V0BdyKMHGbwZD1LEzi { width:15rem;height:12.796875rem;top:18.75rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r3A4ZqmqXLGvo24KC2QK7vhkBZQSlLKR { width:15rem;height:4.94824375rem;top:50.6875rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzoBFhNiiEyzfuzVaN1aRnafnChT3RTa { width:15rem;height:12.796875rem;top:56.625rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTuf7v7d9OnWUtffq0fQelV8SKR6Jus { width:9.5625rem;height:1.25rem;top:71rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T5dBPT7lHGvewSeCisBP4MGkOSBqopqB { display:block; }
 }@media only screen and (max-width: 763px) { #tDrpwuwIDP3gacd3aoP38SaIhvKqSH3g { width:14.875rem;height:10.3125rem;top:2.5rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsJqrBOzfvO0wuAT3OoCVsPinVou6rzL { width:15rem;height:10.375rem;top:38.8125rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSot3iB7un7tvnroSrxTDcexVrMX3neI { width:9.625rem;height:1.25rem;top:33.0625rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #O2U9wU6SH23wRu4cE3Op6fDCyAbzeaGy { display:block; }
 }@media only screen and (max-width: 763px) { #RdTi46sEmtq0FUdUiIoMpR6vkyvONBiC { width:18rem;height:37.0625rem;top:37.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh { display:block; }#ozPAfDFqrQU1i3oIKcWeD2iPX5kCA0Jh > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8cHaGcZFTuR7sAxOtA31SfImscmxWZk { width:15rem;height:4.94824375rem;top:13.875rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Enz5lUyUoVIlF2EIVSlawT64tG33Wn2f { width:15rem;height:11.19725rem;top:19.8125rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQiSk8du76BNHU42lgPfsW9a14FtuEMQ { width:15rem;height:4.94824375rem;top:50.1875rem;left:2.5000001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTT1Ttdyw3TcdKHmwerwFvDfTcFVRV1P { width:15rem;height:11.19725rem;top:56.125rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTxSFL6ZQTRdBvrgyO2UPHo3217yfamO { width:9.875rem;height:1.25rem;top:68.8125rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XATHS6CTUqD1gMSnQEBsNKNMiByMDnSA { display:block; }
 }@media only screen and (max-width: 763px) { #ek1fU9hEVim6svv8fA7Jxim5I7phgDoa { width:15rem;height:10.375rem;top:2rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhGvWWrpdID2roPhvMhRZAAn2QVLeDep { width:15rem;height:10.375rem;top:38.3125rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbSv2FVZ5mITMqL84xfUT2p3STlIv3e { width:9.5625rem;height:1.25rem;top:32.5rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JlTEdb79dOfr6nVu51VuJl0nurHNIO4J { display:block; }
 }@media only screen and (max-width: 763px) { #n5NtxTo6oUevaSFGNxkNKmTKL64ytb4S { width:18rem;height:35.3125rem;top:36.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #COwXrTWUBC4SP8XlCNqTVnrARPsv0M2N { width:18rem;height:35.3125rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D { display:block; }#pu73xCMGZgd4dKg2SNM5sHB3rfsARM2D > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruQTKL6gAUIDBpRVEfryar7TwFX0iA0L { width:6.3125rem;height:6.625rem;top:12.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQOvAfOb3sz836klbUku6OD07Dgbu00y { width:6.125rem;height:6.0625rem;top:12.375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIVIS6tdEmVrv4mmCqnHw9UoJUscM5sz { width:14.0625rem;height:9.746125rem;top:2.0625rem;left:3rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OwKUuO4QbfvfN5iKs68Gs8mBgaI1u7KC { width:9.375rem;height:3.125rem;top:26.81075rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRc2rWg7SDJ1IsH9ToU3w1ivCofifFgt { display:block; }
 }@media only screen and (max-width: 763px) { #u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH { display:block; }#u5ce34Wz1gAZN6Zq8qJhaGoqtVUtLCxH > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEOioq9PV5kV7O1pnEtNQ2Zili8TzTtN { width:18rem;height:20rem;top:2.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TS54dX7gMu7oqGSys7vVT2I69dZZlK7D { width:15rem;height:5.3994125rem;top:25rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WTrdJofKGSc6wHhOhsiRtuFOXP1zcwtG { width:15rem;height:20.7949375rem;top:31.375rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AXpzReibndgD0zZZhbJ2OK7Um3FfnShO { width:8.125rem;height:1.25rem;top:54.1875rem;left:2.5000001192093rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #BVO6V0EsCRnmagFmWLFHVyH3ESc01NdF { display:block; }
 }@media only screen and (max-width: 763px) { #Dg0RU0eT8Jq5cCcJU2lnaAgGy5qfiFtJ { top:2.5000004768372rem;left:0.99934905767444rem;width:18rem;height:19.9375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EPIuFOrJTN1XbGibvlBqfCgedhm598NI { width:8.75rem;height:1.25rem;top:56.6875rem;left:5.625rem;font-size:1rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #fG3SS7Z13TCDsGJanzDgou8wuGNT5deV { display:block; }
 }@media only screen and (max-width: 763px) { #HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER { display:block; }#HT7ktetdTt6rZiWEsFtsQo6dNQAvhsER > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGohXqcuCI9CWG9as49VxlnuXu5o0TLZ { width:15rem;height:3.5996125rem;top:25rem;left:2.5000001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6Rt65VJRa2mL8hNWK0oO6m7Qxq2UDrV { width:15rem;height:22.3945rem;top:29.625rem;left:2.5000001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GpTQzukzIDRm8tdTbMc5ERKAmUksUcnU { width:18rem;height:20rem;top:2.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JacLFsriFAA4oONFcOI4JTH2CH4eu2OB { width:8.125rem;height:1.25rem;top:54rem;left:2.5000001192093rem;font-size:1rem;line-height:1;background-color:transparent;background-image:none;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LQudUZBhQtHSaMXRM5bJuc4Td9xolohN { display:block; }
 }@media only screen and (max-width: 763px) { #h9COtqAPac5ZTE7lQMMBTiTTGgUvivGe { top:2.5rem;left:0.99934905767444rem;width:18rem;height:19.9375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cZ6QR9PohqHGVwR3S3LccIAqsMxM0RGE { width:8.75rem;height:1.25rem;top:56.5rem;left:5.625rem;font-size:1rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #T1iurmamEDNcU3NlMgMNXFcUHQfl8TOH { display:block; }
 }@media only screen and (max-width: 763px) { #AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ { display:block; }#AQ7HOFTkykk905OaQE2s4W7Wk5OcKOXZ > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTZvS3ZtxDFRHZ03nMg8iWcqdJaT7lfq { width:7.5rem;height:7.4375rem;top:12.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0T4FESDOnsqdR85wLT40iz3JlM71Rs7 { width:7.5rem;height:7.4375rem;top:12.0625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mal8mAroqT5ey1hGiMSnKqpuWB0iX3ZH { width:18.4375rem;height:0;top:0rem;left:0.78125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #X3W1VifTCAyNbILVxHAhc1mSpR5b8qbi { width:9.375rem;height:3.125rem;top:24.1493125rem;left:5.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fH6ab0oZffRf754kRdQlLlt2T1NMs2tX { display:block; }
 }@media only screen and (max-width: 763px) { #iAb44ERGSm5Cv1VqyToRDmMSGECEFy46 { top:2.4375rem;left:4.5625rem;width:10.875rem;height:7.796875rem;z-index:15012;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;color:#0e0142;display:block; }
 }@media only screen and (max-width: 763px) { #vw5uNEcdQyBrHFZmeHi6FvFruQsD6xHp { width:8.5625rem;height:3.125rem;top:8.375rem;left:0.4375rem;font-size:1rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #T3G5qU1cr5P4uA5VbuviQN1HSR7Av8eK { display:block; }
 }@media only screen and (max-width: 763px) { #HUUIteTBaJG8B6TPOQT1fPVa3aoJeXPm { width:9.979166625rem;height:3.041666625rem;top:8.375rem;left:9.5rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #RXRZ4UzZyVlHeT8G8b8dsXPTzugOSWwv { display:block; }
 }@media only screen and (max-width: 763px) { #pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic { display:block; }#pdvMrbfZ3uKV9t8bh3oBtVrbM2L1aIic > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrURupmTkBdKTCxvDuRMrR13r3SSAo44 { width:18rem;height:32.375rem;top:1rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkr6gPEJWPXMTSmMHvEFCauUTXgcOgi4 { width:15rem;height:9rem;top:2.5rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdqmmwRmPma0hWd7Eemu3nC3ZQBxwXwJ { width:15.625rem;height:1.6494125rem;top:13.125000715256rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wC77gPRlG1b0rsoLi15q2TLHGlKo9I35 { width:15.5625rem;height:12.796875rem;top:15.75rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiW0uqSwnuQGMLhwum1REua746b93GRI { width:8.125rem;height:1.25rem;top:30.0625rem;left:2.5000001192093rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6piQrMZEFFFdz5CczGdSRkfoOLywaW { display:block; }
 }@media only screen and (max-width: 763px) { #xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s { display:block; }#xDKhkqU5TnlwoPXfRCkOVch6z0WWQA3s > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxbW0g25rL0ci1pzM2z6dC3NI6QKqMHm { width:15rem;height:0;top:12.755859375rem;left:0.75rem;font-size:1.375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DL5Uq4gmAwGGDfbNcLDzLPzemEanuVOC { width:15rem;height:14.3965rem;top:16.4375rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRlTbNtenwXdAoZT5G3zH63XlNedRc9a { width:15rem;height:9rem;top:2rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RakZ6h00ToGtdk7cNdam4hipIeANK4U7 { width:9.5625rem;height:1.25rem;top:32.3125rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GFh9PHriIvpPeHH8QRkGkyiMQV5uJr8S { display:block; }
 }@media only screen and (max-width: 763px) { #pA3cp6ALhzcOMQRWRidmddK49CXqJyFS { width:18rem;height:35.25rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycFPshxdOqocZmQzOTW1FJFtHU6kPpUQ { top:12.5rem;left:2.5000001192093rem;width:15rem;height:3.298825rem;z-index:15006;font-size:1.375rem;line-height:1.2;font-weight:700;font-style:normal;color:#0e0142;display:block; }
 }@media only screen and (max-width: 763px) { #rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ { display:block; }#rAC7UeieAKAmUcuCg9b1T3MKJpIFaTvZ > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfbvTKAgEyCThgMuiKvJbE0X7I9RXWc1 { width:15rem;height:9rem;top:2rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Xbd5ZBDCvaRAXV1moNczNX3GXArRbD { width:15rem;height:3.298825rem;top:12.5rem;left:2.5000001192093rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Vwe8tSmhipAv8wuB1FizdzZT9LNzaOUl { width:15rem;height:12.796875rem;top:16.8125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXiKE9nfMLy7eop2B1TKylWtsXAdlwdZ { width:9.5625rem;height:1.25rem;top:31.125rem;left:2.5rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gMTz6Mf0dd0paK9DeZMrTKIFGPKnyCL4 { display:block; }
 }@media only screen and (max-width: 763px) { #eTJ1WIFuALLolreNXJwMBaKKaEZet7ZV { width:18rem;height:33.9375rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 { display:block; }#KQ8LmxqwvaGux1hJs22lhhyZtMFECii3 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlff0WAMRBrd0t3mHl8WwNQIJTM1V9ah { width:20rem;height:17.1875rem;top:7.62939453125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDTQyWKEfcavVsfhArQWdVEReg3uyqt7 { width:10.0625rem;height:10.25rem;top:8.2126770019531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UP6xuozvbx5idsakfzk1twFtpfdywZIO { width:15rem;height:7.19925rem;top:2.5rem;left:2.5000001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZQo5A0cfp74dy40SImgdNN9WxrrNzTi6 { width:15rem;height:3.125rem;top:11.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHcwpWTiBpTLPd3zbfWGw22aSTBvgiuv { display:block; }
 }@media only screen and (max-width: 763px) { #g5a3TqlZt40tuLUn5B7f08yM86AwgwQ5 { top:11rem;left:2.5000001192093rem;width:15rem;height:0;z-index:15005;color:#ffffff;line-height:1.6;display:none; }
 }