.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;
}
@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:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { background-color:#ffffff;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;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { background-color: transparent; background-image: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { border-width: 0; border-radius: 0; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:60rem;height:5.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.5rem;top:0.85416668653488rem;left:1.15625rem;overflow:hidden;display:block; }
#LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:1.9375rem;left:27.75rem;overflow:hidden;display:block; }
#iQmVl434uqLWcZUo0s2X6qPQEOx7sTsF { color:#1e1e27;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:44.75rem;height:1.4615875rem;display:block; }
#VfmD2TffnAw40NegF638kpKyklkfSflQ { 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:1.1875rem;width:1.5rem;top:2.0625rem;left:42.375rem;overflow:hidden;display:block; }
#AslsOmiKqHUvxd8J8XlfByKcDwP05U6x { 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:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:1.40625rem;left:29.96875rem;display:block; }
#KTdZ8C8BgMFgkEknRUbTE4ozRn98Pevf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b57ec517-fe36-4073-9c7d-d024a78b6ca1/01.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { color:#ffffff;display:block;width:29.436875rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:8.2381181716919rem;left:0rem;height:;font-style:normal;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; }
#x5By3kKbVmUGVwO09uxRLlssfDSayi2x { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.1875rem;left:0.03125rem;height:4.04785rem;font-style:normal;display:block; }
#TpeXUpfL5LFp8y3UwO5Oqg2eV3xgGzeZ { background-color:#ffffff;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.9375rem;left:0.03125rem;display:block; }
#tEx1liqN5o28KRga6wVzxDRuVnQuHr5K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { background-color:#00bbe3;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.9375rem;left:14.78125rem;display:block; }
#eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;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:7.5rem;width:21.5625rem;top:4.4375rem;left:38.4375rem;display:block; }
#Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { position:absolute;display:block;z-index:15005;background-color:#ffffff;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:20rem;width:21.5625rem;top:11.875rem;left:38.4375rem;display:block; }
#t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { position:absolute;display:block;z-index:15005;background-color:#254b64;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:7.5rem;width:21.5625rem;top:31.875rem;left:38.4375rem;display:block; }
#kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { color:#45454d;display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.125rem;left:40.9375rem;height:4.12435rem;font-style:normal;display:block; }
#ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;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.0625rem;width:21.5625rem;top:16.8125rem;left:38.53125rem;display:block; }
#ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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.0625rem;width:21.5625rem;top:21.8125rem;left:38.53125rem;display:block; }
#f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;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.0625rem;width:21.5625rem;top:26.8125rem;left:38.53125rem;display:block; }
#rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { color:rgba(255,255,255,0.86);display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40.53125rem;height:2.92480625rem;font-style:normal;display:block; }
#OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { 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:3rem;width:3.0625rem;top:13.0625rem;left:40.9375rem;overflow:hidden;display:block; }
#nzec3K5tTVwL4QQZFctraoOJppNEhX9L { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.9375rem;left:45.96875rem;height:1.4622375rem;font-style:normal;display:block; }
#wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { 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:3rem;width:3.0625rem;top:17.8125rem;left:41.1875rem;overflow:hidden;display:block; }
#H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:46.1875rem;height:1.4615875rem;font-style:normal;display:block; }
#OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { 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:3rem;width:3.0625rem;top:22.8125rem;left:41.1875rem;overflow:hidden;display:block; }
#cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.6875rem;left:46.1875rem;height:1.4622375rem;font-style:normal;display:block; }
#EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:28.5625rem;left:46.1875rem;height:1.4615875rem;font-style:normal;display:block; }
#aSd63ypCsqolpCOl3fovI9UFm1MWR4Jm { 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;opacity:1;top:27.301429748535rem;left:41.155599594116rem; }
#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { background-color: transparent; background-image: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container > .video-iframe-container { display: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { display: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .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); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { border-width: 0; border-radius: 0; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:14.625rem;top:0.68684768676756rem;left:45.243001937866rem;overflow:hidden;display:block; }
#noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { 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:10.1875rem;width:14.5625rem;top:0.68733692169187rem;left:0.1875rem;overflow:hidden;display:block; }
#TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { 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:10.1875rem;width:14.6875rem;top:0.74934768676756rem;left:30.249837875366rem;overflow:hidden;display:block; }
#UF5boTi4qL625tArwS83ryPAo0v4Px4C { 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:10.3125rem;width:14.625rem;top:0.6865234375rem;left:15.123697280884rem;overflow:hidden;display:block; }
#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { 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; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { background-color: transparent; background-image: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { display: none; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .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); }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { border-width: 0; border-radius: 0; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#VHBrGanQGkHdbdGbcItAXaqwOL5im9Ka { 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:14.5rem;width:31.3125rem;top:4.3092422485351rem;left:0rem;overflow:hidden;display:block; }
#gG5C5iJTloa7aLKoGE70rha2GewIHOZo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3rem;top:9.4375rem;left:14.15625rem;overflow:hidden;display:block; }
#Nk12l2XVtwGudULQswhZxVwgZaT51uHu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:31.25rem;top:16.686851501465rem;left:0rem;overflow:hidden;display:block; }
#LWJAcEarLaSfuCSAKDLdx7024TFTa30g { color:#1e1e27;display:block;width:23.6873125rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:4.3082680702209rem;left:35.124509811401rem;height:4.8112rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { color:#45454d;display:block;width:24.8746875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:9.5621740818025rem;left:35.124509811401rem;height:4.04785rem;font-style:normal;display:block; }
#lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { color:#45454d;display:block;width:24.8746875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:13.609212160111rem;left:35.061849594116rem;height:10.68115rem;font-style:normal;display:block; }
#G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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.061035125rem;width:24.8746875rem;top:25.436197280884rem;left:35.124509811401rem;display:block; }
#hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { color:#00bbe3;display:block;width:24.8746875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:26.127929210663rem;left:35.124509811401rem;height:5.7348625rem;font-style:normal;display:block; }
#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { 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; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { background-color: transparent; background-image: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { display: none; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .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); }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { border-width: 0; border-radius: 0; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#op2CRPXozyxNCBW6uMlgUsg1hToxACZA { color:#45454d;display:block;width:11.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:14.74934387207rem;left:1.8118495941162rem;height:7.6465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9375rem;left:1.25rem;height:1.94905625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;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.4375rem;width:0.0625rem;top:4.375rem;left:0rem;display:block; }
#qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { position:absolute;display:block;z-index:15011;background-color:rgba(0,187,227,0.7);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:3.75rem;width:2.1875rem;top:4.5625rem;left:4.8125rem;display:block; }
#Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { position:absolute;display:block;z-index:15015;background-color:rgba(0,187,227,0.7);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:3.75rem;width:2.375rem;top:4.6248321533203rem;left:19.499509811401rem;display:block; }
#pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:16.25rem;height:1.94905625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StrcSmT9fmO39NHsH86e9EAct604BVrC { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:14.8125rem;left:16.9375rem;height:7.6465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { position:absolute;display:block;z-index:15019;background-color:rgba(0,187,227,0.7);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:3.75rem;width:2.1875rem;top:4.625rem;left:35.5rem;display:block; }
#Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12rem;left:31.25rem;height:1.94905625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { color:#45454d;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:14.8125rem;left:31.9375rem;height:7.6465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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.4375rem;width:0.0625rem;top:4.375rem;left:14.9375rem;display:block; }
#hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;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.4375rem;width:0.0625rem;top:4.375rem;left:29.9375rem;display:block; }
#OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;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.4375rem;width:0.0625rem;top:4.375rem;left:44.9375rem;display:block; }
#miAmtX9XdkcfTG65JOJdVoZKHanix78T { position:absolute;display:block;z-index:15024;background-color:rgba(0,187,227,0.7);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:3.75rem;width:2.1875rem;top:4.625rem;left:49.8125rem;display:block; }
#JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { color:#1e1e27;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12rem;left:46.25rem;height:1.94905625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niuhzToloK2y40oxidanoGznkovg3umD { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;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.4375rem;width:0.0625rem;top:4.375rem;left:59.9375rem;display:block; }
#lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { color:#45454d;display:block;width:11.1246875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:14.580078125rem;left:46.936849594116rem;height:8.0956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QZB1t4LdJDGPQCUV6ge8VMgz3T61Ff8x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.78076171875rem;left:5.2810878753662rem; }
#IVhL5LqI8z29nKTLfdWng7P7zKOlxnch { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.375rem;left:19.968587875366rem; }
#BbWqEz0cCtuN4k5T3XS73iEADGhism0z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:4.7496741712093rem;left:35.770831467651rem; }
#BLeBsg8fAP3KqiWJcM5grKQFlZXtqwda { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5620125rem;width:3.5620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:4.78076171875rem;left:50.593587875366rem; }
#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { position:relative;display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { background-color: transparent; background-image: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row > .video-iframe-container { display: none; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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); }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { border-width: 0; border-radius: 0; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .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; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { color:#1e1e27;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.7180986404419rem;left:0rem;height:2.7498375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqg394To47Am56XMHBKbqDGDdLJMHNvS { color:#45454d;display:block;width:56.5625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.62353515625rem;left:2.0927734375rem;height:2.76204375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { background-color: transparent; background-image: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { display: none; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .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); }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { border-width: 0; border-radius: 0; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { color:#1e1e27;display:block;width:11.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.62435rem;font-style:normal;display:block; }
#brTbVahvn2IlN61fdSyOMOV0g1alIRoi { position:absolute;display:block;z-index:15002;background-color:#00bbe3;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.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:6.071775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { color:#1e1e27;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:20.6875rem;height:1.62435rem;font-style:normal;display:block; }
#zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { position:absolute;display:block;z-index:15007;background-color:#00bbe3;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.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { 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:13rem;width:19.5625rem;top:1.375rem;left:20.311849594116rem;overflow:hidden;display:block; }
#ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.62435rem;font-style:normal;display:block; }
#ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { position:absolute;display:block;z-index:15012;background-color:#00bbe3;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.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:19.4375rem;top:1.375rem;left:40.312337875366rem;overflow:hidden;display:block; }
#vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { 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:13rem;width:19.5625rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:6.071775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:6.071775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { background-color: transparent; background-image: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { display: none; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .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); }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { border-width: 0; border-radius: 0; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { color:#1e1e27;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.812164306641rem;left:0rem;height:1.62435rem;font-style:normal;display:block; }
#t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { position:absolute;display:block;z-index:15002;background-color:#00bbe3;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.0625rem;width:18.75rem;top:18.4375rem;left:0rem;display:block; }
#z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:19.375rem;left:0rem;height:6.071775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { color:#1e1e27;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.87483215332rem;left:20.686849594116rem;height:1.62435rem;font-style:normal;display:block; }
#mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { position:absolute;display:block;z-index:15007;background-color:#00bbe3;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.0625rem;width:18.75rem;top:18.5rem;left:20.6875rem;display:block; }
#lLc2HWgOPic80UrIviDDeQcheiDgC0To { 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:13rem;width:19.125rem;top:1.3125rem;left:20.463944125522rem;overflow:hidden;display:block; }
#pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { color:#1e1e27;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:41.1875rem;height:1.62435rem;font-style:normal;display:block; }
#XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { position:absolute;display:block;z-index:15012;background-color:#00bbe3;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.0625rem;width:18.75rem;top:18.5rem;left:41.1875rem;display:block; }
#ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:19.5625rem;top:1.25rem;left:40.437337875366rem;overflow:hidden;display:block; }
#SBcEXN7mShOP355uiwNli9cQmwHc4DZy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:19.625rem;top:1.25rem;left:0.1875rem;overflow:hidden;display:block; }
#Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:19.375rem;left:20.59375rem;height:6.071775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { color:#45454d;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:19.375rem;left:41.1875rem;height:6.071775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { position:relative;display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { background-color: transparent; background-image: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row > .video-iframe-container { display: none; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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); }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { border-width: 0; border-radius: 0; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .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; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;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; }#JKrfkPaR5VRfQKpTygB74zOuvcif4ikk { background-color:#00bbe3;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.0625rem;left:22.9375rem;display:block; }
#IJynNhRUdRlum7Kfb2se3hygD7TIV11v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { 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; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { border-width: 0; border-radius: 0; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { 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; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { background-color: transparent; background-image: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container > .video-iframe-container { display: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container { display: none; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .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); }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { border-width: 0; border-radius: 0; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { position:absolute;display:block;z-index:15001;background-color:#1e1e27;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:21.4375rem;width:21.625rem;top:0rem;left:38.5rem;display:block; }
#mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.624375rem;width:38.499375rem;top:3.7499986886978rem;left:0rem;display:block; }
#XivilltWTHt5pBseMciiV0AyafK0hJNk { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.28125rem;height:2.4373375rem;font-style:normal;display:block; }
#x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.8;letter-spacing:0;top:7.625rem;left:42.3125rem;height:4.04785rem;font-style:normal;display:block; }
#obTg1J5TrqddvQgty5oLW01r1S9q2w3i { background-color:#00bbe3;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1e1e27;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.3125rem;left:42.25rem;display:block; }
#EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQBqdsTmbuK96swC3J5OMVLLOhbgHM6S { position:absolute;display:block;z-index:15058;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:20.8125rem;width:20.8125rem;top:29.061684608459rem;left:0.56201171875rem;overflow:hidden;display:block; }
#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Ga2adxaf/sekcja_last_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.adaptive-delivery-prevent-bg, #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.lazyload, #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp.lazyloading { background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { background-color: transparent; background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .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); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { border-width: 0; border-radius: 0; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#lLOSEGaxCW2P7peDw06qrW6Lzvl4XLGs { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:21.625rem;width:21.5625rem;top:20.8125rem;left:0rem;display:block; }
#Zas4zEPZ5hcphCCZKzOGsXalvbZnqyb9 { color:#1e1e27;display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23rem;left:2.5rem;height:1.62435rem;font-style:normal;display:block; }
#wnFUTEMK8ShSw8C40WOTrXoJMGCsS2t6 { color:#00bbe3;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:25rem;left:2.5rem;height:1.4615875rem;font-style:normal;display:block; }
#wUu8WlwJxVaRapQ6CISgVJhcLONU1ViH { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;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.0625rem;width:21.625rem;top:27.375rem;left:0rem;display:block; }
#Ll6T7sKRead11ZkqOlVkKlUcQhcXuoDe { color:#45454d;display:block;width:16.624375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.8;letter-spacing:0;top:28.623860359192rem;left:2.46826171875rem;height:4.04785rem;font-style:normal;display:block; }
#AQRm1vvQiC6k3ll8nQLqxFGgTGM1JanT { color:#45454d;display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.8;letter-spacing:0;top:35.21875rem;left:5rem;height:2.023925rem;font-style:normal;display:block; }
#nwqcoG7GZkU71gwimGWtbrphslhESn6g { position:absolute;display:block;z-index:15043;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:1.4375rem;width:1.4375rem;top:35.375rem;left:2.5rem;overflow:hidden;display:block; }
#uvt7negJtxkyCc3oXklpv6m5wMuysunK { color:#45454d;display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.8;letter-spacing:0;top:37.9375rem;left:5rem;height:2.023925rem;font-style:normal;display:block; }
#Np5OI26g10Vf1TyZDknuloJz89V9xrwd { position:absolute;display:block;z-index:15045;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:1.0625rem;width:1.375rem;top:38.40625rem;left:2.5rem;overflow:hidden;display:block; }
#AMISEuR0lN5weGrJAdwyt2y7Soszk56u { position:absolute;display:block;z-index:15046;background-color:#264553;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:27.5625rem;width:38.4375rem;top:0rem;left:21.5625rem;display:block; }
#vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:300;z-index:15047;line-height:1.1;letter-spacing:0;top:3.75rem;left:25.249837875366rem;height:2.61149375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { color:#ffffff;display:block;width:31.4371875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.8;letter-spacing:0;top:7.4365196228025rem;left:25.061849594116rem;height:8.0956875rem;font-style:normal;display:block; }
#QqfNkCwxRcXKy6bA19FHpmqiOeFpA0kb { color:#ffffff;display:block;width:31.685375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.8;letter-spacing:0;top:17.604156494141rem;left:24.937337875366rem;height:2.023925rem;font-style:normal;display:block; }
#W00rApaKEiDdh7QkQPCNc4nqlwDtbzT6 { position:absolute;display:block;z-index:15050;background-color:rgba(255,255,255,0.9);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:3.125rem;width:3.125rem;top:21.625rem;left:53.125rem;display:block; }
#ruWV6FAPnLtSgElG1MAygxNsBRqrX9Ei { position:absolute;display:block;z-index:15052;background-color:rgba(255,255,255,0.9);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:3.125rem;width:3.125rem;top:21.625rem;left:49.4375rem;display:block; }
#L0XP0wJF91gHytKbzpKgdRIZ30rGoi7g { position:absolute;display:block;z-index:15054;background-color:rgba(255,255,255,0.9);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:3.125rem;width:3.125rem;top:21.625rem;left:45.75rem;display:block; }
#WgqtyUKF3TIsRkhbm1LuRKzaC71BsGJx { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.25rem;left:45.8125rem;height:1.4615875rem;text-align:right;text-align-last:right;display:block; }
#atHadcDFPto1Ax0GfObSe2Ih0q2GPW5w { position:absolute;display:block;z-index:15056;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.9375rem;width:1.1875rem;top:39.562172889709rem;left:49.999998092651rem;overflow:hidden;display:block; }
#api4V9umTGH4HSiPkN6qedRXVz6un5d8 { position:absolute;display:block;z-index:15057;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:1.4375rem;width:1.4375rem;top:39.375rem;left:31.625rem;overflow:hidden;display:block; }
#CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:38.718259811401rem;left:33.562009811401rem;display:block; }
#USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FrlLJLlqiAn66OGiD5QTTpa4zs5RnJHl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:22.437335968017rem;left:46.583168967651rem; }
#FrlLJLlqiAn66OGiD5QTTpa4zs5RnJHl > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ephg8IA46o5tbX39omp2P7Zk6NRGWPi1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;top:22.4375rem;left:50.25rem; }
#ephg8IA46o5tbX39omp2P7Zk6NRGWPi1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;top:22.4375rem;left:53.9375rem; }
#qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { background-color: transparent; background-image: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container > .video-iframe-container { display: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container { display: none; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .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); }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { border-width: 0; border-radius: 0; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.7498375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhHfK40Tna2dXrZJodLRzxP03vsE0unC { color:#ffffff;display:block;width:46.311875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:5.74951171875rem;left:7.3746738433837rem;height:3.8232375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { background-color: transparent; background-image: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container > .video-iframe-container { display: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container { display: none; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .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); }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { border-width: 0; border-radius: 0; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-form-header {  }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#000000;width:31.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-text {padding-top: 0; padding-bottom: 0;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-select {padding-top: 0; padding-bottom: 0;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00bbe3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#0e0e10;width:31.4375rem;height:3.4375rem;font-family:roboto;overflow:hidden; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.875rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:30.0625rem;overflow:hidden;font-style:normal; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-container:first-of-type{padding-top:0;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-container:last-of-type{padding-bottom:0;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.87483787536619rem;left:24.748533248901rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.4375rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD {display:block;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0.87483787536619rem;left:24.748533248901rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #V6nqDGJ0wbgfJ69eTePguQ0EIrsLc2ky { position:relative; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #TxGKnRCc52epWJOOVEpffyDvaHBlTiAp { position:relative;display:block; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #k0rhkzE0t6Kt3ChnxefBuN7wOx8Gacbl { position:relative; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #WcTA5pE36zn1AIxOdlMa2NHDnTtHhF8J { position:relative; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #aaVRpF1C8sX9nLsTZ6u7tLhMmODggaAt { position:relative;display:block; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #Tcb01tN6LJeV8vLIBmrlvLAg9aetmJDZ { position:relative; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #gSpDJDtXUuDs6IsEJ08BpAm2KC9I4Skh { position:relative; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #XZf21iZUR7mdE5ywEgxkP48TolFUhOft { position:relative;display:block; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #hd3a32vtTITofPiUd8DpvIts1szECapL { position:relative; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #GpZcLW5r8TeakhOgJ1hTG3DVSz5HUTe3 { position:relative; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD #HV9nAwTKyskXMaEU2N1NsoAfdwqv76wv { position:relative; }
#s2rUJNoi6mCcD46Hcaq0TmbUE9urgi8x { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:21.8125rem;top:0.8740234375rem;left:0.625rem;overflow:hidden;display:block; }
#nkcB6cybmOpb74b8ThyxLTHFougALW9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e27;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; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { background-color: transparent; background-image: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { display: none; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .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); }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { border-width: 0; border-radius: 0; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { color:rgba(242,232,232,0.96);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:2rem;left:0.0625rem;height:3.23893125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:7.5rem;height:2.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { width:1.4375rem;height:1.4375rem;top:1.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQmVl434uqLWcZUo0s2X6qPQEOx7sTsF { width:15.25rem;height:1.4375rem;top:1.9375rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfmD2TffnAw40NegF638kpKyklkfSflQ { width:1.5rem;height:1.1875rem;top:2.0625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AslsOmiKqHUvxd8J8XlfByKcDwP05U6x { width:10rem;height:2.5rem;top:1.375rem;left:23.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTdZ8C8BgMFgkEknRUbTE4ozRn98Pevf { display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:29.375rem;height:;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:29.375rem;height:4rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeXUpfL5LFp8y3UwO5Oqg2eV3xgGzeZ { width:14.125rem;height:3.4375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEx1liqN5o28KRga6wVzxDRuVnQuHr5K { display:block; }
 }@media only screen and (max-width: 763px) { #yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { width:14.125rem;height:3.4375rem;top:26.9375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:21.5625rem;height:7.5rem;top:4.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:21.5625rem;height:20rem;top:11.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { width:21.5625rem;height:7.5rem;top:31.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:14.75rem;height:4.0625rem;top:6.125rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { width:21.5625rem;height:0.0625rem;top:16.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { width:21.5625rem;height:0.0625rem;top:21.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { width:21.5625rem;height:0.0625rem;top:26.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { width:17.3125rem;height:2.875rem;top:34.125rem;left:30.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { width:3.0625rem;height:3rem;top:13.0625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzec3K5tTVwL4QQZFctraoOJppNEhX9L { width:11.125rem;height:1.4375rem;top:13.9375rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { width:3.0625rem;height:3rem;top:17.8125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { width:11.125rem;height:1.4375rem;top:18.6875rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { width:3.0625rem;height:3rem;top:22.8125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { width:11.125rem;height:1.4375rem;top:23.6875rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { width:11.0625rem;height:1.4375rem;top:28.5rem;left:36.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSd63ypCsqolpCOl3fovI9UFm1MWR4Jm { top:27.25rem;left:35.030599594116rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:14.625rem;height:10.312632213234rem;top:0.625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:14.5625rem;height:10.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:14.6875rem;height:10.1875rem;top:0.6875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:14.625rem;height:10.3125rem;top:0.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHBrGanQGkHdbdGbcItAXaqwOL5im9Ka { width:31.3125rem;height:14.5rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG5C5iJTloa7aLKoGE70rha2GewIHOZo { width:3rem;height:3.4375rem;top:9.4375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk12l2XVtwGudULQswhZxVwgZaT51uHu { width:31.25rem;height:15.125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:23.625rem;height:4.75rem;top:4.25rem;left:24.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { width:24.8125rem;height:4rem;top:9.5rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:24.8125rem;height:10.625rem;top:13.5625rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:24.8125rem;height:0;top:25.375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { width:24.8125rem;height:5.6875rem;top:26.125rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:11.625rem;height:7.625rem;top:14.6875rem;left:0.28059959411621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:1.9375rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:4.5625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.375rem;height:3.75rem;top:4.5625rem;left:14.905759811401rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:1.9375rem;top:11.9375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:11.0625rem;height:7.625rem;top:14.75rem;left:12.343099594116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:4.625rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.9375rem;top:11.9375rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:11.0625rem;height:7.625rem;top:14.75rem;left:24.280599594116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:4.375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:4.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:4.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:4.625rem;left:39.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.9375rem;top:11.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:4.375rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { width:11.0625rem;height:8.0625rem;top:14.5625rem;left:36.218099594116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZB1t4LdJDGPQCUV6ge8VMgz3T61Ff8x { top:4.75rem;left:3.7498378753662rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhL5LqI8z29nKTLfdWng7P7zKOlxnch { top:4.375rem;left:15.374837875366rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbWqEz0cCtuN4k5T3XS73iEADGhism0z { top:4.6875rem;left:28.114581467651rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLeBsg8fAP3KqiWJcM5grKQFlZXtqwda { top:4.75rem;left:39.874837875366rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:47.75rem;height:2.6875rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:47.75rem;height:2.75rem;top:6.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:11.625rem;height:1.5625rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.75rem;height:6.0625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.125rem;height:1.5625rem;top:15.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:19.5625rem;height:12.999895166057rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.8125rem;height:1.5625rem;top:15.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:19.4375rem;height:12.9375rem;top:1.375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:19.5625rem;height:12.999895166057rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.75rem;height:6.0625rem;top:19.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.75rem;height:6.0625rem;top:19.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:14.6875rem;height:1.625rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:18.75rem;height:6.0625rem;top:19.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:16.1875rem;height:3.25rem;top:15.8125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0625rem;top:18.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:19.125rem;height:13rem;top:1.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:12.8125rem;height:1.5625rem;top:15.8125rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:18.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:19.5625rem;height:12.999895166057rem;top:1.25rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:19.625rem;height:13.062437300356rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.75rem;height:6.0625rem;top:19.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.75rem;height:6.0625rem;top:19.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKrfkPaR5VRfQKpTygB74zOuvcif4ikk { width:14.125rem;height:3.4375rem;top:2.0625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJynNhRUdRlum7Kfb2se3hygD7TIV11v { display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { width:21.625rem;height:21.4375rem;top:0rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { width:38.4375rem;height:21.58962097599rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XivilltWTHt5pBseMciiV0AyafK0hJNk { width:16.5625rem;height:2.375rem;top:3.75rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { width:14.4375rem;height:4rem;top:7.5625rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obTg1J5TrqddvQgty5oLW01r1S9q2w3i { width:14.125rem;height:3.4375rem;top:14.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block; }
 }@media only screen and (max-width: 763px) { #VQBqdsTmbuK96swC3J5OMVLLOhbgHM6S { width:20.8125rem;height:20.8125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLOSEGaxCW2P7peDw06qrW6Lzvl4XLGs { width:21.5625rem;height:21.625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zas4zEPZ5hcphCCZKzOGsXalvbZnqyb9 { width:16.5625rem;height:1.5625rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnFUTEMK8ShSw8C40WOTrXoJMGCsS2t6 { width:16.75rem;height:1.4375rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUu8WlwJxVaRapQ6CISgVJhcLONU1ViH { width:21.625rem;height:0.0625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6T7sKRead11ZkqOlVkKlUcQhcXuoDe { width:16.5625rem;height:4rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQRm1vvQiC6k3ll8nQLqxFGgTGM1JanT { width:14.0625rem;height:2rem;top:35.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwqcoG7GZkU71gwimGWtbrphslhESn6g { width:1.4375rem;height:1.4375rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvt7negJtxkyCc3oXklpv6m5wMuysunK { width:14.0625rem;height:2rem;top:37.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np5OI26g10Vf1TyZDknuloJz89V9xrwd { width:1.375rem;height:1.0625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMISEuR0lN5weGrJAdwyt2y7Soszk56u { width:38.4375rem;height:27.5625rem;top:0rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { width:33.5rem;height:2.5625rem;top:3.75rem;left:14.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { width:31.375rem;height:8.0625rem;top:7.375rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqfNkCwxRcXKy6bA19FHpmqiOeFpA0kb { width:31.625rem;height:2rem;top:17.5625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00rApaKEiDdh7QkQPCNc4nqlwDtbzT6 { width:3.125rem;height:3.125rem;top:21.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruWV6FAPnLtSgElG1MAygxNsBRqrX9Ei { width:3.125rem;height:3.125rem;top:21.625rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0XP0wJF91gHytKbzpKgdRIZ30rGoi7g { width:3.125rem;height:3.125rem;top:21.625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgqtyUKF3TIsRkhbm1LuRKzaC71BsGJx { width:14.125rem;height:1.4375rem;top:39.1875rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atHadcDFPto1Ax0GfObSe2Ih0q2GPW5w { width:1.1875rem;height:0.93762830703149rem;top:39.5rem;left:43.874998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #api4V9umTGH4HSiPkN6qedRXVz6un5d8 { width:1.4375rem;height:1.4375rem;top:39.375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { width:10.0625rem;height:2.5rem;top:38.6875rem;left:27.437009811401rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block; }
 }@media only screen and (max-width: 763px) { #FrlLJLlqiAn66OGiD5QTTpa4zs5RnJHl { width:1.5625rem;height:1.5625rem;top:22.375rem;left:40.458168967651rem;display:block; }
#FrlLJLlqiAn66OGiD5QTTpa4zs5RnJHl > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ephg8IA46o5tbX39omp2P7Zk6NRGWPi1 { width:1.5rem;height:1.5rem;top:22.4375rem;left:44.125rem;display:block; }
#ephg8IA46o5tbX39omp2P7Zk6NRGWPi1 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT { width:1.5rem;height:1.5rem;top:22.4375rem;left:46.25rem;display:block; }
#qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { width:47.75rem;height:2.6875rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHfK40Tna2dXrZJodLRzxP03vsE0unC { width:46.25rem;height:3.8125rem;top:5.6875rem;left:1.2496738433838rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-regular-label { width:31.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-text { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-text {padding-top: 0; padding-bottom: 0;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-textarea { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-select { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-select {padding-top: 0; padding-bottom: 0;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-button { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-checkbox-label { width:30.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD  { width:31.4375rem;height:auto;top:0.8125rem;left:13.8125rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .radio-container { width:31.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD {display:block;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD { width:31.4375rem;height:auto;top:0.8125rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #V6nqDGJ0wbgfJ69eTePguQ0EIrsLc2ky {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #TxGKnRCc52epWJOOVEpffyDvaHBlTiAp {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #k0rhkzE0t6Kt3ChnxefBuN7wOx8Gacbl {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #WcTA5pE36zn1AIxOdlMa2NHDnTtHhF8J {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #aaVRpF1C8sX9nLsTZ6u7tLhMmODggaAt {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #Tcb01tN6LJeV8vLIBmrlvLAg9aetmJDZ {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #gSpDJDtXUuDs6IsEJ08BpAm2KC9I4Skh {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #XZf21iZUR7mdE5ywEgxkP48TolFUhOft {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #hd3a32vtTITofPiUd8DpvIts1szECapL {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #GpZcLW5r8TeakhOgJ1hTG3DVSz5HUTe3 {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #HV9nAwTKyskXMaEU2N1NsoAfdwqv76wv {  }
 }@media only screen and (max-width: 763px) { #s2rUJNoi6mCcD46Hcaq0TmbUE9urgi8x { top:0.8125rem;left:0rem;width:21.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:47.75rem;height:3.125rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:3.5625rem;height:1.25rem;top:0.5625rem;left:2.8117188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlAzT6ASTkMPosr6R4xNKwzpdFahgcT4 { width:1.4375rem;height:1.4375rem;top:5.40625rem;left:1.6242188215256rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQmVl434uqLWcZUo0s2X6qPQEOx7sTsF { width:15.25rem;height:0;top:7.625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfmD2TffnAw40NegF638kpKyklkfSflQ { width:1.5rem;height:1.1875rem;top:7.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AslsOmiKqHUvxd8J8XlfByKcDwP05U6x { width:10rem;height:2.5rem;top:4.6875rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTdZ8C8BgMFgkEknRUbTE4ozRn98Pevf { display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Sa1H9Ff1/sekcja1_bg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:20rem;height:6.7505rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5By3kKbVmUGVwO09uxRLlssfDSayi2x { width:20rem;height:4.79980625rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeXUpfL5LFp8y3UwO5Oqg2eV3xgGzeZ { width:14.125rem;height:3.125rem;top:19.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEx1liqN5o28KRga6wVzxDRuVnQuHr5K { display:block; }
 }@media only screen and (max-width: 763px) { #yIR6eVT6RRJWV5VAyZTWrqydVERpmPJq { width:14.125rem;height:3.125rem;top:16.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVAuviO1fqEfR5Xf6k2uVk0zQB6X5xn7 { display:block; }
 }@media only screen and (max-width: 763px) { #aCLATBwqcFxRTJt0bsPwApsusoOg74p9 { width:20rem;height:6rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfk5yhgT0Zs76oFAvt5peVW3dlzQJtW6 { width:20rem;height:20rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3zIKbZQ0V1gXW5xV3vCs925ZXdNAI7H { width:20rem;height:6rem;top:52.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK4RHnrJ5Xrc7cn8PLEPTV4HPDCrxGuW { width:14.75rem;height:1.649575rem;top:27.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek1fZ6HGzDSX3TPa2FiWrk0zUxZfH6F5 { width:20rem;height:0.0625rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFQoWDfT9wH17hLWbBCVKnCQJXmCToT { width:20rem;height:0.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3eKLhGCf8EJf0BWwP9THsx7qNKaE1Az { width:20rem;height:0.0625rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3XG8MF8SSRr9pplmfH2JDSOzxNWE7G { width:17rem;height:2.92480625rem;top:53.75rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OEwwCVnKHDbLBJm7lKzwKGdNTu97lTGE { width:3.0625rem;height:3rem;top:33.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzec3K5tTVwL4QQZFctraoOJppNEhX9L { width:11.125rem;height:1.29964375rem;top:34.25rem;left:7.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wF7TEvgLPN8IVbyQvaTwGJCq9JJmm2Nq { width:3.0625rem;height:3rem;top:38.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0wz1go6S5546rfZag9Hb1vkp1xEOkzC { width:11.125rem;height:1.29964375rem;top:39rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBw9ECr9sUN4S4tl5Jx1C0NNVcV4ddF9 { width:3.0625rem;height:3rem;top:43.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd5fpv3T2tRNO1w70sCdzbl4TZdLuemn { width:11.125rem;height:1.29964375rem;top:44rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUTKnumCofN0cuGagZx97M4ZGIWGLoeP { width:11.125rem;height:1.29964375rem;top:48.875rem;left:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSd63ypCsqolpCOl3fovI9UFm1MWR4Jm { display:flex;width:3.125rem;height:3.125rem;top:47.1875rem;left:2.4995115995407rem; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTENdzERI6sdZx1o5l2ZUBnp2DCH8qWx { width:13.8125rem;height:9.75rem;top:23.687320709229rem;left:2.7494671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:13.6875rem;height:9.625rem;top:1.9375rem;left:2.7494671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWu7hn34QZzBkCmpoiAyQQS3RT30GHoF { width:13.9375rem;height:9.625rem;top:12.812854766846rem;left:2.7494671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF5boTi4qL625tArwS83ryPAo0v4Px4C { width:13.5625rem;height:9.5625rem;top:34.500175476074rem;left:2.7494671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 { display:block; }#IM65uVCTAzdNdQ6qvc1KU2lfTXlucck2 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHBrGanQGkHdbdGbcItAXaqwOL5im9Ka { width:20rem;height:8.5625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG5C5iJTloa7aLKoGE70rha2GewIHOZo { width:3rem;height:3.4375rem;top:31.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk12l2XVtwGudULQswhZxVwgZaT51uHu { width:20rem;height:9.3125rem;top:37.249351501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWJAcEarLaSfuCSAKDLdx7024TFTa30g { width:20rem;height:6.59911875rem;top:1.5616865158081rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD21Lv5MAaLx5v8Q6iM3NrTpDBQxhfnL { width:20rem;height:3.19986875rem;top:8.910316467285rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #lyr2KH16hiszG2NThUHBu5y8Mh5xPWnP { width:20rem;height:9.5996125rem;top:12.499183654785rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G59WzdQkyeTvLbJO3fnADRhpGnKJNIx9 { width:20rem;height:0.0625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfsWWxwal9ROlZ0uqFA6BPlX41Sdsub7 { width:20rem;height:4.79980625rem;top:23.50129699707rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb { display:block; }#wfbPFXnL8amgWmLXd6yM4rqa6pZLqrmb > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #op2CRPXozyxNCBW6uMlgUsg1hToxACZA { width:16.625rem;height:4.79980625rem;top:8.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GR1v0ZLmTdJaxIi8rgX6Hdx7ZyTsF6kc { width:12.5rem;height:1.29964375rem;top:6.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQnmX2Ikp0c8ymsSSQ2KtRgnIAG4Te5D { width:0.0625rem;height:15.4375rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qogz9RydIWqUxP2FC6IqcQpqwwZIXpAX { width:2.1875rem;height:3.75rem;top:1.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh2yT7yUZyC2H747F9NG51cheBRXAFzx { width:2.1875rem;height:3.75rem;top:15.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFxVmJ4SAVpT6OFqDIrg0AMpJqKz3Fzh { width:12.5rem;height:1.29964375rem;top:20.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StrcSmT9fmO39NHsH86e9EAct604BVrC { width:16.625rem;height:4.79980625rem;top:22.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CvLzp3yiMOnT6nIILoiVImBKs0ILMDTu { width:2.1875rem;height:3.75rem;top:29.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7FFEbI6wUfdgmdpJ5rQIyaZy0ttRZ7I { width:12.5rem;height:1.29964375rem;top:34.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0sDgKXOauVLuyFvQFchz7iBmGM1egqn { width:16.625rem;height:3.19986875rem;top:36.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #v1bCpH4KyCdkM6aezrOIccVzlwPpp25o { width:0.0625rem;height:15.4375rem;top:38.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hddo7XAzF4zIm8TFmRZg50QFXRsxG0fB { width:0.0625rem;height:15.4375rem;top:75.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyS1HTQTzwo9TUlZhR0ZdzO1vBJHT5ck { width:0.0625rem;height:15.4375rem;top:112.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #miAmtX9XdkcfTG65JOJdVoZKHanix78T { width:2.1875rem;height:3.75rem;top:42.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTdDxzClsiZzTcZSyKH13ZWI6utHc0q { width:12.5rem;height:1.29964375rem;top:47.5rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niuhzToloK2y40oxidanoGznkovg3umD { width:0.0625rem;height:15.4375rem;top:149.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfdWXhuZbwgtgSXZGPDioLQJmmP1FAPz { width:16.625rem;height:3.19986875rem;top:49.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QZB1t4LdJDGPQCUV6ge8VMgz3T61Ff8x { display:flex;width:3.8125rem;height:3.8125rem;top:1.6554355621338rem;left:8.3007806539537rem; }
 }@media only screen and (max-width: 763px) { #IVhL5LqI8z29nKTLfdWng7P7zKOlxnch { display:flex;width:4.125rem;height:4.125rem;top:15.3125rem;left:7.93782556057rem; }
 }@media only screen and (max-width: 763px) { #BbWqEz0cCtuN4k5T3XS73iEADGhism0z { display:flex;width:3.4375rem;height:3.4375rem;top:29.218761444092rem;left:8.1137689352037rem; }
 }@media only screen and (max-width: 763px) { #BLeBsg8fAP3KqiWJcM5grKQFlZXtqwda { display:flex;width:3.5rem;height:3.5rem;top:42.499985694885rem;left:8.6132806539537rem; }
 }@media only screen and (max-width: 763px) { #Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv { display:block; }#Gi8wdUqUlbpMcmFo408MCUsTkwqFk2qv > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJGfXJiiunIlTf77JCiTKtK3xW9hJ5Fx { width:20rem;height:2.19970625rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqg394To47Am56XMHBKbqDGDdLJMHNvS { width:20rem;height:3.19986875rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k { display:block; }#s6XQ8JwWDdGSvGNcw5eMRUvwv0v7do3k > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5BycdPO8UhCEIh2pbiBOPrqoLO7FBsO { width:11.6861875rem;height:1.29964375rem;top:15.751148223877rem;left:4.1560872793197rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brTbVahvn2IlN61fdSyOMOV0g1alIRoi { width:18.75rem;height:0.0618489375rem;top:17.999673366547rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUvo12EHWl5nTWKQcVSlDIsE84mfEkqx { width:18.811875rem;height:4.79980625rem;top:19.874673366547rem;left:0.59326171875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xUOu3Pv8edgp6DZSnsr84cIxTVWT3m9u { width:11.1875rem;height:1.29964375rem;top:42.1875rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJ2sQFmsrKiehrnScvFs4LK9LQcG7nbq { width:18.75rem;height:0.0625rem;top:44.37451171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9qPlkoge8FfpL6WrpMzFL1WdPwrhdco { width:18.625rem;height:12.375rem;top:28.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctmpxlVzhSTaXc7MVmKGsoZWiTZuc3nM { width:12.874375rem;height:1.29964375rem;top:67.249333858488rem;left:3.5620115995407rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VXclyOV3U6uHPRiaWsvECucI7ZFLb { width:18.75rem;height:0.0618489375rem;top:70.186359405519rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJS4gzg9DPfyZyxrLE3J6mCPxXucn8FN { width:18.6246875rem;height:12.3746875rem;top:52.561847686767rem;left:0.68684899806975rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL8p2Z7THxVWbU0JqX2R2E9IrHyST7ZI { width:18.625rem;height:12.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCakGAyhez1MmZ3DcJ5eVekgszgCqTB7 { width:18.811875rem;height:4.79980625rem;top:45.812189102173rem;left:0.59326171875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #okoqQWRl3Hf9ULTBdSmExyGBeRUdTLkR { width:18.811875rem;height:3.19986875rem;top:71.49902153015rem;left:0.59326171875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fm1XuzO18W4siUTugVkD8OOs7LtPsHTA { display:block; }#fm1XuzO18W4siUTugVkD8OOs7LtPsHTA > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluxXm4AcrzxOomGlQKC1TJBABOcP2R4 { width:11.6875rem;height:1.29964375rem;top:15.375rem;left:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3KTtdPZHOxoQ2D1T2iZNbCMrSXqEP2s { width:18.75rem;height:0.0618489375rem;top:18.436687469483rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5IrBZnEbwXDekI4WfHWynwO9horxWIZ { width:18.8125rem;height:3.19986875rem;top:20.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fesvdUou6XqFw9vziBRpHlJbn1N7LTFn { width:11.1875rem;height:2.59928125rem;top:42.0625rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mDqoi7NRUysoT7BpWd7QuTfUVD5pqygf { width:18.75rem;height:0.0625rem;top:46.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLc2HWgOPic80UrIviDDeQcheiDgC0To { width:18.25rem;height:12.375rem;top:28rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUnRqyISFI9GhOuoyRXB07dVbJO1nCTi { width:12.875rem;height:1.29964375rem;top:68.75rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTZTlgSe1IbP9954mVPJzGNNXyA9GDcC { width:18.75rem;height:0.0625rem;top:71.624504089356rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyynuxEm9HlcKbmMpokkh8e5C8wds4k { width:18.5625rem;height:12.375rem;top:54.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBcEXN7mShOP355uiwNli9cQmwHc4DZy { width:18.625rem;height:12.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq7ApzJ0sZqFxAAm3qqP5nlliwJbDBVM { width:18.8125rem;height:3.19986875rem;top:47.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NTaLSd4VWGDvx0UU8u2QJKy6LlTLzRdD { width:18.8125rem;height:4.79980625rem;top:72.812171936038rem;left:0.56233727931976rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q { display:block; }#ATdw1RMS4rgDxfMuC6iparOrhtQFvB0q > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKrfkPaR5VRfQKpTygB74zOuvcif4ikk { width:14.125rem;height:3.4375rem;top:1.25rem;left:2.9375rem;font-size:1rem;color:#1e1e27;display:block; }
 }@media only screen and (max-width: 763px) { #IJynNhRUdRlum7Kfb2se3hygD7TIV11v { display:block; }
 }@media only screen and (max-width: 763px) { #V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g { background-color:#f2f2f2;background-image:none;display:block; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { background-color: transparent; background-image: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row > .video-iframe-container { display: none; }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .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); }#V7DimHOOqOR2em9Fvvl52X8JAIPcAO0g > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM { display:block; }#MAFGhTaEy9pwQnswHbU8TxbGIRiPDVxM > .row .container { width:20rem;height:51.06201171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6fT8EblI4dEri6TL5DgyZ2keRZ4P7bX { width:20rem;height:16.375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwHeoAOMlxE1HAi1ywnqS8aktptLWPgu { height:11.233766233766rem;width:20rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XivilltWTHt5pBseMciiV0AyafK0hJNk { width:16.5625rem;height:1.94970625rem;top:15.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x37OaUb4uhGpuDcd4bNT3fVtU3MynCRT { width:14.5rem;height:3.19986875rem;top:18.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #obTg1J5TrqddvQgty5oLW01r1S9q2w3i { width:14.125rem;height:3.125rem;top:23.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXh2FvP2mvl4fWKgF0pCaky9wbwkLvIG { display:block; }
 }@media only screen and (max-width: 763px) { #VQBqdsTmbuK96swC3J5OMVLLOhbgHM6S { width:19.375rem;height:19.375rem;top:31.68701171875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp { background-color:transparent;background-image:none;display:block; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { background-color: transparent; background-image: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row > .video-iframe-container { display: none; }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .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); }#wcXA7KGmDmBwoRLwLIFTPNhOWlWSiiGp > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLOSEGaxCW2P7peDw06qrW6Lzvl4XLGs { width:20rem;height:19.5621875rem;top:33.426107406616rem;left:0rem;background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zas4zEPZ5hcphCCZKzOGsXalvbZnqyb9 { width:16.624375rem;height:1.29964375rem;top:35.912270545959rem;left:0.93684899806975rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnFUTEMK8ShSw8C40WOTrXoJMGCsS2t6 { width:16.8123125rem;height:1.29964375rem;top:37.711912155151rem;left:0.59163415431976rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUu8WlwJxVaRapQ6CISgVJhcLONU1ViH { width:20rem;height:0.0625rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6T7sKRead11ZkqOlVkKlUcQhcXuoDe { width:16.624375rem;height:3.19986875rem;top:40.374835968017rem;left:0.56184899806976rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AQRm1vvQiC6k3ll8nQLqxFGgTGM1JanT { width:14.124375rem;height:1.80013125rem;top:44.858071327209rem;left:4.3743489980697rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwqcoG7GZkU71gwimGWtbrphslhESn6g { width:1.437175rem;height:1.437175rem;top:44.852048873901rem;left:1.6761068105698rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvt7negJtxkyCc3oXklpv6m5wMuysunK { width:14.124375rem;height:1.80013125rem;top:47.730304718017rem;left:0.98876953125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Np5OI26g10Vf1TyZDknuloJz89V9xrwd { width:1.3745125rem;height:1.0620125rem;top:48.099770545959rem;left:1.6137694120407rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMISEuR0lN5weGrJAdwyt2y7Soszk56u { width:20rem;height:31.75rem;top:-0.00017929077148438rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vAWhxu52kk6LfJg0Ut4l5FAH5lM9xyoE { width:20rem;height:4.3994125rem;top:1.4990024566651rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #l1hen1vwuDZa7Ceyg52LtpoUE5V7U5Jh { width:20rem;height:7.9996875rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QqfNkCwxRcXKy6bA19FHpmqiOeFpA0kb { width:20rem;height:3.19986875rem;top:16.061990737915rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #W00rApaKEiDdh7QkQPCNc4nqlwDtbzT6 { width:3.125rem;height:3.125rem;top:27rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruWV6FAPnLtSgElG1MAygxNsBRqrX9Ei { width:3.125rem;height:3.125rem;top:27rem;left:8.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #L0XP0wJF91gHytKbzpKgdRIZ30rGoi7g { width:3.125rem;height:3.125rem;top:27rem;left:4.4375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WgqtyUKF3TIsRkhbm1LuRKzaC71BsGJx { width:15.25rem;height:1.29980625rem;top:21.5625rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #atHadcDFPto1Ax0GfObSe2Ih0q2GPW5w { width:1.1875rem;height:0.9375rem;top:21.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #api4V9umTGH4HSiPkN6qedRXVz6un5d8 { width:1.4375rem;height:1.4375rem;top:23.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxWgFi96i7qXUIN6gyOAxlDar2v2cVB { width:8.625rem;height:2.5rem;top:22.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USzzM88RFbtzEyVEJcNGXuzkBpGGrLXO { display:block; }
 }@media only screen and (max-width: 763px) { #FrlLJLlqiAn66OGiD5QTTpa4zs5RnJHl { width:1.5rem;height:1.5rem;top:27.8125rem;left:5.25rem;display:block; }
#FrlLJLlqiAn66OGiD5QTTpa4zs5RnJHl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #ephg8IA46o5tbX39omp2P7Zk6NRGWPi1 { width:1.6875rem;height:1.6875rem;top:27.6875rem;left:8.99983727932rem;display:block; }
#ephg8IA46o5tbX39omp2P7Zk6NRGWPi1 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT { width:1.5rem;height:1.5rem;top:27.8125rem;left:12.75rem;display:block; }
#qAULWMl4GoCmBKKgtkNdIpEsTot9tcDT > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU { display:block; }#Lo2LRMQAIOc6VsJmT6p32DlCwrsw4QGU > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEcMSOT2H8EXatwfu0IdGZ23vTdCQz1U { width:20rem;height:4.3994125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHfK40Tna2dXrZJodLRzxP03vsE0unC { width:20rem;height:4.79980625rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 { display:block; }#EK2F5FPZKon9OmuLMEzGUI9P3gn60yG6 > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-text {padding-top: 0; padding-bottom: 0;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-select {padding-top: 0; padding-bottom: 0;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD  { width:17.5rem;height:auto;top:18.832378223496rem;left:0rem; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fM8ChxEw1SZecv02p221OxfTA8RvBTfD {display:block;}#fM8ChxEw1SZecv02p221OxfTA8RvBTfD { width:17.5rem;height:auto;top:18.8321875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #V6nqDGJ0wbgfJ69eTePguQ0EIrsLc2ky {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #TxGKnRCc52epWJOOVEpffyDvaHBlTiAp {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #k0rhkzE0t6Kt3ChnxefBuN7wOx8Gacbl {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #WcTA5pE36zn1AIxOdlMa2NHDnTtHhF8J {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #aaVRpF1C8sX9nLsTZ6u7tLhMmODggaAt {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #Tcb01tN6LJeV8vLIBmrlvLAg9aetmJDZ {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #gSpDJDtXUuDs6IsEJ08BpAm2KC9I4Skh {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #XZf21iZUR7mdE5ywEgxkP48TolFUhOft {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #hd3a32vtTITofPiUd8DpvIts1szECapL {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #GpZcLW5r8TeakhOgJ1hTG3DVSz5HUTe3 {  }
 }@media only screen and (max-width: 763px) { #fM8ChxEw1SZecv02p221OxfTA8RvBTfD #HV9nAwTKyskXMaEU2N1NsoAfdwqv76wv {  }
 }@media only screen and (max-width: 763px) { #s2rUJNoi6mCcD46Hcaq0TmbUE9urgi8x { width:20rem;height:16.332518617639rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcB6cybmOpb74b8ThyxLTHFougALW9K { display:block; }#nkcB6cybmOpb74b8ThyxLTHFougALW9K > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ro3v1AZJyuMUAtcHrvzGZO7hGpJpbSKB { width:20rem;height:9.5605625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }