.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,249,236;--color-primary-1:252,234,192;--color-primary-2:248,212,129;--color-primary-3:124,106,65;--color-primary-4:37,32,19;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:47,47,47;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:47,47,47;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { background-color: transparent; background-image: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container > .video-iframe-container { display: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container { display: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .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); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { border-width: 0; border-radius: 0; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#BNamIolospMXBd41lOdJK0bPkwUC0DsO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99913125rem;width:9.6245625rem;top:1.2814670801162rem;left:25.187721252441rem;overflow:hidden;display:block; }
#DTw4GTsNL2tahfRtCQmvaEi5fUnTlcI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.999rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.125rem;height:15.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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hWeAxyuGoARpMRXM3nNeFOeIlu4FrvRz { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.0605625rem;width:50.1215625rem;top:20.4375rem;left:4.87646484375rem;display:block; }
#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl { z-index:;position:relative;display:block; }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl { background-color: transparent; background-image: none; }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl > .row .container > .video-iframe-container { display: none; }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl > .row > .video-iframe-container { display: none; }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl > .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); }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl { border-width: 0; border-radius: 0; }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:352.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#TxiNaXVXXK8Sxde4N5RfZg0wE5zAe6Kt { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.125rem;width:59.875rem;top:7.6875rem;left:0.125rem;overflow:hidden;display:block; }
#T58ggmWkmkZgpcm0wBQpnux9NsKHksyV { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.875rem;height:2.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; }
#FtCIumSoT1J5bixgyo13iDvVTTKa2dhC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:2.625rem;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; }
#yClMANxZ6JTeyMc5TEXH9ZPiLz8iW8Ob { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.1875rem;width:24rem;top:25.8125rem;left:0rem;overflow:hidden;display:block; }
#uJSTE98fQnTowHvmIsmpUQ86fkepRk4R { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25.625rem;height:2.625rem;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; }
#ExRmdLHb2ENB02B6uelR6U6UoXhH9Kad { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.6875rem;width:34.3125rem;top:26.15625rem;left:25.5625rem;overflow:hidden;display:block; }
#Cvg6iqiCq6ELFu63vwMBUzgh8uSB689V { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.75rem;width:31.125rem;top:54.625rem;left:28.75rem;overflow:hidden;display:block; }
#ZK4zNoX3DDAG5CQyosI4y7OGErGuTiqN { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.75rem;width:24.75rem;top:54.625rem;left:0rem;overflow:hidden;display:block; }
#mnXiXdl65DcrCNmFnCKosmh81EcNFVax { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:51.375rem;left:0rem;height:2.625rem;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; }
#CPDypE5E9S2xrmREfyJXZibiCREeDLFe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:51.375rem;left:28.5625rem;height:2.625rem;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; }
#oHAVFpRatTSVppvTzDXkoquqrM6Z1die { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.3125rem;width:28.3125rem;top:93.21875rem;left:31.5625rem;overflow:hidden;display:block; }
#kdOI1QkJ3kO3GO9a2TN5XhXcs46f4PFS { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.5rem;width:28.5rem;top:93.125rem;left:0rem;overflow:hidden;display:block; }
#M5p57ru2hgediUghSVfvvdphHElc1ubw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:89.875rem;left:0rem;height:2.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; }
#TB3rXO8s6XyCn69xRlWWyIrRVs0tzAdL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:89.875rem;left:31.1875rem;height:2.625rem;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; }
#HUmuyi4NHTxt6KDgDB07sEhmffVLSI2S { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.3125rem;width:28.3125rem;top:126.6875rem;left:31.5625rem;overflow:hidden;display:block; }
#QI9BOccwHiFWHm2WTlr1ukyp45zRqO0w { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.375rem;width:28.5rem;top:126.6875rem;left:0rem;overflow:hidden;display:block; }
#dkq5UhKTPq5Wyq7o3Uu7Jmq08psaDXVz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:123.4375rem;left:0rem;height:2.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; }
#xhXbgwZNlnKmE3Udy3TMUE15aDrGEoAd { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:123.4375rem;left:31.4375rem;height:2.625rem;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; }
#a66h9wmcL2kTtdicFybKB8rRBbHWNFSk { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.4375rem;width:28.4375rem;top:142.5625rem;left:0rem;overflow:hidden;display:block; }
#opgrzThV0BJqhdRcZo0WrhvfZsl8fnZg { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:174.1875rem;left:31.4375rem;height:2.625rem;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; }
#im0XOJ4qTy24FTM3GrrBaLOleQUMzRTJ { position:absolute;display:block;z-index:15028;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.3125rem;width:28.3125rem;top:177.4375rem;left:31.5625rem;overflow:hidden;display:block; }
#kTrf7PvaPKDRaeB3UWBdVXas0KFmsoqT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:174.1875rem;left:0rem;height:2.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; }
#FX0QrSg9det2mnt6rr2xO35C1VcKVZHy { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.1875rem;width:28.1875rem;top:177.4375rem;left:0rem;overflow:hidden;display:block; }
#Qi3nxTVPDC7UdIDWgDdN3STNEsyPCneT { position:absolute;display:block;z-index:15032;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.8125rem;width:29.0625rem;top:212rem;left:30.679946682464rem;overflow:hidden;display:block; }
#rxRargmq6PiJoXHbKyp97Z9dWmmeOmRa { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:208.75rem;left:31.4375rem;height:2.625rem;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; }
#u7dGRha5NKshPtalEn646SQZwkbBKmG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:208.75rem;left:0rem;height:2.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; }
#IcLrTPgH7F3Oh3Jr5SkQHQOsQW5VrtD0 { position:absolute;display:block;z-index:15031;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.75rem;width:26.9375rem;top:212rem;left:0rem;overflow:hidden;display:block; }
#qeD4qVrLzTkLHFQxcXv5oNTuXBkcIZTa { position:absolute;display:block;z-index:15035;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.3125rem;width:59.875rem;top:244.4375rem;left:0rem;overflow:hidden;display:block; }
#OBhh9TqMZ6cerVumGpW1XImnTW5NItEq { color:rgba(var(--color-tertiary-4),1);display:block;width:44.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:241.1875rem;left:0rem;height:2.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; }
#OMXsWk98wSR3CJR1XGmWkJKkld95fsyn { position:absolute;display:block;z-index:15035;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.3125rem;width:20.8125rem;top:281.3125rem;left:2rem;overflow:hidden;display:block; }
#sMFBB1n76W8PW2qEQMkz5pTBcDvFfSzZ { position:absolute;display:block;z-index:15036;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.5rem;width:20.9375rem;top:281.3125rem;left:35.25rem;overflow:hidden;display:block; }
#HakJk8lX2Hkq4Z1tSocyL6zLmGT68cLP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:278.0625rem;left:31.4375rem;height:2.625rem;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; }
#mvtH9sEecPUnusLbo2VBuOraxCzwFTXA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:278.0625rem;left:0rem;height:2.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; }
#MgZo5kTGWL3rLNMP9VKWrEpaXpaAqstN { position:absolute;display:block;z-index:15037;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.3125rem;width:59.75rem;top:317.4375rem;left:0rem;overflow:hidden;display:block; }
#WyUS3fV2RGNrEqfS2hTpSxivCvPT8SyL { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:314.1875rem;left:0rem;height:2.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; }
#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp { z-index:;position:relative;display:block; }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp { background-color: transparent; background-image: none; }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp > .row .container > .video-iframe-container { display: none; }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp > .row > .video-iframe-container { display: none; }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp > .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); }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp { border-width: 0; border-radius: 0; }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:670.3125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#UnItrurRwFXo9MBgTxFVOvOJ2GKnNGg9 { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.875rem;width:37.6875rem;top:1.5625rem;left:11.0625rem;overflow:hidden;display:block; }
#RylGVh1aTdkigels5Z5WivrcLrS0CLra { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.125rem;width:29.4375rem;top:15.3125rem;left:14.625rem;overflow:hidden;display:block; }
#woA1TsCRgTnmSkFDMWNR7XOmVXa8PBIN { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.25rem;width:37.5625rem;top:41rem;left:11.25rem;overflow:hidden;display:block; }
#h0ZClKwZPTiilhEeyhfX7WUGHRy2wMfb { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.1875rem;width:37.5rem;top:52.875rem;left:10.6875rem;overflow:hidden;display:block; }
#LTxl9cRs7OQJy9CJwEGJAN7ZGKXSQoSF { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.8125rem;width:28.1875rem;top:72.6875rem;left:15.9375rem;overflow:hidden;display:block; }
#U1S6TuB9klMsl86PQnTxSRqQ0BSncJzd { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.625rem;width:45.25rem;top:88.6875rem;left:7.4375rem;overflow:hidden;display:block; }
#TXRNkmm8skMCd6TbW3ivn5aAPMZU2EJM { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.0625rem;width:44.75rem;top:101.8125rem;left:7.6875rem;overflow:hidden;display:block; }
#dEBg1GcP7LvS2akTwsa1tmQUVDUXyuh9 { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.3125rem;width:31.5rem;top:116.1875rem;left:13.6875rem;overflow:hidden;display:block; }
#d2T6yFvwbELf4oERe3xpLLiy7tu7rPXG { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14rem;width:37.5625rem;top:134.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#DJ1bgTfkuWS8mQM1asM6xTfnebXsUN3p { position:absolute;display:block;z-index:15019;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.25rem;width:23.375rem;top:150.5625rem;left:16.8125rem;overflow:hidden;display:block; }
#JpQBBOWvVOOy7l935P578rrmTzqrOrKu { position:absolute;display:block;z-index:15020;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:39.9375rem;width:22.375rem;top:191.5rem;left:18.25rem;overflow:hidden;display:block; }
#ZO6MA92Q33PfrLuOTe7SDQD6hybJtJfk { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.375rem;width:33.125rem;top:234.0625rem;left:12.875rem;overflow:hidden;display:block; }
#VNiVwTfaftylLsDMfAfRTWLTFo3t64e9 { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7rem;width:40.375rem;top:263rem;left:9.3125rem;overflow:hidden;display:block; }
#tv8VKpcrdD0VtebWfQ6bTZU6XqLQidzo { position:absolute;display:block;z-index:15025;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.25rem;width:42.8125rem;top:273.5rem;left:8.125rem;overflow:hidden;display:block; }
#aymanKfOdKmaAEC8iNbwwgWw1LOuMrUi { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.6875rem;width:28.125rem;top:284.125rem;left:15.375rem;overflow:hidden;display:block; }
#JpFZftTHC9n8wVqJ3OvtraLUxzLp4hOt { position:absolute;display:block;z-index:15029;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.8125rem;width:48.625rem;top:319.375rem;left:5.0625rem;overflow:hidden;display:block; }
#oSSdCGxiTP5nWwqoInfaNXPvIXkgWXEe { position:absolute;display:block;z-index:15030;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:34rem;top:330.4375rem;left:11.4375rem;overflow:hidden;display:block; }
#upBvPfvlohU0hR6L2md0EWNeucluEeaa { position:absolute;display:block;z-index:15031;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.75rem;width:44.25rem;top:352.5625rem;left:7.25rem;overflow:hidden;display:block; }
#itwDTQCIFEpaoMfe91ekUZmcuV266yLB { position:absolute;display:block;z-index:15032;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.25rem;width:38.5rem;top:364.9375rem;left:9.1875rem;overflow:hidden;display:block; }
#ApLJ60LoNaFor3JZCFmP9D9lwcQCeTSO { position:absolute;display:block;z-index:15033;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:46.4375rem;top:181.9375rem;left:6.25rem;overflow:hidden;display:block; }
#DA74TXLNVH1ZyhsvepZJHTeUuWkLTNfQ { position:absolute;display:block;z-index:15034;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.375rem;width:30.125rem;top:391.8125rem;left:12.875rem;overflow:hidden;display:block; }
#SB9d9XR2aShNgkzutCtkbO2HNDWyGzTm { position:absolute;display:block;z-index:15035;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.125rem;width:45.0625rem;top:402.625rem;left:6.9375rem;overflow:hidden;display:block; }
#zCvmlWLyeb5pKsPUJC0wZ7JZFzecfwLq { position:absolute;display:block;z-index:15004;height:34.375rem;width:18rem;top:417.0625rem;left:10.25rem;display:block; }
#Hk2Gltx7FPb4p241eFLd6wuIXOlTgliS { position:absolute;display:block;z-index:15004;height:34.375rem;width:18rem;top:453.3125rem;left:10.25rem;display:block; }
#aDTOVWi3TLvCPp2inpGTqfWwHove1Pao { position:absolute;display:block;z-index:15003;height:34.375rem;width:18rem;top:453.3125rem;left:31rem;display:block; }
#T31otrpxikgvIVU9zgFKaZTTLZTO3CDH { position:absolute;display:block;z-index:15002;height:34.5625rem;width:15.625rem;top:417rem;left:32.25rem;display:block; }
#J1kIIDmL2BRoXgWiQhDrdwJ3wtkVEhR4 { position:absolute;display:block;z-index:15019;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: 0.125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;height:38rem;width:32.375rem;top:618.8125rem;left:13.8125rem;overflow:hidden;display:block; }
#TRyeTXKEva3HmKi2vOWgPbTl06HBFOGS { 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.0625rem solid #c6aa67;border-left:0.0625rem solid #c6aa67;border-right:0.0625rem solid #c6aa67;border-bottom:0.0625rem solid #c6aa67;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:658.5rem;left:17.4375rem;display:block; }
#L3cSTxix7NItJ82rWSPvumqnveo7Z9m4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AExFMRUx7m5SZBiOAw2aKaFP2eXXElyk { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:608.5625rem;left:2.75rem;height:7.875rem;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; }
#WGv3JPih6LHohtFUinu53R06FqT8OCTz { position:absolute;display:block;z-index:15015;height:33.9375rem;width:18.3125rem;top:525.0625rem;left:31.875rem;display:block; }
#n4o166mEF6MTD5Gqif8bfe3KRDf2wrT5 { position:absolute;display:block;z-index:15013;height:38.875rem;width:17.625rem;top:561.75rem;left:10.4375rem;display:block; }
#BaIgeCsV4xePxFgXKuZdPLnOK6pipRce { position:absolute;display:block;z-index:15015;height:37.625rem;width:19.625rem;top:562.375rem;left:30.25rem;display:block; }
#KEu1PySDdW71iIWnXhXZTHC606SEVAIy { position:absolute;display:block;z-index:15015;height:34.375rem;width:18rem;top:525.0625rem;left:10.25rem;display:block; }
#p2mi8EpKCp4pGhcJmfmUJh93p4STQHnc { position:absolute;display:block;z-index:15015;height:34.375rem;width:18rem;top:488.8125rem;left:10.25rem;display:block; }
#FBSGyG4mheGnX6nQnKclFgtn4LNp9qfK { position:absolute;display:block;z-index:15013;height:34.5625rem;width:15.625rem;top:488.75rem;left:32.25rem;display:block; }
#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container { background-color: transparent; background-image: none; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container > .video-iframe-container { display: none; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row > .video-iframe-container { display: none; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .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); }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container { border-width: 0; border-radius: 0; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#iHsKvDmuZvUGQxg8b6BBbogKOiRFfl93 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:2.9375rem;left:0rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#I949hEnTVdvttUwtunMFv6ziKcyEMIno { color:rgba(var(--color-tertiary-0),1);display:block;width:43.9978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:5.5625rem;left:8rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#rmNZD5f1iRKBm5ULAr6a4TQuKnr7mJCN { color:rgba(var(--color-tertiary-0),1);display:block;width:43.9978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:8.625rem;left:8rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW { display:block; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNamIolospMXBd41lOdJK0bPkwUC0DsO { width:9.5625rem;height:2.9797918168358rem;top:1.25rem;left:19.062721252441rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTw4GTsNL2tahfRtCQmvaEi5fUnTlcI2 { width:47.75rem;height:;top:5.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWeAxyuGoARpMRXM3nNeFOeIlu4FrvRz { top:20.4375rem;left:0rem;width:47.625rem;height:26.662861698745rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl { display:block; }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxiNaXVXXK8Sxde4N5RfZg0wE5zAe6Kt { top:7.6875rem;left:0rem;width:47.625rem;height:9.6443110647182rem;display:block; }
 }@media only screen and (max-width: 763px) { #T58ggmWkmkZgpcm0wBQpnux9NsKHksyV { width:47.75rem;height:2.625rem;top:3.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtCIumSoT1J5bixgyo13iDvVTTKa2dhC { width:23.9375rem;height:2.625rem;top:22.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yClMANxZ6JTeyMc5TEXH9ZPiLz8iW8Ob { top:25.8125rem;left:0rem;width:24rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJSTE98fQnTowHvmIsmpUQ86fkepRk4R { width:34.375rem;height:2.625rem;top:22.5625rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExRmdLHb2ENB02B6uelR6U6UoXhH9Kad { top:26.125rem;left:13.3125rem;width:34.3125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvg6iqiCq6ELFu63vwMBUzgh8uSB689V { top:54.625rem;left:16.5rem;width:31.125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK4zNoX3DDAG5CQyosI4y7OGErGuTiqN { top:54.625rem;left:0rem;width:24.75rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnXiXdl65DcrCNmFnCKosmh81EcNFVax { width:25.0625rem;height:2.625rem;top:51.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDypE5E9S2xrmREfyJXZibiCREeDLFe { width:31.4375rem;height:2.625rem;top:51.375rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHAVFpRatTSVppvTzDXkoquqrM6Z1die { top:93.1875rem;left:19.3125rem;width:28.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdOI1QkJ3kO3GO9a2TN5XhXcs46f4PFS { top:93.125rem;left:0rem;width:28.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5p57ru2hgediUghSVfvvdphHElc1ubw { width:28.9375rem;height:2.5rem;top:89.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB3rXO8s6XyCn69xRlWWyIrRVs0tzAdL { width:28.8125rem;height:2.625rem;top:89.875rem;left:18.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUmuyi4NHTxt6KDgDB07sEhmffVLSI2S { top:126.6875rem;left:19.3125rem;width:28.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI9BOccwHiFWHm2WTlr1ukyp45zRqO0w { top:126.6875rem;left:0rem;width:28.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkq5UhKTPq5Wyq7o3Uu7Jmq08psaDXVz { width:28.9375rem;height:;top:123.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhXbgwZNlnKmE3Udy3TMUE15aDrGEoAd { width:28.5625rem;height:;top:123.4375rem;left:19.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a66h9wmcL2kTtdicFybKB8rRBbHWNFSk { top:142.5625rem;left:0rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opgrzThV0BJqhdRcZo0WrhvfZsl8fnZg { width:28.5625rem;height:;top:174.1875rem;left:19.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im0XOJ4qTy24FTM3GrrBaLOleQUMzRTJ { top:177.4375rem;left:19.3125rem;width:28.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTrf7PvaPKDRaeB3UWBdVXas0KFmsoqT { width:28.9375rem;height:;top:174.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0QrSg9det2mnt6rr2xO35C1VcKVZHy { top:177.4375rem;left:0rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi3nxTVPDC7UdIDWgDdN3STNEsyPCneT { top:212rem;left:17.9375rem;width:29.0625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxRargmq6PiJoXHbKyp97Z9dWmmeOmRa { width:28.5625rem;height:;top:208.75rem;left:19.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7dGRha5NKshPtalEn646SQZwkbBKmG5 { width:28.9375rem;height:;top:208.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLrTPgH7F3Oh3Jr5SkQHQOsQW5VrtD0 { top:212rem;left:0rem;width:26.9375rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeD4qVrLzTkLHFQxcXv5oNTuXBkcIZTa { top:244.4375rem;left:0rem;width:47.625rem;height:24.906184759916rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBhh9TqMZ6cerVumGpW1XImnTW5NItEq { width:44.8125rem;height:2.5rem;top:241.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMXsWk98wSR3CJR1XGmWkJKkld95fsyn { top:281.3125rem;left:0rem;width:20.8125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMFBB1n76W8PW2qEQMkz5pTBcDvFfSzZ { top:281.3125rem;left:26.6875rem;width:20.9375rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HakJk8lX2Hkq4Z1tSocyL6zLmGT68cLP { width:28.5625rem;height:2.625rem;top:278.0625rem;left:19.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvtH9sEecPUnusLbo2VBuOraxCzwFTXA { width:28.9375rem;height:2.5rem;top:278.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgZo5kTGWL3rLNMP9VKWrEpaXpaAqstN { top:317.4375rem;left:0rem;width:47.625rem;height:24.958289748954rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyUS3fV2RGNrEqfS2hTpSxivCvPT8SyL { width:47.75rem;height:2.5rem;top:314.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp { display:block; }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnItrurRwFXo9MBgTxFVOvOJ2GKnNGg9 { top:1.5625rem;left:4.9375rem;width:37.6875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylGVh1aTdkigels5Z5WivrcLrS0CLra { top:15.3125rem;left:8.5rem;width:29.4375rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woA1TsCRgTnmSkFDMWNR7XOmVXa8PBIN { top:41rem;left:5.125rem;width:37.5625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ZClKwZPTiilhEeyhfX7WUGHRy2wMfb { top:52.875rem;left:4.5625rem;width:37.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxl9cRs7OQJy9CJwEGJAN7ZGKXSQoSF { top:72.6875rem;left:9.8125rem;width:28.1875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1S6TuB9klMsl86PQnTxSRqQ0BSncJzd { top:88.6875rem;left:1.3125rem;width:45.25rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXRNkmm8skMCd6TbW3ivn5aAPMZU2EJM { top:101.8125rem;left:1.5625rem;width:44.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEBg1GcP7LvS2akTwsa1tmQUVDUXyuh9 { top:116.1875rem;left:7.5625rem;width:31.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2T6yFvwbELf4oERe3xpLLiy7tu7rPXG { top:134.1875rem;left:4.5625rem;width:37.5625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ1bgTfkuWS8mQM1asM6xTfnebXsUN3p { top:150.5625rem;left:10.6875rem;width:23.375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQBBOWvVOOy7l935P578rrmTzqrOrKu { top:191.5rem;left:12.125rem;width:22.375rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO6MA92Q33PfrLuOTe7SDQD6hybJtJfk { top:234.0625rem;left:6.75rem;width:33.125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNiVwTfaftylLsDMfAfRTWLTFo3t64e9 { top:263rem;left:3.1875rem;width:40.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv8VKpcrdD0VtebWfQ6bTZU6XqLQidzo { top:273.5rem;left:2rem;width:42.8125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aymanKfOdKmaAEC8iNbwwgWw1LOuMrUi { top:284.125rem;left:9.25rem;width:28.125rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpFZftTHC9n8wVqJ3OvtraLUxzLp4hOt { top:319.375rem;left:0rem;width:47.625rem;height:7.6518316195373rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSdCGxiTP5nWwqoInfaNXPvIXkgWXEe { top:330.4375rem;left:5.3125rem;width:34rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upBvPfvlohU0hR6L2md0EWNeucluEeaa { top:352.5625rem;left:1.125rem;width:44.25rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itwDTQCIFEpaoMfe91ekUZmcuV266yLB { top:364.9375rem;left:3.0625rem;width:38.5rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApLJ60LoNaFor3JZCFmP9D9lwcQCeTSO { top:181.9375rem;left:0.125rem;width:46.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA74TXLNVH1ZyhsvepZJHTeUuWkLTNfQ { top:391.8125rem;left:6.75rem;width:30.125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB9d9XR2aShNgkzutCtkbO2HNDWyGzTm { top:402.625rem;left:0.8125rem;width:45.0625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCvmlWLyeb5pKsPUJC0wZ7JZFzecfwLq { top:417.0625rem;left:4.125rem;width:18rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk2Gltx7FPb4p241eFLd6wuIXOlTgliS { top:453.3125rem;left:4.125rem;width:18rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDTOVWi3TLvCPp2inpGTqfWwHove1Pao { top:453.3125rem;left:24.875rem;width:18rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31otrpxikgvIVU9zgFKaZTTLZTO3CDH { top:417rem;left:26.125rem;width:15.625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kIIDmL2BRoXgWiQhDrdwJ3wtkVEhR4 { top:618.8125rem;left:7.6875rem;width:32.375rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRyeTXKEva3HmKi2vOWgPbTl06HBFOGS { width:25.125rem;height:3.4375rem;top:658.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3cSTxix7NItJ82rWSPvumqnveo7Z9m4 { display:block; }
 }@media only screen and (max-width: 763px) { #AExFMRUx7m5SZBiOAw2aKaFP2eXXElyk { width:47.75rem;height:7.875rem;top:608.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGv3JPih6LHohtFUinu53R06FqT8OCTz { top:525.0625rem;left:25.75rem;width:18.3125rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4o166mEF6MTD5Gqif8bfe3KRDf2wrT5 { top:561.75rem;left:4.3125rem;width:17.625rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaIgeCsV4xePxFgXKuZdPLnOK6pipRce { top:562.375rem;left:24.125rem;width:19.625rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEu1PySDdW71iIWnXhXZTHC606SEVAIy { top:525.0625rem;left:4.125rem;width:18rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2mi8EpKCp4pGhcJmfmUJh93p4STQHnc { top:488.8125rem;left:4.125rem;width:18rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBSGyG4mheGnX6nQnKclFgtn4LNp9qfK { top:488.75rem;left:26.125rem;width:15.625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 { display:block; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHsKvDmuZvUGQxg8b6BBbogKOiRFfl93 { top:2.9375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I949hEnTVdvttUwtunMFv6ziKcyEMIno { top:5.5625rem;left:1.875rem;width:43.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmNZD5f1iRKBm5ULAr6a4TQuKnr7mJCN { top:8.625rem;left:1.875rem;width:43.9375rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { background-color: transparent; background-image: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container > .video-iframe-container { display: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row > .video-iframe-container { display: none; }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .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); }#z3y87gMfgJT7rQMfKM5C7fGKW5KTdycW > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNamIolospMXBd41lOdJK0bPkwUC0DsO { width:4.0625rem;height:1.25rem;top:0.7177734375rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTw4GTsNL2tahfRtCQmvaEi5fUnTlcI2 { width:20rem;height:20.25rem;top:3.24609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWeAxyuGoARpMRXM3nNeFOeIlu4FrvRz { height:11.1259765625rem;width:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl { display:block; }#p8U1tRS8OlH7rTBgO1tm0KnINZWLaZfl > .row .container { width:20rem;height:412rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxiNaXVXXK8Sxde4N5RfZg0wE5zAe6Kt { width:19.875rem;height:4.0247912317328rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T58ggmWkmkZgpcm0wBQpnux9NsKHksyV { width:20rem;height:3.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtCIumSoT1J5bixgyo13iDvVTTKa2dhC { width:20rem;height:1.6875rem;top:11.2744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yClMANxZ6JTeyMc5TEXH9ZPiLz8iW8Ob { width:19.875rem;height:18.3740234375rem;top:14.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJSTE98fQnTowHvmIsmpUQ86fkepRk4R { width:20rem;height:1.6875rem;top:34.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExRmdLHb2ENB02B6uelR6U6UoXhH9Kad { width:19.875rem;height:12.562158469945rem;top:36.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvg6iqiCq6ELFu63vwMBUzgh8uSB689V { width:19.875rem;height:20.274096385542rem;top:83.5810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK4zNoX3DDAG5CQyosI4y7OGErGuTiqN { width:19.875rem;height:25.496212121212rem;top:53.0849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnXiXdl65DcrCNmFnCKosmh81EcNFVax { width:20rem;height:1.6875rem;top:50.8349609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPDypE5E9S2xrmREfyJXZibiCREeDLFe { width:20rem;height:1.6875rem;top:80.7060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHAVFpRatTSVppvTzDXkoquqrM6Z1die { width:19.875rem;height:19.875rem;top:133.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdOI1QkJ3kO3GO9a2TN5XhXcs46f4PFS { width:19.875rem;height:19.875rem;top:108.2919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5p57ru2hgediUghSVfvvdphHElc1ubw { width:20rem;height:1.6875rem;top:105.2294921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB3rXO8s6XyCn69xRlWWyIrRVs0tzAdL { width:20rem;height:1.6875rem;top:130.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUmuyi4NHTxt6KDgDB07sEhmffVLSI2S { width:19.875rem;height:19.875rem;top:193.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI9BOccwHiFWHm2WTlr1ukyp45zRqO0w { width:19.875rem;height:10.722039473684rem;top:157.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkq5UhKTPq5Wyq7o3Uu7Jmq08psaDXVz { width:20rem;height:1.6875rem;top:154.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhXbgwZNlnKmE3Udy3TMUE15aDrGEoAd { width:20rem;height:1.6875rem;top:191.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a66h9wmcL2kTtdicFybKB8rRBbHWNFSk { width:19.875rem;height:19.875rem;top:169.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opgrzThV0BJqhdRcZo0WrhvfZsl8fnZg { width:20rem;height:1.6875rem;top:239.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im0XOJ4qTy24FTM3GrrBaLOleQUMzRTJ { width:19.875rem;height:19.875rem;top:242.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTrf7PvaPKDRaeB3UWBdVXas0KFmsoqT { width:20rem;height:1.6875rem;top:215.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0QrSg9det2mnt6rr2xO35C1VcKVZHy { width:19.875rem;height:19.875rem;top:218.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi3nxTVPDC7UdIDWgDdN3STNEsyPCneT { width:19.875rem;height:17.652419354839rem;top:290.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxRargmq6PiJoXHbKyp97Z9dWmmeOmRa { width:20rem;height:1.6875rem;top:287.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7dGRha5NKshPtalEn646SQZwkbBKmG5 { width:20rem;height:1.6875rem;top:264.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLrTPgH7F3Oh3Jr5SkQHQOsQW5VrtD0 { width:19.875rem;height:18.998839907193rem;top:267.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeD4qVrLzTkLHFQxcXv5oNTuXBkcIZTa { width:19.875rem;height:10.393919624217rem;top:314rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBhh9TqMZ6cerVumGpW1XImnTW5NItEq { width:20rem;height:3.375rem;top:309.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMXsWk98wSR3CJR1XGmWkJKkld95fsyn { width:19.875rem;height:27.992117117117rem;top:329.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMFBB1n76W8PW2qEQMkz5pTBcDvFfSzZ { width:19.875rem;height:28.002985074627rem;top:362.736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HakJk8lX2Hkq4Z1tSocyL6zLmGT68cLP { width:20rem;height:1.6875rem;top:359.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvtH9sEecPUnusLbo2VBuOraxCzwFTXA { width:20rem;height:1.6875rem;top:327.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgZo5kTGWL3rLNMP9VKWrEpaXpaAqstN { width:19.875rem;height:10.415664225941rem;top:397.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyUS3fV2RGNrEqfS2hTpSxivCvPT8SyL { width:20rem;height:3.375rem;top:392.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp { display:block; }#wIyCGsi33JzrzUQc8z4DiZCE60rpQbIp > .row .container { width:20rem;height:654.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnItrurRwFXo9MBgTxFVOvOJ2GKnNGg9 { width:19.875rem;height:6rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RylGVh1aTdkigels5Z5WivrcLrS0CLra { width:19.5rem;height:13.8125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woA1TsCRgTnmSkFDMWNR7XOmVXa8PBIN { width:19.875rem;height:4.6875rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ZClKwZPTiilhEeyhfX7WUGHRy2wMfb { width:19.875rem;height:8.9375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxl9cRs7OQJy9CJwEGJAN7ZGKXSQoSF { width:19.75rem;height:8.9375rem;top:46.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1S6TuB9klMsl86PQnTxSRqQ0BSncJzd { width:19.875rem;height:4.25rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXRNkmm8skMCd6TbW3ivn5aAPMZU2EJM { width:19.875rem;height:5.3573673184357rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEBg1GcP7LvS2akTwsa1tmQUVDUXyuh9 { width:19.875rem;height:9.6614583333331rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2T6yFvwbELf4oERe3xpLLiy7tu7rPXG { width:19.875rem;height:7.40765391015rem;top:80.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ1bgTfkuWS8mQM1asM6xTfnebXsUN3p { width:19.875rem;height:24.870320855615rem;top:88.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQBBOWvVOOy7l935P578rrmTzqrOrKu { width:19.875rem;height:35.475209497207rem;top:115.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO6MA92Q33PfrLuOTe7SDQD6hybJtJfk { width:19.875rem;height:15.225rem;top:156.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNiVwTfaftylLsDMfAfRTWLTFo3t64e9 { width:19.875rem;height:3.4458204334366rem;top:173.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv8VKpcrdD0VtebWfQ6bTZU6XqLQidzo { width:19.875rem;height:3.3656934306569rem;top:178.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aymanKfOdKmaAEC8iNbwwgWw1LOuMrUi { width:19.875rem;height:23.099166666667rem;top:182.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpFZftTHC9n8wVqJ3OvtraLUxzLp4hOt { width:19.875rem;height:3.1932840616967rem;top:207.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSdCGxiTP5nWwqoInfaNXPvIXkgWXEe { width:19.875rem;height:11.252757352941rem;top:211.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upBvPfvlohU0hR6L2md0EWNeucluEeaa { width:19.875rem;height:4.3792372881356rem;top:224.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itwDTQCIFEpaoMfe91ekUZmcuV266yLB { width:19.875rem;height:12.518668831169rem;top:230.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApLJ60LoNaFor3JZCFmP9D9lwcQCeTSO { width:19.875rem;height:3.3169582772544rem;top:152rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA74TXLNVH1ZyhsvepZJHTeUuWkLTNfQ { width:19.875rem;height:5.5254149377593rem;top:244.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB9d9XR2aShNgkzutCtkbO2HNDWyGzTm { width:19.875rem;height:4.9067267683772rem;top:251.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCvmlWLyeb5pKsPUJC0wZ7JZFzecfwLq { width:18rem;height:33.3125rem;top:258rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk2Gltx7FPb4p241eFLd6wuIXOlTgliS { width:18rem;height:34.375rem;top:325.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDTOVWi3TLvCPp2inpGTqfWwHove1Pao { width:18rem;height:34.375rem;top:361.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31otrpxikgvIVU9zgFKaZTTLZTO3CDH { width:17.125rem;height:32.9375rem;top:291.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kIIDmL2BRoXgWiQhDrdwJ3wtkVEhR4 { width:19.9375rem;height:23.375rem;top:621.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRyeTXKEva3HmKi2vOWgPbTl06HBFOGS { width:18.875rem;height:3.4375rem;top:647.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3cSTxix7NItJ82rWSPvumqnveo7Z9m4 { display:block; }
 }@media only screen and (max-width: 763px) { #AExFMRUx7m5SZBiOAw2aKaFP2eXXElyk { width:20rem;height:8.4375rem;top:611rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGv3JPih6LHohtFUinu53R06FqT8OCTz { width:18.3125rem;height:33.9375rem;top:504.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4o166mEF6MTD5Gqif8bfe3KRDf2wrT5 { width:19.25rem;height:37.0625rem;top:538.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaIgeCsV4xePxFgXKuZdPLnOK6pipRce { width:19.625rem;height:31.625rem;top:576.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEu1PySDdW71iIWnXhXZTHC606SEVAIy { width:18rem;height:34.375rem;top:468.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2mi8EpKCp4pGhcJmfmUJh93p4STQHnc { width:18rem;height:34.375rem;top:397rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBSGyG4mheGnX6nQnKclFgtn4LNp9qfK { width:15.625rem;height:34.5625rem;top:432.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container { background-color: transparent; background-image: none; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container > .video-iframe-container { display: none; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row > .video-iframe-container { display: none; }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .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); }#KQFZAwT0N8BAzl8Ose13T8uiPeDe44H5 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHsKvDmuZvUGQxg8b6BBbogKOiRFfl93 { width:19.125rem;height:3rem;top:2.1875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I949hEnTVdvttUwtunMFv6ziKcyEMIno { width:20rem;height:1.1875rem;top:6.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmNZD5f1iRKBm5ULAr6a4TQuKnr7mJCN { width:20rem;height:1.1875rem;top:8.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }