.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: 959px) {
    html {
        width: 960px;
    }
}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); }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG { 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; }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row .container { background-color: transparent; background-image: none; }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row .container > .video-iframe-container { display: none; }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row > .video-iframe-container { display: none; }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .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); }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row .container { border-width: 0; border-radius: 0; }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#R0EPRaREJEC9DXEoiVhOQdhuBoW2TNeo { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#OhCTH4T8NECDIvTFvPNslvwK4IW9vlfH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAh0SIJQUBnTGEWTP1d6cezv5AlHlkAA { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#NDwFizt01U7v6d3NnN82HgFFTuL0wf7w { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#F2mE8uwrFHBLv26eqmTG0oIGFxVxHVUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcUFH22ngSdqKS3oW91r3QWoUewsfglK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#syZs8xce9mSCCX75NymsEiQlUPPT2fJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEr2DWTSkEEwMvlQ7rbVxKJOyJQMC5lU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#PsG6TmyIBS2LEEwcgPBw9lFdm7PcVipM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xiuR72tsw0nsIn6cRGBDtpN9uRSJodOW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#COD6XxGyFoTeyc8qDnWMhqaDbRUi9mqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsGDBnfPBLZZMRMWh1FVqPg9QhiBlnEi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#z400Kgd3A3Q2W5OvdTqD0pWCPJEQGs3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNqccXBJVUVXfh5QeafJRVxNa7zNGRi4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#VzpVmt3v96td4oLii83NpvghOAVXf2XW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#w2L9Bd64XQWQMbAaqAN71IweyXiFgTyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 { position:relative;display:block; }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 { background-color: transparent; background-image: none; }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .row .container > .video-iframe-container { display: none; }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .row > .video-iframe-container { display: none; }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .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); }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 { border-width: 0; border-radius: 0; }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .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; }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .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:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#brcKQ9l8aqbweIwgOr6Aw1IvEyz4UkM2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#WTCvo0gUqn1b3T1psycE7yCKfnqJNSUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kO98zfaQXr9nMcas1Jz7A9l8AbQZrm1Q { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#MEJC2tNg1NUb0aeuxtT6JP1ofdvqXJkM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5OlF4irCO36COwP6vz3hcFNS0mTrlUW { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#lPtGT4H8WN5f7r83mkQSSza4loZi3CHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6WKXiubcHKS2Ctau0sCEIHw1uigwP92 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#HhalQs4v2onstNBS0LbX5N81Tzlswzb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fow9lpkcVaF1ZhQQTIuRg0UE13F3tnvS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#GVy0erWDwJkNtzCQA2aHV9DEz54LDKoJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mlJkKPpT5Pr5MTAFq5ZGwPeIGZuWGevM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#PeVxtOEmgUv8W5U6Tw0Qf82nWNmxLGgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5t2p5bPE9WmbezFTbEDlR6svtCPmEng { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#zKnAceGz7faATsVGRGaJOLD4APrXJQL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/617c477b-5b96-4e71-b533-a2503844a16d/imagecrop_2342x2414_974253previewpreviewmirror.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:3.9364347457886rem;left:2.6873207092285rem;height:8.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:16.186966896057rem;left:2.685546875rem;height:8.5rem;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.6875rem;left:0rem;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00b3b3;border-left:0.0625rem solid #00b3b3;border-right:0.0625rem solid #00b3b3;border-bottom:0.0625rem solid #00b3b3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.823488625rem;height:3.636363625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.686257362366rem;left:16.935369491577rem;display:block; }
#php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUOWk9Ofvr9ErJDZPG2ZmVT93LbNmW8e { color:#ffffff;display:block;width:31.1869375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:12.808060646057rem;left:2.6846580505371rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { 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; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { color:#1c1f2f;display:block;width:57.1244375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.7183952331543rem;left:1.4373226165771rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { 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; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { background-color: transparent; background-image: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container > .video-iframe-container { display: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container { display: none; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .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); }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { border-width: 0; border-radius: 0; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:15.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:15rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:15rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:15rem;top:0rem;left:45rem;overflow:hidden;display:block; }
#fxfLSEpz3OQuKPeT7fT5BftkVeRbonP4 { color:#1c1f2f;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:24.8994140625rem;left:1.8125rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDRE6MBTtW4sWaJiKdp33ETBK0I78uTN { position:absolute;display:block;z-index:15016;background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.3125rem;top:1.25rem;left:9.6875rem;display:none; }
#THos0emTKA8yrJVCeWms1cLGPTMe49FT { position:absolute;display:block;z-index:15018;background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.3125rem;top:1.3125rem;left:24.6875rem;display:none; }
#XW8klxgRMUbPwbLbqwB0DuLcoLLC255q { position:absolute;display:block;z-index:15020;background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.3125rem;top:1.25rem;left:39.6875rem;display:none; }
#GiU9JkG8kdppxRO8SQGz1HJuIps0JZkb { position:absolute;display:block;z-index:15022;background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.3125rem;top:1.25rem;left:54.6875rem;display:none; }
#dyhfOKJKpCn7vGRkly9e7haMRSFSTPi4 { color:#1c1f2f;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:26.75rem;left:0rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIEUr8l3prWJP2nJTJxTcpQAc57BdgKS { color:#1c1f2f;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:24.811791419983rem;left:14.999109268189rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrplsnCCPe2X6wZl90kUxuZ9Tc2VETa1 { color:#1c1f2f;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:24.8994140625rem;left:30.4375rem;height:5.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCTFbldiZlLFaHXzpTTFDHmFZzJmfzTD { color:#1c1f2f;display:block;width:13.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:24.8994140625rem;left:45.75rem;height:7.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPz24ppMst7ttZw7kTKFn9sd93I09SBB { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:3.75rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:34.0625rem;left:17.21875rem;display:block; }
#ZZGeIlodXeTXLROTDxGZxGF8nJltdtvG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { 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; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#OdgS06yVTlObOG51X69U5mbGBzAyJKCE { color:#1c1f2f;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { color:#1c1f2f;display:block;width:45.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:6.123046875rem;left:7.03125rem;height:7.6484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row .container { background-color: transparent; background-image: none; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row .container > .video-iframe-container { display: none; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row > .video-iframe-container { display: none; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .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); }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row .container { border-width: 0; border-radius: 0; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:60rem;position:relative;display:block; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ { position:relative;display:block; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ { background-color: transparent; background-image: none; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .row .container > .video-iframe-container { display: none; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .row > .video-iframe-container { display: none; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .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); }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ { border-width: 0; border-radius: 0; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .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; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .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:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vwbri6T3aWKExGSQVHdWHWuJOAPhmiBZ { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#GgA4r6J3QE0BymSSZXS1WEFOol2iybZ1 { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#mlNn68JLdb8DGMceTrLVaWh8AuM0fNfy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#mlNn68JLdb8DGMceTrLVaWh8AuM0fNfy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#WhODz1UA6ihbRJmCi0F7PEQACRTOkrXZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#WhODz1UA6ihbRJmCi0F7PEQACRTOkrXZ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Ph93f3RdeAJNq13HOxSGvEhfMuA0t5LP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#Ph93f3RdeAJNq13HOxSGvEhfMuA0t5LP > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#IKCsbufx2E8r2uwkUfpWSxMHUrmr3nBz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#IKCsbufx2E8r2uwkUfpWSxMHUrmr3nBz > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#iuZl1TSXaz6M1VdhrHMJy7UOpd3JWsDG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#gqtR1raW0elI4MMLg0PuIzP5dDcF6K6J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#KmlVsnsfNIGfDA4RyPpWbChUsoIFkH5x { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#RR4VCcKDN8qFRxxOcJDrJkOhwPh3zlXf { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#eWNa0f83zUDAw1TVdyRLiccGQ7NkcPJm { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#mvWeRxkeCt9Up0Dm2mr70FkrrhETy8Zi { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#zg5SSPTfRevUJxVFm9Ah9TbWfKMG0hu6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#dhV2ukwXgJK5zal1gzuWG22zpdOVnsD0 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#smf07ft1ziHwsUL38tcLb3qa75CbWG7a { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#Jw81vpQKCnsAUDM0eDkV2RUGVkcxf5HK { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#TmZEPQATfS1mp2cSVavuh4XLli55Qx2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wstfapoy43w41wK2Zp1hfp6qobwi2ket { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#TWDGUA7aARsDNXPvCage46R8znCbgqHi { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#bTB8gWtNTrLbXtc5Ive0TGeZoE5btOz7 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#WAcRJlbH9VAOZxdtvUQ9zW28HDDbMNnU { 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; }
#d21BEI9vPdFTqDIgJD1pGkNnF0eTK2Bh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8125rem;left:54.875rem; }
#d21BEI9vPdFTqDIgJD1pGkNnF0eTK2Bh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG { display:block; }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0EPRaREJEC9DXEoiVhOQdhuBoW2TNeo { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhCTH4T8NECDIvTFvPNslvwK4IW9vlfH { display:block; }
 }@media only screen and (max-width: 763px) { #bAh0SIJQUBnTGEWTP1d6cezv5AlHlkAA { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwFizt01U7v6d3NnN82HgFFTuL0wf7w { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2mE8uwrFHBLv26eqmTG0oIGFxVxHVUy { display:block; }
 }@media only screen and (max-width: 763px) { #xcUFH22ngSdqKS3oW91r3QWoUewsfglK { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #syZs8xce9mSCCX75NymsEiQlUPPT2fJO { display:block; }
 }@media only screen and (max-width: 763px) { #NEr2DWTSkEEwMvlQ7rbVxKJOyJQMC5lU { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsG6TmyIBS2LEEwcgPBw9lFdm7PcVipM { display:block; }
 }@media only screen and (max-width: 763px) { #xiuR72tsw0nsIn6cRGBDtpN9uRSJodOW { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COD6XxGyFoTeyc8qDnWMhqaDbRUi9mqd { display:block; }
 }@media only screen and (max-width: 763px) { #MsGDBnfPBLZZMRMWh1FVqPg9QhiBlnEi { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z400Kgd3A3Q2W5OvdTqD0pWCPJEQGs3w { display:block; }
 }@media only screen and (max-width: 763px) { #mNqccXBJVUVXfh5QeafJRVxNa7zNGRi4 { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzpVmt3v96td4oLii83NpvghOAVXf2XW { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2L9Bd64XQWQMbAaqAN71IweyXiFgTyn { display:block; }
 }@media only screen and (max-width: 763px) { #A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 { display:block; }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brcKQ9l8aqbweIwgOr6Aw1IvEyz4UkM2 { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTCvo0gUqn1b3T1psycE7yCKfnqJNSUC { display:block; }
 }@media only screen and (max-width: 763px) { #kO98zfaQXr9nMcas1Jz7A9l8AbQZrm1Q { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEJC2tNg1NUb0aeuxtT6JP1ofdvqXJkM { display:block; }
 }@media only screen and (max-width: 763px) { #T5OlF4irCO36COwP6vz3hcFNS0mTrlUW { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPtGT4H8WN5f7r83mkQSSza4loZi3CHP { display:block; }
 }@media only screen and (max-width: 763px) { #N6WKXiubcHKS2Ctau0sCEIHw1uigwP92 { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhalQs4v2onstNBS0LbX5N81Tzlswzb4 { display:block; }
 }@media only screen and (max-width: 763px) { #Fow9lpkcVaF1ZhQQTIuRg0UE13F3tnvS { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVy0erWDwJkNtzCQA2aHV9DEz54LDKoJ { display:block; }
 }@media only screen and (max-width: 763px) { #mlJkKPpT5Pr5MTAFq5ZGwPeIGZuWGevM { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeVxtOEmgUv8W5U6Tw0Qf82nWNmxLGgV { display:block; }
 }@media only screen and (max-width: 763px) { #a5t2p5bPE9WmbezFTbEDlR6svtCPmEng { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKnAceGz7faATsVGRGaJOLD4APrXJQL3 { display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:31.125rem;height:;top:3.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:30.25rem;height:8.5rem;top:16.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { width:16.8125rem;height:3.625rem;top:30.625rem;left:10.810369491577rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block; }
 }@media only screen and (max-width: 763px) { #hUOWk9Ofvr9ErJDZPG2ZmVT93LbNmW8e { width:31.125rem;height:;top:12.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:47.75rem;height:2.6875rem;top:2.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { display:block; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { width:15.125rem;height:22.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { width:15rem;height:22.9375rem;top:0rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { width:15rem;height:22.9375rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { width:15rem;height:22.9375rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxfLSEpz3OQuKPeT7fT5BftkVeRbonP4 { width:11.375rem;height:1.875rem;top:24.875rem;left:0.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDRE6MBTtW4sWaJiKdp33ETBK0I78uTN { width:5.3125rem;height:2.5rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THos0emTKA8yrJVCeWms1cLGPTMe49FT { width:5.3125rem;height:2.5rem;top:1.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW8klxgRMUbPwbLbqwB0DuLcoLLC255q { width:5.3125rem;height:2.5rem;top:1.25rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiU9JkG8kdppxRO8SQGz1HJuIps0JZkb { width:5.3125rem;height:2.5rem;top:1.25rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyhfOKJKpCn7vGRkly9e7haMRSFSTPi4 { width:15rem;height:3.8125rem;top:26.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIEUr8l3prWJP2nJTJxTcpQAc57BdgKS { width:15rem;height:3.8125rem;top:24.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrplsnCCPe2X6wZl90kUxuZ9Tc2VETa1 { width:14.125rem;height:5.6875rem;top:24.875rem;left:21.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTFbldiZlLFaHXzpTTFDHmFZzJmfzTD { width:13.5rem;height:7.625rem;top:24.875rem;left:34.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPz24ppMst7ttZw7kTKFn9sd93I09SBB { width:25.5625rem;height:3.75rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGeIlodXeTXLROTDxGZxGF8nJltdtvG { display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:47.75rem;height:2.6875rem;top:2.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:45.9375rem;height:7.625rem;top:6.0625rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyTvFMxG0vX2lWP4VsdVGnro6dzollqs { display:block; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ { display:block; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwbri6T3aWKExGSQVHdWHWuJOAPhmiBZ { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgA4r6J3QE0BymSSZXS1WEFOol2iybZ1 { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlNn68JLdb8DGMceTrLVaWh8AuM0fNfy { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#mlNn68JLdb8DGMceTrLVaWh8AuM0fNfy > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #WhODz1UA6ihbRJmCi0F7PEQACRTOkrXZ { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#WhODz1UA6ihbRJmCi0F7PEQACRTOkrXZ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Ph93f3RdeAJNq13HOxSGvEhfMuA0t5LP { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#Ph93f3RdeAJNq13HOxSGvEhfMuA0t5LP > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #IKCsbufx2E8r2uwkUfpWSxMHUrmr3nBz { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#IKCsbufx2E8r2uwkUfpWSxMHUrmr3nBz > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #iuZl1TSXaz6M1VdhrHMJy7UOpd3JWsDG { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqtR1raW0elI4MMLg0PuIzP5dDcF6K6J { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmlVsnsfNIGfDA4RyPpWbChUsoIFkH5x { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR4VCcKDN8qFRxxOcJDrJkOhwPh3zlXf { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWNa0f83zUDAw1TVdyRLiccGQ7NkcPJm { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvWeRxkeCt9Up0Dm2mr70FkrrhETy8Zi { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg5SSPTfRevUJxVFm9Ah9TbWfKMG0hu6 { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhV2ukwXgJK5zal1gzuWG22zpdOVnsD0 { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smf07ft1ziHwsUL38tcLb3qa75CbWG7a { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw81vpQKCnsAUDM0eDkV2RUGVkcxf5HK { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZEPQATfS1mp2cSVavuh4XLli55Qx2I { display:block; }
 }@media only screen and (max-width: 763px) { #Wstfapoy43w41wK2Zp1hfp6qobwi2ket { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWDGUA7aARsDNXPvCage46R8znCbgqHi { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTB8gWtNTrLbXtc5Ive0TGeZoE5btOz7 { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAcRJlbH9VAOZxdtvUQ9zW28HDDbMNnU { display:none; }
 }@media only screen and (max-width: 763px) { #d21BEI9vPdFTqDIgJD1pGkNnF0eTK2Bh { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#d21BEI9vPdFTqDIgJD1pGkNnF0eTK2Bh > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG { position:relative;z-index:auto;display:block; }#QNqwamqA6Lk3dW1oRiDhHTHtXgEoTWrG > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0EPRaREJEC9DXEoiVhOQdhuBoW2TNeo { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhCTH4T8NECDIvTFvPNslvwK4IW9vlfH { display:block; }
 }@media only screen and (max-width: 763px) { #bAh0SIJQUBnTGEWTP1d6cezv5AlHlkAA { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDwFizt01U7v6d3NnN82HgFFTuL0wf7w { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2mE8uwrFHBLv26eqmTG0oIGFxVxHVUy { display:block; }
 }@media only screen and (max-width: 763px) { #xcUFH22ngSdqKS3oW91r3QWoUewsfglK { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syZs8xce9mSCCX75NymsEiQlUPPT2fJO { display:block; }
 }@media only screen and (max-width: 763px) { #NEr2DWTSkEEwMvlQ7rbVxKJOyJQMC5lU { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsG6TmyIBS2LEEwcgPBw9lFdm7PcVipM { display:block; }
 }@media only screen and (max-width: 763px) { #xiuR72tsw0nsIn6cRGBDtpN9uRSJodOW { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COD6XxGyFoTeyc8qDnWMhqaDbRUi9mqd { display:block; }
 }@media only screen and (max-width: 763px) { #MsGDBnfPBLZZMRMWh1FVqPg9QhiBlnEi { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z400Kgd3A3Q2W5OvdTqD0pWCPJEQGs3w { display:block; }
 }@media only screen and (max-width: 763px) { #mNqccXBJVUVXfh5QeafJRVxNa7zNGRi4 { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #VzpVmt3v96td4oLii83NpvghOAVXf2XW { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2L9Bd64XQWQMbAaqAN71IweyXiFgTyn { display:block; }
 }@media only screen and (max-width: 763px) { #A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 { display:block; }#A0g0yxhKhytTeK8W9p2vH0BT5mzvfWc1 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brcKQ9l8aqbweIwgOr6Aw1IvEyz4UkM2 { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WTCvo0gUqn1b3T1psycE7yCKfnqJNSUC { display:block; }
 }@media only screen and (max-width: 763px) { #kO98zfaQXr9nMcas1Jz7A9l8AbQZrm1Q { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MEJC2tNg1NUb0aeuxtT6JP1ofdvqXJkM { display:block; }
 }@media only screen and (max-width: 763px) { #T5OlF4irCO36COwP6vz3hcFNS0mTrlUW { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lPtGT4H8WN5f7r83mkQSSza4loZi3CHP { display:block; }
 }@media only screen and (max-width: 763px) { #N6WKXiubcHKS2Ctau0sCEIHw1uigwP92 { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HhalQs4v2onstNBS0LbX5N81Tzlswzb4 { display:block; }
 }@media only screen and (max-width: 763px) { #Fow9lpkcVaF1ZhQQTIuRg0UE13F3tnvS { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GVy0erWDwJkNtzCQA2aHV9DEz54LDKoJ { display:block; }
 }@media only screen and (max-width: 763px) { #mlJkKPpT5Pr5MTAFq5ZGwPeIGZuWGevM { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PeVxtOEmgUv8W5U6Tw0Qf82nWNmxLGgV { display:block; }
 }@media only screen and (max-width: 763px) { #a5t2p5bPE9WmbezFTbEDlR6svtCPmEng { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zKnAceGz7faATsVGRGaJOLD4APrXJQL3 { display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4722cea0-1fcf-400d-8c5d-de4ad8fb60b4/Zdjecie3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:19.4375rem;height:5.3994125rem;top:2.6875rem;left:0.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:19.25rem;height:4.546875rem;top:10.0625rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:9.375rem;height:2.1875rem;top:16.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #WdvOsJd6SHgR51XsA7U9yef6ooPCVVlD { width:9.375rem;height:2.1875rem;top:16.125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #php1nX5XraFtB33ANkBcmQNRrTUUvnhT { display:block; }
 }@media only screen and (max-width: 763px) { #hUOWk9Ofvr9ErJDZPG2ZmVT93LbNmW8e { width:20rem;height:0;top:22.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { background-color:#00b3b3;background-image:none;display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:20rem;height:1.6494125rem;top:0.64453125rem;left:0rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ { display:block; }#iCNv8MSrkqe7SwGCbPraFUmyG66g5PuZ > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXd8b4TZMhWGwoMGqzI82ZTgTVPWrTkA { width:8.0625rem;height:12.125rem;top:3rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6AN9He3k9TWgUonAaTmZixPXTysE4h7 { width:8.125rem;height:12.25rem;top:16.8125rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkVPHedgi34Gvgg6UExcfo5WOnd4KwFU { width:8.1875rem;height:11.75rem;top:31.03125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqWmP49W9moWZKDD4mAOv4JOhBrWFDJs { width:8.5rem;height:12.0625rem;top:44.75rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxfLSEpz3OQuKPeT7fT5BftkVeRbonP4 { width:7.6875rem;height:3.1875rem;top:4.8125rem;left:10.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bDRE6MBTtW4sWaJiKdp33ETBK0I78uTN { width:8.125rem;height:0.1875rem;top:7.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THos0emTKA8yrJVCeWms1cLGPTMe49FT { width:8.125rem;height:0.1875rem;top:21.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW8klxgRMUbPwbLbqwB0DuLcoLLC255q { width:8.125rem;height:0.1875rem;top:36.8125rem;left:10.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiU9JkG8kdppxRO8SQGz1HJuIps0JZkb { width:8.125rem;height:0.1875rem;top:52.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyhfOKJKpCn7vGRkly9e7haMRSFSTPi4 { width:10.0625rem;height:0;top:7.681640625rem;left:9.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EIEUr8l3prWJP2nJTJxTcpQAc57BdgKS { width:8.8125rem;height:3.1875rem;top:18.5625rem;left:0.53125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HrplsnCCPe2X6wZl90kUxuZ9Tc2VETa1 { width:9.75rem;height:4.78125rem;top:31.875rem;left:10.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bCTFbldiZlLFaHXzpTTFDHmFZzJmfzTD { width:8rem;height:6.375rem;top:45.875rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rPz24ppMst7ttZw7kTKFn9sd93I09SBB { width:12.6875rem;height:2.4375rem;top:59.1875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGeIlodXeTXLROTDxGZxGF8nJltdtvG { display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdgS06yVTlObOG51X69U5mbGBzAyJKCE { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:18.9375rem;height:10.41113125rem;top:4.0625rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyTvFMxG0vX2lWP4VsdVGnro6dzollqs { display:block; }#TyTvFMxG0vX2lWP4VsdVGnro6dzollqs > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ { display:block; }#hrNOFxkuuf8TdIh6MicEFN7ABG20V8QQ > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwbri6T3aWKExGSQVHdWHWuJOAPhmiBZ { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GgA4r6J3QE0BymSSZXS1WEFOol2iybZ1 { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mlNn68JLdb8DGMceTrLVaWh8AuM0fNfy { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#mlNn68JLdb8DGMceTrLVaWh8AuM0fNfy > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #WhODz1UA6ihbRJmCi0F7PEQACRTOkrXZ { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#WhODz1UA6ihbRJmCi0F7PEQACRTOkrXZ > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #Ph93f3RdeAJNq13HOxSGvEhfMuA0t5LP { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#Ph93f3RdeAJNq13HOxSGvEhfMuA0t5LP > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #IKCsbufx2E8r2uwkUfpWSxMHUrmr3nBz { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#IKCsbufx2E8r2uwkUfpWSxMHUrmr3nBz > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #iuZl1TSXaz6M1VdhrHMJy7UOpd3JWsDG { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqtR1raW0elI4MMLg0PuIzP5dDcF6K6J { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KmlVsnsfNIGfDA4RyPpWbChUsoIFkH5x { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RR4VCcKDN8qFRxxOcJDrJkOhwPh3zlXf { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eWNa0f83zUDAw1TVdyRLiccGQ7NkcPJm { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mvWeRxkeCt9Up0Dm2mr70FkrrhETy8Zi { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zg5SSPTfRevUJxVFm9Ah9TbWfKMG0hu6 { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dhV2ukwXgJK5zal1gzuWG22zpdOVnsD0 { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #smf07ft1ziHwsUL38tcLb3qa75CbWG7a { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jw81vpQKCnsAUDM0eDkV2RUGVkcxf5HK { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZEPQATfS1mp2cSVavuh4XLli55Qx2I { display:block; }
 }@media only screen and (max-width: 763px) { #Wstfapoy43w41wK2Zp1hfp6qobwi2ket { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TWDGUA7aARsDNXPvCage46R8znCbgqHi { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bTB8gWtNTrLbXtc5Ive0TGeZoE5btOz7 { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WAcRJlbH9VAOZxdtvUQ9zW28HDDbMNnU { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d21BEI9vPdFTqDIgJD1pGkNnF0eTK2Bh { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#d21BEI9vPdFTqDIgJD1pGkNnF0eTK2Bh > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }