.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6899eea-fe5d-4c4e-b211-f64c4556e394/facet_na_buletachcopy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#pvldTTbLako1Te7z7IEhAErGQmNWv8Xt { color:#1e1e1e;display:block;width:24.5625rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:22.75rem;left:32.8125rem;height:5rem;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; }
#LI6znTE0XNC75RPwOxhslqZUz9Z9HLQO { color:rgba(30,30,30,0.7);display:block;width:23.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:30.625rem;left:32.8125rem;height:5.59765625rem;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; }
#xPgxsR0I6IFTQbTByOQKkV7y64T7UCaQ { background-color:#00b0ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:39.375rem;left:32.8125rem;display:block; }
#EW2oNqoDdJhdzOeOTwEpvSATWJefDX6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aA6raJNXlLlczo5p6Tzh0kLqSTivaZOK { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:15.75rem;top:15.4375rem;left:32.125rem;overflow:hidden;display:block; }
#Geu5tPWET7kq6g3TxWcOPXZM54qSvyQ9 { 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-sizing:border-box;color:#009fe3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:2.25rem;left:52.6875rem;display:block; }
#zsDhcH9qIH6mMSOeVyRWRcekTQMC6pi2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HWanpnTX9ABTvgyRpnFqQoTQN0zNbwoP { 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-sizing:border-box;color:#009fe3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:2.25rem;left:45.8125rem;display:block; }
#RdNfyCKCi7MxCQ5qzfnA7UtZEVkreOTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#msZidRPeEzRhkpFZNVr3JzhEgr4FyGgt { 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-sizing:border-box;color:#009fe3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:2.25rem;left:37.8125rem;display:block; }
#NL9q5ZayrUeP1wF0HXGQ6ix45qiacbIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dyVa5fh4/BG_Kickstarter_Campaign_4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S.adaptive-delivery-prevent-bg, #h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S.lazyload, #h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S.lazyloading { background-image: none; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { background-color: transparent; background-image: none; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container > .video-iframe-container { display: none; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row > .video-iframe-container { display: none; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .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); }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { border-width: 0; border-radius: 0; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#SKyPH74T0alTReu8ZdmX3PnOAx6pi5Sl { color:#1e1e1e;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:1.875rem;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; }
#MqQ1DLVxX8otqgN6U89QxwWBeJGueK0B { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20rem;width:32.5rem;top:9.125rem;left:0rem;display:block; }
#PuKo2dWZUIauGZ3o8UX77844JelTzKTP { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:10.0625rem;left:35rem;height:2.5rem;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:left;text-align-last:left;display:block; }
#nno9UDtHlHVV8tnXX9fu0Z1AXvBfu4P7 { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:13.8125rem;left:35rem;height:9.59765rem;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; }
#cTVsHuEIPilnC8L1kZXr67u5AJCWoFdn { background-color:#1e1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:24.5rem;left:35rem;display:block; }
#BPT7r5MCgS20r7Q03gIBuT6xl40uFzsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dyVa5fh4/BG_Kickstarter_Campaign_4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh.adaptive-delivery-prevent-bg, #ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh.lazyload, #ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh.lazyloading { background-image: none; }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row .container { background-color: transparent; background-image: none; }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row .container > .video-iframe-container { display: none; }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row > .video-iframe-container { display: none; }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .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); }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row .container { border-width: 0; border-radius: 0; }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;position:relative;display:block; }#Eo75CtEnJPzmu2D1WIDag1duAKBU9PNV { color:#1e1e1e;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yteqFZmDRpbOlshqCuvuIc0KBzEh1Jeb { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:10.0625rem;left:35rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Kpp0JxVcAVixh1H0T792DTSbyi5mmgTu { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:13.8125rem;left:35rem;height:6.3984375rem;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; }
#cfVs9D5UOnlWl0qzDn9isutsE2GTbs3P { background-color:#00b0ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:24.5rem;left:35rem;display:block; }
#ilNLODLB9eDPEmb4WTiJ0WtKrHJEfx3k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZKiwQx5t8w5thxfXEtqpLKEoavIwFbe1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:9.2353515625rem;left:6.71875rem;overflow:hidden;display:block; }
#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row .container { background-color: transparent; background-image: none; }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row .container > .video-iframe-container { display: none; }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row > .video-iframe-container { display: none; }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .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); }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row .container { border-width: 0; border-radius: 0; }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#QLGJoTemndZP2vUv4lLVZ8bqmevG1am0 { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.265625rem;left:0rem;height:4.46875rem;display:block; }
#XZJnlihqudxHGPfNhwk41kpJckOdsXKf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9rem;width:9rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100001;top:6rem;left:42.28125rem; }
#VNVvpRCkk89QCExQp5nC531EGXAxELKw { position:absolute;display:block;z-index:100002;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;height:5rem;width:7rem;top:7.375rem;left:43.28125rem;display:block; }
#knACvkMeXF7bXr829kBKPkWKaAEy2qu3 { color:#000000;display:block;width:8.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.2060546875rem;left:42.71875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row .container { background-color: transparent; background-image: none; }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row .container > .video-iframe-container { display: none; }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row > .video-iframe-container { display: none; }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .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); }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row .container { border-width: 0; border-radius: 0; }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#wrt6vVMc0BolJNGGpWN72t5XVaoRZBtT { color:#1e1e1e;display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:2rem;left:0rem;height:1.8125rem;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:left;text-align-last:left;display:block; }
#UJcCD4s1J27Sqr72hydLVnoVbuxMp1nl { color:rgba(30,30,30,0.7);display:block;width:27.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:7.0625rem;left:0rem;height:4.19824375rem;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; }
#C7cxKH9zhvx7qTT1nz10kygNLbEa2WoX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:32.75rem;top:16.22265625rem;left:27.125rem;overflow:hidden;display:block; }
#wDMo2c1eshREqtLQxcvSKNPznv0w2ndF { color:#1e1e1e;display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:2rem;left:32.875rem;height:1.8125rem;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:left;text-align-last:left;display:block; }
#FMLDK2GDL1goCeRzDTPtB9ynAdUbZXsS { color:rgba(30,30,30,0.7);display:block;width:27.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.6;letter-spacing:0;top:7.0625rem;left:32.875rem;height:5.59765625rem;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; }
#gMeMBFLkMcQbEZu16vru8s49TT4eGUZ9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:12.5rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#P4SxDibIiN1NiIA0CAsERhDdGJVaTkGT { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:12.5rem;top:3.8125rem;left:32.875rem;overflow:hidden;display:block; }
#ytz6cnhwbvbtFfN74pp0rFbUZt6sVPHV { background-color:#00b0ff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:13.91015625rem;left:32.875rem;display:block; }
#Z8w7WQuoAMnthX7bpCJzZL3G2snpTaVv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mkUTGVA4J50fZczNNTGOoyLstwQm2H9s { background-color:#00b0ff;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:13.91015625rem;left:0rem;display:block; }
#HBzig3fhRXT0PozbiJsfRGbAe5zwQK05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/349001cc-45e0-448d-a5dd-6ac6d001f68f/linia_niebieska_poziom2copy.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG.adaptive-delivery-prevent-bg, #MOCocbtaskSlJBBoHxhuar8u9OFeTRsG.lazyload, #MOCocbtaskSlJBBoHxhuar8u9OFeTRsG.lazyloading { background-image: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { background-color: transparent; background-image: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container > .video-iframe-container { display: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row > .video-iframe-container { display: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .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); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { border-width: 0; border-radius: 0; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#cTr15WrHZ77oqB8egFg04CofT061vJdb { color:#1e1e1e;display:block;width:28.1875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100004;line-height:1;letter-spacing:0;top:12.5625rem;left:0rem;height:5rem;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; }
#ozGMgKhDRSpRWaFDgVa2Aw8TGuocUBIS { color:rgba(30,30,30,0.7);display:block;width:30rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:20.5625rem;left:0rem;height:4.798825rem;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; }
#rNG1Hqcal7rHLBJ8wrI7p8W1XLTqmCwT { background-color:#00b0ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:31.6875rem;left:21.71875rem;display:block; }
#J20Ssc4U1XBBAGd1srQzfXn9GZq0dsQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dVc835bJ/andrew-neel-bottom-bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN.adaptive-delivery-prevent-bg, #gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN.lazyload, #gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN.lazyloading { background-image: none; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container { background-color: transparent; background-image: none; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,176,255,0.87); }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container > .video-iframe-container { display: none; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,176,255,0.87); }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row > .video-iframe-container { display: none; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .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); }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container { border-width: 0; border-radius: 0; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#K6iOhTQTkbVSTwvMMy88h91dIPqcuUW6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:4.0625rem;left:0rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ahKd0uzT4ZwBTDbmKaoy3gAkUJZO2STw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:7.625rem;left:0rem;height:1.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwFUZ24ym5Zv1P37kwLcVfmuE84XX3Cz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:11.25rem;left:23.1875rem; }
#TwFUZ24ym5Zv1P37kwLcVfmuE84XX3Cz > img { max-width: 100%;max-height:100%; }#PlEVQNGVswSqbMnE2TaCg6J9IVgNgtN7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;top:11.25rem;left:28.625rem; }
#PlEVQNGVswSqbMnE2TaCg6J9IVgNgtN7 > img { max-width: 100%;max-height:100%; }#Rp99lu8n4TOLUr2IBbFsyz5zOToxoGTu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100006;top:11.25rem;left:33.75rem; }
#Rp99lu8n4TOLUr2IBbFsyz5zOToxoGTu > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvldTTbLako1Te7z7IEhAErGQmNWv8Xt { width:24.5625rem;height:;top:22.75rem;left:23.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI6znTE0XNC75RPwOxhslqZUz9Z9HLQO { width:23.125rem;height:5.5625rem;top:30.625rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPgxsR0I6IFTQbTByOQKkV7y64T7UCaQ { width:21.875rem;height:3.75rem;top:39.375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2oNqoDdJhdzOeOTwEpvSATWJefDX6M { display:block; }
 }@media only screen and (max-width: 763px) { #aA6raJNXlLlczo5p6Tzh0kLqSTivaZOK { top:15.4375rem;left:26rem;width:15.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geu5tPWET7kq6g3TxWcOPXZM54qSvyQ9 { width:7.3125rem;height:3.4375rem;top:2.25rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsDhcH9qIH6mMSOeVyRWRcekTQMC6pi2 { display:block; }
 }@media only screen and (max-width: 763px) { #HWanpnTX9ABTvgyRpnFqQoTQN0zNbwoP { width:7.3125rem;height:3.4375rem;top:2.25rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdNfyCKCi7MxCQ5qzfnA7UtZEVkreOTy { display:block; }
 }@media only screen and (max-width: 763px) { #msZidRPeEzRhkpFZNVr3JzhEgr4FyGgt { width:7.3125rem;height:3.4375rem;top:2.25rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL9q5ZayrUeP1wF0HXGQ6ix45qiacbIn { display:block; }
 }@media only screen and (max-width: 763px) { #h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S { display:block; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKyPH74T0alTReu8ZdmX3PnOAx6pi5Sl { width:47.75rem;height:1.875rem;top:5.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqQ1DLVxX8otqgN6U89QxwWBeJGueK0B { width:32.5rem;height:20rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuKo2dWZUIauGZ3o8UX77844JelTzKTP { width:25rem;height:2.5rem;top:10.0625rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nno9UDtHlHVV8tnXX9fu0Z1AXvBfu4P7 { width:25rem;height:9.5625rem;top:13.8125rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTVsHuEIPilnC8L1kZXr67u5AJCWoFdn { width:18.75rem;height:3.75rem;top:24.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPT7r5MCgS20r7Q03gIBuT6xl40uFzsi { display:block; }
 }@media only screen and (max-width: 763px) { #ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh { display:block; }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo75CtEnJPzmu2D1WIDag1duAKBU9PNV { width:47.75rem;height:;top:5.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yteqFZmDRpbOlshqCuvuIc0KBzEh1Jeb { width:25rem;height:;top:10.0625rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpp0JxVcAVixh1H0T792DTSbyi5mmgTu { width:25rem;height:6.375rem;top:13.8125rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfVs9D5UOnlWl0qzDn9isutsE2GTbs3P { width:18.75rem;height:3.75rem;top:24.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNLODLB9eDPEmb4WTiJ0WtKrHJEfx3k { display:block; }
 }@media only screen and (max-width: 763px) { #ZKiwQx5t8w5thxfXEtqpLKEoavIwFbe1 { top:9.1875rem;left:0.59375rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk { display:block; }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLGJoTemndZP2vUv4lLVZ8bqmevG1am0 { top:5.25rem;left:0rem;width:41.0625rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZJnlihqudxHGPfNhwk41kpJckOdsXKf { top:6rem;left:36.15625rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNVvpRCkk89QCExQp5nC531EGXAxELKw { top:7.375rem;left:37.15625rem;width:7rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #knACvkMeXF7bXr829kBKPkWKaAEy2qu3 { top:7.1875rem;left:36.59375rem;width:8.25rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTNuXDhOEwfb7egelodsqaqBebeTAJ4n { display:block; }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrt6vVMc0BolJNGGpWN72t5XVaoRZBtT { width:22.3125rem;height:1.8125rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJcCD4s1J27Sqr72hydLVnoVbuxMp1nl { width:27.125rem;height:4.1875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7cxKH9zhvx7qTT1nz10kygNLbEa2WoX { width:32.75rem;height:32.75rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDMo2c1eshREqtLQxcvSKNPznv0w2ndF { width:22.3125rem;height:;top:2rem;left:9.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLDK2GDL1goCeRzDTPtB9ynAdUbZXsS { width:27.125rem;height:5.5625rem;top:7.0625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMeMBFLkMcQbEZu16vru8s49TT4eGUZ9 { top:3.8125rem;left:0rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4SxDibIiN1NiIA0CAsERhDdGJVaTkGT { top:3.8125rem;left:19.25rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytz6cnhwbvbtFfN74pp0rFbUZt6sVPHV { width:13.75rem;height:3.4375rem;top:13.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8w7WQuoAMnthX7bpCJzZL3G2snpTaVv { display:block; }
 }@media only screen and (max-width: 763px) { #mkUTGVA4J50fZczNNTGOoyLstwQm2H9s { width:13.75rem;height:3.4375rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBzig3fhRXT0PozbiJsfRGbAe5zwQK05 { display:block; }
 }@media only screen and (max-width: 763px) { #MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { display:block; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTr15WrHZ77oqB8egFg04CofT061vJdb { width:28.1875rem;height:5rem;top:12.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozGMgKhDRSpRWaFDgVa2Aw8TGuocUBIS { width:30rem;height:4.75rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNG1Hqcal7rHLBJ8wrI7p8W1XLTqmCwT { width:14.375rem;height:3.75rem;top:31.6875rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20Ssc4U1XBBAGd1srQzfXn9GZq0dsQd { display:block; }
 }@media only screen and (max-width: 763px) { #gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN { display:block; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6iOhTQTkbVSTwvMMy88h91dIPqcuUW6 { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahKd0uzT4ZwBTDbmKaoy3gAkUJZO2STw { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwFUZ24ym5Zv1P37kwLcVfmuE84XX3Cz { top:11.25rem;left:17.0625rem;width:3.125rem;height:3.125rem;display:block; }
#TwFUZ24ym5Zv1P37kwLcVfmuE84XX3Cz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PlEVQNGVswSqbMnE2TaCg6J9IVgNgtN7 { top:11.25rem;left:22.5rem;width:3.125rem;height:3.125rem;display:block; }
#PlEVQNGVswSqbMnE2TaCg6J9IVgNgtN7 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Rp99lu8n4TOLUr2IBbFsyz5zOToxoGTu { top:11.25rem;left:27.625rem;width:3.125rem;height:3.125rem;display:block; }
#Rp99lu8n4TOLUr2IBbFsyz5zOToxoGTu > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6899eea-fe5d-4c4e-b211-f64c4556e394/facet_na_buletachcopy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvldTTbLako1Te7z7IEhAErGQmNWv8Xt { width:14.375rem;height:2.875rem;top:6.75rem;left:5.625rem;text-align:right;text-align-last:right;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LI6znTE0XNC75RPwOxhslqZUz9Z9HLQO { width:9.9375rem;height:13.125rem;top:10.8125rem;left:10.0625rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPgxsR0I6IFTQbTByOQKkV7y64T7UCaQ { width:13.75rem;height:3.75rem;top:25.375rem;left:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2oNqoDdJhdzOeOTwEpvSATWJefDX6M { display:block; }
 }@media only screen and (max-width: 763px) { #aA6raJNXlLlczo5p6Tzh0kLqSTivaZOK { width:13.5rem;height:3.375rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geu5tPWET7kq6g3TxWcOPXZM54qSvyQ9 { width:7.3125rem;height:3.4375rem;top:37.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsDhcH9qIH6mMSOeVyRWRcekTQMC6pi2 { display:block; }
 }@media only screen and (max-width: 763px) { #HWanpnTX9ABTvgyRpnFqQoTQN0zNbwoP { width:7.3125rem;height:3.4375rem;top:34.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdNfyCKCi7MxCQ5qzfnA7UtZEVkreOTy { display:block; }
 }@media only screen and (max-width: 763px) { #msZidRPeEzRhkpFZNVr3JzhEgr4FyGgt { width:7.3125rem;height:3.4375rem;top:31rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL9q5ZayrUeP1wF0HXGQ6ix45qiacbIn { display:block; }
 }@media only screen and (max-width: 763px) { #h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S { display:block; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKyPH74T0alTReu8ZdmX3PnOAx6pi5Sl { width:20rem;height:2.5rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqQ1DLVxX8otqgN6U89QxwWBeJGueK0B { height:12.3125rem;width:20rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuKo2dWZUIauGZ3o8UX77844JelTzKTP { width:20rem;height:2rem;top:18.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nno9UDtHlHVV8tnXX9fu0Z1AXvBfu4P7 { width:20rem;height:9.7959rem;top:21.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTVsHuEIPilnC8L1kZXr67u5AJCWoFdn { width:13.75rem;height:3.75rem;top:32.9243125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPT7r5MCgS20r7Q03gIBuT6xl40uFzsi { display:block; }
 }@media only screen and (max-width: 763px) { #ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh { display:block; }#ASdo4ICuxeKHmAgzmX6KO6qRBypxHtMh > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eo75CtEnJPzmu2D1WIDag1duAKBU9PNV { width:20rem;height:2.5rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yteqFZmDRpbOlshqCuvuIc0KBzEh1Jeb { width:20rem;height:1rem;top:5.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpp0JxVcAVixh1H0T792DTSbyi5mmgTu { width:20rem;height:6.9970625rem;top:24.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfVs9D5UOnlWl0qzDn9isutsE2GTbs3P { width:13.75rem;height:3.75rem;top:32.74609375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNLODLB9eDPEmb4WTiJ0WtKrHJEfx3k { display:block; }
 }@media only screen and (max-width: 763px) { #ZKiwQx5t8w5thxfXEtqpLKEoavIwFbe1 { width:15.5rem;height:15.5rem;top:8rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk { display:block; }#qsInhcvkAOnTQk2xNwpD4e98r11Q6KCk > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLGJoTemndZP2vUv4lLVZ8bqmevG1am0 { width:20rem;height:5.19921875rem;top:2.337890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZJnlihqudxHGPfNhwk41kpJckOdsXKf { width:9rem;height:9rem;top:1.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNVvpRCkk89QCExQp5nC531EGXAxELKw { width:7rem;height:5rem;top:2.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #knACvkMeXF7bXr829kBKPkWKaAEy2qu3 { width:8.25rem;height:6.171875rem;top:1.9375rem;left:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTNuXDhOEwfb7egelodsqaqBebeTAJ4n { display:block; }#bTNuXDhOEwfb7egelodsqaqBebeTAJ4n > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrt6vVMc0BolJNGGpWN72t5XVaoRZBtT { width:18.4375rem;height:1.75rem;top:1.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJcCD4s1J27Sqr72hydLVnoVbuxMp1nl { width:18.4375rem;height:7.9980625rem;top:6.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7cxKH9zhvx7qTT1nz10kygNLbEa2WoX { width:14.3125rem;height:14.3125rem;top:40.875rem;left:5.6875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #wDMo2c1eshREqtLQxcvSKNPznv0w2ndF { width:20rem;height:1.8125rem;top:22.560546875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMLDK2GDL1goCeRzDTPtB9ynAdUbZXsS { width:20rem;height:9.597625rem;top:27.4980625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMeMBFLkMcQbEZu16vru8s49TT4eGUZ9 { width:12.5rem;height:1.875rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4SxDibIiN1NiIA0CAsERhDdGJVaTkGT { width:12.5rem;height:1.875rem;top:24.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytz6cnhwbvbtFfN74pp0rFbUZt6sVPHV { width:13.75rem;height:3.4375rem;top:37.84521484375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8w7WQuoAMnthX7bpCJzZL3G2snpTaVv { display:block; }
 }@media only screen and (max-width: 763px) { #mkUTGVA4J50fZczNNTGOoyLstwQm2H9s { width:13.75rem;height:3.4375rem;top:15.748046875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBzig3fhRXT0PozbiJsfRGbAe5zwQK05 { display:block; }
 }@media only screen and (max-width: 763px) { #MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { display:block; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTr15WrHZ77oqB8egFg04CofT061vJdb { width:20rem;height:3.125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ozGMgKhDRSpRWaFDgVa2Aw8TGuocUBIS { width:20rem;height:6.3984375rem;top:5.73828125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNG1Hqcal7rHLBJ8wrI7p8W1XLTqmCwT { width:14.375rem;height:3.75rem;top:13.0234375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20Ssc4U1XBBAGd1srQzfXn9GZq0dsQd { display:block; }
 }@media only screen and (max-width: 763px) { #gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN { background-color:rgba(0,159,227,0.83);background-image:none;display:block; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container { background-color: transparent; background-image: none; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container > .video-iframe-container { display: none; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row > .video-iframe-container { display: none; }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .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); }#gfW82EHy7TBMTkvXB8kSpyUgHI7W2LIN > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6iOhTQTkbVSTwvMMy88h91dIPqcuUW6 { width:16.25rem;height:2.0996125rem;top:3.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #ahKd0uzT4ZwBTDbmKaoy3gAkUJZO2STw { width:17.875rem;height:2.3984375rem;top:6.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwFUZ24ym5Zv1P37kwLcVfmuE84XX3Cz { width:3.125rem;height:3.125rem;top:11.1875rem;left:3.25rem;display:block; }
#TwFUZ24ym5Zv1P37kwLcVfmuE84XX3Cz > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #PlEVQNGVswSqbMnE2TaCg6J9IVgNgtN7 { width:3.125rem;height:3.125rem;top:11.1875rem;left:8.375rem;display:block; }
#PlEVQNGVswSqbMnE2TaCg6J9IVgNgtN7 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #Rp99lu8n4TOLUr2IBbFsyz5zOToxoGTu { width:3.125rem;height:3.125rem;top:11.1875rem;left:13.625rem;display:block; }
#Rp99lu8n4TOLUr2IBbFsyz5zOToxoGTu > img { max-width: 100%;max-height:100%; } }