.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,243,204;--color-primary-1:251,233,168;--color-primary-2:255,195,0;--color-primary-3:153,117,0;--color-primary-4:51,39,0;--color-secondary-0:231,231,231;--color-secondary-1:227,227,227;--color-secondary-2:136,136,136;--color-secondary-3:82,82,82;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:246,245,238;--color-tertiary-2:148,147,143;--color-tertiary-3:89,88,86;--color-tertiary-4:17,17,16;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:#000000;background-image:none;position:relative;top:0rem;left:0rem;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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { background-color:#000000;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; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { background-color: transparent; background-image: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { display: none; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .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); }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { border-width: 0; border-radius: 0; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:75rem;height:30.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#q5mWdQzoRNBAOVV1TXexWZf9EuITmGdC { 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.8125rem;width:15.625rem;top:1.9934896230698rem;left:29.559898376465rem;overflow:hidden;display:block; }
#Tv8pt4dsumvXulEFWEh7p58e9tZLwffA { color:rgba(var(--color-primary-2),1);display:block;width:64.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:11.125rem;left:5.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AUuG365fimtxq5VVqOeZKezryzikoVH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:22.25rem;left:9.125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { position:relative;display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { background-color: transparent; background-image: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row > .video-iframe-container { display: none; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .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); }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { border-width: 0; border-radius: 0; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#qNd3zHVADplpbzNyGAF5CWu2UZWRRrUi { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.625rem;left:4.6875rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g1XPQA5vgP9tqqte713niFv42oigfDvW { box-sizing:content-box;height:9.8125rem;width:56.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.1875rem;left:2.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#wQPLiPiRRS8iXohbNRZ0CRCcci4FcqDe { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:32.75rem;width:50.9375rem;top:2.4375rem;left:21.625rem;overflow:hidden;display:block; }
#O0cB5RSWfDn5uMQuqPGPIpZN5vubUJbw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:21.9375rem;left:4.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row .container { background-color: transparent; background-image: none; }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row .container > .video-iframe-container { display: none; }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row > .video-iframe-container { display: none; }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .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); }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row .container { border-width: 0; border-radius: 0; }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row .container { font-size:0.875rem;font-family:arial;height:84.5625rem;width:75rem;position:relative;display:block; }#l3AaM4EdM9rNAgOlaWCuklKB0yUeSOWZ { 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:34.3125rem;width:26rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
#tOWrBtv9x2GlRyRz7LQwr7SB1lqumnsV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.81175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:27.75rem;left:5.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wvmlF5zmTd21pIT7cVNdPAFz50NXCWAb { color:rgba(var(--color-primary-2),1);display:block;width:19.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:23.625rem;left:3.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#touB6JNITlTLZ5FWQTQbFrMJ008V8l7p { color:rgba(var(--color-primary-2),1);display:block;width:25.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:16.9375rem;left:38.75rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l2OzJtUalmRhoRlIwXkiWxSVgTZopUcE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.370375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.125rem;left:38.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thi3sItUGbU6Kqwy9VUW8ai7T9IGXITT { color:rgba(var(--color-primary-2),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:33.0625rem;left:31.8125rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LVdoRtVH2uLbWhhMmQOPanBU4M9v3CBA { color:rgba(var(--color-primary-2),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:53.5625rem;left:26.8125rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0PX1l9PHkxTIVqxyK6naioAt13vq2qF { 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:16.5625rem;width:46.8125rem;top:9.8125rem;left:28.125rem;overflow:hidden;display:block; }
#TWa4r47mrMkMkpTfcOv22LgEPTTJq0II { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:23rem;top:27.75rem;left:27.875rem;overflow:hidden;display:block; }
#AwOXplCfKOUKRKWFwRstHX6fugKCVGw0 { position:absolute;display:block;z-index:14996;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:16.5625rem;width:75rem;top:45.5625rem;left:0.0625rem;overflow:hidden;display:block; }
#cgBqhQXQO7LmxhBvNQ8bQEhtu6SupFzN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:29.625rem;height:4.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:63.8125rem;left:22.6875rem;display:block; }
#XOJwAET4NSbXNFytyQdfiHRT4THP0PRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVOp5f4L1S8QHttAA0BbLT8EgIWEKH23 { color:rgba(var(--color-primary-2),1);display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:4.4375rem;left:4.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CUAZX8ZIzSTXViF4dM9situwZg04tDMK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#l5GUhrAvqak5WW7F06ViOolsgWzAOSGo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#z1qLT8Q1QfhTi6I1c7G4FlGiaHv5Gnl2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#AhTE3EeCruluIJbdMJklUPTsTy9xM3tA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#nnPvvLlJTdPVeX53GP6lNw0ShzGGJ3TO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.6875rem;left:32.875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JrS6cevOx13oP6zNTgLuU1TnhsdQBQAb { color:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:33.0625rem;left:57.4375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UPObkHWITxekyVX07JHnRLmHwGeC43aC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:36.6875rem;left:55.09375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HObTkrBh5rJL3TAhDIiOU6PpTcKZ9RyJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:50.8125rem;left:26.8125rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A2nuW2LOFTPJtw1vN0G16NQ5DLPhTgDn { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:36.875rem;width:22.5rem;top:75.687145233156rem;left:0rem;overflow:hidden;display:block; }
#s7mbcvuyxZpSwWy85DJRTBX3lMa24oEE { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:23rem;top:27.6875rem;left:52rem;overflow:hidden;display:block; }
#EV18oaItzWAzOrIJCfNkJTwMwccfe7kA { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:19.625rem;top:50.75rem;left:5.125rem;overflow:hidden;display:block; }
#ibWiCSKky5LJJaoEKibIas9AHpoXqZeW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { position:relative;display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { background-color: transparent; background-image: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row > .video-iframe-container { display: none; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .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); }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { border-width: 0; border-radius: 0; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#bob0gXNT25SB2bGbF7s7XTXar4V7DC1h { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:43.25rem;width:24.3125rem;top:74.99755859375rem;left:0rem;overflow:hidden;display:none; }
#DdxIifTcofdhFZ1VWeEpUhNCIkbBIlCG { color:rgba(var(--color-secondary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.25rem;left:25.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVnhzKgTAo1Rr4DaxNMW3X5RVS6DuRZB { color:rgba(var(--color-secondary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:7.5625rem;left:25.9375rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row .container { background-color: transparent; background-image: none; }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row .container > .video-iframe-container { display: none; }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row > .video-iframe-container { display: none; }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .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); }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row .container { border-width: 0; border-radius: 0; }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#NtK1ovNHzbyKNQTuw2hGCo4KNAdPae5m { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:36.875rem;width:22.5rem;top:8rem;left:52.5rem;overflow:hidden;display:block; }
#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK { position:relative;display:block; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK { background-color: transparent; background-image: none; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row .container > .video-iframe-container { display: none; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row > .video-iframe-container { display: none; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .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); }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK { border-width: 0; border-radius: 0; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#M8nG41v9J2NhTnstn8P1UF5N7B3pOVoe { color:rgba(var(--color-tertiary-4),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9375rem;left:3.8125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dbftSb9AF1HQMHedRR6z0v837nCFl2sH { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:5.875rem;left:3.8125rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dGz0Q7y1J3H69VIE4vPXOTREt0HaTXhS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:43.3105625rem;width:28.125rem;top:74.99755859375rem;left:0rem;overflow:hidden;display:none; }
#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { background-color: transparent; background-image: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container > .video-iframe-container { display: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container { display: none; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .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); }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { border-width: 0; border-radius: 0; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row .container { background-color: transparent; background-image: none; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row .container > .video-iframe-container { display: none; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row > .video-iframe-container { display: none; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .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); }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row .container { border-width: 0; border-radius: 0; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row .container { font-size:0.875rem;font-family:arial;height:66.9375rem;width:75rem;position:relative;display:block; }#gIr9ncEc1O7TNVH9MyLXEeEeOnlp9w8h { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:14.5625rem;width:21.875rem;top:8.3125rem;left:3.5rem;overflow:hidden;display:block; }
#auPsbPJibGLKPvsg7GsZHudPzNWT44uy { box-sizing:content-box;height:21.875rem;width:21.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5rem;left:26.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#GSeJSNsih6aGZAsHr6x8r08C5RAeTURy { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:14.5625rem;width:21.875rem;top:8.3125rem;left:26.625rem;overflow:hidden;display:block; }
#IO1iSQHzmNXasfyJZA1ZVV5hM9ieWLui { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:14.5625rem;width:21.875rem;top:8.3125rem;left:49.75rem;overflow:hidden;display:block; }
#ga4onAME6rdqOqHUPwTwzhxDvhJvbxpU { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:14.5625rem;width:21.875rem;top:35.5625rem;left:16.4375rem;overflow:hidden;display:block; }
#lRN2iuIZaptcDnmQZVoqy3lTMHgpT7F2 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:14.5625rem;width:21.875rem;top:35.5625rem;left:39.5625rem;overflow:hidden;display:block; }
#JGv5TvgCOmGbVQlNpNs0ZisibueIz96H { color:rgba(var(--color-primary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:25.3125rem;left:30.75rem;height:1.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LpuNHssdEzlQBfkkGcA1O8z3EXqUiIfr { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:27.6875rem;left:30.625rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VDG2yWTsr45ZEGhviDMGGTuFISrXGDRC { color:rgba(var(--color-tertiary-4),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.0625rem;left:16.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zf4RqdsuZQSsJ4nfzTNHUE2islFLVVyB { box-sizing:content-box;height:21.875rem;width:21.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5rem;left:3.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#zMDFBQpdcPnMFJHqcMbzmJXbkAQq4ux7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:27.6865234375rem;left:7.5625rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLo58dUPHVVxItp00z7qzTBZaRwTgQev { color:rgba(var(--color-primary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:25.3125rem;left:7.6875rem;height:1.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TuRBdZXxw9LZXpEwddRTAvVP4X83cvmn { box-sizing:content-box;height:21.875rem;width:21.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5rem;left:50rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BiMv7fFXTCRx8U0V5C01vkTewPIgghvc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:27.6875rem;left:53.75rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTyso9nnzccXzBgbVTCnAMUEk3WeA4s3 { color:rgba(var(--color-primary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:25.3125rem;left:52.53125rem;height:1.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bq61qCQ6wRP2wEl8BTWfnQxy7XNk8PEU { box-sizing:content-box;height:21.875rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.75rem;left:16.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#LbAl7maaXU7SFqQnHa1tPySA4rPIz7nN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:54.9375rem;left:21.25rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CpyQkpRnIULvrRKQ39rNbssCOtM4Cbhy { color:rgba(var(--color-primary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:52.5625rem;left:20.625rem;height:1.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4X9MZRNJgUeHs5xpD99wXIhQFtoiuSJ { box-sizing:content-box;height:21.875rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.75rem;left:39.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#cA55tRWNWzBi0voB3CdTGwevdcG5bScm { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:54.9365234375rem;left:45.09375rem;height:3.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhF4l8HUh3Mz7sBTnSBdJMD4qERML9eB { color:rgba(var(--color-primary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:52.5625rem;left:43.75rem;height:1.51171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/ffd528c0-3b12-4275-a236-3c733393d5d5/bg1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4.adaptive-delivery-prevent-bg, #PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4.lazyload, #PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4.lazyloading { background-image: none; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row .container { background-color: transparent; background-image: none; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row .container > .video-iframe-container { display: none; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row > .video-iframe-container { display: none; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .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); }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row .container { border-width: 0; border-radius: 0; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;position:relative;display:block; }#lyCCPL84tGwwTbleuWZJUFRX5f8kWGwp { color:rgba(var(--color-primary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4rem;left:18.68359375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cRPdGt55yxoI9gypm41RrEh6i0LFNTti { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:9.0625rem;left:19.27734375rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfOHVDSMTgtcud7hPl20DAC0KAWPlC59 { color:rgba(var(--color-secondary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:25.4375rem;left:1.875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KvTdMzzEa34SJOU6pcSsB2gns1OquwH0 { color:rgba(var(--color-secondary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.5625rem;left:4.0625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fca87TXwknNNu9AhiWXCLy0r3BI8RklM { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:34rem;width:53rem;top:17.8125rem;left:20.8125rem;overflow:hidden;display:block; }
#Gzo7e3FRJEGP8soIWcBSJk2Xvulx6ZBv { box-sizing:content-box;height:6.25rem;width:56.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:32.1875rem;left:1.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#UthFRGVoFhznl4I79KMHoExOoqZE5b3W { color:rgba(var(--color-secondary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:39.4375rem;left:1.8125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DES8e0lHnJMA2ATMFeP39MvkScBZroiQ { box-sizing:content-box;height:22.125rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:87.375rem;width:75rem;position:relative;display:block; }#heMG8hSwyadLrM0LVeFKwV0N3JQkApne { position:absolute;display:block;z-index:15013;height:37.0605625rem;width:46.371125rem;top:1.46875rem;left:14.3134765625rem;display:block; }
#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container { background-color: transparent; background-image: none; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container > .video-iframe-container { display: none; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row > .video-iframe-container { display: none; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .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); }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container { border-width: 0; border-radius: 0; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#JvzEdES9A1JPTgXfoiwFhOtB0Aki5Otu { position:absolute;display:block;z-index:15004;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:15.5rem;top:1.15478515625rem;left:29.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5mWdQzoRNBAOVV1TXexWZf9EuITmGdC { top:1.9375rem;left:15.934898376465rem;width:15.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8pt4dsumvXulEFWEh7p58e9tZLwffA { width:47.75rem;height:;top:11.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuG365fimtxq5VVqOeZKezryzikoVH3 { width:47.75rem;height:5.625rem;top:22.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNd3zHVADplpbzNyGAF5CWu2UZWRRrUi { width:25.6875rem;height:7rem;top:12.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1XPQA5vgP9tqqte713niFv42oigfDvW { top:11.1875rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQPLiPiRRS8iXohbNRZ0CRCcci4FcqDe { top:2.4375rem;left:0rem;width:47.75rem;height:30.700613496933rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0cB5RSWfDn5uMQuqPGPIpZN5vubUJbw { width:19.8125rem;height:1.75rem;top:21.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB { display:block; }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3AaM4EdM9rNAgOlaWCuklKB0yUeSOWZ { top:9.875rem;left:0rem;width:26rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOWrBtv9x2GlRyRz7LQwr7SB1lqumnsV { width:15.75rem;height:;top:27.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvmlF5zmTd21pIT7cVNdPAFz50NXCWAb { width:19.1875rem;height:;top:23.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #touB6JNITlTLZ5FWQTQbFrMJ008V8l7p { width:25.5625rem;height:;top:16.9375rem;left:22.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2OzJtUalmRhoRlIwXkiWxSVgTZopUcE { width:17.3125rem;height:;top:15.125rem;left:25.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thi3sItUGbU6Kqwy9VUW8ai7T9IGXITT { width:15.125rem;height:3.0625rem;top:33.0625rem;left:18.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVdoRtVH2uLbWhhMmQOPanBU4M9v3CBA { width:44.3125rem;height:3.4375rem;top:53.5625rem;left:3.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0PX1l9PHkxTIVqxyK6naioAt13vq2qF { top:9.8125rem;left:0.9375rem;width:46.8125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWa4r47mrMkMkpTfcOv22LgEPTTJq0II { top:27.75rem;left:14.25rem;width:23rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwOXplCfKOUKRKWFwRstHX6fugKCVGw0 { top:45.5625rem;left:0rem;width:47.75rem;height:10.544791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgBqhQXQO7LmxhBvNQ8bQEhtu6SupFzN { width:29.625rem;height:4.8125rem;top:63.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOJwAET4NSbXNFytyQdfiHRT4THP0PRB { display:block; }
 }@media only screen and (max-width: 763px) { #TVOp5f4L1S8QHttAA0BbLT8EgIWEKH23 { width:47.75rem;height:3rem;top:4.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUAZX8ZIzSTXViF4dM9situwZg04tDMK { display:none; }
 }@media only screen and (max-width: 763px) { #l5GUhrAvqak5WW7F06ViOolsgWzAOSGo { display:none; }
 }@media only screen and (max-width: 763px) { #z1qLT8Q1QfhTi6I1c7G4FlGiaHv5Gnl2 { display:none; }
 }@media only screen and (max-width: 763px) { #AhTE3EeCruluIJbdMJklUPTsTy9xM3tA { display:none; }
 }@media only screen and (max-width: 763px) { #nnPvvLlJTdPVeX53GP6lNw0ShzGGJ3TO { width:12.9375rem;height:2.25rem;top:36.6875rem;left:19.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrS6cevOx13oP6zNTgLuU1TnhsdQBQAb { width:11.9375rem;height:3.0625rem;top:33.0625rem;left:35.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPObkHWITxekyVX07JHnRLmHwGeC43aC { width:16.625rem;height:2.25rem;top:36.6875rem;left:31.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HObTkrBh5rJL3TAhDIiOU6PpTcKZ9RyJ { width:20.875rem;height:2.25rem;top:50.8125rem;left:13.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nuW2LOFTPJtw1vN0G16NQ5DLPhTgDn { top:75.625rem;left:0rem;width:22.5rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7mbcvuyxZpSwWy85DJRTBX3lMa24oEE { top:27.6875rem;left:24.75rem;width:23rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV18oaItzWAzOrIJCfNkJTwMwccfe7kA { top:50.75rem;left:0rem;width:19.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWiCSKky5LJJaoEKibIas9AHpoXqZeW { display:none; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bob0gXNT25SB2bGbF7s7XTXar4V7DC1h { top:74.9375rem;left:0rem;width:24.3125rem;height:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdxIifTcofdhFZ1VWeEpUhNCIkbBIlCG { width:35.1875rem;height:;top:2.25rem;left:12.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVnhzKgTAo1Rr4DaxNMW3X5RVS6DuRZB { width:40.1875rem;height:9rem;top:7.5625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO { display:block; }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtK1ovNHzbyKNQTuw2hGCo4KNAdPae5m { top:8rem;left:25.25rem;width:22.5rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK { display:block; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8nG41v9J2NhTnstn8P1UF5N7B3pOVoe { width:41.75rem;height:2.0625rem;top:2.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbftSb9AF1HQMHedRR6z0v837nCFl2sH { width:37.6875rem;height:10rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGz0Q7y1J3H69VIE4vPXOTREt0HaTXhS { top:74.9375rem;left:0rem;width:28.125rem;height:43.3105625rem;display:none; }
 }@media only screen and (max-width: 763px) { #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAkEcSToI8zHO170yDJbS4OD9lTh6bLb { display:block; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIr9ncEc1O7TNVH9MyLXEeEeOnlp9w8h { top:8.3125rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auPsbPJibGLKPvsg7GsZHudPzNWT44uy { top:11.5rem;left:13.25rem;width:21.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSeJSNsih6aGZAsHr6x8r08C5RAeTURy { top:8.3125rem;left:13rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO1iSQHzmNXasfyJZA1ZVV5hM9ieWLui { top:8.3125rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga4onAME6rdqOqHUPwTwzhxDvhJvbxpU { top:35.5625rem;left:2.8125rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRN2iuIZaptcDnmQZVoqy3lTMHgpT7F2 { top:35.5625rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGv5TvgCOmGbVQlNpNs0ZisibueIz96H { width:13.5625rem;height:1.5rem;top:25.3125rem;left:17.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpuNHssdEzlQBfkkGcA1O8z3EXqUiIfr { width:13.8125rem;height:3.25rem;top:27.6875rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDG2yWTsr45ZEGhviDMGGTuFISrXGDRC { width:41.75rem;height:2.0625rem;top:4.0625rem;left:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf4RqdsuZQSsJ4nfzTNHUE2islFLVVyB { top:11.5rem;left:0rem;width:21.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDFBQpdcPnMFJHqcMbzmJXbkAQq4ux7 { width:13.75rem;height:3.25rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLo58dUPHVVxItp00z7qzTBZaRwTgQev { width:13.5625rem;height:1.5rem;top:25.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRBdZXxw9LZXpEwddRTAvVP4X83cvmn { top:11.5rem;left:26.5rem;width:21.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiMv7fFXTCRx8U0V5C01vkTewPIgghvc { width:13.8125rem;height:3.25rem;top:27.6875rem;left:33.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTyso9nnzccXzBgbVTCnAMUEk3WeA4s3 { width:16.1875rem;height:1.5rem;top:25.3125rem;left:31.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq61qCQ6wRP2wEl8BTWfnQxy7XNk8PEU { top:38.75rem;left:3.125rem;width:21.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbAl7maaXU7SFqQnHa1tPySA4rPIz7nN { width:12.25rem;height:3.25rem;top:54.9375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpyQkpRnIULvrRKQ39rNbssCOtM4Cbhy { width:13.5625rem;height:1.5rem;top:52.5625rem;left:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4X9MZRNJgUeHs5xpD99wXIhQFtoiuSJ { top:38.75rem;left:26.25rem;width:21.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA55tRWNWzBi0voB3CdTGwevdcG5bScm { width:10.8125rem;height:3.25rem;top:54.875rem;left:31.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhF4l8HUh3Mz7sBTnSBdJMD4qERML9eB { width:13.5625rem;height:1.5rem;top:52.5625rem;left:30.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 { display:block; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyCCPL84tGwwTbleuWZJUFRX5f8kWGwp { width:34rem;height:3rem;top:4rem;left:5.05859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRPdGt55yxoI9gypm41RrEh6i0LFNTti { width:32.8125rem;height:8.75rem;top:9.0625rem;left:5.65234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfOHVDSMTgtcud7hPl20DAC0KAWPlC59 { width:31.1875rem;height:6rem;top:25.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTdMzzEa34SJOU6pcSsB2gns1OquwH0 { width:31.3125rem;height:3.5rem;top:33.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fca87TXwknNNu9AhiWXCLy0r3BI8RklM { top:17.8125rem;left:0rem;width:47.75rem;height:30.632075471698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzo7e3FRJEGP8soIWcBSJk2Xvulx6ZBv { top:32.1875rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UthFRGVoFhznl4I79KMHoExOoqZE5b3W { width:19.8125rem;height:1.75rem;top:39.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DES8e0lHnJMA2ATMFeP39MvkScBZroiQ { top:22.125rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heMG8hSwyadLrM0LVeFKwV0N3JQkApne { top:1.4375rem;left:0.6884765625rem;width:46.3125rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX { display:block; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvzEdES9A1JPTgXfoiwFhOtB0Aki5Otu { width:15.5rem;height:2.8125rem;top:1.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb { display:block; }#ir1myONLhqsdJ6zvTCfFysdPcr9rTvHb > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5mWdQzoRNBAOVV1TXexWZf9EuITmGdC { width:14.0625rem;height:2.798825rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv8pt4dsumvXulEFWEh7p58e9tZLwffA { width:20rem;height:19.1953125rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUuG365fimtxq5VVqOeZKezryzikoVH3 { width:20rem;height:16.875rem;top:28.3828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.;display:block; }
 }@media only screen and (max-width: 763px) { #V7W4URiiDasERwyvKqEgxaMM9UBEBB4P { display:block; }#V7W4URiiDasERwyvKqEgxaMM9UBEBB4P > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNd3zHVADplpbzNyGAF5CWu2UZWRRrUi { width:14.6875rem;height:6.9970625rem;top:14.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g1XPQA5vgP9tqqte713niFv42oigfDvW { width:18.75rem;height:16.875rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQPLiPiRRS8iXohbNRZ0CRCcci4FcqDe { width:19.5rem;height:12.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0cB5RSWfDn5uMQuqPGPIpZN5vubUJbw { width:17.5625rem;height:3.1494125rem;top:25.375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB { display:block; }#wevWM1bL6rxBqw9oxxUqcm7tqeWm5EJB > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3AaM4EdM9rNAgOlaWCuklKB0yUeSOWZ { width:20rem;height:26.4375rem;top:61.729740234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOWrBtv9x2GlRyRz7LQwr7SB1lqumnsV { width:15.7480625rem;height:4.125rem;top:18.5rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wvmlF5zmTd21pIT7cVNdPAFz50NXCWAb { width:9.25rem;height:2.69921875rem;top:15.8125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #touB6JNITlTLZ5FWQTQbFrMJ008V8l7p { width:18.6875rem;height:2.69921875rem;top:62.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2OzJtUalmRhoRlIwXkiWxSVgTZopUcE { width:17.3105625rem;height:2.25rem;top:59.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thi3sItUGbU6Kqwy9VUW8ai7T9IGXITT { width:20rem;height:2.0244125rem;top:45.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVdoRtVH2uLbWhhMmQOPanBU4M9v3CBA { width:17.9375rem;height:4.94921875rem;top:84.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I0PX1l9PHkxTIVqxyK6naioAt13vq2qF { width:19.4375rem;height:6.875rem;top:89.468990234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWa4r47mrMkMkpTfcOv22LgEPTTJq0II { width:9.5625rem;height:6.875rem;top:100.241696875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwOXplCfKOUKRKWFwRstHX6fugKCVGw0 { width:20rem;height:4.4166666666667rem;top:111.15234179688rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgBqhQXQO7LmxhBvNQ8bQEhtu6SupFzN { width:18.75rem;height:6.25rem;top:97.25rem;left:0.625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XOJwAET4NSbXNFytyQdfiHRT4THP0PRB { display:block; }
 }@media only screen and (max-width: 763px) { #TVOp5f4L1S8QHttAA0BbLT8EgIWEKH23 { width:18.25rem;height:9.597625rem;top:1.6015625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUAZX8ZIzSTXViF4dM9situwZg04tDMK { top:12.625rem;left:0.3125rem;width:18.75rem;height:12.5rem;z-index:14995;border-top:0.3125rem solid #ffc300;border-left:0.3125rem solid #ffc300;border-right:0.3125rem solid #ffc300;border-bottom:0.3125rem solid #ffc300;background-color:#111110;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5GUhrAvqak5WW7F06ViOolsgWzAOSGo { top:27rem;left:0.3125rem;width:18.75rem;height:12.5rem;z-index:14996;border-top:0.3125rem solid #ffc300;border-left:0.3125rem solid #ffc300;border-right:0.3125rem solid #ffc300;border-bottom:0.3125rem solid #ffc300;background-color:#111110;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1qLT8Q1QfhTi6I1c7G4FlGiaHv5Gnl2 { top:41.375rem;left:0.3125rem;width:18.75rem;height:12.5rem;z-index:14997;border-top:0.3125rem solid #ffc300;border-left:0.3125rem solid #ffc300;border-right:0.3125rem solid #ffc300;border-bottom:0.3125rem solid #ffc300;background-color:#111110;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhTE3EeCruluIJbdMJklUPTsTy9xM3tA { top:55.75rem;left:0.3125rem;width:18.75rem;height:12.5rem;z-index:14996;border-top:0.3125rem solid #ffc300;border-left:0.3125rem solid #ffc300;border-right:0.3125rem solid #ffc300;border-bottom:0.3125rem solid #ffc300;background-color:#111110;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnPvvLlJTdPVeX53GP6lNw0ShzGGJ3TO { width:20rem;height:2.25rem;top:48.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrS6cevOx13oP6zNTgLuU1TnhsdQBQAb { width:11.375rem;height:2.0244125rem;top:30.1875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPObkHWITxekyVX07JHnRLmHwGeC43aC { width:13.625rem;height:4.125rem;top:32.8125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HObTkrBh5rJL3TAhDIiOU6PpTcKZ9RyJ { width:20rem;height:2.25rem;top:81.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nuW2LOFTPJtw1vN0G16NQ5DLPhTgDn { width:20rem;height:32.777777777778rem;top:97.687515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7mbcvuyxZpSwWy85DJRTBX3lMa24oEE { width:20rem;height:14.29347826087rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EV18oaItzWAzOrIJCfNkJTwMwccfe7kA { width:16.8125rem;height:5.1875rem;top:76.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWiCSKky5LJJaoEKibIas9AHpoXqZeW { top:70.125rem;left:0.3125rem;width:18.75rem;height:25rem;z-index:14997;border-top:0.3125rem solid #ffc300;border-left:0.3125rem solid #ffc300;border-right:0.3125rem solid #ffc300;border-bottom:0.3125rem solid #ffc300;background-color:#111110;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ { display:block; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zdcKyZMmLwCVJHQs4aBloTnQsfqpElEJ > .row .container { width:20rem;height:63.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bob0gXNT25SB2bGbF7s7XTXar4V7DC1h { width:20rem;height:31.25rem;top:0rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DdxIifTcofdhFZ1VWeEpUhNCIkbBIlCG { width:18.75rem;height:9rem;top:33rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVnhzKgTAo1Rr4DaxNMW3X5RVS6DuRZB { width:18.75rem;height:18rem;top:43.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.;display:block; }
 }@media only screen and (max-width: 763px) { #UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO { display:block; }#UZ27kT2HQRL3hyMIWmU7x3suAoJRS5iO > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtK1ovNHzbyKNQTuw2hGCo4KNAdPae5m { width:20rem;height:29.418375rem;top:221.43663787842rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK { display:block; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IkUCxGtr6ZVUk9KWAeaTz5A3xHlHkMvK > .row .container { width:20rem;height:48.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8nG41v9J2NhTnstn8P1UF5N7B3pOVoe { width:15.5625rem;height:6.1875rem;top:31.6875rem;left:2.25rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dbftSb9AF1HQMHedRR6z0v837nCFl2sH { width:18.4375rem;height:6.9970625rem;top:39.0625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dGz0Q7y1J3H69VIE4vPXOTREt0HaTXhS { width:20rem;height:29.5625rem;top:0rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 { display:block; }#loQxEZeNzaTcOvyoPNp5oeBcFr2m5m45 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAkEcSToI8zHO170yDJbS4OD9lTh6bLb { display:block; }#QAkEcSToI8zHO170yDJbS4OD9lTh6bLb > .row .container { width:20rem;height:128rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIr9ncEc1O7TNVH9MyLXEeEeOnlp9w8h { width:20rem;height:13.3135rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auPsbPJibGLKPvsg7GsZHudPzNWT44uy { width:20rem;height:21.875rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSeJSNsih6aGZAsHr6x8r08C5RAeTURy { width:20rem;height:13.3135rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO1iSQHzmNXasfyJZA1ZVV5hM9ieWLui { width:20rem;height:13.3135rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga4onAME6rdqOqHUPwTwzhxDvhJvbxpU { width:20rem;height:13.3135rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRN2iuIZaptcDnmQZVoqy3lTMHgpT7F2 { width:20rem;height:13.3135rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGv5TvgCOmGbVQlNpNs0ZisibueIz96H { width:13.5625rem;height:1.51171875rem;top:46.8125rem;left:3.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LpuNHssdEzlQBfkkGcA1O8z3EXqUiIfr { width:13.8125rem;height:3.298825rem;top:49.1875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VDG2yWTsr45ZEGhviDMGGTuFISrXGDRC { width:18.1875rem;height:6.1875rem;top:1.46875rem;left:0.90625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zf4RqdsuZQSsJ4nfzTNHUE2islFLVVyB { width:20rem;height:21.875rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMDFBQpdcPnMFJHqcMbzmJXbkAQq4ux7 { width:13.8125rem;height:3.298825rem;top:25.6875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qLo58dUPHVVxItp00z7qzTBZaRwTgQev { width:13.5625rem;height:1.51171875rem;top:23.3125rem;left:3.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TuRBdZXxw9LZXpEwddRTAvVP4X83cvmn { width:20rem;height:21.875rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiMv7fFXTCRx8U0V5C01vkTewPIgghvc { width:13.8125rem;height:3.298825rem;top:71.9375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RTyso9nnzccXzBgbVTCnAMUEk3WeA4s3 { width:16.1875rem;height:1.51171875rem;top:69.5625rem;left:1.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Bq61qCQ6wRP2wEl8BTWfnQxy7XNk8PEU { width:20rem;height:21.875rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbAl7maaXU7SFqQnHa1tPySA4rPIz7nN { width:15.625rem;height:2.19921875rem;top:95.4375rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CpyQkpRnIULvrRKQ39rNbssCOtM4Cbhy { width:13.5625rem;height:1.51171875rem;top:93.0625rem;left:3.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N4X9MZRNJgUeHs5xpD99wXIhQFtoiuSJ { width:20rem;height:21.875rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA55tRWNWzBi0voB3CdTGwevdcG5bScm { width:15.1875rem;height:2.19921875rem;top:118.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dhF4l8HUh3Mz7sBTnSBdJMD4qERML9eB { width:13.5625rem;height:1.51171875rem;top:116.1875rem;left:3.25rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 { display:block; }#PWRBxX0eWomBAyMyyUMkP5GiMVlmdTb4 > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyCCPL84tGwwTbleuWZJUFRX5f8kWGwp { width:13.8125rem;height:4.5rem;top:2.8095703125rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRPdGt55yxoI9gypm41RrEh6i0LFNTti { width:18.25rem;height:14rem;top:9.013671875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.;display:block; }
 }@media only screen and (max-width: 763px) { #TfOHVDSMTgtcud7hPl20DAC0KAWPlC59 { width:16.0625rem;height:3.75rem;top:39rem;left:2rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTdMzzEa34SJOU6pcSsB2gns1OquwH0 { width:18rem;height:5.5rem;top:44.9375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fca87TXwknNNu9AhiWXCLy0r3BI8RklM { width:20rem;height:12.8300625rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzo7e3FRJEGP8soIWcBSJk2Xvulx6ZBv { width:18.75rem;height:7.5625rem;top:43.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UthFRGVoFhznl4I79KMHoExOoqZE5b3W { width:14.375rem;height:2.625rem;top:52.0625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.;display:block; }
 }@media only screen and (max-width: 763px) { #DES8e0lHnJMA2ATMFeP39MvkScBZroiQ { width:20rem;height:26.25rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heMG8hSwyadLrM0LVeFKwV0N3JQkApne { width:20rem;height:27.3730625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container { background-color: transparent; background-image: none; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container > .video-iframe-container { display: none; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row > .video-iframe-container { display: none; }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .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); }#A9k43OvCxdVT3hegEbGthBn3Wp1o8DgX > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvzEdES9A1JPTgXfoiwFhOtB0Aki5Otu { width:14.0625rem;height:2.8125rem;top:0.78125rem;left:2.96875rem;display:block; }
 }