.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:219,240,251;--color-primary-1:135,205,242;--color-primary-2:14,154,229;--color-primary-3:7,77,115;--color-primary-4:2,23,34;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:169,173,179;--color-tertiary-2:112,119,128;--color-tertiary-3:67,71,77;--color-tertiary-4:16,28,44;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E { position:relative;display:block; }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E { background-color: transparent; background-image: none; }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .row .container > .video-iframe-container { display: none; }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .row > .video-iframe-container { display: none; }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .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); }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E { border-width: 0; border-radius: 0; }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .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; }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;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; }#DER7evzP0FZ0aR2UNBEgCoVEUWPqtB0a { background-color:rgba(var(--color-primary-2),0);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: none;box-sizing:border-box;color:#1b2e46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.997375rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.6547310352326rem;left:44.609378814698rem;display:block; }
#rthZMB4Gamo0aJv2vCroFr7WcCZDvb7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1LIId288HhNSyi8x5ST1L1PBigrogta { 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.1237rem;width:10.9375rem;top:0.34288194775581rem;left:0.56206893920899rem;overflow:hidden;display:block; }
#Xvhgkmr77rTb88c6yaQI4QwrbHKQlaEf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:9.8125rem;top:0rem;left:24.812286376953rem;overflow:hidden;display:block; }
#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/25e24a0a-3b94-4c29-a913-0b3c73cdf4b6/Miegodnia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc.adaptive-delivery-prevent-bg, #QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc.lazyload, #QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc.lazyloading { background-image: none; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row .container { background-color: transparent; background-image: none; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row .container > .video-iframe-container { display: none; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row > .video-iframe-container { display: none; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .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); }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row .container { border-width: 0; border-radius: 0; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#JB9KopLVt8mBObvp2DiX3JUET3zuMav3 { color:#1b2e46;display:block;width:43.3745625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:12.058378219604rem;left:0.97982025146487rem;height:3.00021875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a7UsVBRkSsOrC0TlugQIvlxO12JNGWIP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.18735625rem;width:35.999rem;top:7.3742766380313rem;left:0.978009223938rem;overflow:hidden;display:block; }
#hamt7epaUTPXT6nJnalWHZIQqbm8ZRW3 { 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:14.6245625rem;width:24.4998125rem;top:0.40473079681396rem;left:34.878475189209rem;overflow:hidden;display:block; }
#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 { position:relative;display:block; }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 { background-color: transparent; background-image: none; }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .row .container > .video-iframe-container { display: none; }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .row > .video-iframe-container { display: none; }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .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); }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 { border-width: 0; border-radius: 0; }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .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; }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;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; }#o4kfKoluOa4s2vBTiwFJ8kVQWexAcleZ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;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:#1b2e46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.6383101940155rem;left:1.1241312026977rem;display:block; }
#iHwMQ1bdJmkttocJQ5uu7FcED2dF927c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTUzJghnA14HIuTpxBHPnK5IVfocVTQu { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;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:#1b2e46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.064657375rem;height:2.157119875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.71715831756594rem;left:11.122396469116rem;display:block; }
#K3v8qBpmQp4ZLzHTn1Wd4dxLxN8tkLw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAx98MgddlddQ2zDqXTCxC56F8cDqtlG { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;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:#1b2e46;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.70095539093019rem;left:21.058303833007rem;display:block; }
#fAqnr6Zcb2D1gn1Qpts4v5K6XTqOFbwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz { position:relative;display:block; }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz { background-color: transparent; background-image: none; }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .row .container > .video-iframe-container { display: none; }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .row > .video-iframe-container { display: none; }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .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); }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz { border-width: 0; border-radius: 0; }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .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; }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;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; }#Tzfv3pmmzIGMfHno99TLheCGpoqzMGkP { 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: 0.0625rem 0.4375rem 0.4375rem rgba(0,0,0,0.25) ;height:17.75rem;width:17.75rem;top:0.60040521621704rem;left:0.55555534362793rem;overflow:hidden;display:block; }
#TXu6T077yoITKPn31CxILp8Oe3uf3pgk { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.5610523223877rem;left:19.748989105224rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9mQhgHgZitnqrbKOKHGEE8vqH0yLA2c { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.4375rem 0.4375rem rgba(0,0,0,0.25) ;height:17.9369375rem;width:40.6871875rem;top:0.56872081756592rem;left:18.999565124512rem;overflow:hidden;display:block; }
#SfTzwVcLAUGK7kJCqJ1dmco4mh8otx78 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.9375rem;left:22rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dv8P7MmyxLuGUammQ3Ou8mNMyiNRyGMg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9372125rem;width:1.9372125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.6875rem;left:19.75rem; }
#bVrox7Syo9HX3mBLmZKTZNzbpp66WPbe { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:3.2081894874573rem;left:19.748989105224rem;height:5.8478rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hhC0DCP5ZPD2bQG71sL1C4Qk0tOdlmy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.021268367767rem;left:19.748989105224rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S6188p3tuDZBULBaHrKI1bFDC9PXLQ81 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:50.75rem;display:none; }
#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO { position:relative;display:block; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO { background-color: transparent; background-image: none; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container > .video-iframe-container { display: none; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row > .video-iframe-container { display: none; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .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); }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO { border-width: 0; border-radius: 0; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .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; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;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; }#oarL3mrAQqT3gv54R22GTWMX60bvqrdV { 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: 0.3125rem 0.4375rem 0.4375rem rgba(0,0,0,0.25) ;height:17.8125rem;width:17.8125rem;top:0.60040521621704rem;left:0.55555534362793rem;overflow:hidden;display:block; }
#WGatGGPlLcCetCUBP0FkRPppaK0xQWI5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.3741319179535rem;left:19.748989105224rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r98gK1sUEie8uSGaHlUgUREeWxGsUlC6 { 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: 0.3125rem 0.4375rem 0.4375rem rgba(0,0,0,0.25) ;height:17.9369375rem;width:40.6871875rem;top:0.56872081756592rem;left:18.999565124512rem;overflow:hidden;display:block; }
#T9fiXVxqqKZtcw2b1DPnsLeUDkaBGClK { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.749565124512rem;left:19.749710083007rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fppJHUUEdz8ZF53sPC9RxAGn2IlVlvVE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.686775207519rem;left:22.062355041504rem;height:2.92448125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i2QgHQkwnP34rTQ0SXwnLA69TJtkdRT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9372125rem;width:1.9372125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.437210083007rem;left:19.811920166016rem; }
#RGwo8304oV6MDr2GRKC0naMUtqSrCSAX { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:3.3326072692871rem;left:19.748989105224rem;height:7.30975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IaMly6LD0tc6O6wq8CaL39rsO5G6uxAs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:50.75rem;display:none; }
#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 { position:relative;display:block; }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 { background-color: transparent; background-image: none; }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .row .container > .video-iframe-container { display: none; }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .row > .video-iframe-container { display: none; }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .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); }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 { border-width: 0; border-radius: 0; }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .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; }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;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; }#nn3tMNTrF0dq5zUzSLTefN5ZB93nJlSA { 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: 0.3125rem 0.4375rem 0.4375rem rgba(0,0,0,0.25) ;height:17.75rem;width:17.75rem;top:0.60040521621704rem;left:0.55555534362793rem;overflow:hidden;display:block; }
#T46kQcVvT5zL4NmiaBngut2WPqe7GQLT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.3741319179535rem;left:19.748989105224rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qDyeHpP006k08h3ZWbbEgStgSEIlsTgS { 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: 0.3125rem 0.4375rem 0.4375rem rgba(0,0,0,0.25) ;height:17.9369375rem;width:40.6871875rem;top:0.56872081756592rem;left:18.999565124512rem;overflow:hidden;display:block; }
#ZMfHc16rE3UL7OsUZqet3UMtV14I9qGc { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:3.0208330154419rem;left:19.748989105224rem;height:11.6956rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DsxHwoDl8tA1uC3sTZG9UeRqvIekI6Qt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:50.75rem;display:none; }
#QQXyMz2fZPdCFW6mgMX4dnGk1KyxMO1k { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.773599624634rem;left:19.74853515625rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CI9T70nbNSukWfN5MboRaAvvipOIbUXa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row .container { background-color: transparent; background-image: none; }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row .container > .video-iframe-container { display: none; }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row > .video-iframe-container { display: none; }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .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); }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row .container { border-width: 0; border-radius: 0; }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#gHh5tx8oUfKiw8EPe3wW3FTJ5NIihTlN { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:0.5625rem;left:28.75rem;display:block; }
#IZa4vIlSLr6CGqLZpOXZthb2BpTTFe43 { color:#1b2e46;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:2.9375rem;left:25.9375rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuL7Ca8T60sdMryiXS9CAPBxHfATaNkv { position:absolute;display:block;z-index:15079;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.74935rem;width:9.1873125rem;top:1.1556015014649rem;left:49.654949188233rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E { display:block; }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DER7evzP0FZ0aR2UNBEgCoVEUWPqtB0a { width:13.9375rem;height:2.5rem;top:1.625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rthZMB4Gamo0aJv2vCroFr7WcCZDvb7f { display:block; }
 }@media only screen and (max-width: 763px) { #A1LIId288HhNSyi8x5ST1L1PBigrogta { width:10.9375rem;height:5.1237rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvhgkmr77rTb88c6yaQI4QwrbHKQlaEf { width:9.8125rem;height:5.25rem;top:0rem;left:18.687286376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc { display:block; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB9KopLVt8mBObvp2DiX3JUET3zuMav3 { width:43.3125rem;height:2.9375rem;top:12rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7UsVBRkSsOrC0TlugQIvlxO12JNGWIP { width:35.9375rem;height:5.1784942702401rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamt7epaUTPXT6nJnalWHZIQqbm8ZRW3 { width:24.4375rem;height:14.587366580612rem;top:0.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 { display:block; }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4kfKoluOa4s2vBTiwFJ8kVQWexAcleZ { width:9.1875rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHwMQ1bdJmkttocJQ5uu7FcED2dF927c { display:block; }
 }@media only screen and (max-width: 763px) { #kTUzJghnA14HIuTpxBHPnK5IVfocVTQu { width:9.0625rem;height:2.125rem;top:0.6875rem;left:4.9973964691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3v8qBpmQp4ZLzHTn1Wd4dxLxN8tkLw6 { display:block; }
 }@media only screen and (max-width: 763px) { #BAx98MgddlddQ2zDqXTCxC56F8cDqtlG { width:11.25rem;height:2.1875rem;top:0.6875rem;left:14.933303833007rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqnr6Zcb2D1gn1Qpts4v5K6XTqOFbwx { display:block; }
 }@media only screen and (max-width: 763px) { #NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz { display:block; }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzfv3pmmzIGMfHno99TLheCGpoqzMGkP { width:17.75rem;height:17.75rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXu6T077yoITKPn31CxILp8Oe3uf3pgk { width:32.25rem;height:1.4375rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9mQhgHgZitnqrbKOKHGEE8vqH0yLA2c { width:40.625rem;height:17.909522154548rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfTzwVcLAUGK7kJCqJ1dmco4mh8otx78 { width:32.25rem;height:1.4375rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv8P7MmyxLuGUammQ3Ou8mNMyiNRyGMg { width:1.875rem;height:1.875rem;top:11.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrox7Syo9HX3mBLmZKTZNzbpp66WPbe { width:39.125rem;height:5.8125rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhC0DCP5ZPD2bQG71sL1C4Qk0tOdlmy4 { width:39.125rem;height:1.4375rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6188p3tuDZBULBaHrKI1bFDC9PXLQ81 { width:47.75rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO { display:block; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oarL3mrAQqT3gv54R22GTWMX60bvqrdV { width:17.8125rem;height:17.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGatGGPlLcCetCUBP0FkRPppaK0xQWI5 { width:32.25rem;height:1.4375rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r98gK1sUEie8uSGaHlUgUREeWxGsUlC6 { width:40.625rem;height:17.909522154548rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9fiXVxqqKZtcw2b1DPnsLeUDkaBGClK { width:39.125rem;height:1.4375rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fppJHUUEdz8ZF53sPC9RxAGn2IlVlvVE { width:32.25rem;height:1.4375rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2QgHQkwnP34rTQ0SXwnLA69TJtkdRT8 { width:1.875rem;height:1.875rem;top:13.375rem;left:16.749420166016rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGwo8304oV6MDr2GRKC0naMUtqSrCSAX { width:39.125rem;height:7.25rem;top:3.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaMly6LD0tc6O6wq8CaL39rsO5G6uxAs { width:47.75rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 { display:block; }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nn3tMNTrF0dq5zUzSLTefN5ZB93nJlSA { width:17.75rem;height:17.75rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46kQcVvT5zL4NmiaBngut2WPqe7GQLT { width:32.25rem;height:1.4375rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDyeHpP006k08h3ZWbbEgStgSEIlsTgS { width:40.625rem;height:17.909522154548rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfHc16rE3UL7OsUZqet3UMtV14I9qGc { width:39.125rem;height:11.6875rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsxHwoDl8tA1uC3sTZG9UeRqvIekI6Qt { width:47.75rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQXyMz2fZPdCFW6mgMX4dnGk1KyxMO1k { width:39.125rem;height:1.4375rem;top:14.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI9T70nbNSukWfN5MboRaAvvipOIbUXa { display:block; }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHh5tx8oUfKiw8EPe3wW3FTJ5NIihTlN { width:2.5rem;height:2.5rem;top:0.5625rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZa4vIlSLr6CGqLZpOXZthb2BpTTFe43 { width:8.125rem;height:1.875rem;top:2.9375rem;left:19.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuL7Ca8T60sdMryiXS9CAPBxHfATaNkv { width:9.125rem;height:4.7171377647163rem;top:1.125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E { display:block; }#EIgKF0TEhfhxDouc6NXsOtTkdLIWwu6E > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DER7evzP0FZ0aR2UNBEgCoVEUWPqtB0a { width:13.9375rem;height:2.5rem;top:1.625rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #rthZMB4Gamo0aJv2vCroFr7WcCZDvb7f { display:block; }
 }@media only screen and (max-width: 763px) { #A1LIId288HhNSyi8x5ST1L1PBigrogta { width:7.686625rem;height:3.56228125rem;top:0.38085940480232rem;left:0.93532985448838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvhgkmr77rTb88c6yaQI4QwrbHKQlaEf { width:7.3123125rem;height:3.87478125rem;top:0rem;left:9.900174200535rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc { display:block; }#QqXhUXTZrdlWFODdAx57ihkCC2S9V1Kc > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB9KopLVt8mBObvp2DiX3JUET3zuMav3 { width:20rem;height:4.00065rem;top:5.38194375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7UsVBRkSsOrC0TlugQIvlxO12JNGWIP { width:20rem;height:2.8819446373511rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hamt7epaUTPXT6nJnalWHZIQqbm8ZRW3 { width:14.0625rem;height:8.3745625rem;top:9.9956603050231rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 { display:block; }#t8SoqKdN3ZetnHQuliW7ZfE3U9uITF13 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4kfKoluOa4s2vBTiwFJ8kVQWexAcleZ { width:9.1875rem;height:2.25rem;top:0.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHwMQ1bdJmkttocJQ5uu7FcED2dF927c { display:block; }
 }@media only screen and (max-width: 763px) { #kTUzJghnA14HIuTpxBHPnK5IVfocVTQu { width:9.0625rem;height:2.125rem;top:0.6875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3v8qBpmQp4ZLzHTn1Wd4dxLxN8tkLw6 { display:block; }
 }@media only screen and (max-width: 763px) { #BAx98MgddlddQ2zDqXTCxC56F8cDqtlG { width:11.25rem;height:2.1875rem;top:0.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAqnr6Zcb2D1gn1Qpts4v5K6XTqOFbwx { display:block; }
 }@media only screen and (max-width: 763px) { #NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz { display:block; }#NFW5qcLW7SZdkzKfaeZmppUutBvAIXRz > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzfv3pmmzIGMfHno99TLheCGpoqzMGkP { width:5.875rem;height:5.875rem;top:1.25rem;left:0.74978297948838rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXu6T077yoITKPn31CxILp8Oe3uf3pgk { width:19.4375rem;height:1.29964375rem;top:5.6875rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9mQhgHgZitnqrbKOKHGEE8vqH0yLA2c { width:20rem;height:8.8171445073919rem;top:20.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfTzwVcLAUGK7kJCqJ1dmco4mh8otx78 { width:17.125rem;height:1.2999125rem;top:19.6875rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dv8P7MmyxLuGUammQ3Ou8mNMyiNRyGMg { display:flex;width:1.875rem;height:1.875rem;top:19.4375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #bVrox7Syo9HX3mBLmZKTZNzbpp66WPbe { width:19.5rem;height:9.0975rem;top:7rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hhC0DCP5ZPD2bQG71sL1C4Qk0tOdlmy4 { width:20rem;height:2.59928125rem;top:16.844617843628rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S6188p3tuDZBULBaHrKI1bFDC9PXLQ81 { top:0.901330947876rem;left:0.00072336196899413rem;width:20rem;height:4.1875rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO { background-color:#f1f1f1;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; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container { background-color: transparent; background-image: none; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container > .video-iframe-container { display: none; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row > .video-iframe-container { display: none; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .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); }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container { border-width: 0; border-radius: 0; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wd0GiECiUqIJqLHqXBVyvxdaKiZN6QsO > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oarL3mrAQqT3gv54R22GTWMX60bvqrdV { width:5.875rem;height:5.875rem;top:1.25rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGatGGPlLcCetCUBP0FkRPppaK0xQWI5 { width:19.6875rem;height:1.29964375rem;top:5.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r98gK1sUEie8uSGaHlUgUREeWxGsUlC6 { width:20rem;height:8.8171445073919rem;top:20.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9fiXVxqqKZtcw2b1DPnsLeUDkaBGClK { width:19.5625rem;height:2.59928125rem;top:20.096935272217rem;left:0.24956595897674rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fppJHUUEdz8ZF53sPC9RxAGn2IlVlvVE { width:17.125rem;height:2.59928125rem;top:23.0625rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i2QgHQkwnP34rTQ0SXwnLA69TJtkdRT8 { display:flex;width:1.875rem;height:1.875rem;top:22.8125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #RGwo8304oV6MDr2GRKC0naMUtqSrCSAX { width:19.6875rem;height:11.6968rem;top:7.375rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IaMly6LD0tc6O6wq8CaL39rsO5G6uxAs { top:0.72844314575194rem;left:0.00072336196899413rem;width:20rem;height:4.1875rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 { display:block; }#im96RB1aB99NH6hTc1G2xA7OCfNrKDP1 > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nn3tMNTrF0dq5zUzSLTefN5ZB93nJlSA { width:5.875rem;height:5.875rem;top:1.25rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T46kQcVvT5zL4NmiaBngut2WPqe7GQLT { width:12rem;height:1.29964375rem;top:5.6875rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qDyeHpP006k08h3ZWbbEgStgSEIlsTgS { width:20rem;height:8.8171445073919rem;top:20.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMfHc16rE3UL7OsUZqet3UMtV14I9qGc { width:19.75rem;height:16.89534375rem;top:6.9375rem;left:0.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsxHwoDl8tA1uC3sTZG9UeRqvIekI6Qt { top:0.75593185424806rem;left:0.00072336196899413rem;width:20rem;height:4.1875rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QQXyMz2fZPdCFW6mgMX4dnGk1KyxMO1k { width:20rem;height:1.13688125rem;top:24.374185562134rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CI9T70nbNSukWfN5MboRaAvvipOIbUXa { display:block; }#CI9T70nbNSukWfN5MboRaAvvipOIbUXa > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHh5tx8oUfKiw8EPe3wW3FTJ5NIihTlN { width:2.5rem;height:2.5rem;top:4.41189375rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZa4vIlSLr6CGqLZpOXZthb2BpTTFe43 { width:8.125rem;height:1.91189375rem;top:1.25rem;left:5.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuL7Ca8T60sdMryiXS9CAPBxHfATaNkv { width:9.125rem;height:4.7169702566824rem;top:8.16189375rem;left:5.4375rem;display:block; }
 }