.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { background-color: transparent; background-image: none; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container > .video-iframe-container { display: none; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row > .video-iframe-container { display: none; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .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); }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { border-width: 0; border-radius: 0; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { font-size:0.875rem;font-family:"open sans";height:4rem;width:75rem;position:relative;display:block; }#V1uULn7Ta9fDgHJ6hO91BAVULX5VatfK { background-color:#25af98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.59375rem;left:33.625001907349rem;display:block; }
#OLop8zaQaTFXTOr7BvtStMvwTQiZI0QX { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#eKNArsk715dESh5VDXV4HT1k8yBo3NoO { display:block;width:23.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.9375rem;height:1.70625rem;color:#25af98;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RLBofxgK1bHPkX4dQxz4sQCKpQx8Wkcb { 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:4rem;width:5.875rem;top:0rem;left:1.2109375rem;overflow:hidden;display:block; }
#RkEe3KROF8TgFP3TlUCglyl9Mz5JdLOv { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.21875rem;left:55.487501144409rem;display:block; }
#qykg7gS1cTP1Ue1D9OK6IClfo622WhF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ieWdlBt4Gl9iynmuDSOCKQMMELTdF5qf { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.21875rem;left:61.312498092651rem;display:block; }
#KPW6sRWWonDwWuvJABTJzGH6aA7exvRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGL1HKeU2Dyc7SObdXaaPTt0S3EfxD4r { 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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:9.3125rem;height:3.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.34375rem;left:46.262498855591rem;display:block; }
#GlDvgsSVZIv8KBZ1dfeZdlF0px81DrR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4CX6yszLQooxiiABQ4BFmUxD6UQacRn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:1rem;left:72.12499809265rem; }
#y4CX6yszLQooxiiABQ4BFmUxD6UQacRn > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(116,121,123,0.56);background-image:url("https://images.assets-landingi.com/uc/854eab41-89bd-4379-9a33-e5c6c7004b07/Dubajwakacjecowartowiedziec.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-form-header { font-size:0.75rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.8125rem;font-weight:bold;color:#384a59;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;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:21.5625rem;box-sizing:border-box;height:1.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;line-height:1.4; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;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:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;line-height:1.4; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#25af98;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:1.1875rem;margin-bottom:0.25rem;margin-left:1.1875rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:19.1875rem;height:3.5rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk [class*="-text"]:-moz-placeholder { color:#cecece;font-family:"open sans";font-size:1rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk [class*="-text"]::-moz-placeholder { color:#cecece;font-family:"open sans";font-size:1rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk [class*="-text"]:-ms-input-placeholder { color:#cecece;font-family:"open sans";font-size:1rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk [class*="-text"]::-webkit-input-placeholder { color:#cecece;font-family:"open sans";font-size:1rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:20.375rem;overflow:hidden;font-style:normal;float:none; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .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; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .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:lato;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-container:first-of-type{padding-top:0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-container:last-of-type{padding-bottom:0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;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;left:45.187500953674rem;top:15.6875rem;z-index:15013;position:absolute;font-size:0.75rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.375rem;line-height:1.4;font-weight:400;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk {display:block;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;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;left:45.187500953674rem;top:15.6875rem;z-index:15013;position:absolute;font-size:0.75rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #NGUBIMesKOFIIMga0noINgLAQ8zdfqUH { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #QnQNmGCAH6BIZI5ecH061kT5GEgebuCD { position:relative;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #xEbvnV4RDfdRZ4AznUzun17iN2oh8VEa { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #FacXCbm87p2zyUtUqT9THfUBX0wfeaNl { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sDFIMmyPdmJPNgQ7XVTFWO79lf65TDP6 { position:relative;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #bgRduLxKaSaTkaHJENFbSNkOquOgkgpr { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #ZRU5rsFlaalVqsGEUOZc7vpXSiG9nzUh { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sR0Rv33RHZxeNo1wRxLxPtRAhDQwtgyA { position:relative;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #MzqQpQLVHOXT5Ox1SmuAN8LiysetzchT { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #qGlO3iC1Nn3du8UKXvOyzNMmiKyeBaxv { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #BQK8d5NzQFTbTdcpvUs6UJd6DO55UC9R { position:relative; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #f3tLtdMv6VTJpRzrBqbqBNWAbPiKVqZ1 { position:relative;display:block;z-index:15000; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #i44LTot1lbznuL5aJaSNu4CFaN7UoSEC { position:relative;display:block;z-index:15000; }
#n52uDt2uU3LgDP3gRwfTd83MstH1Ttka { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.7194609642029rem;height:3.575rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cZtXQQQnXKDM5ybAC6Ks0G0cIHyqE6k3 { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.6875rem;left:1.7375001907349rem;height:1.78755625rem;text-align:left;text-align-last:left;display:block; }
#kciO3FIDLeBpttwvNJghJBRUXpUSHh6K { color:#384a59;display:block;width:21.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:12.5rem;left:44rem;height:0;text-align:center;text-align-last:center;display:block; }
#BbTwZQkMcqDMWvhyF3ru9K8BPx2mln1N { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:40.012500762939rem;left:45.750001907349rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#mxIwM8zsOqw8nchMbzm1yTTdNK3nz7Aw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:3.28125rem;left:17.5rem;display:none; }
#zLGkxk7k8cc2GSPzv1xWQ7Rd79Jl5auR { display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7rem;left:44.875rem;height:3.25rem;color:#25af98;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QpJdZHqLIwNipLnK1T5zqpAmGrX2cwmD { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.6875rem;left:5.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ECv1IwFIycfCQ2iRJgza8pBdReTwkWiU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.1875rem;left:1.4375rem; }
#uVcTQWTHmzpiLFMFQ5TK27NXx8EyI1tQ { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.375rem;left:5.5rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#GumRaUJ0TNwH5BIEomWRODKHOVWiDwJl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:29.8125rem;left:1.4375rem; }
#Q4mCDy1Edgn8bo2iwION10viIW22LOzE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:34.375rem;left:1.4375rem; }
#iIu9ii395X2OkRmOWt5Pm0F1hQqrbp8o { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34rem;left:5.5rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#hg4hhdkhDFNMy7bEuB6ecRJFMkREMDTR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:39rem;left:1.4375rem; }
#UErvaKUlHzmWG5oUTEOm6rAtVcJOMRdn { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.605823516846rem;left:5.5000004768372rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#SEAZUuoFQLCcAEoJkdWdE1i4CLvwHJBy { position:absolute;display:block;z-index:15001;background-color:rgba(4,7,6,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(34,169,169,0.5) ;height:42.875rem;width:75rem;top:3.5625rem;left:0rem;display:block; }
#JI0xlrgTUXzo0nc0b8onCsPrpm1b1DHq { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8125rem;left:4.625rem;height:3.575rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gsRop62hW2q6tkBy1KDmnArMdghw7gsi { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:37.925001144409rem;left:43.437501907349rem;height:0.8125rem;text-align:center;text-align-last:center;display:none; }
#d7zSql08NuiJRHpcRSEZr9ke04CnK767 { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11rem;left:4.6125001907349rem;height:3.575rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#mmpbEPqkS43Fg93ePz3oThbwByVTP66T { 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; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { background-color: transparent; background-image: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .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); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { border-width: 0; border-radius: 0; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#P53zw04pl9VRIn8Grn5wPxZyTf8kp7n2 { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.3125rem;left:8rem; }
#Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:2.875rem;height:2.1125rem;display:block; }
#Afyc4lysPdRWTDADVHi84r2klNP5LVgb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:4.125rem;height:1.625rem;display:block; }
#UVxI7xyOaE9Z43NA7BkX3SbI891kvzfe { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.3125rem;left:34.5rem; }
#b8eSsaF1p5za4TbLR6z2VRklXyWrxsE0 { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.3125rem;left:58.8125rem; }
#miTITanJqTTpw0eywKHf2RhwKTLXC7n8 { color:#000000;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8rem;left:28.5625rem;height:2.1125rem;display:block; }
#VnNVa2PQG44Vg87nlUswF07n4e71utFF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:31.375rem;height:1.625rem;display:block; }
#kQl5vaKBKFBXZcAH3ucPXWswxrQfSgSE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.1875rem;left:56.4375rem;height:1.625rem;display:block; }
#AfzPwNUo4uPEhn0ZqCaXbTLTiLibh8uT { color:#000000;display:block;width:9.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8rem;left:57.75rem;height:2.1125rem;display:block; }
#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { background-color: transparent; background-image: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .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); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { border-width: 0; border-radius: 0; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#MQVS3A1pt4nzxXSeOrEiwOmDi9wb8Ltg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:15.175000190735rem;left:17.5rem;display:block; }
#wXUqw4qQ1DTL4tmJJwRW0f0ngxpbBq1d { color:#000000;display:block;width:63.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.84375rem;left:6.3992195129394rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Hiutkiwd8Wl7ll3Z2Iy6qB8P7TL9iVDL { color:rgba(70,68,69,0.99);display:block;width:60.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.4312496185303rem;left:7.9617195129394rem;height:5.3626625rem;text-align:center;text-align-last:center;display:block; }
#UaVQa9h1vTgnHNxOdQes0EDb79bEZki5 { background-color:#25af98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:41.75rem;left:25.156251907349rem;display:block; }
#LyNdrlZCq4FTlgb2LoMzLb37TZz4PnC5 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#GC9XU0HZtpVq3LZGOqqcBMb4Eh3Iu7Pa { color:#384a59;display:block;width:31.125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.125rem;height:3.575rem;text-align:left;text-align-last:left;display:none; }
#ZIXS6R5uAplbFq9Nq7pT6aTV40tUm4kz { color:#384a59;display:block;width:33.0625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:4.125rem;height:6.825rem;text-align:left;text-align-last:left;display:none; }
#y9IUiTMMiP2ubT2THeiSKKr3w3sXHuQS { color:#384a59;display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.487500190735rem;left:3.28125rem;height:11.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#y9IUiTMMiP2ubT2THeiSKKr3w3sXHuQS li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#y9IUiTMMiP2ubT2THeiSKKr3w3sXHuQS li:before{  }
#eneS2cAbrLZnO4KnSplTzrMqz24fg3F2 { position:absolute;display:block;z-index:15007;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:25.1875rem;width:36.25rem;top:3.125rem;left:37.879686355591rem;overflow:hidden;display:none; }
#RpQ6UPgMTrGvVTW2X5vgHhIC3klk7a5e { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Uk9boR3gC3MzPBaEvoJpAdHOJC2Ny76f { position:absolute;display:block;z-index:15007;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:25.1875rem;width:36.0625rem;top:3.125rem;left:37.879686355591rem;overflow:hidden;display:none; }
#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE { position:relative;display:block; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE { background-color: transparent; background-image: none; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container > .video-iframe-container { display: none; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row > .video-iframe-container { display: none; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .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); }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE { border-width: 0; border-radius: 0; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .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; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { color:#384a59;display:block;width:31.125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.125rem;height:3.575rem;text-align:left;text-align-last:left;display:block; }
#TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { color:#384a59;display:block;width:33.0625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:4.125rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#KKW6AuQCu89BdGku8J9ShDRqyIrKuyHL { color:#384a59;display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.737500190735rem;left:3.28125rem;height:11.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KKW6AuQCu89BdGku8J9ShDRqyIrKuyHL li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#KKW6AuQCu89BdGku8J9ShDRqyIrKuyHL li:before{  }
#FONLl4OdzCtSnbhTtQW7Ak4y2HIRQd1c { position:absolute;display:block;z-index:15007;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:25.1875rem;width:36.375rem;top:3.125rem;left:37.879686355591rem;overflow:hidden;display:block; }
#SR4guXkx8HNJvlqVRTs43NQEgTNrgRby { color:rgba(70,68,69,0.99);display:block;width:60.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.4312496185303rem;left:7.9617195129394rem;height:5.85rem;text-align:center;text-align-last:center;display:none; }
#PaDRrRASwF1aDye9UFpfqiz0yI21KkuU { color:#000000;display:block;width:63.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.84375rem;left:6.3992195129394rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#kspHx3OX9vIS5TwsMeZ0JKx9kNzfFFrO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pEEm3rAVewgEqTfQcHITT1PX0RXfuwvf { position:absolute;display:block;z-index:15008;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:22.875rem;width:32.875rem;top:29.375rem;left:3.1423693669307rem;overflow:hidden;display:block; }
#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.08);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; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container { background-color: transparent; background-image: none; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container > .video-iframe-container { display: none; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row > .video-iframe-container { display: none; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .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); }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container { border-width: 0; border-radius: 0; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#c08efGxA8ppCEEhki0XiWyPZBgUtFcDg { color:#000000;display:block;width:63.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:3.125rem;left:3.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#ePfnDnqLTp5wpJiAseMR8HQIHX3P6ffM { color:#000000;display:block;width:74.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:6.5625rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#nliQiqdlcRdacl8LiGFeT7AVPdVN9pPQ { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.4375rem;left:7.875rem; }
#SwEBNdekrOMEwikuFMkuxc4oVTEkhmdi { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:16.1875rem;left:0.6875rem;height:2.000175rem;text-align:center;text-align-last:center;display:block; }
#oF8BP9q4zfLWvuSxBWtOKJuUwJ3PUEIz { color:#625a5a;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0.6875rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#U8uWWQ99BSKhHB2TK9etcKGsbKJIIQvE { color:#625a5a;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.9375rem;left:26.75rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#LXfO3hmP5kgE1kft1Mg6yz36uJi7N0pT { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:16.1875rem;left:25.6875rem;height:2.000175rem;text-align:center;text-align-last:center;display:block; }
#Zmb6XyoMoW5hQ6Dh1kTde9uRtanJTIDR { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.4375rem;left:35.0625rem; }
#pcRttJO0VLmlV60EgWFiPZLrh1iB8SwM { color:#625a5a;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18.9375rem;left:53.1875rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#Qne0VMB14ahrbJ3bZ6oD1XuCZLUtbVCl { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15026;line-height:1;letter-spacing:0;top:16.25rem;left:53.9375rem;height:2.000175rem;text-align:center;text-align-last:center;display:block; }
#kvGMCeXUHffTeI4Ma7lSM8TGNKAC2SD4 { box-sizing:content-box;color:#5d92ff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:11.4375rem;left:62.5rem; }
#B8i4w2g9tvT3x0lM9FFbTc1ROyQPNuMg { background-color:#25af98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.400001525879rem;left:26.906251907349rem;display:block; }
#khXgCSwvEowtmW3QLkAcWt5u7WCTZmPh { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#BqOVtT92L5RovEpb5IJmMmcTtCrZ9LOi { background-color:#25af98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:lato;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.0875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.1875rem;left:26.906251907349rem;display:none; }
#QKSGT2aSTk9dfNnWBuixxoFkAqzC87tM { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ciDWNhnuSy1SbANvQ32lqT2EA3yrT0d1 { color:#000000;display:block;width:63.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.84375rem;left:6.3992195129394rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#auWHtDZ8TJlkWrL2ADlcqx7ubP6DDeZ8 { color:rgba(70,68,69,0.99);display:block;width:60.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.4312496185303rem;left:7.9617195129394rem;height:5.85rem;text-align:center;text-align-last:center;display:none; }
#cKZ1fsNscrwq3iTRXLdflIlWwF019yt0 { color:#000000;display:block;width:63.625rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:0.9375rem;left:3.7249994277954rem;height:2.75rem;text-align:center;text-align-last:center;display:none; }
#wXGOaZcJkATOIE0wQFOol2LVzg813i9y { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:12.6875rem;left:0.6875rem;height:2rem;text-align:center;text-align-last:center;display:none; }
#oU1U2PKsJmy6xwfRqVB9rzXzuBM8GZmZ { color:#000000;display:block;width:23.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:12.6875rem;left:25.6875rem;height:2rem;text-align:center;text-align-last:center;display:none; }
#xxuvhSqxNOghSDqTTEyxTgin4058dcNE { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15026;line-height:1;letter-spacing:0;top:12.75rem;left:53.937501907349rem;height:2rem;text-align:center;text-align-last:center;display:none; }
#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(186,186,186,0.23);background-image:url("https://images.assets-landingi.com/uc/655138a8-6d0b-41c8-ab3b-016502f72efc/Dubajinformacjekomunikacjazwiedzaniealandalusodz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm.adaptive-delivery-prevent-bg, #XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm.lazyload, #XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm.lazyloading { background-image: none; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container { background-color: transparent; background-image: none; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container > .video-iframe-container { display: none; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row > .video-iframe-container { display: none; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .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); }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container { border-width: 0; border-radius: 0; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#Ra5bKD5V5wNXi8ZIbBrDQV3bbd8LskUk { color:#384a59;display:block;width:72.3125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.875rem;left:1.5rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#CTPks4Z81AsEyZQLBQvUHQTviD2nEaHF { background-color:#25af98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.7875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:19.75rem;left:25.592968940735rem;display:block; }
#umcQ1egqWqnOuesilhnrEST1cZJyPogS { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#I7zJBDssN10yNdcLaBt2pdzVaglyo706 { display:block;width:26.1874375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:11.256217956543rem;left:25.593482971191rem;height:2.925rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ufhz6FuHmKpMpqT6OvvN6IuI21SNZ9WT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A43VkdEXFmTl3rXe16iqDtwVWrnreObF { color:#25af98;display:block;width:62.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:31.625005722046rem;left:5.3625001907349rem;height:2.2500875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tUn0gxwXsftU5EGddy92eXhKcAT1K5Ny { display:block;width:42.625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:37.1875rem;left:11.9375rem;height:2.1rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z2edhD6ZTI4prWOAP5Z3vEK6RL5cVSAn { 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:15024;opacity:1;top:36.75rem;left:6.4375rem; }
#ELvMWAVUySCCN0lN0OULp3rrAG2caUMl { display:block;width:42.625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:42.125rem;left:11.9375rem;height:2.1rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dsuF4G4cSGhqxqL851D1S7npqez5pZqw { display:block;width:51.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:46.8125rem;left:11.9375rem;height:2.1rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LyzRBL0kppipA1t3ZzOKqqnzvEcnBgwb { 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:15025;opacity:1;top:41.6875rem;left:6.4375rem; }
#Z1RXKOsyTvW8B4hvPrNn3gtIduOpzZmi { 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:15026;opacity:1;top:46.375rem;left:6.4375rem; }
#MSbnBnZQku3pQBLiss9i92UrVykJ7lH0 { display:block;width:51.125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:51.6875rem;left:11.9375rem;height:2.1rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zfdnfFKuT65bkiFRBsUkEKW1LwVsm8CM { 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:15027;opacity:1;top:51.25rem;left:6.4375rem; }
#oDyGMuJ7SM5FdwXJ65fCntIoQZliCyz8 { position:absolute;display:block;z-index:15001;background-color:rgba(4,7,6,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(34,169,169,0.5) ;height:59.375rem;width:75rem;top:7.62939453125E-6rem;left:0rem;display:block; }
#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(186,186,186,0.23);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; }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row .container { background-color: transparent; background-image: none; }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row .container > .video-iframe-container { display: none; }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row > .video-iframe-container { display: none; }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .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); }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row .container { border-width: 0; border-radius: 0; }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#TzDgIfX2HFNxX1Tx75gb74r8Gz3IDG39 { color:#384a59;display:block;width:74.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.1234383583069rem;left:0.09375rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#FgMzzcZozBPXkpEGK4IkmxSFxwyENp7M { display:block;width:70.25rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.467968940735rem;left:2.375rem;height:7.20625rem;color:#384a59;font-style:normal;text-align:left;text-align-last:left;display:block; }#FgMzzcZozBPXkpEGK4IkmxSFxwyENp7M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FgMzzcZozBPXkpEGK4IkmxSFxwyENp7M li:before{  }
#PqhLIBxLIFH72AVvOBm5ydl34XEbLbX8 { color:#384a59;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.436734199524rem;left:0rem;height:3.00648125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTc8Ae7pVvcPwvfc0dHfvIMXmXd90sOC { color:#384a59;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:31.0625rem;left:2.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqSzWuW26rIZZRm3aTZyIRVxwka285FC { color:#384a59;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:34.5625rem;left:1.125rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nbWL8R8eCC1Jt3EBVOe0uwauq4epDkTb { color:#384a59;display:block;width:21.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:34.625rem;left:25.375rem;height:8.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyuZNOefexyaK1diiR4FQTgZ2ZpiyxCz { color:#384a59;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.0625rem;left:26.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eUBs0ehnIQlq5rVzOtWD5n1IlOo4pJm8 { background-color:#25af98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:47.374217987061rem;left:24.862501144409rem;display:block; }
#ehZ5DaDfGs8OGlVzTQgml0pwITLV2Ube { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#H58FphHLeoW2eDbbzF2nFASERFoxQTdT { color:#384a59;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:34.625rem;left:50.75rem;height:8.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NWABIBvlmnyeHzfniDVd74AHgpKWN7bE { color:#384a59;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:51.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(248,248,248,0.23);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; }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row .container { background-color: transparent; background-image: none; }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row .container > .video-iframe-container { display: none; }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row > .video-iframe-container { display: none; }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .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); }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row .container { border-width: 0; border-radius: 0; }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#CBKnSZlF74GT3vlBxLKqKR4lFn8x6XV3 { color:#25af98;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.71875rem;left:0.0625rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g5B5BqR27zZkfht999LVIgifFSn6qMoT { display:block;width:57.25rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.786706924439rem;left:6.625rem;height:8.775rem;text-align:center;text-align-last:center;color:#25af98;display:block; }
#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/655138a8-6d0b-41c8-ab3b-016502f72efc/Dubajinformacjekomunikacjazwiedzaniealandalusodz.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr.adaptive-delivery-prevent-bg, #FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr.lazyload, #FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr.lazyloading { background-image: none; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container { background-color: transparent; background-image: none; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container > .video-iframe-container { display: none; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row > .video-iframe-container { display: none; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .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); }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container { border-width: 0; border-radius: 0; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#JFSTOSMZLJrRikSUczUvxXDAofpv3ZuN { color:#ffffff;display:block;width:74.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.5rem;left:0.18671894073486rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8XiPzG8vFlgXRTJTcPH7kNTS2HtVNJW { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15021;line-height:2;letter-spacing:0;top:9.1875rem;left:4rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y9t0Zp9h2vQQx1rBmFDT63A9nvwPoqIi { position:absolute;display:block;z-index:15002;background-color:rgba(4,7,6,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(34,169,169,0.5) ;height:56.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#rB8VSlM593mJr8OQ55x8ThDG2iesU9BF { display:block;width:74.25rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.375rem;left:0.74921798706056rem;height:2.925rem;color:#25af98;text-align:center;text-align-last:center;display:block; }
#fsCO3QqskHqTkv7ZThug1mQpHZQzLdIg { color:#ffffff;display:block;width:71.8125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15025;line-height:2;letter-spacing:0;top:31.5625rem;left:1.5625rem;height:20.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fsCO3QqskHqTkv7ZThug1mQpHZQzLdIg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fsCO3QqskHqTkv7ZThug1mQpHZQzLdIg li:before{  }
#brD4gnfnlenZRsg3Fo0B34nylRgmLQS2 { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15021;line-height:2;letter-spacing:0;top:9.1875rem;left:4rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RSrW8fGbg2iRlsmIaPe8PmOIlUn2GLsM { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15021;line-height:2;letter-spacing:0;top:9.1875rem;left:4rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mHaAvtvU9pascltNIn9WovwL54zUADT3 { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15021;line-height:2;letter-spacing:0;top:9.1875rem;left:4rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wMD95bklsXp5DnWmJ700KwtsHbNRGOQt { color:#ffffff;display:block;width:71.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15025;line-height:2;letter-spacing:0;top:31.5625rem;left:1.5625rem;height:23.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq { position:relative;display:block; }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq { background-color: transparent; background-image: none; }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .row .container > .video-iframe-container { display: none; }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .row > .video-iframe-container { display: none; }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .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); }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq { border-width: 0; border-radius: 0; }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .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; }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#faMUgzbbTMX8sUi1yIDgLudTB3dErLS5 { 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:2.1875rem;width:2.1875rem;top:5.125rem;left:5.375rem;overflow:hidden;display:block; }
#CLahdIr1s81dyziLnGx86eISKWJ6yzUw { color:#384a59;display:block;width:31rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.125rem;left:9.6875rem;height:6.825rem;text-align:left;text-align-last:left;display:block; }
#S68HzDAyAGzEpPt5R5G3bPE9vyfk5X5B { color:#384a59;display:block;width:30.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14rem;left:9.6875rem;height:8.53163125rem;text-align:left;text-align-last:left;display:block; }
#BC5zS3OHhar107aTQXNSsRwPXqlw9LaK { 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:2.1875rem;width:2.1875rem;top:14.1875rem;left:5.375rem;overflow:hidden;display:block; }
#ia4pXiLlohSw4ouqheDGlcgAogeIyRXt { color:#384a59;display:block;width:30.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.375rem;left:9.6875rem;height:8.53163125rem;text-align:left;text-align-last:left;display:block; }
#rPu8rHeBd8ZtkIgPZLwBLPpB8igNmLTA { 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:2.1875rem;width:2.1875rem;top:25.375rem;left:5.375rem;overflow:hidden;display:block; }
#Ft5oMZerAuoweAu5acAKOBU6c5vCfsm3 { background-color:#25af98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.171855926514rem;left:44.375001907349rem;display:block; }
#xQpceriz86X8h1Swkt5L30nmoCScTBxJ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(186,186,186,0.23);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; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { background-color: transparent; background-image: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container > .video-iframe-container { display: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container { display: none; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .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); }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { border-width: 0; border-radius: 0; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { 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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.5625rem;width:29.0625rem;top:9.9375rem;left:3.75rem;display:block; }
#ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { color:#384a59;display:block;width:22.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:12.41162109375rem;left:7.4375rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { color:#384a59;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:19.125rem;left:8.5rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { 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.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.5625rem;width:29.0625rem;top:9.875rem;left:41.8125rem;display:block; }
#ws6Qv39KXKQplffXU28CXSWIaatiB2EW { color:#384a59;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:19.125rem;left:46.5625rem;height:1.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { color:#384a59;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:12.20654296875rem;left:46.25rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { color:#384a59;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.1875rem;left:6.15625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(186,186,186,0.23);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; }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row .container { background-color: transparent; background-image: none; }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row .container > .video-iframe-container { display: none; }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row > .video-iframe-container { display: none; }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .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); }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row .container { border-width: 0; border-radius: 0; }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#S0aNWV9UZTkt9dB0duxHnHFdxSNLeaMd { color:#384a59;display:block;width:58rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:4.875rem;height:10.5625rem;text-align:left;text-align-last:left;display:block; }
#h7A5XeTxp2t6SRLemJHehtJbcHKeCzdS { background-color:#25af98;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:4.1375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.598437309265rem;left:26.906251907349rem;display:block; }
#aDhwy486ScJDNrS71q07zXqRw1GItSS0 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { 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; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { background-color: transparent; background-image: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .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); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { border-width: 0; border-radius: 0; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.875rem;left:27.625rem;height:3.9rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }#eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/SbfeISzn/dot.png); }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE { display:block; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1uULn7Ta9fDgHJ6hO91BAVULX5VatfK { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLop8zaQaTFXTOr7BvtStMvwTQiZI0QX { display:block; }
 }@media only screen and (max-width: 763px) { #eKNArsk715dESh5VDXV4HT1k8yBo3NoO { width:16.25rem;height:0.975rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLBofxgK1bHPkX4dQxz4sQCKpQx8Wkcb { width:5.875rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEe3KROF8TgFP3TlUCglyl9Mz5JdLOv { width:5.875rem;height:3.4375rem;top:0.1875rem;left:41.862501144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #qykg7gS1cTP1Ue1D9OK6IClfo622WhF8 { display:block; }
 }@media only screen and (max-width: 763px) { #ieWdlBt4Gl9iynmuDSOCKQMMELTdF5qf { width:6.625rem;height:3.4375rem;top:0.1875rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPW6sRWWonDwWuvJABTJzGH6aA7exvRZ { display:block; }
 }@media only screen and (max-width: 763px) { #RGL1HKeU2Dyc7SObdXaaPTt0S3EfxD4r { width:9.3125rem;height:3.3125rem;top:0.3125rem;left:32.637498855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlDvgsSVZIv8KBZ1dfeZdlF0px81DrR7 { display:block; }
 }@media only screen and (max-width: 763px) { #y4CX6yszLQooxiiABQ4BFmUxD6UQacRn { width:2rem;height:2rem;top:1rem;left:45.75rem;display:block; }
#y4CX6yszLQooxiiABQ4BFmUxD6UQacRn > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-regular-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-textarea { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-button { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk  { width:20.875rem;height:auto;top:18rem;left:24.375rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .radio-container { width:20.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk {display:block;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk { width:20.875rem;height:auto;top:18rem;left:24.375rem; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #NGUBIMesKOFIIMga0noINgLAQ8zdfqUH {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #QnQNmGCAH6BIZI5ecH061kT5GEgebuCD { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #xEbvnV4RDfdRZ4AznUzun17iN2oh8VEa {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #FacXCbm87p2zyUtUqT9THfUBX0wfeaNl {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sDFIMmyPdmJPNgQ7XVTFWO79lf65TDP6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #bgRduLxKaSaTkaHJENFbSNkOquOgkgpr {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #ZRU5rsFlaalVqsGEUOZc7vpXSiG9nzUh {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sR0Rv33RHZxeNo1wRxLxPtRAhDQwtgyA { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #MzqQpQLVHOXT5Ox1SmuAN8LiysetzchT {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #qGlO3iC1Nn3du8UKXvOyzNMmiKyeBaxv {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #BQK8d5NzQFTbTdcpvUs6UJd6DO55UC9R {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #f3tLtdMv6VTJpRzrBqbqBNWAbPiKVqZ1 {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #i44LTot1lbznuL5aJaSNu4CFaN7UoSEC {  }
 }@media only screen and (max-width: 763px) { #n52uDt2uU3LgDP3gRwfTd83MstH1Ttka { width:36.5rem;height:3.5625rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZtXQQQnXKDM5ybAC6Ks0G0cIHyqE6k3 { width:39.4375rem;height:1.75rem;top:21.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kciO3FIDLeBpttwvNJghJBRUXpUSHh6K { width:21.8125rem;height:0;top:12.5rem;left:25.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTwZQkMcqDMWvhyF3ru9K8BPx2mln1N { width:22.9375rem;height:0.8125rem;top:40rem;left:24.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxIwM8zsOqw8nchMbzm1yTTdNK3nz7Aw { width:40rem;height:22.5rem;top:3.25rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLGkxk7k8cc2GSPzv1xWQ7Rd79Jl5auR { width:24.3125rem;height:3.25rem;top:7rem;left:23.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpJdZHqLIwNipLnK1T5zqpAmGrX2cwmD { width:34.3125rem;height:1.625rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECv1IwFIycfCQ2iRJgza8pBdReTwkWiU { width:2.4375rem;height:2.4375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVcTQWTHmzpiLFMFQ5TK27NXx8EyI1tQ { width:35.9375rem;height:3.25rem;top:29.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GumRaUJ0TNwH5BIEomWRODKHOVWiDwJl { width:2.4375rem;height:2.4375rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4mCDy1Edgn8bo2iwION10viIW22LOzE { width:2.4375rem;height:2.4375rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIu9ii395X2OkRmOWt5Pm0F1hQqrbp8o { width:35.9375rem;height:3.25rem;top:34rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg4hhdkhDFNMy7bEuB6ecRJFMkREMDTR { width:2.4375rem;height:2.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UErvaKUlHzmWG5oUTEOm6rAtVcJOMRdn { width:36.6875rem;height:1.625rem;top:39.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEAZUuoFQLCcAEoJkdWdE1i4CLvwHJBy { width:47.75rem;height:42.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI0xlrgTUXzo0nc0b8onCsPrpm1b1DHq { width:35.0625rem;height:3.5625rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsRop62hW2q6tkBy1KDmnArMdghw7gsi { width:22.9375rem;height:0.8125rem;top:37.875rem;left:24.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7zSql08NuiJRHpcRSEZr9ke04CnK767 { width:18.5625rem;height:2.5625rem;top:10.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmpbEPqkS43Fg93ePz3oThbwByVTP66T { display:block; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P53zw04pl9VRIn8Grn5wPxZyTf8kp7n2 { width:4.8125rem;height:4.8125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { width:16.9375rem;height:2.0625rem;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afyc4lysPdRWTDADVHi84r2klNP5LVgb { width:12.5rem;height:1.625rem;top:10.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVxI7xyOaE9Z43NA7BkX3SbI891kvzfe { width:4.8125rem;height:4.8125rem;top:3.3125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8eSsaF1p5za4TbLR6z2VRklXyWrxsE0 { width:4.8125rem;height:4.8125rem;top:3.3125rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTITanJqTTpw0eywKHf2RhwKTLXC7n8 { width:17rem;height:2.0625rem;top:7.9375rem;left:14.937500953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnNVa2PQG44Vg87nlUswF07n4e71utFF { width:12.5rem;height:1.625rem;top:10.1875rem;left:17.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQl5vaKBKFBXZcAH3ucPXWswxrQfSgSE { width:12.5rem;height:1.625rem;top:10.1875rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfzPwNUo4uPEhn0ZqCaXbTLTiLibh8uT { width:9.875rem;height:2.0625rem;top:8rem;left:37.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { display:block; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQVS3A1pt4nzxXSeOrEiwOmDi9wb8Ltg { width:40rem;height:22.5rem;top:15.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXUqw4qQ1DTL4tmJJwRW0f0ngxpbBq1d { width:47.75rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiutkiwd8Wl7ll3Z2Iy6qB8P7TL9iVDL { width:47.75rem;height:5.3125rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaVQa9h1vTgnHNxOdQes0EDb79bEZki5 { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNdrlZCq4FTlgb2LoMzLb37TZz4PnC5 { display:block; }
 }@media only screen and (max-width: 763px) { #GC9XU0HZtpVq3LZGOqqcBMb4Eh3Iu7Pa { width:31.125rem;height:3.5625rem;top:3.125rem;left:0rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZIXS6R5uAplbFq9Nq7pT6aTV40tUm4kz { width:20rem;height:5.8125rem;top:15.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9IUiTMMiP2ubT2THeiSKKr3w3sXHuQS { width:20rem;height:;top:22.9375rem;left:0rem;font-size:1rem;display:none; }#y9IUiTMMiP2ubT2THeiSKKr3w3sXHuQS li:before{  }
 }@media only screen and (max-width: 763px) { #eneS2cAbrLZnO4KnSplTzrMqz24fg3F2 { width:36.25rem;height:25.1875rem;top:3.125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpQ6UPgMTrGvVTW2X5vgHhIC3klk7a5e { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uk9boR3gC3MzPBaEvoJpAdHOJC2Ny76f { width:36.0625rem;height:25.1875rem;top:3.125rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE { display:block; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { width:31.125rem;height:3.5625rem;top:3.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { width:33.0625rem;height:6.8125rem;top:8.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKW6AuQCu89BdGku8J9ShDRqyIrKuyHL { width:32.8125rem;height:11.625rem;top:16.6875rem;left:0rem;font-size:1.25rem;display:block; }#KKW6AuQCu89BdGku8J9ShDRqyIrKuyHL li:before{  }
 }@media only screen and (max-width: 763px) { #FONLl4OdzCtSnbhTtQW7Ak4y2HIRQd1c { width:36.375rem;height:25.1875rem;top:3.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR4guXkx8HNJvlqVRTs43NQEgTNrgRby { width:17.5rem;height:12.9375rem;top:6.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaDRrRASwF1aDye9UFpfqiz0yI21KkuU { width:47.75rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kspHx3OX9vIS5TwsMeZ0JKx9kNzfFFrO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pEEm3rAVewgEqTfQcHITT1PX0RXfuwvf { width:32.875rem;height:22.875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt { display:block; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c08efGxA8ppCEEhki0XiWyPZBgUtFcDg { width:47.75rem;height:2.5rem;top:3.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePfnDnqLTp5wpJiAseMR8HQIHX3P6ffM { width:47.75rem;height:1.5rem;top:6.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nliQiqdlcRdacl8LiGFeT7AVPdVN9pPQ { width:4.8125rem;height:4.8125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwEBNdekrOMEwikuFMkuxc4oVTEkhmdi { width:17.4375rem;height:2rem;top:16.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8BP9q4zfLWvuSxBWtOKJuUwJ3PUEIz { width:20.9375rem;height:7.3125rem;top:18.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8uWWQ99BSKhHB2TK9etcKGsbKJIIQvE { width:22.375rem;height:5.8125rem;top:18.9375rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXfO3hmP5kgE1kft1Mg6yz36uJi7N0pT { width:23.125rem;height:2rem;top:16.1875rem;left:12.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zmb6XyoMoW5hQ6Dh1kTde9uRtanJTIDR { width:4.8125rem;height:4.8125rem;top:11.4375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcRttJO0VLmlV60EgWFiPZLrh1iB8SwM { width:21.375rem;height:7.3125rem;top:18.9375rem;left:26.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qne0VMB14ahrbJ3bZ6oD1XuCZLUtbVCl { width:21.0625rem;height:2rem;top:16.25rem;left:26.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvGMCeXUHffTeI4Ma7lSM8TGNKAC2SD4 { width:4.8125rem;height:4.8125rem;top:11.4375rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8i4w2g9tvT3x0lM9FFbTc1ROyQPNuMg { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXgCSwvEowtmW3QLkAcWt5u7WCTZmPh { display:block; }
 }@media only screen and (max-width: 763px) { #BqOVtT92L5RovEpb5IJmMmcTtCrZ9LOi { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKSGT2aSTk9dfNnWBuixxoFkAqzC87tM { display:block; }
 }@media only screen and (max-width: 763px) { #ciDWNhnuSy1SbANvQ32lqT2EA3yrT0d1 { width:47.75rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #auWHtDZ8TJlkWrL2ADlcqx7ubP6DDeZ8 { width:47.75rem;height:5.8125rem;top:5.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKZ1fsNscrwq3iTRXLdflIlWwF019yt0 { width:20rem;height:2.875rem;top:1.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXGOaZcJkATOIE0wQFOol2LVzg813i9y { width:11.5625rem;height:1.3125rem;top:8.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oU1U2PKsJmy6xwfRqVB9rzXzuBM8GZmZ { width:15.875rem;height:1.3125rem;top:16.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxuvhSqxNOghSDqTTEyxTgin4058dcNE { width:11.875rem;height:1.3125rem;top:24.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm { display:block; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra5bKD5V5wNXi8ZIbBrDQV3bbd8LskUk { width:47.75rem;height:5.375rem;top:2.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTPks4Z81AsEyZQLBQvUHQTviD2nEaHF { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umcQ1egqWqnOuesilhnrEST1cZJyPogS { display:block; }
 }@media only screen and (max-width: 763px) { #I7zJBDssN10yNdcLaBt2pdzVaglyo706 { width:26.125rem;height:2.875rem;top:11.25rem;left:11.967968940735rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufhz6FuHmKpMpqT6OvvN6IuI21SNZ9WT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A43VkdEXFmTl3rXe16iqDtwVWrnreObF { width:47.75rem;height:2.25rem;top:31.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUn0gxwXsftU5EGddy92eXhKcAT1K5Ny { width:16.75rem;height:3.15rem;top:2.6875rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2edhD6ZTI4prWOAP5Z3vEK6RL5cVSAn { width:3.125rem;height:3.125rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELvMWAVUySCCN0lN0OULp3rrAG2caUMl { width:16.75rem;height:3.15rem;top:2.6875rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsuF4G4cSGhqxqL851D1S7npqez5pZqw { width:16.75rem;height:3.15rem;top:2.6875rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyzRBL0kppipA1t3ZzOKqqnzvEcnBgwb { width:3.125rem;height:3.125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1RXKOsyTvW8B4hvPrNn3gtIduOpzZmi { width:3.125rem;height:3.125rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSbnBnZQku3pQBLiss9i92UrVykJ7lH0 { width:16.75rem;height:3.15rem;top:2.6875rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdnfFKuT65bkiFRBsUkEKW1LwVsm8CM { width:3.125rem;height:3.125rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyGMuJ7SM5FdwXJ65fCntIoQZliCyz8 { width:47.75rem;height:59.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh { display:block; }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzDgIfX2HFNxX1Tx75gb74r8Gz3IDG39 { width:47.75rem;height:2.875rem;top:4.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgMzzcZozBPXkpEGK4IkmxSFxwyENp7M { width:29.625rem;height:14.0625rem;top:28.625rem;left:9.0625rem;display:block; }#FgMzzcZozBPXkpEGK4IkmxSFxwyENp7M li:before{  }
 }@media only screen and (max-width: 763px) { #PqhLIBxLIFH72AVvOBm5ydl34XEbLbX8 { width:47.75rem;height:3rem;top:23.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTc8Ae7pVvcPwvfc0dHfvIMXmXd90sOC { width:19.9375rem;height:2.875rem;top:31.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqSzWuW26rIZZRm3aTZyIRVxwka285FC { width:21.375rem;height:4.1875rem;top:34.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWL8R8eCC1Jt3EBVOe0uwauq4epDkTb { width:21.5rem;height:8.4375rem;top:34.625rem;left:11.750001907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuZNOefexyaK1diiR4FQTgZ2ZpiyxCz { width:19.9375rem;height:2.875rem;top:31.0625rem;left:12.437501907349rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUBs0ehnIQlq5rVzOtWD5n1IlOo4pJm8 { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehZ5DaDfGs8OGlVzTQgml0pwITLV2Ube { display:block; }
 }@media only screen and (max-width: 763px) { #H58FphHLeoW2eDbbzF2nFASERFoxQTdT { width:21.0625rem;height:8.4375rem;top:34.625rem;left:26.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWABIBvlmnyeHzfniDVd74AHgpKWN7bE { width:19.9375rem;height:2.875rem;top:31.0625rem;left:27.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 { display:block; }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBKnSZlF74GT3vlBxLKqKR4lFn8x6XV3 { width:47.75rem;height:5.8125rem;top:4.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5B5BqR27zZkfht999LVIgifFSn6qMoT { width:38.625rem;height:10.4rem;top:7.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr { display:block; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFSTOSMZLJrRikSUczUvxXDAofpv3ZuN { width:47.75rem;height:2.875rem;top:3.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8XiPzG8vFlgXRTJTcPH7kNTS2HtVNJW { width:47.75rem;height:10.125rem;top:9.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9t0Zp9h2vQQx1rBmFDT63A9nvwPoqIi { width:47.75rem;height:56.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB8VSlM593mJr8OQ55x8ThDG2iesU9BF { width:38.625rem;height:6.5rem;top:7.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsCO3QqskHqTkv7ZThug1mQpHZQzLdIg { width:47.75rem;height:20.125rem;top:31.5625rem;left:0rem;font-size:1.625rem;display:block; }#fsCO3QqskHqTkv7ZThug1mQpHZQzLdIg li:before{  }
 }@media only screen and (max-width: 763px) { #brD4gnfnlenZRsg3Fo0B34nylRgmLQS2 { width:19.375rem;height:4rem;top:6.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RSrW8fGbg2iRlsmIaPe8PmOIlUn2GLsM { width:18.625rem;height:4.25rem;top:11.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHaAvtvU9pascltNIn9WovwL54zUADT3 { width:18.75rem;height:3.0625rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMD95bklsXp5DnWmJ700KwtsHbNRGOQt { width:18.4375rem;height:18.1875rem;top:26.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq { display:block; }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faMUgzbbTMX8sUi1yIDgLudTB3dErLS5 { width:2.1875rem;height:2.1875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLahdIr1s81dyziLnGx86eISKWJ6yzUw { width:31rem;height:6.8125rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S68HzDAyAGzEpPt5R5G3bPE9vyfk5X5B { width:30.625rem;height:8.5625rem;top:14rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC5zS3OHhar107aTQXNSsRwPXqlw9LaK { width:2.1875rem;height:2.1875rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia4pXiLlohSw4ouqheDGlcgAogeIyRXt { width:30.375rem;height:8.5625rem;top:25.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPu8rHeBd8ZtkIgPZLwBLPpB8igNmLTA { width:2.1875rem;height:2.1875rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft5oMZerAuoweAu5acAKOBU6c5vCfsm3 { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQpceriz86X8h1Swkt5L30nmoCScTBxJ { display:block; }
 }@media only screen and (max-width: 763px) { #WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { display:block; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { width:29.0625rem;height:12.5625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { width:22.625rem;height:8rem;top:12.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { width:20.5625rem;height:1.6rem;top:19.125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { width:29.0625rem;height:12.5625rem;top:9.875rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6Qv39KXKQplffXU28CXSWIaatiB2EW { width:20.5625rem;height:1.6rem;top:19.125rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { width:20.5625rem;height:8rem;top:12.1875rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { width:25.1875rem;height:2.925rem;top:4.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 { display:block; }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0aNWV9UZTkt9dB0duxHnHFdxSNLeaMd { width:47.75rem;height:10.5625rem;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7A5XeTxp2t6SRLemJHehtJbcHKeCzdS { width:17.625rem;height:3.4375rem;top:42.25rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhwy486ScJDNrS71q07zXqRw1GItSS0 { display:block; }
 }@media only screen and (max-width: 763px) { #qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { display:block; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { width:10.625rem;height:3.9rem;top:57.0625rem;left:2.125rem;display:block; }#eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/SbfeISzn/dot.png); }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#cKPBLBzyIgpl1CHq0DEOKNMerCLHB6aE > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1uULn7Ta9fDgHJ6hO91BAVULX5VatfK { width:7.875rem;height:1.6875rem;top:7.98203125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLop8zaQaTFXTOr7BvtStMvwTQiZI0QX { display:block; }
 }@media only screen and (max-width: 763px) { #eKNArsk715dESh5VDXV4HT1k8yBo3NoO { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLBofxgK1bHPkX4dQxz4sQCKpQx8Wkcb { width:4.0625rem;height:2.8125rem;top:0rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEe3KROF8TgFP3TlUCglyl9Mz5JdLOv { width:5.875rem;height:3.4375rem;top:19.544531822204rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qykg7gS1cTP1Ue1D9OK6IClfo622WhF8 { display:block; }
 }@media only screen and (max-width: 763px) { #ieWdlBt4Gl9iynmuDSOCKQMMELTdF5qf { width:6.625rem;height:3.4375rem;top:24.232031822204rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPW6sRWWonDwWuvJABTJzGH6aA7exvRZ { display:block; }
 }@media only screen and (max-width: 763px) { #RGL1HKeU2Dyc7SObdXaaPTt0S3EfxD4r { width:9.3125rem;height:3.3125rem;top:14.982031822204rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlDvgsSVZIv8KBZ1dfeZdlF0px81DrR7 { display:block; }
 }@media only screen and (max-width: 763px) { #y4CX6yszLQooxiiABQ4BFmUxD6UQacRn { display:flex;width:2rem;height:2rem;top:0.40625rem;left:16.437500357628rem; }
#y4CX6yszLQooxiiABQ4BFmUxD6UQacRn > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:rgba(223,233,239,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-regular-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-checkbox-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk  { width:16.5rem;height:auto;top:41.625000953674rem;left:0rem; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk .widget-info-text { font-weight:400;font-style:normal; }
#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk {display:block;}#ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk { width:16.5rem;height:auto;top:41.625000953674rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #NGUBIMesKOFIIMga0noINgLAQ8zdfqUH {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #QnQNmGCAH6BIZI5ecH061kT5GEgebuCD { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #xEbvnV4RDfdRZ4AznUzun17iN2oh8VEa {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #FacXCbm87p2zyUtUqT9THfUBX0wfeaNl {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sDFIMmyPdmJPNgQ7XVTFWO79lf65TDP6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #bgRduLxKaSaTkaHJENFbSNkOquOgkgpr {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #ZRU5rsFlaalVqsGEUOZc7vpXSiG9nzUh {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #sR0Rv33RHZxeNo1wRxLxPtRAhDQwtgyA { display:block; }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #MzqQpQLVHOXT5Ox1SmuAN8LiysetzchT {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #qGlO3iC1Nn3du8UKXvOyzNMmiKyeBaxv {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #BQK8d5NzQFTbTdcpvUs6UJd6DO55UC9R {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #f3tLtdMv6VTJpRzrBqbqBNWAbPiKVqZ1 {  }
 }@media only screen and (max-width: 763px) { #ZTm9uDQWNwwEswFTvxr38sQztKUX9Qrk #i44LTot1lbznuL5aJaSNu4CFaN7UoSEC {  }
 }@media only screen and (max-width: 763px) { #n52uDt2uU3LgDP3gRwfTd83MstH1Ttka { width:18.5625rem;height:0;top:8.5625rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cZtXQQQnXKDM5ybAC6Ks0G0cIHyqE6k3 { width:19.5rem;height:1.1375rem;top:14.127840995789rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kciO3FIDLeBpttwvNJghJBRUXpUSHh6K { width:18.0625rem;height:0;top:67.829687881469rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #BbTwZQkMcqDMWvhyF3ru9K8BPx2mln1N { width:20rem;height:0;top:82.535938262938rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #mxIwM8zsOqw8nchMbzm1yTTdNK3nz7Aw { height:11.25rem;width:20rem;top:30.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zLGkxk7k8cc2GSPzv1xWQ7Rd79Jl5auR { width:20rem;height:0;top:98.268753051756rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QpJdZHqLIwNipLnK1T5zqpAmGrX2cwmD { width:12.625rem;height:2.275rem;top:16.3125rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ECv1IwFIycfCQ2iRJgza8pBdReTwkWiU { display:flex;width:1.5rem;height:1.5rem;top:16.3125rem;left:1.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #uVcTQWTHmzpiLFMFQ5TK27NXx8EyI1tQ { width:15.25rem;height:2.275rem;top:19.4375rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GumRaUJ0TNwH5BIEomWRODKHOVWiDwJl { display:flex;width:1.5rem;height:1.5rem;top:19.625rem;left:1.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Q4mCDy1Edgn8bo2iwION10viIW22LOzE { display:flex;width:1.5rem;height:1.5rem;top:23.0625rem;left:1.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #iIu9ii395X2OkRmOWt5Pm0F1hQqrbp8o { width:15rem;height:2.275rem;top:22.8125rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hg4hhdkhDFNMy7bEuB6ecRJFMkREMDTR { display:flex;width:1.5rem;height:1.5rem;top:26.3125rem;left:1.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #UErvaKUlHzmWG5oUTEOm6rAtVcJOMRdn { width:14rem;height:2.275rem;top:26.0625rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SEAZUuoFQLCcAEoJkdWdE1i4CLvwHJBy { width:20rem;height:29.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI0xlrgTUXzo0nc0b8onCsPrpm1b1DHq { width:18.9375rem;height:5.2rem;top:3.6214489936829rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsRop62hW2q6tkBy1KDmnArMdghw7gsi { width:20rem;height:0.89375rem;top:66.106248855594rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #d7zSql08NuiJRHpcRSEZr9ke04CnK767 { width:18.5625rem;height:2.6rem;top:10.63707447052rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #mmpbEPqkS43Fg93ePz3oThbwByVTP66T { background-color:rgba(223,233,239,0.48);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { background-color: transparent; background-image: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { display: none; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .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); }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { border-width: 0; border-radius: 0; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmpbEPqkS43Fg93ePz3oThbwByVTP66T > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P53zw04pl9VRIn8Grn5wPxZyTf8kp7n2 { display:flex;width:2rem;height:2rem;top:1.5625rem;left:1.375rem;font-size:1.375rem;opacity:1; }
 }@media only screen and (max-width: 763px) { #Z1GAk0Vyt9Lff0A3Ns0vrveAKelxxIAG { width:14.0625rem;height:1.625rem;top:1.5rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afyc4lysPdRWTDADVHi84r2klNP5LVgb { width:12.5rem;height:1.21875rem;top:2.9375rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVxI7xyOaE9Z43NA7BkX3SbI891kvzfe { display:flex;width:2rem;height:2rem;top:5.6875rem;left:1.375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #b8eSsaF1p5za4TbLR6z2VRklXyWrxsE0 { display:flex;width:2rem;height:2rem;top:9.6875rem;left:1.375rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #miTITanJqTTpw0eywKHf2RhwKTLXC7n8 { width:15.9375rem;height:1.625rem;top:5.625rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnNVa2PQG44Vg87nlUswF07n4e71utFF { width:12.5rem;height:1.21875rem;top:7.0625rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQl5vaKBKFBXZcAH3ucPXWswxrQfSgSE { width:12.5rem;height:1.21875rem;top:11.0625rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfzPwNUo4uPEhn0ZqCaXbTLTiLibh8uT { width:9.875rem;height:1.625rem;top:9.625rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl { background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/854eab41-89bd-4379-9a33-e5c6c7004b07/Dubajwakacjecowartowiedziec.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl.adaptive-delivery-prevent-bg, #scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl.lazyload, #scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl.lazyloading { background-image: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { background-color: transparent; background-image: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { display: none; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .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); }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { border-width: 0; border-radius: 0; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scHF1RAvIxCl1eLGOPtAIqBll2xGPaxl > .row .container { width:20rem;height:60.800003051758rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQVS3A1pt4nzxXSeOrEiwOmDi9wb8Ltg { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXUqw4qQ1DTL4tmJJwRW0f0ngxpbBq1d { width:20rem;height:0;top:28.112216949463rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Hiutkiwd8Wl7ll3Z2Iy6qB8P7TL9iVDL { width:20rem;height:0;top:41.599433898926rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UaVQa9h1vTgnHNxOdQes0EDb79bEZki5 { width:14.8125rem;height:3.125rem;top:55.5rem;left:2rem;font-size:1.125rem;z-index:15024;background-color:#25af98;background-image:none;border-top:0rem solid #25af98;border-left:0rem solid #25af98;border-right:0rem solid #25af98;border-bottom:0.3125rem solid #25af98;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyNdrlZCq4FTlgb2LoMzLb37TZz4PnC5 { display:block; }
 }@media only screen and (max-width: 763px) { #GC9XU0HZtpVq3LZGOqqcBMb4Eh3Iu7Pa { width:20rem;height:1.78755625rem;top:4.4375rem;left:1.3999999761581rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZIXS6R5uAplbFq9Nq7pT6aTV40tUm4kz { width:20rem;height:5.85rem;top:31.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15022;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y9IUiTMMiP2ubT2THeiSKKr3w3sXHuQS { width:19.1875rem;height:12.275rem;top:39.875rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15023;color:#ffffff;display:block; }#y9IUiTMMiP2ubT2THeiSKKr3w3sXHuQS li:before{  }
 }@media only screen and (max-width: 763px) { #eneS2cAbrLZnO4KnSplTzrMqz24fg3F2 { width:19.625rem;height:13.625rem;top:0.42500305175781rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpQ6UPgMTrGvVTW2X5vgHhIC3klk7a5e { top:30.737500190735rem;left:0rem;width:20rem;height:30.0625rem;z-index:15019;background-color:rgba(0,0,0,0.78);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9boR3gC3MzPBaEvoJpAdHOJC2Ny76f { width:19.5rem;height:13.625rem;top:15.29921913147rem;left:0rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container { background-color: transparent; background-image: none; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container > .video-iframe-container { display: none; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row > .video-iframe-container { display: none; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .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); }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container { border-width: 0; border-radius: 0; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWr5DeMK5T8eTPH6s87BUvZMRWUr6otE > .row .container { width:20rem;height:21.06640625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRAdlgZZZsVNMuKNZ1yaMi8xTwBdPBD5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TsPWQsA0xKx1aMKe2v9kQ1b5PZgibZ9H { width:20rem;height:0;top:4.2875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KKW6AuQCu89BdGku8J9ShDRqyIrKuyHL { width:20rem;height:0;top:16.9125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }#KKW6AuQCu89BdGku8J9ShDRqyIrKuyHL li:before{  }
 }@media only screen and (max-width: 763px) { #FONLl4OdzCtSnbhTtQW7Ak4y2HIRQd1c { width:20rem;height:13.848797250859rem;top:37.9125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SR4guXkx8HNJvlqVRTs43NQEgTNrgRby { width:17.5rem;height:13rem;top:6.3330965042112rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15027;color:rgba(255,255,255,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #PaDRrRASwF1aDye9UFpfqiz0yI21KkuU { width:17.875rem;height:2.925rem;top:1.6825284957886rem;left:1.0625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kspHx3OX9vIS5TwsMeZ0JKx9kNzfFFrO { top:0.62890625rem;left:0rem;width:19.875rem;height:20.4375rem;z-index:15025;background-color:rgba(0,0,0,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pEEm3rAVewgEqTfQcHITT1PX0RXfuwvf { width:20rem;height:13.916349809886rem;top:29.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt { background-color:rgba(223,233,239,0.08);background-image:none;display:block; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container { background-color: transparent; background-image: none; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container > .video-iframe-container { display: none; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row > .video-iframe-container { display: none; }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .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); }#RLJQ0oEUL3cCRqPnBFwJrvTq4riFTtXt > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c08efGxA8ppCEEhki0XiWyPZBgUtFcDg { width:20rem;height:0;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ePfnDnqLTp5wpJiAseMR8HQIHX3P6ffM { width:18.75rem;height:3.09375rem;top:5.375rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nliQiqdlcRdacl8LiGFeT7AVPdVN9pPQ { display:flex;width:2rem;height:2rem;top:9.3125rem;left:0.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #SwEBNdekrOMEwikuFMkuxc4oVTEkhmdi { width:11.5625rem;height:0;top:8.6079549789431rem;left:2.8125001788139rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oF8BP9q4zfLWvuSxBWtOKJuUwJ3PUEIz { width:17.625rem;height:4.225rem;top:11.25rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8uWWQ99BSKhHB2TK9etcKGsbKJIIQvE { width:18.0625rem;height:4.225rem;top:19.4375rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXfO3hmP5kgE1kft1Mg6yz36uJi7N0pT { width:15.875rem;height:0;top:16.5625rem;left:2.8125001788139rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zmb6XyoMoW5hQ6Dh1kTde9uRtanJTIDR { display:flex;width:2rem;height:2rem;top:17.3125rem;left:0.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #pcRttJO0VLmlV60EgWFiPZLrh1iB8SwM { width:18.25rem;height:4.225rem;top:27.625rem;left:1.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qne0VMB14ahrbJ3bZ6oD1XuCZLUtbVCl { width:11.875rem;height:0;top:24.875000476837rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kvGMCeXUHffTeI4Ma7lSM8TGNKAC2SD4 { display:flex;width:2rem;height:2rem;top:25.625rem;left:0.8125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #B8i4w2g9tvT3x0lM9FFbTc1ROyQPNuMg { width:14.8125rem;height:3.125rem;top:34.6875rem;left:2.0000001192093rem;font-size:1.125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khXgCSwvEowtmW3QLkAcWt5u7WCTZmPh { display:block; }
 }@media only screen and (max-width: 763px) { #BqOVtT92L5RovEpb5IJmMmcTtCrZ9LOi { width:19rem;height:4.078835rem;top:1.3125rem;left:0.4992898106575rem;font-size:1.6875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #QKSGT2aSTk9dfNnWBuixxoFkAqzC87tM { display:block; }
 }@media only screen and (max-width: 763px) { #ciDWNhnuSy1SbANvQ32lqT2EA3yrT0d1 { width:20rem;height:0;top:45.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #auWHtDZ8TJlkWrL2ADlcqx7ubP6DDeZ8 { width:20rem;height:0;top:33rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #cKZ1fsNscrwq3iTRXLdflIlWwF019yt0 { width:20rem;height:2.925rem;top:1.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wXGOaZcJkATOIE0wQFOol2LVzg813i9y { width:11.5625rem;height:1.25rem;top:9.59375rem;left:3.5500000715256rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #oU1U2PKsJmy6xwfRqVB9rzXzuBM8GZmZ { width:15.875rem;height:1.25rem;top:17.3125rem;left:3.5500000715256rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #xxuvhSqxNOghSDqTTEyxTgin4058dcNE { width:11.875rem;height:1.25rem;top:25.90625rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm { display:block; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm { background-color: transparent; background-image: none; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container > .video-iframe-container { display: none; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row > .video-iframe-container { display: none; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .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); }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm { border-width: 0; border-radius: 0; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XPzcZMXq3cRt5FlOdNOpuwkIZpX2d2fm > .row .container { width:20rem;height:34.4375rem;background-color:rgba(223,233,239,0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra5bKD5V5wNXi8ZIbBrDQV3bbd8LskUk { width:18.3125rem;height:4.05rem;top:1.2500152587891rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#050102;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #CTPks4Z81AsEyZQLBQvUHQTviD2nEaHF { width:14.8125rem;height:3.125rem;top:8.96875rem;left:2.0000001192093rem;font-size:1.125rem;z-index:15047;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umcQ1egqWqnOuesilhnrEST1cZJyPogS { display:block; }
 }@media only screen and (max-width: 763px) { #I7zJBDssN10yNdcLaBt2pdzVaglyo706 { width:20rem;height:0;top:11.580728530884rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ufhz6FuHmKpMpqT6OvvN6IuI21SNZ9WT { top:6.6757202148438E-6rem;left:0rem;width:19.875rem;height:34.4375rem;z-index:15000;background-color:rgba(0,0,0,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A43VkdEXFmTl3rXe16iqDtwVWrnreObF { width:20rem;height:1.25rem;top:15.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUn0gxwXsftU5EGddy92eXhKcAT1K5Ny { width:17.3125rem;height:1.2rem;top:19.125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z2edhD6ZTI4prWOAP5Z3vEK6RL5cVSAn { display:flex;width:1.625rem;height:1.625rem;top:18.75rem;left:0.3125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #ELvMWAVUySCCN0lN0OULp3rrAG2caUMl { width:16.875rem;height:1.2rem;top:21.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dsuF4G4cSGhqxqL851D1S7npqez5pZqw { width:16.5rem;height:2.4rem;top:24.1875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LyzRBL0kppipA1t3ZzOKqqnzvEcnBgwb { display:flex;width:1.625rem;height:1.625rem;top:21.5rem;left:0.3125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #Z1RXKOsyTvW8B4hvPrNn3gtIduOpzZmi { display:flex;width:1.625rem;height:1.625rem;top:24.625rem;left:0.3125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #MSbnBnZQku3pQBLiss9i92UrVykJ7lH0 { width:17.5rem;height:2.4rem;top:27.625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zfdnfFKuT65bkiFRBsUkEKW1LwVsm8CM { display:flex;width:1.625rem;height:1.625rem;top:28rem;left:0.3125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #oDyGMuJ7SM5FdwXJ65fCntIoQZliCyz8 { width:20rem;height:29.875rem;top:18.074576377869rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh { display:block; }#RhNaDXK8yT5UBt81RcI0T1rx2JwzGXKh > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzDgIfX2HFNxX1Tx75gb74r8Gz3IDG39 { width:19.5rem;height:3.25rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgMzzcZozBPXkpEGK4IkmxSFxwyENp7M { width:20rem;height:8.425rem;top:29.225000858307rem;left:0rem;font-size:1rem;display:block; }#FgMzzcZozBPXkpEGK4IkmxSFxwyENp7M li:before{  }
 }@media only screen and (max-width: 763px) { #PqhLIBxLIFH72AVvOBm5ydl34XEbLbX8 { width:20rem;height:1.625rem;top:26.587500095367rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#25af98;display:block; }
 }@media only screen and (max-width: 763px) { #rTc8Ae7pVvcPwvfc0dHfvIMXmXd90sOC { width:19.875rem;height:1.625rem;top:5.9249992370606rem;left:0.18671882152558rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqSzWuW26rIZZRm3aTZyIRVxwka285FC { width:19.9375rem;height:1.3rem;top:7.90625rem;left:0.061718761920929rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWL8R8eCC1Jt3EBVOe0uwauq4epDkTb { width:19.9375rem;height:2.6rem;top:12.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyuZNOefexyaK1diiR4FQTgZ2ZpiyxCz { width:19.9375rem;height:1.625rem;top:10.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUBs0ehnIQlq5rVzOtWD5n1IlOo4pJm8 { width:12.5rem;height:3.125rem;top:40.899219512939rem;left:2.9062501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehZ5DaDfGs8OGlVzTQgml0pwITLV2Ube { display:block; }
 }@media only screen and (max-width: 763px) { #H58FphHLeoW2eDbbzF2nFASERFoxQTdT { width:19.9375rem;height:3.9rem;top:19.962499856949rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWABIBvlmnyeHzfniDVd74AHgpKWN7bE { width:19.9375rem;height:1.625rem;top:17.931250572204rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 { display:block; }#FRebEAtTKs1s0dREV7wtVbQIynTFX1M9 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBKnSZlF74GT3vlBxLKqKR4lFn8x6XV3 { width:20rem;height:4.875rem;top:2.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5B5BqR27zZkfht999LVIgifFSn6qMoT { width:20rem;height:8.125rem;top:8.7187495231631rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr { background-color:#ffffff;background-image:none;display:block; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container { background-color: transparent; background-image: none; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container > .video-iframe-container { display: none; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row > .video-iframe-container { display: none; }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .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); }#FfqkLimzNEfkiIsg4OxQB1mJJPLusoFr > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFSTOSMZLJrRikSUczUvxXDAofpv3ZuN { width:19.75rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8XiPzG8vFlgXRTJTcPH7kNTS2HtVNJW { width:20rem;height:0;top:7.0492181777956rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.7;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #y9t0Zp9h2vQQx1rBmFDT63A9nvwPoqIi { width:19.8125rem;height:48.4375rem;top:0.21249999999997rem;left:0.061921891058589rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB8VSlM593mJr8OQ55x8ThDG2iesU9BF { width:20rem;height:3.25rem;top:21.86171913147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsCO3QqskHqTkv7ZThug1mQpHZQzLdIg { width:20rem;height:0;top:30.174221038818rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:none; }#fsCO3QqskHqTkv7ZThug1mQpHZQzLdIg li:before{  }
 }@media only screen and (max-width: 763px) { #brD4gnfnlenZRsg3Fo0B34nylRgmLQS2 { width:20rem;height:3.25rem;top:6.5234355926512rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #RSrW8fGbg2iRlsmIaPe8PmOIlUn2GLsM { width:18.625rem;height:2.925rem;top:11.7109375rem;left:1.3750001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #mHaAvtvU9pascltNIn9WovwL54zUADT3 { width:18.75rem;height:2.925rem;top:15.59921836853rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #wMD95bklsXp5DnWmJ700KwtsHbNRGOQt { width:18.4375rem;height:18.2rem;top:26.48671913147rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15026;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq { display:block; }#s4R6GBBClz54xzVOT6QeoZFOl6tUZWmq > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faMUgzbbTMX8sUi1yIDgLudTB3dErLS5 { width:2.1875rem;height:2.1875rem;top:2.2624988555908rem;left:1.5000001192093rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CLahdIr1s81dyziLnGx86eISKWJ6yzUw { width:20rem;height:9.75rem;top:2.8250007629394rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S68HzDAyAGzEpPt5R5G3bPE9vyfk5X5B { width:20rem;height:11.375rem;top:30.275000572204rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BC5zS3OHhar107aTQXNSsRwPXqlw9LaK { width:2.1875rem;height:2.1875rem;top:15.375rem;left:0.5rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ia4pXiLlohSw4ouqheDGlcgAogeIyRXt { width:20rem;height:11.375rem;top:16.625000476837rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPu8rHeBd8ZtkIgPZLwBLPpB8igNmLTA { width:2.1875rem;height:2.1875rem;top:29.500000953674rem;left:0.5rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ft5oMZerAuoweAu5acAKOBU6c5vCfsm3 { width:12.5rem;height:3.125rem;top:44.41171836853rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQpceriz86X8h1Swkt5L30nmoCScTBxJ { display:block; }
 }@media only screen and (max-width: 763px) { #WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw { display:block; }#WQPuo2l9od93cToyn1ZnRTsIT9oKTFIw > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWGtnElTcypv8zn1TmfclKzUAPmIqmVO { width:19.625rem;height:14.375rem;top:4.2226543426514rem;left:0.07421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThUt3pf3PC2LmJC2oSvc30ksETJTiye3 { width:18.75rem;height:9.6rem;top:5.7601565718651rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGwJgVma7mnk8DzGyX2QI43PbHxg6cLs { width:20rem;height:1.6rem;top:16.36093711853rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqwzcQtMgZokTIM5XGtmdnTLqarHXvXI { width:19.625rem;height:14.375rem;top:20.2125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6Qv39KXKQplffXU28CXSWIaatiB2EW { width:20rem;height:1.6rem;top:32.02499961853rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpmWMBNyMZO51GHJbmOhwGC3mEu4IJpT { width:18.75rem;height:8rem;top:21.981251180172rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiT3rpUrtbbJ4nHvA2bIn0rwhbQVWAl5 { width:20rem;height:1.78755625rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 { display:block; }#Mt5XiZ779qdiHOXWELrsv4n1ovApcRx7 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0aNWV9UZTkt9dB0duxHnHFdxSNLeaMd { width:20rem;height:13.1625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7A5XeTxp2t6SRLemJHehtJbcHKeCzdS { width:12.5rem;height:3.125rem;top:17.25rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhwy486ScJDNrS71q07zXqRw1GItSS0 { display:block; }
 }@media only screen and (max-width: 763px) { #qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS { background-color:rgba(255,255,255,0.34);background-image:none;display:block; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { background-color: transparent; background-image: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row > .video-iframe-container { display: none; }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .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); }#qzJTPhGUehJG2MP4Wiiu3QAdEgTXeQzS > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ { width:12.875rem;height:3.25rem;top:1.25rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#eq6chBSA3ZqTu6Msg8WlVTI2XglWtVKZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/SbfeISzn/dot.png); }
 }