.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,221,223;--color-primary-1:216,142,148;--color-primary-2:176,29,40;--color-primary-3:88,15,20;--color-primary-4:26,4,6;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #232323);background-image: -moz-linear-gradient(180deg, #000000, #232323);background-image: -ms-linear-gradient(180deg, #000000, #232323);background-image: -o-linear-gradient(180deg, #000000, #232323);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#232323' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#232323' );";background-image: linear-gradient(180deg, #000000, #232323);background-size:initial !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row .container { background-color: transparent; background-image: none; }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row .container > .video-iframe-container { display: none; }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row > .video-iframe-container { display: none; }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .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); }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row .container { border-width: 0; border-radius: 0; }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#gzhnX29xvUJCLBdUeFy8sqa1kDv3rDXH { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:1rem;left:5rem;display:block; }
#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { background-color: transparent; background-image: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .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); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { border-width: 0; border-radius: 0; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { position:absolute;display:block;z-index:15011;background-color:#c7cfd6;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:20.0625rem;top:20.4375rem;left:0rem;display:block; }
#SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.125rem;width:37.5rem;top:2.1875rem;left:20rem;overflow:hidden;display:block; }
#GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:35.6875rem;left:6.5625rem; }
#GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#WE8zuomrVQRbpoeQNg3ODu6aV09sciTn { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:4rem;width:4rem;top:35.125rem;left:6rem;display:block; }
#aGJGbsJHGf72TwmplUd7lIhVlNcQiOSK { box-sizing:content-box;height:45.5rem;width:34.3125rem;position:absolute;display:block;z-index:15012;background-color:#c7cfd6;background-image:none;top:4.0625rem;left:24.4375rem;display:block; }
#CbQuDzZIo7SLsVMCdQT5q1EznMiyakzT { color:#c7cfd6;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.0625rem;left:0rem;height:27rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFZmtlzISt5eSrqmAS2QBn3mdapvSIN1 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { background-color: transparent; background-image: none; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container > .video-iframe-container { display: none; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row > .video-iframe-container { display: none; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .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); }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { border-width: 0; border-radius: 0; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#MKcD4E7E9rUAhIV2P4JuCOXCyy62oOQ7 { background-color:#c7cfd6;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.4375rem;left:7.96875rem;display:block; }
#BT6MrkuMlTghTeA7OXUiMF30bxa6lCdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WcgGi7icKPaQWfBlsGQAM9ZTBUqkgcNk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.25rem;top:8.228515625rem;left:9.375rem;overflow:hidden;display:block; }
#byO0araBIJLbpGpDoLAbc96VTCTrS0qz { 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:3.1875rem;width:13.5625rem;top:8.041015625rem;left:38.21875rem;overflow:hidden;display:block; }
#D911zFW1VGtDVvPGOOpJtXzTk68eex2T { background-color:#c7cfd6;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.4375rem;left:37.96875rem;display:block; }
#hqmovqf8kEUr64mvp2g6m0VeHyJEbcmm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvkmLQQL0FceFOKT05zyzcsi5S47A03V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row .container { background-color: transparent; background-image: none; }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row .container > .video-iframe-container { display: none; }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row > .video-iframe-container { display: none; }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .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); }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row .container { border-width: 0; border-radius: 0; }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#eRtvJ7r3aLukV12OCWkH5NHys8C3ThsS { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1rem;left:5rem;display:block; }
#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { background-color: transparent; background-image: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container > .video-iframe-container { display: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container { display: none; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .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); }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { border-width: 0; border-radius: 0; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#ZAGXJRywgFxIWctWVnnaVD4mHdnC588Z { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.5rem;left:5.875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { background-color: transparent; background-image: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container > .video-iframe-container { display: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container { display: none; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .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); }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { border-width: 0; border-radius: 0; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { box-sizing:content-box;height:27.875rem;width:21rem;position:absolute;display:block;z-index:15013;background-color:#c7cfd6;background-image:none;top:5.1875rem;left:35.5625rem;display:block; }
#ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:22.25rem;top:4.5rem;left:33.1875rem;overflow:hidden;display:block; }
#QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:1.75rem;left:0rem;height:34rem;text-align:left;text-align-last:left;display:block; }
#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row .container { background-color: transparent; background-image: none; }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row .container > .video-iframe-container { display: none; }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row > .video-iframe-container { display: none; }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .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); }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row .container { border-width: 0; border-radius: 0; }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#xuBySOnFm101HHHd59o9AQdfTi02lqb3 { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1rem;left:5rem;display:block; }
#ekU60I70OqSdARFQEOz50eBgrFVfwz1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row .container { background-color: transparent; background-image: none; }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row .container > .video-iframe-container { display: none; }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row > .video-iframe-container { display: none; }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .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); }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row .container { border-width: 0; border-radius: 0; }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#iiqWAGIlHPWT9wUXsWXBd3gznER2wvaI { background-color:#c7cfd6;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979166625rem;height:3.854166625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.187500476837rem;left:4.375rem;display:block; }
#huXy5CQTK2dJsswJqTJmEgfEAzobEHrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnMsk2W7yCtZZdaoThz9NVRZE6OIfzJZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.5rem;top:17.812500476837rem;left:7.1145839691163rem;overflow:hidden;display:block; }
#LkOdVu3OclRPuJKPPgnVU9zTVhRnMQmu { 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:26.75rem;width:18.4375rem;top:0.9375rem;left:20.78125rem;overflow:hidden;display:block; }
#le6u8m86nXuxZnrBPQeslUTIwTMqZdfu { background-color:#c7cfd6;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9785rem;height:3.8535125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.1865234375rem;left:42.78125rem;display:block; }
#JLlsQyZTlHkmTMEItUaQliJ1KtxXTkct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LF5xQDp1ANSZ6A0yPb4LCkTxVArzTpG2 { 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:2.75rem;width:12.5rem;top:17.3125rem;left:43.84375rem;overflow:hidden;display:block; }
#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { background-color: transparent; background-image: none; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container > .video-iframe-container { display: none; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row > .video-iframe-container { display: none; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .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); }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { border-width: 0; border-radius: 0; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#au1UADURMFaPKbXrepNeriHNPwH9XA0e { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:5.9375rem;left:6.75rem;height:;text-align:left;text-align-last:left;display:block; }#au1UADURMFaPKbXrepNeriHNPwH9XA0e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#au1UADURMFaPKbXrepNeriHNPwH9XA0e li:before{  }
#emzPRh7QmT8Tyg1NM2fz4TyCDD0BxvwI { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.5rem;left:8.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o2Ksy6drlErz330lyzoKxDNEWScQF0VV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row .container { background-color: transparent; background-image: none; }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row .container > .video-iframe-container { display: none; }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row > .video-iframe-container { display: none; }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .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); }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row .container { border-width: 0; border-radius: 0; }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#JgbQL1RT6rPl1mleWheoIddbpbf2hPuH { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1rem;left:5rem;display:block; }
#eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:27.5625rem;top:0rem;left:29.8125rem;overflow:hidden;display:block; }
#WzF2VQccHBqswc1yeJUJaA3rfMhlslor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row .container { background-color: transparent; background-image: none; }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row .container > .video-iframe-container { display: none; }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row > .video-iframe-container { display: none; }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .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); }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row .container { border-width: 0; border-radius: 0; }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row .container { font-size:0.875rem;font-family:arial;height:113.5rem;width:60rem;position:relative;display:block; }#EeQwmHQ0Olq0ZncK25kfFuDcxyNAcIG2 { position:absolute;display:block;z-index:15008;background-color:#c7cfd6;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.5625rem;left:9.1875rem;display:block; }
#ne0L0fmOE7FG93Ckb16zARz9VPsrIMmh { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:5.375rem;left:13.0625rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vOtqPn31ihIhTOyVlgLX5NBVDaXqZACa { position:absolute;display:block;z-index:15012;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;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.9375rem;width:30rem;top:26.1875rem;left:27.5rem;overflow:hidden;display:block; }
#zIvmEX3NFEBI0BW58SkpWDu2FUDWfofH { position:absolute;display:block;z-index:15004;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;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.9375rem;width:30rem;top:82.9375rem;left:27.5rem;overflow:hidden;display:block; }
#eBBn7rGswU2UUF2XJB38masBmyxpgDV8 { position:absolute;display:block;z-index:15007;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;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.9375rem;width:30rem;top:44.6875rem;left:0rem;overflow:hidden;display:block; }
#DVRB45OQg1I21T5TVOXlU2RTfDZaAAu7 { position:absolute;display:block;z-index:15013;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:30rem;top:54.5rem;left:27.5rem;overflow:hidden;display:block; }
#oUR5oV3xQkVUtgRzWJxvTIwpHD2PQ30S { position:absolute;display:block;z-index:15003;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;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.9375rem;width:30rem;top:17.0615234375rem;left:0rem;overflow:hidden;display:block; }
#qE8eCqtNDUG9WiSIUT3zrfuI47hN9PgD { position:absolute;display:block;z-index:15005;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;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.9375rem;width:30rem;top:73.3125rem;left:0rem;overflow:hidden;display:block; }
#JmXcfTM8KdOQivVwfp2V31bzENqrocrI { background-color:#c7cfd6;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:101.3125rem;left:6.8125rem;display:block; }
#CfJpdxtRmCpOqDksLQkBJ2kpDUixW1xs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2q0COO02RnzFf4W9JdITII4ZXr3fQwB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.25rem;top:106.8125rem;left:8.1875rem;overflow:hidden;display:block; }
#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { background-color: transparent; background-image: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .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); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { border-width: 0; border-radius: 0; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#WsvXuwcig7GQzdrETgwMDn4qTthxsIAq { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.8125rem;left:23.75rem;display:block; }
#dBz7autwqLJxoI5BrU7leq5aJBORNtUR { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.8125rem;left:28.8125rem;display:block; }
#f3MKreJTy0XEEkkPFaXOQBGaScaW4qb2 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.8125rem;left:34.25rem;display:block; }
#VhRNObiiisTcpM6Lx6TlFriKN5gqvcZC { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:5.0625rem;left:18.5rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row .container { background-color: transparent; background-image: none; }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row .container > .video-iframe-container { display: none; }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row > .video-iframe-container { display: none; }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .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); }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row .container { border-width: 0; border-radius: 0; }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#fpdFeNzoQusGWBPrQ61KtrI5PB85o9Zl { box-sizing:content-box;height:0.125rem;width:50rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:1rem;left:5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ { display:block; }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzhnX29xvUJCLBdUeFy8sqa1kDv3rDXH { top:1rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { top:20.4375rem;left:0rem;width:20.0625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { top:2.1875rem;left:0rem;width:37.5rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt { top:35.6875rem;left:4.5rem;width:3.125rem;height:3.125rem;display:block; }
#GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #WE8zuomrVQRbpoeQNg3ODu6aV09sciTn { top:35.125rem;left:3.9375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGJGbsJHGf72TwmplUd7lIhVlNcQiOSK { top:4.0625rem;left:0rem;width:34.3125rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQuDzZIo7SLsVMCdQT5q1EznMiyakzT { width:17.875rem;height:27rem;top:4.0625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFZmtlzISt5eSrqmAS2QBn3mdapvSIN1 { display:none; }
 }@media only screen and (max-width: 763px) { #s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA { display:block; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcD4E7E9rUAhIV2P4JuCOXCyy62oOQ7 { width:14.0625rem;height:3.9375rem;top:2.4375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6MrkuMlTghTeA7OXUiMF30bxa6lCdv { display:block; }
 }@media only screen and (max-width: 763px) { #WcgGi7icKPaQWfBlsGQAM9ZTBUqkgcNk { top:8.1875rem;left:6.3125rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byO0araBIJLbpGpDoLAbc96VTCTrS0qz { top:8rem;left:29.03125rem;width:13.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D911zFW1VGtDVvPGOOpJtXzTk68eex2T { width:14.0625rem;height:3.9375rem;top:2.4375rem;left:28.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqmovqf8kEUr64mvp2g6m0VeHyJEbcmm { display:block; }
 }@media only screen and (max-width: 763px) { #JvkmLQQL0FceFOKT05zyzcsi5S47A03V { display:block; }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRtvJ7r3aLukV12OCWkH5NHys8C3ThsS { top:1rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { display:block; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAGXJRywgFxIWctWVnnaVD4mHdnC588Z { width:47.75rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { display:block; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { top:5.1875rem;left:26.75rem;width:21rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { top:4.5rem;left:25.5rem;width:22.25rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { top:1.75rem;left:0rem;width:31.0625rem;height:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i { display:block; }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuBySOnFm101HHHd59o9AQdfTi02lqb3 { top:1rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekU60I70OqSdARFQEOz50eBgrFVfwz1D { display:block; }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiqWAGIlHPWT9wUXsWXBd3gznER2wvaI { width:13.9375rem;height:3.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXy5CQTK2dJsswJqTJmEgfEAzobEHrs { display:block; }
 }@media only screen and (max-width: 763px) { #hnMsk2W7yCtZZdaoThz9NVRZE6OIfzJZ { top:17.8125rem;left:0.98958396911619rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkOdVu3OclRPuJKPPgnVU9zTVhRnMQmu { top:0.9375rem;left:14.65625rem;width:18.4375rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #le6u8m86nXuxZnrBPQeslUTIwTMqZdfu { width:13.9375rem;height:3.8125rem;top:11.125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLlsQyZTlHkmTMEItUaQliJ1KtxXTkct { display:block; }
 }@media only screen and (max-width: 763px) { #LF5xQDp1ANSZ6A0yPb4LCkTxVArzTpG2 { top:17.3125rem;left:34.875rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT { display:block; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au1UADURMFaPKbXrepNeriHNPwH9XA0e { top:5.9375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#au1UADURMFaPKbXrepNeriHNPwH9XA0e li:before{  }
 }@media only screen and (max-width: 763px) { #emzPRh7QmT8Tyg1NM2fz4TyCDD0BxvwI { width:47.75rem;height:2.25rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Ksy6drlErz330lyzoKxDNEWScQF0VV { display:block; }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgbQL1RT6rPl1mleWheoIddbpbf2hPuH { top:1rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { top:0rem;left:20.1875rem;width:27.5625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzF2VQccHBqswc1yeJUJaA3rfMhlslor { display:block; }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeQwmHQ0Olq0ZncK25kfFuDcxyNAcIG2 { width:9.25rem;height:10.625rem;top:2.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne0L0fmOE7FG93Ckb16zARz9VPsrIMmh { width:19.375rem;height:4.9375rem;top:5.375rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOtqPn31ihIhTOyVlgLX5NBVDaXqZACa { width:30rem;height:19.9375rem;top:26.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvmEX3NFEBI0BW58SkpWDu2FUDWfofH { width:30rem;height:19.9375rem;top:82.9375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBn7rGswU2UUF2XJB38masBmyxpgDV8 { width:30rem;height:19.9375rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRB45OQg1I21T5TVOXlU2RTfDZaAAu7 { top:54.5rem;left:15.25rem;width:30rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUR5oV3xQkVUtgRzWJxvTIwpHD2PQ30S { top:17rem;left:0rem;width:30rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE8eCqtNDUG9WiSIUT3zrfuI47hN9PgD { width:30rem;height:19.9375rem;top:73.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmXcfTM8KdOQivVwfp2V31bzENqrocrI { width:14.0625rem;height:3.9375rem;top:101.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfJpdxtRmCpOqDksLQkBJ2kpDUixW1xs { display:block; }
 }@media only screen and (max-width: 763px) { #s2q0COO02RnzFf4W9JdITII4ZXr3fQwB { top:106.8125rem;left:2.0625rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsvXuwcig7GQzdrETgwMDn4qTthxsIAq { top:1.8125rem;left:17.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBz7autwqLJxoI5BrU7leq5aJBORNtUR { top:1.8125rem;left:22.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MKreJTy0XEEkkPFaXOQBGaScaW4qb2 { top:1.8125rem;left:28.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhRNObiiisTcpM6Lx6TlFriKN5gqvcZC { top:5.0625rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA { display:block; }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpdFeNzoQusGWBPrQ61KtrI5PB85o9Zl { top:1rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ { display:block; }#E4r1JbTRgOVR9lCfN4vszl0tWfGeP5rQ > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzhnX29xvUJCLBdUeFy8sqa1kDv3rDXH { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMlBu9EdsdSv1tSCyDEbg5Zx6oSeD6P9 { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { width:17.125rem;height:21.1875rem;top:5.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt { display:flex;width:3.125rem;height:3.125rem;top:49.6875rem;left:8.5625rem;font-size:1.5rem; }
#GNio39zOTqp5KJ4zILT4a8hWpGMrAvJt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #WE8zuomrVQRbpoeQNg3ODu6aV09sciTn { width:4rem;height:4rem;top:49.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGJGbsJHGf72TwmplUd7lIhVlNcQiOSK { width:19.125rem;height:26.0625rem;top:2.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbQuDzZIo7SLsVMCdQT5q1EznMiyakzT { width:19rem;height:15.39453125rem;top:31.8125rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MFZmtlzISt5eSrqmAS2QBn3mdapvSIN1 { top:41.5rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA { display:block; }#s1WO2WSo5vV2x3vVkL1LhkNxoyDAmiTA > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcD4E7E9rUAhIV2P4JuCOXCyy62oOQ7 { width:13.9785rem;height:3.8535125rem;top:1.8125rem;left:3.009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6MrkuMlTghTeA7OXUiMF30bxa6lCdv { display:block; }
 }@media only screen and (max-width: 763px) { #WcgGi7icKPaQWfBlsGQAM9ZTBUqkgcNk { width:8.5rem;height:2.1875rem;top:7.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #byO0araBIJLbpGpDoLAbc96VTCTrS0qz { width:13.5625rem;height:3.1875rem;top:17.2910125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D911zFW1VGtDVvPGOOpJtXzTk68eex2T { width:14.0625rem;height:3.9375rem;top:12.1035125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqmovqf8kEUr64mvp2g6m0VeHyJEbcmm { display:block; }
 }@media only screen and (max-width: 763px) { #JvkmLQQL0FceFOKT05zyzcsi5S47A03V { display:block; }#JvkmLQQL0FceFOKT05zyzcsi5S47A03V > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRtvJ7r3aLukV12OCWkH5NHys8C3ThsS { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE { display:block; }#Ncix02DE6TA4Bs8HFOkPLphh2F94mCOE > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAGXJRywgFxIWctWVnnaVD4mHdnC588Z { width:18.25rem;height:3.298825rem;top:1.912109375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR { display:block; }#XwF7uhfKa0zhtmiN0SuRNpfyw8sE8mpR > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1JTEEisbVNcDfveMNTbaBIr0rbevbT7 { width:19.125rem;height:26.0625rem;top:37.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgWiQfguFe4clr4ARumQZztXTQmlFsAD { width:17.125rem;height:20.9375rem;top:40.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1apH7AncT1JiiPvhocIRSXZ3utU0fr { width:18.0625rem;height:34.125rem;top:1.3125rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i { display:block; }#WSvpwJJuCaODPhD4TuZTiEEfFHWHxT8i > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuBySOnFm101HHHd59o9AQdfTi02lqb3 { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekU60I70OqSdARFQEOz50eBgrFVfwz1D { display:block; }#ekU60I70OqSdARFQEOz50eBgrFVfwz1D > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiqWAGIlHPWT9wUXsWXBd3gznER2wvaI { width:14.0625rem;height:3.9375rem;top:3.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXy5CQTK2dJsswJqTJmEgfEAzobEHrs { display:block; }
 }@media only screen and (max-width: 763px) { #hnMsk2W7yCtZZdaoThz9NVRZE6OIfzJZ { width:8.5rem;height:2.1875rem;top:8.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkOdVu3OclRPuJKPPgnVU9zTVhRnMQmu { width:13.3125rem;height:19.3125rem;top:14.25rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #le6u8m86nXuxZnrBPQeslUTIwTMqZdfu { width:13.9375rem;height:3.8125rem;top:38.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLlsQyZTlHkmTMEItUaQliJ1KtxXTkct { display:block; }
 }@media only screen and (max-width: 763px) { #LF5xQDp1ANSZ6A0yPb4LCkTxVArzTpG2 { width:12.5rem;height:2.75rem;top:43.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT { display:block; }#VkVZdl2iIPBgUrhq1pAIlT7yV4LylAsT > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au1UADURMFaPKbXrepNeriHNPwH9XA0e { width:20rem;height:33.125rem;top:7.234375rem;left:0rem;font-size:0.8125rem;display:block; }#au1UADURMFaPKbXrepNeriHNPwH9XA0e li:before{  }
 }@media only screen and (max-width: 763px) { #emzPRh7QmT8Tyg1NM2fz4TyCDD0BxvwI { width:20rem;height:3.298825rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o2Ksy6drlErz330lyzoKxDNEWScQF0VV { display:block; }#o2Ksy6drlErz330lyzoKxDNEWScQF0VV > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgbQL1RT6rPl1mleWheoIddbpbf2hPuH { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzF2VQccHBqswc1yeJUJaA3rfMhlslor { display:block; }#WzF2VQccHBqswc1yeJUJaA3rfMhlslor > .row .container { width:20rem;height:136.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeQwmHQ0Olq0ZncK25kfFuDcxyNAcIG2 { width:9.25rem;height:10.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne0L0fmOE7FG93Ckb16zARz9VPsrIMmh { width:12.4375rem;height:6.597625rem;top:4.326171875rem;left:4.5rem;text-align:right;text-align-last:right;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOtqPn31ihIhTOyVlgLX5NBVDaXqZACa { width:16.875rem;height:11.25rem;top:52.3125rem;left:0.3125rem;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;display:block; }
 }@media only screen and (max-width: 763px) { #zIvmEX3NFEBI0BW58SkpWDu2FUDWfofH { width:16.875rem;height:11.25rem;top:17.9375rem;left:0.3125rem;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;display:block; }
 }@media only screen and (max-width: 763px) { #eBBn7rGswU2UUF2XJB38masBmyxpgDV8 { width:16.875rem;height:11.25rem;top:35.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRB45OQg1I21T5TVOXlU2RTfDZaAAu7 { width:16.875rem;height:11.25rem;top:102.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUR5oV3xQkVUtgRzWJxvTIwpHD2PQ30S { width:16.875rem;height:11.25rem;top:84.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE8eCqtNDUG9WiSIUT3zrfuI47hN9PgD { width:16.875rem;height:11.1875rem;top:119.9375rem;left:0.3125rem;border-top:1.25rem solid #c7cfd6;border-left:1.25rem solid #c7cfd6;border-right:1.25rem solid #c7cfd6;border-bottom:1.25rem solid #c7cfd6;display:block; }
 }@media only screen and (max-width: 763px) { #JmXcfTM8KdOQivVwfp2V31bzENqrocrI { width:13.9785rem;height:3.8535125rem;top:71.875rem;left:3.0107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfJpdxtRmCpOqDksLQkBJ2kpDUixW1xs { display:block; }
 }@media only screen and (max-width: 763px) { #s2q0COO02RnzFf4W9JdITII4ZXr3fQwB { width:8rem;height:1.9375rem;top:77.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { background-color: transparent; background-image: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .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); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsvXuwcig7GQzdrETgwMDn4qTthxsIAq { width:2rem;height:2rem;top:2.5rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBz7autwqLJxoI5BrU7leq5aJBORNtUR { width:2rem;height:2rem;top:2.5rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MKreJTy0XEEkkPFaXOQBGaScaW4qb2 { width:2rem;height:2rem;top:2.5rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhRNObiiisTcpM6Lx6TlFriKN5gqvcZC { width:20rem;height:1.3994125rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA { display:block; }#Rq3P3x6qGQppnm2ghQfdKgpO5SvCGBZA > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpdFeNzoQusGWBPrQ61KtrI5PB85o9Zl { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }