.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:217,221,229;--color-primary-1:128,142,168;--color-primary-2:0,29,81;--color-primary-3:0,15,41;--color-primary-4:0,4,12;--color-secondary-0:242,224,224;--color-secondary-1:211,153,152;--color-secondary-2:167,50,49;--color-secondary-3:84,25,25;--color-secondary-4:25,8,7;--color-tertiary-0:217,221,229;--color-tertiary-1:128,142,168;--color-tertiary-2:0,29,81;--color-tertiary-3:0,15,41;--color-tertiary-4:0,4,12;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row .container { background-color: transparent; background-image: none; }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row .container > .video-iframe-container { display: none; }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row > .video-iframe-container { display: none; }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .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); }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row .container { border-width: 0; border-radius: 0; }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#tenZT5ehryAGoEcTWGLyTs9hwVXe1TeH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1875rem;left:20.1875rem;display:block; }
#n3UwarVs2zBVpKuUh2QcaMfhslyNoBLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qt9NQKtDviUxWgcZJo5FPbtLp0riiP5p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:27.625rem;display:block; }
#nedPJ0nFElrg3cJsfiX2z0enQoh328bi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nm9eiim7TmVh3UkgANt9oerFLosBpB7r { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:50.0009765625rem;display:block; }
#JQ9ifARML6PXahud5fIaz7arZ4oHctC7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vHOokT89FIgp7A9GrpHRTAqLGUUWSrz8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:35.5625rem;display:block; }
#RkUVbF2JP5tXMDuh8WWCPXVHK9lZNvdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#noINtxsebkTW8MCmxDKLVIls8Qz5FCZ7 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.37890625rem;left:3.6875rem;height:1.86865rem;display:block; }
#XncHK5aHQWDXgiOveOand1VTvVtVuMd0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.25rem;left:0.9375rem; }
#SEvvuSwOoid7oWk54N6SeRoc853iO1if { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.1875rem;left:42.375rem;display:block; }
#FFeveBDRcDqWQNwEtAuT25DkyEriQrvX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;position:relative;display:block; }#G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { color:rgba(var(--color-secondary-2),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.95166015625rem;left:11.53125rem;height:7.19925rem;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; }
#Wptmm9FSXz7VsKQ03zt2v0uB5R8I8HBP { position:absolute;display:block;z-index:15001;background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #a5a5a5 ;height:28.0625rem;width:18.5625rem;top:15.4375rem;left:41.4375rem;display:block; }
#W12RMKeNuxFDHLo1NDxUZWVlOsJp9d3D { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.74609375rem;left:43.4375rem;height:21.44533125rem;font-style:normal;display:block; }
#boAV2MlhT9XTbHJkgkZTCvTITHuNyWQT { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:27.5rem;left:40.75rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HgOEIXsplmn47olBF40TFA0W7cJc2DPT { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.875rem;left:8.28125rem;display:block; }
#LWIpaElvGlgUTB4S6uFAcVEx0H5yacMW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLJhVRgcfVAEoS64NdTeuhuL3B4HIkKk { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.5625rem;left:41.00146484375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4UyKnRZ1Qn7QqQ4mwOpHotfTgZMzfRf { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.8125rem;width:39.4375rem;top:15.5rem;left:0rem;display:block; }
#HT5EcrTehkw3F9spuG5mpeXdp53TVNnL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:11.875rem;top:39.1875rem;left:53.21875rem;overflow:hidden;display:block; }
#bRofgMtglLXhVbhZ37pu4m1Hg1F3e54z { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:15.5625rem;top:20.1875rem;left:-12.3876953125rem;overflow:hidden;display:block; }
#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;position:relative;display:block; }#tITgrdxsaNgdwCixrm21yFrfrfS6tdhs { color:rgba(var(--color-tertiary-2),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.9;letter-spacing:0;top:4.875rem;left:4.15625rem;height:33.25rem;text-align:justify;text-align-last:initial;display:block; }
#aLvBOcz8SAO79R1VcT5xaAkcK58N5wOT { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:42.9375rem;left:18.5625rem;display:block; }
#UTvve4lIogGD5gRDZP5OP0QDvAR0b2u3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { background-color: transparent; background-image: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .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); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { border-width: 0; border-radius: 0; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:2.412109375rem;left:0rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row .container { background-color: transparent; background-image: none; }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row .container > .video-iframe-container { display: none; }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row > .video-iframe-container { display: none; }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .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); }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row .container { border-width: 0; border-radius: 0; }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#H72wlH1wiD4idWUquJcdlKhTb1NV4qS9 { position:absolute;display:block;z-index:15017;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:5.1875rem;width:8rem;top:0.8125rem;left:50rem;overflow:hidden;display:block; }
#L3tQKNIQ2ZexepQi3PNwSpwqrDSgTTzO { position:absolute;display:block;z-index:15016;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:5.125rem;width:9.8125rem;top:0.875rem;left:24.125rem;overflow:hidden;display:block; }
#qZ24Lo4VwKohZUwhDMVO0UhpL0hcynQN { position:absolute;display:block;z-index:15015;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:5.5rem;width:11.5625rem;top:0.6875rem;left:36.0625rem;overflow:hidden;display:block; }
#uwBWk92QrKBvTkcgmeAdXBoWcFocEBGh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:11.8125rem;top:0.5625rem;left:10.5625rem;overflow:hidden;display:block; }
#gUrzOPKSLqWGy6Qb0iSaW5y98nHCTT6a { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:9.5625rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty.adaptive-delivery-prevent-bg, #AWbRAawtFiDkzIbTwehzawxg7nGG19Ty.lazyload, #AWbRAawtFiDkzIbTwehzawxg7nGG19Ty.lazyloading { background-image: none; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row .container { background-color: transparent; background-image: none; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row .container > .video-iframe-container { display: none; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.65); }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row > .video-iframe-container { display: none; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .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); }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row .container { border-width: 0; border-radius: 0; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row .container { font-size:0.875rem;font-family:arial;height:301.875rem;width:60rem;position:relative;display:block; }#dpv1DXq2vvcR1z3vp76MCoJnA4Vk0bsd { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:77.4375rem;width:51.75rem;position:absolute;display:block;z-index:15004;top:17.875rem;left:4.125rem;display:block; }
#hTbwxLuVTD3gTnEXBswcOZtupC9RXwiv { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09c9ae70-27da-49c3-b22b-ed6c0dd1fc0e/AlaksanderMajzdjecie.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:11.875rem;left:25.3125rem;display:block; }#hTbwxLuVTD3gTnEXBswcOZtupC9RXwiv.adaptive-delivery-prevent-bg, #hTbwxLuVTD3gTnEXBswcOZtupC9RXwiv.lazyload, #hTbwxLuVTD3gTnEXBswcOZtupC9RXwiv.lazyloading { background-image: none; }
#MIV0P4xMyrq6rLJTCvXAWzJKTR3Fnai8 { display:block;width:44.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:56.125rem;left:7.78125rem;height:30.375rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#U1hDVlx642oDfcGNKDuQHXLbHfUqUaMI { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:89.6875rem;left:17.5rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#MNcgVtBdDsOSeNO1ByV1C5B8NlD6nlrD { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }
#b6xVW35JVDy43sFmi50DykKLvyVMzFfz { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:31.125rem;width:51.75rem;position:absolute;display:block;z-index:15008;top:170.9375rem;left:4.125rem;display:block; }
#WeD61IGSFLbHSs4sGfFtL9wB5XVMzHf8 { display:block;width:44.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:176rem;left:7.875rem;height:18.5625rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#R2NTx1QVgoJDMvPbr03Hpe2aKbtx0OKc { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:196.5rem;left:18.0625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#LJwQvRuHpv5RmeJr4hddF03M7yvkpXJ5 { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63364aaa-1e8f-4c78-971e-1c4f14f786ea/kp.crop_852x848_105,30.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:165.5rem;left:25.75rem;display:block; }#LJwQvRuHpv5RmeJr4hddF03M7yvkpXJ5.adaptive-delivery-prevent-bg, #LJwQvRuHpv5RmeJr4hddF03M7yvkpXJ5.lazyload, #LJwQvRuHpv5RmeJr4hddF03M7yvkpXJ5.lazyloading { background-image: none; }
#poW9aZqFPmNXCr5vprdwrugoOcqwUb8o { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:48rem;width:51.75rem;position:absolute;display:block;z-index:15008;top:109.0625rem;left:4.1875rem;display:block; }
#AxyH3RRKucyECTtNGUGOTbsJT5Aq0aC2 { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:150.6875rem;left:17.5625rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#DCmDv1111wJBKLt5eNg7Va260BDTBrPc { display:block;width:44.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:114.125rem;left:7.9375rem;height:33.75rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#JdVXtlepn9fibc8org38WlVilVNGLCMJ { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/156d1fc8-e1fb-44c7-ac43-56386f379b2f/wojtek.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:103.0625rem;left:25.375rem;display:block; }#JdVXtlepn9fibc8org38WlVilVNGLCMJ.adaptive-delivery-prevent-bg, #JdVXtlepn9fibc8org38WlVilVNGLCMJ.lazyload, #JdVXtlepn9fibc8org38WlVilVNGLCMJ.lazyloading { background-image: none; }
#ShINmsyaPgy3tt6e9Tfwh5KfPcrTZuMn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.5625rem;width:47.3125rem;top:26.4375rem;left:6.34375rem;display:block; }
#uOhGSu8d5sFreocQMK48PKa1fOmUHg37 { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:75.25rem;width:51.75rem;position:absolute;display:block;z-index:15012;top:213.0625rem;left:4.0625rem;display:block; }
#Z2CMFRMftZbBNENM6kVgGmmuzODsQMli { display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:280.8125rem;left:14.375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#BeL3cqCTHGfPbo2VnqRSTsTfq0pT4ckD { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.9375rem;width:46.3125rem;top:219.625rem;left:6.84375rem;display:block; }
#A0PH93oh8lCagf0IbzzTB64mWdIOzQLT { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63364aaa-1e8f-4c78-971e-1c4f14f786ea/kp.crop_852x848_105,30.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15010;top:213.9375rem;left:26.84375rem;display:block; }#A0PH93oh8lCagf0IbzzTB64mWdIOzQLT.adaptive-delivery-prevent-bg, #A0PH93oh8lCagf0IbzzTB64mWdIOzQLT.lazyload, #A0PH93oh8lCagf0IbzzTB64mWdIOzQLT.lazyloading { background-image: none; }
#ALABDVM3nxWtZmJ63et2FThmATHegNaT { border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cc827d10-9ba6-4251-a103-a867246938a8/ROTKERAFALKO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15017;top:207.625rem;left:25.21875rem;display:block; }#ALABDVM3nxWtZmJ63et2FThmATHegNaT.adaptive-delivery-prevent-bg, #ALABDVM3nxWtZmJ63et2FThmATHegNaT.lazyload, #ALABDVM3nxWtZmJ63et2FThmATHegNaT.lazyloading { background-image: none; }
#LMosGs3BkLHy1FybTeIRTlvUy1WI1Ltd { display:block;width:44.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:249.8125rem;left:7.78125rem;height:27rem;color:rgba(var(--color-tertiary-2),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { background-color: transparent; background-image: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .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); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { border-width: 0; border-radius: 0; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;position:relative;display:block; }#uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:4.625rem;left:0rem;height:3.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:10.140625rem;left:0rem;height:28.796875rem;text-align:justify;text-align-last:initial;display:block; }
#r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:12.5rem;top:7.0625rem;left:32.5rem;display:block; }
#Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:12.75rem;top:21.75rem;left:45rem;display:block; }
#OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.91796875rem;left:32.96875rem;height:5.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.76171875rem;left:32.96875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukc4X4St0iUtFN6atvX28aW7XhenXUCK { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.21875rem;left:45.625rem;height:5.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.0625rem;left:45.625rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVA96TnzxcVmQymJqe7FVZoHwIdtQwCP { position:absolute;display:block;z-index:15017;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:14.6875rem;width:14.4375rem;top:7.0625rem;left:43.3125rem;overflow:hidden;display:block; }
#yMaEiIDrnQiAvQKti2wo4TcBnlRUJkwG { position:absolute;display:block;z-index:15015;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:15.75rem;width:14.5625rem;top:21.75rem;left:32.5rem;overflow:hidden;display:block; }
#pJyGHhEwnuErcFABoOBiKt7cyLvTy4Uc { position:absolute;display:block;z-index:15012;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:15.5625rem;width:11.5rem;top:40.9375rem;left:-7.3125rem;overflow:hidden;display:block; }
#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row .container { background-color: transparent; background-image: none; }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row .container > .video-iframe-container { display: none; }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row > .video-iframe-container { display: none; }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .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); }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row .container { border-width: 0; border-radius: 0; }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row .container { font-size:0.875rem;font-family:arial;height:118.6875rem;width:60rem;position:relative;display:block; }#wGMtFqaaTxsGwpyBCg6MZIXxMR3Qf0oq { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:14.3125rem;left:2.3125rem;display:block; }
#JzH1RMkavd3HyqdVhSqiDJ4nHvz4ygv9 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.375rem solid #000000;border-left:0.375rem solid #000000;border-right:0.375rem solid #000000;border-bottom:0.375rem solid #000000;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:13.375rem;left:0rem;display:block; }
#Nt6H8edXdxmNnHnLhSrLKvVURbIClFev { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0.96);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:13.375rem;left:57.6875rem;display:block; }
#WSgXFN2Ru2lrk8xroGxz4LvL9lHh99t1 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.9375rem;left:2.3125rem;height:27.7734375rem;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; }
#WCFxvFF0G06iv5FASnDkXpN5ADi2dhTA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#lEsdK3sfeMngfBeZGREuxFH6fdBxzeLZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#HcvMu5oZaKssFau9e2WxI9mdHGPXNuu2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:10.78125rem;left:15.5rem;overflow:hidden;display:none; }
#JtSnzTDxHNaVsePwXuV9MSNmyRwJ1ROH { color:rgba(var(--color-tertiary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:17.40625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m1aFh11BeVb4TzRmWzrdGMPehzkeArJe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.9375rem;left:12.9375rem; }
#SvcqfPApcV0WGo44dySGm3PzB930DssU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.9375rem;left:27.8125rem; }
#EzalOhttP0VBo4pWNs8aSwFMC0cm3hkQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.9375rem;left:41.6875rem; }
#Xl5JpO4b41PgMo2QyctsTuEHafTgi1ao { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:23.9375rem;left:21.90625rem;height:27.7734375rem;text-align:left;text-align-last:left;display:block; }
#isnCsMNaGCtFh4q5Q3KoCgbhhwnS8zmo { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.9375rem;left:40.75rem;height:27.7734375rem;text-align:left;text-align-last:left;display:block; }
#pMEkZ8sv2UVtsg1opcmFxa3T0ZeuQ7LH { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:4.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:110.1875rem;left:17.53125rem;display:block; }
#Z8JCamL9I88h6SapHKZOxVqHFtcVnF9d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#st0ihGBCahmN6HBtcDTLcFL5i8M73R3R { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.37);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.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.625rem;width:17.5625rem;top:24.625rem;left:21.625rem;display:block; }
#vk1TRQ6TeoWbgAfTVmKKiRr0U7LMkLsz { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;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.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:36.3125rem;width:58.5625rem;top:20.1875rem;left:0.75rem;display:block; }
#saEInuy9H4rh1dWTOzXiguWC660U8DIK { color:rgba(var(--color-tertiary-2),1);display:block;width:37.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:60.3125rem;left:11.4375rem;height:10.722625rem;text-align:center;text-align-last:center;display:block; }
#ePlxVTQrD0dDFKfhObanPpuN2yhXxUvT { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;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.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:36.3125rem;width:58.5625rem;top:25.375rem;left:0.71875rem;display:none; }
#uldafJtvlWnuM5igUL8IpUFf8I317r4r { position:absolute;display:block;z-index:15004;background-color:#f4f4f4;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.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:36.3125rem;width:58.5625rem;top:25.375rem;left:0.71875rem;display:none; }
#gOib1OrDEDTu5ZnXhGLd3m0e8UtLWucC { position:absolute;display:block;z-index:15019;height:21.75rem;width:38.75rem;top:73.375rem;left:10.625rem;display:block; }
#CVWf2opemss3FDy5WTV8zKOpc9lO50KM { position:relative;display:block; }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM { background-color: transparent; background-image: none; }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .row .container > .video-iframe-container { display: none; }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .row > .video-iframe-container { display: none; }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .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); }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM { border-width: 0; border-radius: 0; }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#du5Pdzb9Cscf5PP9O1AHR6NbATorFGFn { color:rgba(var(--color-tertiary-2),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.46875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJlDkx7TF52Xg5RVU0pnhT3WfAwGGJOG { color:rgba(var(--color-tertiary-2),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.4375rem;height:16.97265625rem;text-align:left;text-align-last:left;display:block; }
#gopTEzmLZf7LMGP3J1Q3Q48nw5nRy1sv { position:absolute;display:block;z-index:15009;background-color:#f4f4f4;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.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.625rem;width:58.5625rem;top:12rem;left:0.75rem;display:block; }
#OTISmKfycmQVq1m8SwzT1kAH9d20yT0c { color:rgba(var(--color-tertiary-2),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.125rem;left:33.625rem;height:15.4296875rem;text-align:left;text-align-last:left;display:block; }
#A6a5ebHF6hScwSI1x6ir8aEFmdXAckCJ { color:rgba(var(--color-tertiary-2),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:38.125rem;left:4.46875rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row .container { background-color: transparent; background-image: none; }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row .container > .video-iframe-container { display: none; }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row > .video-iframe-container { display: none; }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .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); }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row .container { border-width: 0; border-radius: 0; }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#qAKHNUp5vAX8VdHDpVhS8wyrfK9KnVVf { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.1875rem;left:1.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEtuE53ptI3CzkbF0E6T5Z5ORAk7uyrF { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.96875rem;left:1.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOoKCKyehcwMKbzKtCXdxTLs9ux0MtT2 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.1875rem;left:21.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBWNA6ewm8nE1kBZlK2OXett0ecpsT0e { color:rgba(var(--color-tertiary-2),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.96875rem;left:23.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUq7XuOGTRUI5re1ExNZScVqdF32asKF { color:rgba(var(--color-tertiary-2),0.9);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:18.1875rem;left:39.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvShtCShNHZkNTXMSp8r09M1a9MFzL3y { color:rgba(var(--color-tertiary-2),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:20.96875rem;left:43.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3F1oVJivND94xu2LW8Br6X5liyAerBR { color:rgba(var(--color-tertiary-2),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.5625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfAKJCJxZIAlXReqyByqDOWvdCdSaGnh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.875rem;top:11.1875rem;left:0.8125rem;display:block; }
#xGSBcyglIO6gklLVtwgdhMihcOeXoCeh { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.3125rem;left:1.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L86kxg9RNXEhR0tThNnCAlz72sWywhDO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:32.0625rem;left:3.65625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMpAWCmpmgr6ZDZUoN6rr8VSRqVLUgHx { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.3125rem;left:21.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlGCCcJFGhn6vDvRciWayUI1s7mExAUH { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:32.0625rem;left:23.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7w19ext1zCFqTWe2fbAuJdR7saSPxxX { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.3125rem;left:41.5625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#en4lNXT88C8nNTOubeSB6CLksDelIWpP { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:32.0625rem;left:43.53125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTvXpmy0qH3syfpB4prm2X22Cv4yHBRR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:14.65625rem;left:8.5625rem;opacity:1; }
#i3D2Tl5DH09RAOEgJR0f9EkI13lmIeeL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:14.4375rem;left:28.34375rem;opacity:1; }
#NK3q55i3PMQpM8I2PIDyJ0C1UE2oGydp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:14.53125rem;left:48.4375rem;opacity:1; }
#gQBlOL3c86XIdgcD8DevvtxWy1covTHq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:25.65625rem;left:48.4375rem;opacity:1; }
#c9RfXAbGR7aJkdlF3hFgoof4KGmhuh7C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:25.0625rem;left:27.84375rem;opacity:1; }
#efhB450ob60hw2qTVmxkuFRXqKdiVLet { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:25.625rem;left:8.4375rem;opacity:1; }
#dygAWGupGMJtO1lxVZOsCzpwUguV215H { position:relative;display:block; }#dygAWGupGMJtO1lxVZOsCzpwUguV215H { background-color: transparent; background-image: none; }#dygAWGupGMJtO1lxVZOsCzpwUguV215H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .row .container > .video-iframe-container { display: none; }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .row > .video-iframe-container { display: none; }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .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); }#dygAWGupGMJtO1lxVZOsCzpwUguV215H { border-width: 0; border-radius: 0; }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0cKpc7mIIZG2fbkX0r7DE52CIQSi8p8 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#qBBMnO4QDe66EM91ga6t05Qtu5GVFw5T { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.6875rem;width:18.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.625rem;left:0rem;overflow:hidden;display:block; }
#hdbS94aC1w7E7LkZmsgAp9ddOx02taDb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.6875rem;left:20.5625rem;overflow:hidden;display:block; }
#t43iOJUVJvfdmCDNuaPZgIZQzHC4F19I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.6875rem;left:40.875rem;overflow:hidden;display:block; }
#yNiFfNUDOfhr1W58fbE4bbIqyTrBcKts { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.75rem;width:18.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.4375rem;left:0rem;overflow:hidden;display:block; }
#H7a2LDfOgGpsMK4LVCaPJnkHre4gwfXi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.5rem;left:20.4375rem;overflow:hidden;display:block; }
#ZXCaTD64NEaBzGPvlfnOuI1BPlMWmQCF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.1875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.5rem;left:40.8125rem;overflow:hidden;display:block; }
#QHvZnLXg7glWBlFecg1aAtHZuzbkGFlQ { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:4.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:43.5rem;left:17.53125rem;display:block; }
#hXPbzQaSaLuxFFwTzSTNGBDvLot9akXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { background-color: transparent; background-image: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .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); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { font-size:0.875rem;font-family:arial;height:72.8125rem;width:60rem;position:relative;display:block; }#MgCh2U5CMZJv1yvkUPPDwyGJz95ugJ8W { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:9.875rem;left:2.25rem;height:7.94925rem;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; }
#AooBCBF3VA2f3TTrNWZ9UOuPgUHNM6Fh { 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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:4.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.5rem;left:17.1875rem;display:block; }
#I4tpNKhpWRuQU0JnOk2cVaWnqtntPsZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZ8TzcyfkIyHo49m6GnxE1FqwmQTUaIf { color:rgba(var(--color-tertiary-2),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.8125rem;left:17.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OuEqRGMwQES1RFeTIpSnVe1DpmudXE2J { position:absolute;display:block;z-index:15005;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.1875rem;width:56.875rem;top:4.9375rem;left:1.5625rem;display:block; }
#q9UpkITlZdzPwiUmo4Bw7G11HOodi4C0 { position:absolute;display:block;z-index:15018;height:21.75rem;width:38.75rem;top:40.375rem;left:10.625rem;display:block; }
#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { background-color: transparent; background-image: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .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); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { border-width: 0; border-radius: 0; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #szATUZ3TIPpFWMfv4sOqTVtylitJwUwf { display:block; }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tenZT5ehryAGoEcTWGLyTs9hwVXe1TeH { width:6.5rem;height:2.25rem;top:1.1875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3UwarVs2zBVpKuUh2QcaMfhslyNoBLz { display:block; }
 }@media only screen and (max-width: 763px) { #qt9NQKtDviUxWgcZJo5FPbtLp0riiP5p { width:7.9375rem;height:2.25rem;top:1.1875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nedPJ0nFElrg3cJsfiX2z0enQoh328bi { display:block; }
 }@media only screen and (max-width: 763px) { #nm9eiim7TmVh3UkgANt9oerFLosBpB7r { width:8.9375rem;height:2.125rem;top:1.25rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9ifARML6PXahud5fIaz7arZ4oHctC7 { display:block; }
 }@media only screen and (max-width: 763px) { #vHOokT89FIgp7A9GrpHRTAqLGUUWSrz8 { width:6.5rem;height:2.25rem;top:1.1875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkUVbF2JP5tXMDuh8WWCPXVHK9lZNvdA { display:block; }
 }@media only screen and (max-width: 763px) { #noINtxsebkTW8MCmxDKLVIls8Qz5FCZ7 { top:1.375rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XncHK5aHQWDXgiOveOand1VTvVtVuMd0 { top:1.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEvvuSwOoid7oWk54N6SeRoc853iO1if { width:6.5rem;height:2.25rem;top:1.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFeveBDRcDqWQNwEtAuT25DkyEriQrvX { display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { top:3.9375rem;left:5.40625rem;width:36.9375rem;height:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wptmm9FSXz7VsKQ03zt2v0uB5R8I8HBP { top:15.4375rem;left:29.1875rem;width:18.5625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W12RMKeNuxFDHLo1NDxUZWVlOsJp9d3D { top:18.6875rem;left:31.8125rem;width:15.9375rem;height:21.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boAV2MlhT9XTbHJkgkZTCvTITHuNyWQT { top:27.5rem;left:34.625rem;width:12.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOEIXsplmn47olBF40TFA0W7cJc2DPT { width:22.875rem;height:4.3125rem;top:40.875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWIpaElvGlgUTB4S6uFAcVEx0H5yacMW { display:block; }
 }@media only screen and (max-width: 763px) { #KLJhVRgcfVAEoS64NdTeuhuL3B4HIkKk { top:28.5625rem;left:32.375rem;width:15.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4UyKnRZ1Qn7QqQ4mwOpHotfTgZMzfRf { top:15.5rem;left:0rem;width:39.4375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT5EcrTehkw3F9spuG5mpeXdp53TVNnL { top:39.1875rem;left:35.875rem;width:11.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRofgMtglLXhVbhZ37pu4m1Hg1F3e54z { top:20.1875rem;left:0rem;width:15.5625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tITgrdxsaNgdwCixrm21yFrfrfS6tdhs { top:4.875rem;left:0rem;width:47.75rem;height:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLvBOcz8SAO79R1VcT5xaAkcK58N5wOT { width:22.875rem;height:4.3125rem;top:42.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvve4lIogGD5gRDZP5OP0QDvAR0b2u3 { display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { top:2.375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC { display:block; }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H72wlH1wiD4idWUquJcdlKhTb1NV4qS9 { top:0.8125rem;left:39.625rem;width:8rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3tQKNIQ2ZexepQi3PNwSpwqrDSgTTzO { top:0.875rem;left:17.9375rem;width:9.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ24Lo4VwKohZUwhDMVO0UhpL0hcynQN { top:0.6875rem;left:20.1875rem;width:11.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwBWk92QrKBvTkcgmeAdXBoWcFocEBGh { top:0.5625rem;left:4.0625rem;width:11.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUrzOPKSLqWGy6Qb0iSaW5y98nHCTT6a { top:0.9375rem;left:0rem;width:9.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWbRAawtFiDkzIbTwehzawxg7nGG19Ty { display:block; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpv1DXq2vvcR1z3vp76MCoJnA4Vk0bsd { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbwxLuVTD3gTnEXBswcOZtupC9RXwiv { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIV0P4xMyrq6rLJTCvXAWzJKTR3Fnai8 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1hDVlx642oDfcGNKDuQHXLbHfUqUaMI { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNcgVtBdDsOSeNO1ByV1C5B8NlD6nlrD { width:47.75rem;height:3.875rem;top:3.3125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6xVW35JVDy43sFmi50DykKLvyVMzFfz { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeD61IGSFLbHSs4sGfFtL9wB5XVMzHf8 { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2NTx1QVgoJDMvPbr03Hpe2aKbtx0OKc { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJwQvRuHpv5RmeJr4hddF03M7yvkpXJ5 { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poW9aZqFPmNXCr5vprdwrugoOcqwUb8o { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxyH3RRKucyECTtNGUGOTbsJT5Aq0aC2 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCmDv1111wJBKLt5eNg7Va260BDTBrPc { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdVXtlepn9fibc8org38WlVilVNGLCMJ { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShINmsyaPgy3tt6e9Tfwh5KfPcrTZuMn { top:26.4375rem;left:0.21875rem;width:47.3125rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOhGSu8d5sFreocQMK48PKa1fOmUHg37 { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2CMFRMftZbBNENM6kVgGmmuzODsQMli { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeL3cqCTHGfPbo2VnqRSTsTfq0pT4ckD { top:219.625rem;left:0.71875rem;width:46.3125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0PH93oh8lCagf0IbzzTB64mWdIOzQLT { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALABDVM3nxWtZmJ63et2FThmATHegNaT { width:9.0625rem;height:9.0625rem;top:0rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMosGs3BkLHy1FybTeIRTlvUy1WI1Ltd { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { top:4.625rem;left:0rem;width:27.1875rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { top:10.125rem;left:0rem;width:26.125rem;height:28.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { top:7.0625rem;left:23.875rem;width:12.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { top:21.75rem;left:34.875rem;width:12.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { top:8.875rem;left:23.875rem;width:11.5625rem;height:5.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { top:14.75rem;left:23.875rem;width:11.5625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukc4X4St0iUtFN6atvX28aW7XhenXUCK { top:24.1875rem;left:36.1875rem;width:11.5625rem;height:5.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { top:30.0625rem;left:36.1875rem;width:11.5625rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVA96TnzxcVmQymJqe7FVZoHwIdtQwCP { top:7.0625rem;left:33.3125rem;width:14.4375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMaEiIDrnQiAvQKti2wo4TcBnlRUJkwG { top:21.75rem;left:23.875rem;width:14.5625rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyGHhEwnuErcFABoOBiKt7cyLvTy4Uc { top:40.9375rem;left:0rem;width:11.5rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD { display:block; }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGMtFqaaTxsGwpyBCg6MZIXxMR3Qf0oq { top:14.3125rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzH1RMkavd3HyqdVhSqiDJ4nHvz4ygv9 { top:13.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt6H8edXdxmNnHnLhSrLKvVURbIClFev { top:13.375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSgXFN2Ru2lrk8xroGxz4LvL9lHh99t1 { top:23.9375rem;left:0rem;width:17.5625rem;height:27.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCFxvFF0G06iv5FASnDkXpN5ADi2dhTA { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEsdK3sfeMngfBeZGREuxFH6fdBxzeLZ { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcvMu5oZaKssFau9e2WxI9mdHGPXNuu2 { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtSnzTDxHNaVsePwXuV9MSNmyRwJ1ROH { top:4.5625rem;left:11.28125rem;width:25.1875rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aFh11BeVb4TzRmWzrdGMPehzkeArJe { top:12.9375rem;left:6.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvcqfPApcV0WGo44dySGm3PzB930DssU { top:12.9375rem;left:21.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzalOhttP0VBo4pWNs8aSwFMC0cm3hkQ { top:12.9375rem;left:35.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl5JpO4b41PgMo2QyctsTuEHafTgi1ao { top:23.9375rem;left:15.78125rem;width:16.1875rem;height:27.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isnCsMNaGCtFh4q5Q3KoCgbhhwnS8zmo { top:23.9375rem;left:30.75rem;width:17rem;height:27.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMEkZ8sv2UVtsg1opcmFxa3T0ZeuQ7LH { width:24.9375rem;height:4.75rem;top:110.1875rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8JCamL9I88h6SapHKZOxVqHFtcVnF9d { display:block; }
 }@media only screen and (max-width: 763px) { #st0ihGBCahmN6HBtcDTLcFL5i8M73R3R { top:24.625rem;left:15.5rem;width:17.5625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk1TRQ6TeoWbgAfTVmKKiRr0U7LMkLsz { top:20.1875rem;left:0rem;width:47.75rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saEInuy9H4rh1dWTOzXiguWC660U8DIK { top:60.3125rem;left:5.3125rem;width:37.9375rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePlxVTQrD0dDFKfhObanPpuN2yhXxUvT { top:25.375rem;left:0rem;width:47.75rem;height:36.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uldafJtvlWnuM5igUL8IpUFf8I317r4r { top:25.375rem;left:0rem;width:47.75rem;height:36.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOib1OrDEDTu5ZnXhGLd3m0e8UtLWucC { top:73.375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVWf2opemss3FDy5WTV8zKOpc9lO50KM { display:block; }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du5Pdzb9Cscf5PP9O1AHR6NbATorFGFn { top:3.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJlDkx7TF52Xg5RVU0pnhT3WfAwGGJOG { top:15.125rem;left:0rem;width:22.6875rem;height:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gopTEzmLZf7LMGP3J1Q3Q48nw5nRy1sv { top:12rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTISmKfycmQVq1m8SwzT1kAH9d20yT0c { top:15.125rem;left:25.0625rem;width:22.6875rem;height:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6a5ebHF6hScwSI1x6ir8aEFmdXAckCJ { top:38.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDs833J4rMLwh8L20oZbsHUlfcSdDE2c { display:block; }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAKHNUp5vAX8VdHDpVhS8wyrfK9KnVVf { width:16.875rem;height:1.9375rem;top:18.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEtuE53ptI3CzkbF0E6T5Z5ORAk7uyrF { width:16.875rem;height:1.5rem;top:20.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOoKCKyehcwMKbzKtCXdxTLs9ux0MtT2 { width:16.875rem;height:1.9375rem;top:18.1875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBWNA6ewm8nE1kBZlK2OXett0ecpsT0e { width:13.375rem;height:3rem;top:20.9375rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUq7XuOGTRUI5re1ExNZScVqdF32asKF { width:20.0625rem;height:1.9375rem;top:18.1875rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvShtCShNHZkNTXMSp8r09M1a9MFzL3y { width:13.375rem;height:3rem;top:20.9375rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3F1oVJivND94xu2LW8Br6X5liyAerBR { width:47.75rem;height:3.875rem;top:4.9375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfAKJCJxZIAlXReqyByqDOWvdCdSaGnh { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSBcyglIO6gklLVtwgdhMihcOeXoCeh { width:16.875rem;height:1.9375rem;top:29.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86kxg9RNXEhR0tThNnCAlz72sWywhDO { width:12.6875rem;height:3rem;top:32.0625rem;left:1.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMpAWCmpmgr6ZDZUoN6rr8VSRqVLUgHx { width:17.375rem;height:1.9375rem;top:29.3125rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlGCCcJFGhn6vDvRciWayUI1s7mExAUH { width:13.875rem;height:3rem;top:32.0625rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7w19ext1zCFqTWe2fbAuJdR7saSPxxX { width:16.875rem;height:1.9375rem;top:29.3125rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4lNXT88C8nNTOubeSB6CLksDelIWpP { width:12.9375rem;height:3rem;top:32.0625rem;left:33.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvXpmy0qH3syfpB4prm2X22Cv4yHBRR { width:2.875rem;height:2.875rem;top:14.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3D2Tl5DH09RAOEgJR0f9EkI13lmIeeL { width:3.3125rem;height:3.3125rem;top:14.4375rem;left:22.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3q55i3PMQpM8I2PIDyJ0C1UE2oGydp { width:3.125rem;height:3.125rem;top:14.5rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBlOL3c86XIdgcD8DevvtxWy1covTHq { width:3.125rem;height:3.125rem;top:25.625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9RfXAbGR7aJkdlF3hFgoof4KGmhuh7C { width:4.3125rem;height:4.3125rem;top:25.0625rem;left:21.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efhB450ob60hw2qTVmxkuFRXqKdiVLet { width:3.125rem;height:3.125rem;top:25.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dygAWGupGMJtO1lxVZOsCzpwUguV215H { display:block; }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0cKpc7mIIZG2fbkX0r7DE52CIQSi8p8 { width:47.75rem;height:3.875rem;top:3.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBBMnO4QDe66EM91ga6t05Qtu5GVFw5T { width:18.8125rem;height:12.6875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdbS94aC1w7E7LkZmsgAp9ddOx02taDb { width:18.9375rem;height:12.625rem;top:11.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t43iOJUVJvfdmCDNuaPZgIZQzHC4F19I { width:19.125rem;height:12.5625rem;top:11.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNiFfNUDOfhr1W58fbE4bbIqyTrBcKts { width:18.75rem;height:12.75rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7a2LDfOgGpsMK4LVCaPJnkHre4gwfXi { width:18.9375rem;height:12.625rem;top:25.5rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXCaTD64NEaBzGPvlfnOuI1BPlMWmQCF { width:19.1875rem;height:12.625rem;top:25.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHvZnLXg7glWBlFecg1aAtHZuzbkGFlQ { width:24.9375rem;height:4.75rem;top:43.5rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXPbzQaSaLuxFFwTzSTNGBDvLot9akXB { display:block; }
 }@media only screen and (max-width: 763px) { #SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { display:block; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgCh2U5CMZJv1yvkUPPDwyGJz95ugJ8W { top:9.875rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AooBCBF3VA2f3TTrNWZ9UOuPgUHNM6Fh { width:25.625rem;height:4.75rem;top:33.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4tpNKhpWRuQU0JnOk2cVaWnqtntPsZz { display:block; }
 }@media only screen and (max-width: 763px) { #nZ8TzcyfkIyHo49m6GnxE1FqwmQTUaIf { width:25.375rem;height:3.875rem;top:21.8125rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuEqRGMwQES1RFeTIpSnVe1DpmudXE2J { top:4.9375rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9UpkITlZdzPwiUmo4Bw7G11HOodi4C0 { top:40.375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #szATUZ3TIPpFWMfv4sOqTVtylitJwUwf { position:relative;z-index:auto;display:block; }#szATUZ3TIPpFWMfv4sOqTVtylitJwUwf > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tenZT5ehryAGoEcTWGLyTs9hwVXe1TeH { width:6.4375rem;height:1rem;top:4.40625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3UwarVs2zBVpKuUh2QcaMfhslyNoBLz { display:block; }
 }@media only screen and (max-width: 763px) { #qt9NQKtDviUxWgcZJo5FPbtLp0riiP5p { width:8rem;height:1rem;top:4.40625rem;left:7.09375rem;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #nedPJ0nFElrg3cJsfiX2z0enQoh328bi { display:block; }
 }@media only screen and (max-width: 763px) { #nm9eiim7TmVh3UkgANt9oerFLosBpB7r { width:10.4375rem;height:2.4375rem;top:7.71875rem;left:4.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQ9ifARML6PXahud5fIaz7arZ4oHctC7 { display:block; }
 }@media only screen and (max-width: 763px) { #vHOokT89FIgp7A9GrpHRTAqLGUUWSrz8 { width:4.75rem;height:1rem;top:4.40625rem;left:15.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkUVbF2JP5tXMDuh8WWCPXVHK9lZNvdA { display:block; }
 }@media only screen and (max-width: 763px) { #noINtxsebkTW8MCmxDKLVIls8Qz5FCZ7 { width:6.625rem;height:1.8681625rem;top:1.125rem;left:7.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XncHK5aHQWDXgiOveOand1VTvVtVuMd0 { display:flex;width:2.125rem;height:2.125rem;top:1rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #SEvvuSwOoid7oWk54N6SeRoc853iO1if { width:6.5rem;height:2.25rem;top:1.1875rem;left:6.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFeveBDRcDqWQNwEtAuT25DkyEriQrvX { display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:transparent;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; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { width:19rem;height:9.597625rem;top:1.1875rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wptmm9FSXz7VsKQ03zt2v0uB5R8I8HBP { width:18.375rem;height:26.0625rem;top:26.8125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W12RMKeNuxFDHLo1NDxUZWVlOsJp9d3D { width:15.875rem;height:21.44533125rem;top:29.1875rem;left:2.15625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #boAV2MlhT9XTbHJkgkZTCvTITHuNyWQT { width:10.25rem;height:1.7871125rem;top:28.5rem;left:7.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOEIXsplmn47olBF40TFA0W7cJc2DPT { width:19rem;height:4.3125rem;top:28.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWIpaElvGlgUTB4S6uFAcVEx0H5yacMW { display:block; }
 }@media only screen and (max-width: 763px) { #KLJhVRgcfVAEoS64NdTeuhuL3B4HIkKk { width:15.6875rem;height:1.7871125rem;top:28.5rem;left:3.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4UyKnRZ1Qn7QqQ4mwOpHotfTgZMzfRf { height:11.125rem;width:20rem;top:13.971277758239rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT5EcrTehkw3F9spuG5mpeXdp53TVNnL { width:7.125rem;height:6.125rem;top:50.6328125rem;left:12.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #bRofgMtglLXhVbhZ37pu4m1Hg1F3e54z { width:7.875rem;height:6.8125rem;top:28.5rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tITgrdxsaNgdwCixrm21yFrfrfS6tdhs { width:18.5625rem;height:61.18750625rem;top:3.125rem;left:0.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aLvBOcz8SAO79R1VcT5xaAkcK58N5wOT { width:19rem;height:4.3125rem;top:66.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvve4lIogGD5gRDZP5OP0QDvAR0b2u3 { display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { background-color:#f4f4f4;background-image:none;display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { background-color: transparent; background-image: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .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); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { width:15.6875rem;height:2.5996125rem;top:2.21240234375rem;left:2.15625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC { display:block; }#A4CVEc5CBNSuodb6HpxNu1bh2u9IydZC > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H72wlH1wiD4idWUquJcdlKhTb1NV4qS9 { width:9.375rem;height:6.375rem;top:35rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3tQKNIQ2ZexepQi3PNwSpwqrDSgTTzO { width:7.75rem;height:4.125rem;top:27.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ24Lo4VwKohZUwhDMVO0UhpL0hcynQN { width:11rem;height:5.5625rem;top:3.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwBWk92QrKBvTkcgmeAdXBoWcFocEBGh { width:8.875rem;height:4.9375rem;top:11.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUrzOPKSLqWGy6Qb0iSaW5y98nHCTT6a { width:10.125rem;height:5.1875rem;top:19.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWbRAawtFiDkzIbTwehzawxg7nGG19Ty { display:block; }#AWbRAawtFiDkzIbTwehzawxg7nGG19Ty > .row .container { width:20rem;height:326.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpv1DXq2vvcR1z3vp76MCoJnA4Vk0bsd { width:18.75rem;height:84.75rem;top:98.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbwxLuVTD3gTnEXBswcOZtupC9RXwiv { width:7.8125rem;height:7.8125rem;top:93.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIV0P4xMyrq6rLJTCvXAWzJKTR3Fnai8 { width:17.375rem;height:58.5rem;top:117.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1hDVlx642oDfcGNKDuQHXLbHfUqUaMI { width:13.5rem;height:3.574225rem;top:177.75rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNcgVtBdDsOSeNO1ByV1C5B8NlD6nlrD { width:20rem;height:3.0058625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6xVW35JVDy43sFmi50DykKLvyVMzFfz { width:18.75rem;height:42.5625rem;top:192.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeD61IGSFLbHSs4sGfFtL9wB5XVMzHf8 { width:17.5625rem;height:31.5rem;top:197.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2NTx1QVgoJDMvPbr03Hpe2aKbtx0OKc { width:16.0625rem;height:3.574225rem;top:229.6875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJwQvRuHpv5RmeJr4hddF03M7yvkpXJ5 { width:7.6875rem;height:7.6875rem;top:187.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poW9aZqFPmNXCr5vprdwrugoOcqwUb8o { width:18.6875rem;height:75.5rem;top:14.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxyH3RRKucyECTtNGUGOTbsJT5Aq0aC2 { width:20rem;height:3.574225rem;top:83.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCmDv1111wJBKLt5eNg7Va260BDTBrPc { width:17.75rem;height:61.5rem;top:20.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdVXtlepn9fibc8org38WlVilVNGLCMJ { width:9.0625rem;height:9.0625rem;top:8.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShINmsyaPgy3tt6e9Tfwh5KfPcrTZuMn { height:10.25rem;width:18.75rem;top:105.5rem;left:0.71875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #uOhGSu8d5sFreocQMK48PKa1fOmUHg37 { width:18.6875rem;height:77.9375rem;top:244.3125rem;left:0.59375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Z2CMFRMftZbBNENM6kVgGmmuzODsQMli { width:13.6875rem;height:5.36133125rem;top:313.5625rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeL3cqCTHGfPbo2VnqRSTsTfq0pT4ckD { height:10.25rem;width:18.6875rem;top:252.7734375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0PH93oh8lCagf0IbzzTB64mWdIOzQLT { width:7.6875rem;height:7.6875rem;top:237.25rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALABDVM3nxWtZmJ63et2FThmATHegNaT { width:9.0625rem;height:9.0625rem;top:240.25rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMosGs3BkLHy1FybTeIRTlvUy1WI1Ltd { width:17.625rem;height:45rem;top:265.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:20rem;height:121.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { width:20rem;height:2.4746125rem;top:2.5625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { width:18rem;height:41.787125rem;top:40.875rem;left:1rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { width:15.3125rem;height:14.0625rem;top:8.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { width:15.1875rem;height:13.4375rem;top:87.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { width:11.5625rem;height:4.5371125rem;top:10.5rem;left:4.25rem;font-size:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { width:11.5625rem;height:3.5996125rem;top:16rem;left:4.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukc4X4St0iUtFN6atvX28aW7XhenXUCK { width:11.5625rem;height:4.5371125rem;top:89.6875rem;left:4.25rem;font-size:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { width:11.5625rem;height:3.5996125rem;top:95.0625rem;left:4.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVA96TnzxcVmQymJqe7FVZoHwIdtQwCP { width:15.1875rem;height:15.4375rem;top:100.4375rem;left:2.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yMaEiIDrnQiAvQKti2wo4TcBnlRUJkwG { width:15.3125rem;height:16.5625rem;top:21.25rem;left:2.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pJyGHhEwnuErcFABoOBiKt7cyLvTy4Uc { width:11.5rem;height:15.5625rem;top:101rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD { display:block; }#Macyx4CTQ4gvmVRcwpMeZ2mtqUyZJiHD > .row .container { width:20rem;height:200.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGMtFqaaTxsGwpyBCg6MZIXxMR3Qf0oq { width:0.375rem;height:30rem;top:14.5625rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzH1RMkavd3HyqdVhSqiDJ4nHvz4ygv9 { width:1.25rem;height:1.25rem;top:12.75rem;left:1.3125rem;border-top:0.3125rem solid #ad1818;border-left:0.3125rem solid #ad1818;border-right:0.3125rem solid #ad1818;border-bottom:0.3125rem solid #ad1818;display:none; }
 }@media only screen and (max-width: 763px) { #Nt6H8edXdxmNnHnLhSrLKvVURbIClFev { width:1.625rem;height:1.625rem;top:44.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSgXFN2Ru2lrk8xroGxz4LvL9lHh99t1 { width:16.125rem;height:29.31640625rem;top:12.3720703125rem;left:2.375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCFxvFF0G06iv5FASnDkXpN5ADi2dhTA { width:2.3125rem;height:2.3125rem;top:19.375rem;left:1.0625rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lEsdK3sfeMngfBeZGREuxFH6fdBxzeLZ { width:2.3125rem;height:2.3125rem;top:27.5rem;left:1.0625rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HcvMu5oZaKssFau9e2WxI9mdHGPXNuu2 { width:2.3125rem;height:2.3125rem;top:35.8125rem;left:1.0625rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JtSnzTDxHNaVsePwXuV9MSNmyRwJ1ROH { width:19.0625rem;height:2.76220625rem;top:2.5rem;left:0.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1aFh11BeVb4TzRmWzrdGMPehzkeArJe { display:flex;width:3.125rem;height:3.125rem;top:62.766625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvcqfPApcV0WGo44dySGm3PzB930DssU { display:flex;width:3.125rem;height:3.125rem;top:67.141625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzalOhttP0VBo4pWNs8aSwFMC0cm3hkQ { display:flex;width:3.125rem;height:3.125rem;top:71.516625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xl5JpO4b41PgMo2QyctsTuEHafTgi1ao { width:15.5625rem;height:27.7734375rem;top:54.4736328125rem;left:2.375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #isnCsMNaGCtFh4q5Q3KoCgbhhwnS8zmo { width:15.5rem;height:32.40234375rem;top:93.98095703125rem;left:2.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMEkZ8sv2UVtsg1opcmFxa3T0ZeuQ7LH { width:16.0625rem;height:3.9375rem;top:191.8505859375rem;left:1.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8JCamL9I88h6SapHKZOxVqHFtcVnF9d { display:block; }
 }@media only screen and (max-width: 763px) { #st0ihGBCahmN6HBtcDTLcFL5i8M73R3R { width:17.5625rem;height:28.625rem;top:80.329125rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vk1TRQ6TeoWbgAfTVmKKiRr0U7LMkLsz { width:20rem;height:34.4375rem;top:51.3916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saEInuy9H4rh1dWTOzXiguWC660U8DIK { width:18.6875rem;height:16.084rem;top:134.0791015625rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePlxVTQrD0dDFKfhObanPpuN2yhXxUvT { width:20rem;height:37.875rem;top:91.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uldafJtvlWnuM5igUL8IpUFf8I317r4r { width:20rem;height:36.3125rem;top:8.875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #gOib1OrDEDTu5ZnXhGLd3m0e8UtLWucC { width:20rem;height:21.75rem;top:153.4755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVWf2opemss3FDy5WTV8zKOpc9lO50KM { display:block; }#CVWf2opemss3FDy5WTV8zKOpc9lO50KM > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du5Pdzb9Cscf5PP9O1AHR6NbATorFGFn { width:20rem;height:4.875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJlDkx7TF52Xg5RVU0pnhT3WfAwGGJOG { width:16.6875rem;height:17.54296875rem;top:12.25rem;left:1.65625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gopTEzmLZf7LMGP3J1Q3Q48nw5nRy1sv { width:20rem;height:43.1875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTISmKfycmQVq1m8SwzT1kAH9d20yT0c { width:17.5rem;height:17.54295625rem;top:30.693359375rem;left:1.65625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A6a5ebHF6hScwSI1x6ir8aEFmdXAckCJ { width:14.75rem;height:5.5244125rem;top:56.4375rem;left:2.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDs833J4rMLwh8L20oZbsHUlfcSdDE2c { display:block; }#JDs833J4rMLwh8L20oZbsHUlfcSdDE2c > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAKHNUp5vAX8VdHDpVhS8wyrfK9KnVVf { width:16.875rem;height:1.4624rem;top:13.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEtuE53ptI3CzkbF0E6T5Z5ORAk7uyrF { width:16.875rem;height:1.5rem;top:16.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOoKCKyehcwMKbzKtCXdxTLs9ux0MtT2 { width:16.875rem;height:1.4624rem;top:37rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBWNA6ewm8nE1kBZlK2OXett0ecpsT0e { width:16.875rem;height:3rem;top:39.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUq7XuOGTRUI5re1ExNZScVqdF32asKF { width:16.875rem;height:1.4624rem;top:61.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvShtCShNHZkNTXMSp8r09M1a9MFzL3y { width:16.875rem;height:1.5rem;top:63.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3F1oVJivND94xu2LW8Br6X5liyAerBR { width:20rem;height:5.19921875rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfAKJCJxZIAlXReqyByqDOWvdCdSaGnh { width:7.25rem;height:0.125rem;top:7.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGSBcyglIO6gklLVtwgdhMihcOeXoCeh { width:16.875rem;height:1.4624rem;top:24.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L86kxg9RNXEhR0tThNnCAlz72sWywhDO { width:16.875rem;height:3rem;top:27.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMpAWCmpmgr6ZDZUoN6rr8VSRqVLUgHx { width:16.875rem;height:1.4624rem;top:48.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlGCCcJFGhn6vDvRciWayUI1s7mExAUH { width:16.875rem;height:1.5rem;top:51.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7w19ext1zCFqTWe2fbAuJdR7saSPxxX { width:16.875rem;height:1.4624rem;top:72.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4lNXT88C8nNTOubeSB6CLksDelIWpP { width:16.875rem;height:3rem;top:75.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvXpmy0qH3syfpB4prm2X22Cv4yHBRR { width:3.125rem;height:3.125rem;top:9.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3D2Tl5DH09RAOEgJR0f9EkI13lmIeeL { width:3.125rem;height:3.125rem;top:32.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3q55i3PMQpM8I2PIDyJ0C1UE2oGydp { width:3.125rem;height:3.125rem;top:56.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBlOL3c86XIdgcD8DevvtxWy1covTHq { width:3.125rem;height:3.125rem;top:68.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9RfXAbGR7aJkdlF3hFgoof4KGmhuh7C { width:3.125rem;height:3.125rem;top:44.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efhB450ob60hw2qTVmxkuFRXqKdiVLet { width:3.125rem;height:3.125rem;top:21rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dygAWGupGMJtO1lxVZOsCzpwUguV215H { display:block; }#dygAWGupGMJtO1lxVZOsCzpwUguV215H > .row .container { width:20rem;height:87.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0cKpc7mIIZG2fbkX0r7DE52CIQSi8p8 { width:20rem;height:2.76220625rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBBMnO4QDe66EM91ga6t05Qtu5GVFw5T { width:15.5625rem;height:10.4375rem;top:6.75rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdbS94aC1w7E7LkZmsgAp9ddOx02taDb { width:15.625rem;height:10.3125rem;top:18.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t43iOJUVJvfdmCDNuaPZgIZQzHC4F19I { width:15.6875rem;height:10.3125rem;top:29.5rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNiFfNUDOfhr1W58fbE4bbIqyTrBcKts { width:15.75rem;height:10.6875rem;top:40.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7a2LDfOgGpsMK4LVCaPJnkHre4gwfXi { width:15.8125rem;height:10.375rem;top:52.875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXCaTD64NEaBzGPvlfnOuI1BPlMWmQCF { width:15.75rem;height:10.4375rem;top:64.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHvZnLXg7glWBlFecg1aAtHZuzbkGFlQ { width:15.3125rem;height:3.75rem;top:79.0625rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXPbzQaSaLuxFFwTzSTNGBDvLot9akXB { display:block; }
 }@media only screen and (max-width: 763px) { #SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { background-color: transparent; background-image: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .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); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgCh2U5CMZJv1yvkUPPDwyGJz95ugJ8W { width:15.625rem;height:7.5rem;top:5.75rem;left:2.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AooBCBF3VA2f3TTrNWZ9UOuPgUHNM6Fh { width:19rem;height:4.75rem;top:25.75rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4tpNKhpWRuQU0JnOk2cVaWnqtntPsZz { display:block; }
 }@media only screen and (max-width: 763px) { #nZ8TzcyfkIyHo49m6GnxE1FqwmQTUaIf { width:15.5rem;height:2.923825rem;top:15.9853515625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuEqRGMwQES1RFeTIpSnVe1DpmudXE2J { width:20rem;height:17.875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9UpkITlZdzPwiUmo4Bw7G11HOodi4C0 { width:17.375rem;height:18.9375rem;top:33.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:20rem;height:1.1875rem;position:relative;display:none; } }