.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:255,255,255;--color-primary-1:204,204,204;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:67,60,63;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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;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); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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;z-index:auto;display:block; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container { background-color: transparent; background-image: none; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container > .video-iframe-container { display: none; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row > .video-iframe-container { display: none; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .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); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container { border-width: 0; border-radius: 0; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#iBkZpBoWeKgTLzGrXGxbaqB006zKI7vh { 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:2.6875rem;width:6.8125rem;top:1.15625rem;left:34.09375rem;overflow:hidden;display:block; }
#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC { position:relative;display:none; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC { border-width: 0; border-radius: 0; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .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; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sg8o2c2UyziMWlp0OnG7vdI9gMQ4gtgU { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.3125rem;left:5.21875rem;height:6.173825rem;font-style:normal;display:none; }
#k8Fyb5e8iTv1fGKPDzZl9lkWvCatzXuQ { 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:67.5rem;width:67.5rem;display:none; }
#rPb3B77yxGsWKBLCsfzx6nQzPNIFmh3T { 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:67.5rem;width:67.5rem;display:none; }
#gL7skVwFBBeS7r8pyIlszanCxtb15aHU { 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:67.5rem;width:67.5rem;display:none; }
#te9QeA2oZ2uTsZMiXNnMTNIOJ5MzIZd4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:6.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pFWeSILrS3CbIcuBNNUPtJn42eMzbtQq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:6.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T15w5XoBbeBWiIBoTXCOhuMbadbO2qZK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:6.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ynTMvBuRBwGu7UACanhao2echvbuNawR { position:relative;display:none; }#ynTMvBuRBwGu7UACanhao2echvbuNawR { border-width: 0; border-radius: 0; }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .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; }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nuw1IrPokSkWZSz0JCTboig0hI2qwKJB { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#IGX4xB0JpW08BuFzedc2VvZmsauRcXH7 { 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:42rem;width:75rem;display:none; }
#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w { position:relative;display:none; }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w { border-width: 0; border-radius: 0; }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .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; }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT { position:relative;display:none; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT { border-width: 0; border-radius: 0; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .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; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA { position:relative;display:none; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA { border-width: 0; border-radius: 0; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .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; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb { position:relative;display:none; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb { border-width: 0; border-radius: 0; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .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; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NuqTy3HgL56pGQketfWysVEw8hz8kbLw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:0.5625rem;left:0rem;display:none; }
#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl { position:relative;display:none; }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl { border-width: 0; border-radius: 0; }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .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; }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RMT9uCm5MXbtOpHoXittSAmHMPqsB80y { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.03125rem;left:7.5000002384187rem;height:6.3359375rem;font-style:normal;display:none; }
#xcVKpBxgz6Tx1Dt66OdUdMsgRDtZaMAo { 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:2.75rem;width:8.0625rem;display:none; }
#m8FPFNOP6169wxHIhpEOfChtDuLKGRz0 { 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:2.1875rem;width:8.6875rem;display:none; }
#MIJ27u4XkgJgtDATtw5IQ9CvMev0oyCP { 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:3.125rem;width:3.5625rem;display:none; }
#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI { position:relative;display:none; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI { border-width: 0; border-radius: 0; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .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; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE { display:block; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE { background-color: transparent; background-image: none; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row .container > .video-iframe-container { display: none; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row > .video-iframe-container { display: none; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .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); }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE { border-width: 0; border-radius: 0; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row .container { background-color:rgba(var(--color-tertiary-0),0.41);background-image:none;width:75rem;height:47.5rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);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;position:relative;display:block; }#qfzf1o9UWn7QTfgt3ThIIPiB4pfeaVpC { position:absolute;display:block;z-index:15026;height:29.8125rem;width:28.5625rem;top:16.40625rem;left:43.25rem;display:block; }
#TgS81S8bhTkkt3U4PefkTwtatnA2sPCP { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.78125rem;left:5.34375rem;height:7.9609375rem;font-style:normal;display:block; }
#TuC2WZHogPpAlc9Jc28en6V9ATJQO1Pu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.34375rem;height:4.0625rem;font-style:normal;display:block; }
#TctKcE987E96NqFG1rrzw1Zts37Utw6s { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:24.5625rem;left:5.34375rem;height:2.03125rem;font-style:normal;display:block; }
#Egu6sfaqt1XID2F9F3UMc34vLTtOtoqL { position:absolute;display:block;z-index:15027;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.8125rem;width:11.8125rem;top:6.78125rem;left:62.1142578125rem;overflow:hidden;display:none; }
#nEgMcE0Fb4zZ1s4gNpatHVIOmQWPUZc8 { box-sizing:content-box;height:42rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(295deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-4),0.78));background-image: -moz-linear-gradient(295deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-4),0.78));background-image: -ms-linear-gradient(295deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-4),0.78));background-image: -o-linear-gradient(295deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-4),0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.37)', endColorstr='rgba(var(--color-primary-4),0.78)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.37)', endColorstr='rgba(var(--color-primary-4),0.78)' );";background-image: linear-gradient(295deg, rgba(var(--color-primary-1),0.37), rgba(var(--color-primary-4),0.78));background-size:auto !important;top:0rem;left:0rem;display:block; }
#rq1OTWSDSHrTlSMcyaLAkwcMQKtIfquA { position:absolute;display:block;z-index:15021;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:42rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AclHGmzIROaga4Uv0FLbrefV8HJmH8ay { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:6.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PNFhewpBetDCmr7SRAmRGiocblnITSgl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:6.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tcgc9Zrgwpcb9CRQ6ZtQryNSABRN7WCT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:6.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 { position:relative;display:block; }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 { background-color: transparent; background-image: none; }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .row .container > .video-iframe-container { display: none; }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .row > .video-iframe-container { display: none; }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .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); }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 { border-width: 0; border-radius: 0; }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .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; }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.3125rem;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; }#sUFvyHXH8UOrVuIbcEoJ0uRDDXMPa5sR { color:rgba(var(--color-tertiary-3),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.0625rem;left:9.53125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DoVJPOLKz97UDsTxExstXakoDOaQlsLD { 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.125rem;width:13.375rem;top:8.3125rem;left:1.25rem;overflow:hidden;display:block; }
#A677VXbV0pC7lOv5TB4P5WurTlHZGA0c { 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:6.25rem;width:13.125rem;top:6.75rem;left:17.25rem;overflow:hidden;display:block; }
#hTrIyRHLEkspwA4rIplooiQJaEQglXqr { position:absolute;display:block;z-index:15008;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.9375rem;width:10.5625rem;top:8.375rem;left:33.8125rem;overflow:hidden;display:block; }
#mtWXQInb62fgygOanQDbVuqVmWLU6VMW { 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:3.4375rem;width:10.0625rem;top:8.1875rem;left:47.9375rem;overflow:hidden;display:block; }
#mhMlAWVecci9pXEwEr9dq0SPuD6T38gs { position:absolute;display:block;z-index:15009;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.125rem;width:12.5625rem;top:8.3125rem;left:61.1875rem;overflow:hidden;display:block; }
#qgpPyK7v8HudTXANKaI6f0m6SiJJyHVB { box-sizing:content-box;height:0.0625rem;width:56.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:14.25rem;left:9.03125rem;display:block; }
#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV { position:relative;display:block; }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV { background-color: transparent; background-image: none; }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .row .container > .video-iframe-container { display: none; }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .row > .video-iframe-container { display: none; }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .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); }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV { border-width: 0; border-radius: 0; }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .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; }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#xRkNLsPyylRNRpRVGsIyfXNrq1irCEoM { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR { position:relative;display:block; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR { background-color: transparent; background-image: none; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row .container > .video-iframe-container { display: none; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row > .video-iframe-container { display: none; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .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); }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR { border-width: 0; border-radius: 0; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .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; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xETFBczlNNR0T2kHf4qzHyaQCw0EsZno { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:13.9375rem;top:0rem;left:30.53125rem;overflow:hidden;display:block; }
#TDpSrURAiTRJGQsqTFu19aPVoUvhJ8CS { 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.9375rem;width:13.9375rem;top:0rem;left:5.53125rem;overflow:hidden;display:block; }
#IM7mHP6bztPRCdVRydpnikPyI7zEo23m { 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:13.9375rem;width:13.9375rem;top:0rem;left:55.53125rem;overflow:hidden;display:block; }
#Cpk2rqCL0NDNf3ByCW6N4NCK6AetNay2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:6.25rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8T4Kr4tmfiT0UckoTrONs2Ic10U3pv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5625rem;left:1.5625rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#Z24H3SHk8K0QIgMu7hLIeJvJCq92tZte { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.69921875rem;left:28.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTgAXE32Cf8BvEJTTr64ZsmcdSyuMhA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5625rem;left:27.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#vb2vEdnQOqZVnhryuzSsPZrr705qtquD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.69921875rem;left:53.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEtivgvNq9tToonmFUIGXD4zpvMPovlZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5625rem;left:52.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#sAWZaPq8fTUd67aDbKG1kxQTSiradU5n { position:absolute;display:block;z-index:15008;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.25rem;width:3.25rem;top:0.65625rem;left:1.5625rem;overflow:hidden;display:block; }
#xJ0fJWE2amx0q0vg8PPrxLwU0mncUloA { position:absolute;display:block;z-index:15009;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.25rem;width:3.25rem;top:0.65625rem;left:26.15625rem;overflow:hidden;display:block; }
#L6JiG29fGIvHGE3DgfbMqUpBQhGIPKnv { position:absolute;display:block;z-index:15010;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.25rem;width:3.25rem;top:0.65625rem;left:51.40625rem;overflow:hidden;display:block; }
#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container { background-color: transparent; background-image: none; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container > .video-iframe-container { display: none; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row > .video-iframe-container { display: none; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .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); }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container { border-width: 0; border-radius: 0; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#zvuvcBvLg2ota0HL8VkL2eLquykTnfT1 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0546875rem;left:0rem;height:1.13671875rem;display:block; }
#WmVke0WKnBzJOHfveg6MXN0a4HWSKoC4 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.0546875rem;left:59.25rem;height:1.13671875rem;display:block; }
#qZ9iEmT8be2BVT2tpAEcZtiG4fWMUgee { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0546875rem;left:65rem;height:1.13671875rem;display:block; }
#TOUgbRAVF3tXWdgans7uWP4NfkChBmrS { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9304695129394rem;left:59.250004768372rem;height:1.1375rem;display:none; }
#M7DKLxMty5k2v8MH7rIFThaNw4JVy0DC { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9304695129394rem;left:65.000004768369rem;height:1.1375rem;text-align:right;text-align-last:right;display:none; }
#PEtOf3r9JyEZrmK65i2v78JCKzhT3lLR { position:absolute;display:block;z-index:14993;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:10rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs { display:block; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBkZpBoWeKgTLzGrXGxbaqB006zKI7vh { top:1.125rem;left:20.46875rem;width:6.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC { display:none; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sg8o2c2UyziMWlp0OnG7vdI9gMQ4gtgU { top:4.3125rem;left:0rem;width:29.5rem;height:6.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8Fyb5e8iTv1fGKPDzZl9lkWvCatzXuQ { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPb3B77yxGsWKBLCsfzx6nQzPNIFmh3T { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL7skVwFBBeS7r8pyIlszanCxtb15aHU { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #te9QeA2oZ2uTsZMiXNnMTNIOJ5MzIZd4 { top:9.25rem;left:0rem;width:5.75rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFWeSILrS3CbIcuBNNUPtJn42eMzbtQq { top:9.25rem;left:0rem;width:5.75rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T15w5XoBbeBWiIBoTXCOhuMbadbO2qZK { top:9.25rem;left:0.3125rem;width:5.75rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynTMvBuRBwGu7UACanhao2echvbuNawR { display:none; }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nuw1IrPokSkWZSz0JCTboig0hI2qwKJB { display:none; }
 }@media only screen and (max-width: 763px) { #IGX4xB0JpW08BuFzedc2VvZmsauRcXH7 { width:47.75rem;height:26.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w { display:none; }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT { display:none; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA { display:none; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb { display:none; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NuqTy3HgL56pGQketfWysVEw8hz8kbLw { top:0.5625rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl { display:none; }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RMT9uCm5MXbtOpHoXittSAmHMPqsB80y { top:1.3125rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcVKpBxgz6Tx1Dt66OdUdMsgRDtZaMAo { width:8.0625rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8FPFNOP6169wxHIhpEOfChtDuLKGRz0 { width:8.6875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIJ27u4XkgJgtDATtw5IQ9CvMev0oyCP { width:3.5625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7B4NGT1KP5a8duw3RVIpcPTMydggUsI { display:none; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE { display:block; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfzf1o9UWn7QTfgt3ThIIPiB4pfeaVpC { top:16.375rem;left:19.1875rem;width:28.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgS81S8bhTkkt3U4PefkTwtatnA2sPCP { top:6.75rem;left:0rem;width:38.0625rem;height:7.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuC2WZHogPpAlc9Jc28en6V9ATJQO1Pu { top:19.125rem;left:0rem;width:28.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TctKcE987E96NqFG1rrzw1Zts37Utw6s { top:24.5625rem;left:0rem;width:30.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egu6sfaqt1XID2F9F3UMc34vLTtOtoqL { top:6.75rem;left:35.9375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEgMcE0Fb4zZ1s4gNpatHVIOmQWPUZc8 { top:0rem;left:0rem;width:47.75rem;height:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq1OTWSDSHrTlSMcyaLAkwcMQKtIfquA { top:0rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #AclHGmzIROaga4Uv0FLbrefV8HJmH8ay { top:12.5rem;left:1.6875rem;width:12.5rem;height:0;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNFhewpBetDCmr7SRAmRGiocblnITSgl { top:17.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tcgc9Zrgwpcb9CRQ6ZtQryNSABRN7WCT { top:25.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 { display:block; }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUFvyHXH8UOrVuIbcEoJ0uRDDXMPa5sR { top:1.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoVJPOLKz97UDsTxExstXakoDOaQlsLD { top:8.3125rem;left:0rem;width:13.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A677VXbV0pC7lOv5TB4P5WurTlHZGA0c { top:6.75rem;left:3.625rem;width:13.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrIyRHLEkspwA4rIplooiQJaEQglXqr { top:8.375rem;left:20.1875rem;width:10.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtWXQInb62fgygOanQDbVuqVmWLU6VMW { top:8.1875rem;left:34.3125rem;width:10.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhMlAWVecci9pXEwEr9dq0SPuD6T38gs { top:8.3125rem;left:35.1875rem;width:12.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgpPyK7v8HudTXANKaI6f0m6SiJJyHVB { top:14.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV { display:block; }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRkNLsPyylRNRpRVGsIyfXNrq1irCEoM { width:47.75rem;height:2.4375rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR { display:block; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xETFBczlNNR0T2kHf4qzHyaQCw0EsZno { top:0rem;left:16.84375rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDpSrURAiTRJGQsqTFu19aPVoUvhJ8CS { top:0rem;left:0.96875rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7mHP6bztPRCdVRydpnikPyI7zEo23m { top:0rem;left:32.71875rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpk2rqCL0NDNf3ByCW6N4NCK6AetNay2 { top:12.5rem;left:1.6875rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8T4Kr4tmfiT0UckoTrONs2Ic10U3pv3 { top:14.5625rem;left:0rem;width:21.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z24H3SHk8K0QIgMu7hLIeJvJCq92tZte { top:12.6875rem;left:12.875rem;width:18.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTgAXE32Cf8BvEJTTr64ZsmcdSyuMhA3 { top:14.5625rem;left:12.25rem;width:19.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb2vEdnQOqZVnhryuzSsPZrr705qtquD { top:12.6875rem;left:28.75rem;width:18.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEtivgvNq9tToonmFUIGXD4zpvMPovlZ { top:14.5625rem;left:28.125rem;width:19.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAWZaPq8fTUd67aDbKG1kxQTSiradU5n { top:0.625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0fJWE2amx0q0vg8PPrxLwU0mncUloA { top:0.625rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6JiG29fGIvHGE3DgfbMqUpBQhGIPKnv { top:0.625rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L { display:none; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zvuvcBvLg2ota0HL8VkL2eLquykTnfT1 { top:8rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmVke0WKnBzJOHfveg6MXN0a4HWSKoC4 { top:8.0625rem;left:43.125rem;width:4.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ9iEmT8be2BVT2tpAEcZtiG4fWMUgee { top:8.0625rem;left:38.5625rem;width:9.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUgbRAVF3tXWdgans7uWP4NfkChBmrS { top:1.875rem;left:42.6875rem;width:5.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7DKLxMty5k2v8MH7rIFThaNw4JVy0DC { top:1.875rem;left:38.3125rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEtOf3r9JyEZrmK65i2v78JCKzhT3lLR { top:0rem;left:0rem;width:47.75rem;height:6.3666666666669rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs { position:relative;z-index:auto;background-color:#333333;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container { background-color: transparent; background-image: none; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container > .video-iframe-container { display: none; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row > .video-iframe-container { display: none; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .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); }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container { border-width: 0; border-radius: 0; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cgTifEbtM2AL1hnroTaoTI4VdrGXzvhs > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBkZpBoWeKgTLzGrXGxbaqB006zKI7vh { width:7.9375rem;height:3.125rem;top:0.75rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC { display:block; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC { background-color: transparent; background-image: none; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .row .container > .video-iframe-container { display: none; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .row > .video-iframe-container { display: none; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .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); }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC { border-width: 0; border-radius: 0; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ks2HwsG7AydHTPbPTJkHp22FnemGXaaC > .row .container { width:20rem;height:14rem;background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sg8o2c2UyziMWlp0OnG7vdI9gMQ4gtgU { width:20rem;height:3.8984375rem;top:1.9375rem;left:0rem;font-size:1.5rem;color:#333333;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #k8Fyb5e8iTv1fGKPDzZl9lkWvCatzXuQ { top:6.6875rem;left:2rem;width:3.5rem;height:3.5rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rPb3B77yxGsWKBLCsfzx6nQzPNIFmh3T { top:6.75rem;left:8.3125rem;width:3.4375rem;height:3.4375rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gL7skVwFBBeS7r8pyIlszanCxtb15aHU { top:6.75rem;left:14.5625rem;width:3.375rem;height:3.375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #te9QeA2oZ2uTsZMiXNnMTNIOJ5MzIZd4 { width:5.75rem;height:1.949225rem;top:10.125rem;left:0.875rem;font-size:0.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #pFWeSILrS3CbIcuBNNUPtJn42eMzbtQq { width:5.75rem;height:1.94921875rem;top:10.125rem;left:7.125rem;font-size:0.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #T15w5XoBbeBWiIBoTXCOhuMbadbO2qZK { width:5.75rem;height:1.94921875rem;top:10.125rem;left:13.375rem;font-size:0.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ynTMvBuRBwGu7UACanhao2echvbuNawR { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row .container { background-color: transparent; background-image: none; }#ynTMvBuRBwGu7UACanhao2echvbuNawR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row .container > .video-iframe-container { display: none; }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row > .video-iframe-container { display: none; }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .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); }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row .container { border-width: 0; border-radius: 0; }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynTMvBuRBwGu7UACanhao2echvbuNawR > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuw1IrPokSkWZSz0JCTboig0hI2qwKJB { top:0rem;left:0rem;width:20rem;height:29.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IGX4xB0JpW08BuFzedc2VvZmsauRcXH7 { top:29.5625rem;left:0rem;width:20rem;height:11.1875rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w { display:block; }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w { background-color: transparent; background-image: none; }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .row .container > .video-iframe-container { display: none; }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .row > .video-iframe-container { display: none; }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .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); }#JKgdESVRTQZJfg5MS4UAGqSBi5JTtt2w > .row .container { width:20rem;height:2.75rem;background-color:#f0f0f0;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT { display:block; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT { background-color: transparent; background-image: none; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .row .container > .video-iframe-container { display: none; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .row > .video-iframe-container { display: none; }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .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); }#Oi1QNGrUcxHeh3Ja2bUfCMMl7I5fSDQT > .row .container { width:20rem;height:1.5rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA { background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row .container { background-color: transparent; background-image: none; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row .container > .video-iframe-container { display: none; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row > .video-iframe-container { display: none; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .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); }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row .container { border-width: 0; border-radius: 0; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6VWa2cDlvp3pJcNMyOVldDTV9gqsmxA > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb { display:block; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb { background-color: transparent; background-image: none; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .row .container > .video-iframe-container { display: none; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .row > .video-iframe-container { display: none; }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .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); }#zkkmaRoMKTygDTVsHdoq6GThhd1bzZrb > .row .container { width:20rem;height:3.75rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuqTy3HgL56pGQketfWysVEw8hz8kbLw { top:0.6015625rem;left:0rem;width:20rem;height:3.0859375rem;z-index:15026;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#333333;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl { display:block; }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl { background-color: transparent; background-image: none; }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .row .container > .video-iframe-container { display: none; }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .row > .video-iframe-container { display: none; }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .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); }#Ddy6fBINkds73PZTBfmoX1OW1cpnU7Bl > .row .container { width:20rem;height:3.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMT9uCm5MXbtOpHoXittSAmHMPqsB80y { width:20rem;height:3.0859375rem;top:1.3509111404419rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15025;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xcVKpBxgz6Tx1Dt66OdUdMsgRDtZaMAo { top:1.25rem;left:0.9375rem;width:4.125rem;height:1.375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m8FPFNOP6169wxHIhpEOfChtDuLKGRz0 { top:1.125rem;left:6.8125rem;width:6.375rem;height:1.5625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MIJ27u4XkgJgtDATtw5IQ9CvMev0oyCP { top:0.875rem;left:15.3125rem;width:2.375rem;height:2.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x7B4NGT1KP5a8duw3RVIpcPTMydggUsI { background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row .container { background-color: transparent; background-image: none; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row .container > .video-iframe-container { display: none; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row > .video-iframe-container { display: none; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .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); }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row .container { border-width: 0; border-radius: 0; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7B4NGT1KP5a8duw3RVIpcPTMydggUsI > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE { background-color:rgba(255,255,255,0.28);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row .container { border-width: 0; border-radius: 0; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOv3Q0XQOkrHGfl4Htuitea0ENxU8IOE > .row .container { width:20rem;height:24.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qfzf1o9UWn7QTfgt3ThIIPiB4pfeaVpC { width:19.375rem;height:29.8125rem;top:50.9150390625rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgS81S8bhTkkt3U4PefkTwtatnA2sPCP { width:20rem;height:7.7988125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuC2WZHogPpAlc9Jc28en6V9ATJQO1Pu { width:20rem;height:4.0625rem;top:6.44921875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TctKcE987E96NqFG1rrzw1Zts37Utw6s { width:20rem;height:0;top:9.76171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Egu6sfaqt1XID2F9F3UMc34vLTtOtoqL { width:7.125rem;height:7.125rem;top:4.91796875rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEgMcE0Fb4zZ1s4gNpatHVIOmQWPUZc8 { width:20rem;height:42rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rq1OTWSDSHrTlSMcyaLAkwcMQKtIfquA { width:20rem;height:11.2rem;top:22.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AclHGmzIROaga4Uv0FLbrefV8HJmH8ay { width:12.5rem;height:1.29980625rem;top:10.349609375rem;left:5.625rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PNFhewpBetDCmr7SRAmRGiocblnITSgl { width:12.5rem;height:2.5996125rem;top:14.69921875rem;left:5.625rem;font-size:1rem;z-index:15011;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tcgc9Zrgwpcb9CRQ6ZtQryNSABRN7WCT { width:12.5rem;height:2.5996125rem;top:19.69921875rem;left:5.625rem;font-size:1rem;z-index:15012;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 { display:none; }#x0yZV2x5Espw4QfaBkM9hukEasvTSEF2 > .row .container { width:20rem;height:27.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUFvyHXH8UOrVuIbcEoJ0uRDDXMPa5sR { width:20rem;height:auto;top:1.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DoVJPOLKz97UDsTxExstXakoDOaQlsLD { width:13.375rem;height:3.125rem;top:1.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A677VXbV0pC7lOv5TB4P5WurTlHZGA0c { width:13.125rem;height:6.25rem;top:5.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrIyRHLEkspwA4rIplooiQJaEQglXqr { width:10.5625rem;height:2.9375rem;top:13.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtWXQInb62fgygOanQDbVuqVmWLU6VMW { width:10.0625rem;height:3.4375rem;top:17.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhMlAWVecci9pXEwEr9dq0SPuD6T38gs { width:12.5625rem;height:3.125rem;top:22rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgpPyK7v8HudTXANKaI6f0m6SiJJyHVB { width:20rem;height:0.0625rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV { display:block; }#yOkigW10d63MsOnXWMLlQ0dRVP0P4vEV > .row .container { width:20rem;height:3.4121125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRkNLsPyylRNRpRVGsIyfXNrq1irCEoM { width:20rem;height:1.7871125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR { display:block; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR { background-color: transparent; background-image: none; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row .container > .video-iframe-container { display: none; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row > .video-iframe-container { display: none; }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .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); }#sy6sJNpF3Hcu3ZrR9fTUGgRcayBDbCBR > .row .container { width:20rem;height:61.8125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xETFBczlNNR0T2kHf4qzHyaQCw0EsZno { width:13.9375rem;height:13.9375rem;top:21.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDpSrURAiTRJGQsqTFu19aPVoUvhJ8CS { width:13.9375rem;height:13.9375rem;top:1.1875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7mHP6bztPRCdVRydpnikPyI7zEo23m { width:13.9375rem;height:13.9375rem;top:42.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cpk2rqCL0NDNf3ByCW6N4NCK6AetNay2 { width:12.5rem;height:1.29980625rem;top:14.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8T4Kr4tmfiT0UckoTrONs2Ic10U3pv3 { width:18.375rem;height:3.89941875rem;top:16.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z24H3SHk8K0QIgMu7hLIeJvJCq92tZte { width:18.875rem;height:1.29980625rem;top:34.375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTgAXE32Cf8BvEJTTr64ZsmcdSyuMhA3 { width:19.5rem;height:3.8994125rem;top:36.4375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb2vEdnQOqZVnhryuzSsPZrr705qtquD { width:18.875rem;height:1.29980625rem;top:54.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEtivgvNq9tToonmFUIGXD4zpvMPovlZ { width:19.5rem;height:3.8994125rem;top:56.75rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAWZaPq8fTUd67aDbKG1kxQTSiradU5n { width:3.25rem;height:3.25rem;top:0.625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0fJWE2amx0q0vg8PPrxLwU0mncUloA { width:3.25rem;height:3.25rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6JiG29fGIvHGE3DgfbMqUpBQhGIPKnv { width:3.25rem;height:3.25rem;top:41.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L { background-color:#f0f0f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container { background-color: transparent; background-image: none; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container > .video-iframe-container { display: none; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row > .video-iframe-container { display: none; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .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); }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container { border-width: 0; border-radius: 0; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRC69LFrcIvRQb8UXbOpACPfLHJXmv3L > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvuvcBvLg2ota0HL8VkL2eLquykTnfT1 { width:12.5rem;height:1.13671875rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmVke0WKnBzJOHfveg6MXN0a4HWSKoC4 { width:4.625rem;height:0;top:11.69140625rem;left:15.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZ9iEmT8be2BVT2tpAEcZtiG4fWMUgee { width:9.1875rem;height:0;top:11.69140625rem;left:10.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOUgbRAVF3tXWdgans7uWP4NfkChBmrS { width:5.0625rem;height:1.13671875rem;top:3.625rem;left:7.4375rem;font-size:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #M7DKLxMty5k2v8MH7rIFThaNw4JVy0DC { width:9.4375rem;height:1.13671875rem;top:5.875rem;left:5.3125rem;font-size:0.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PEtOf3r9JyEZrmK65i2v78JCKzhT3lLR { width:20rem;height:2.6666666666667rem;top:3.63671875rem;left:0rem;display:none; }
 }