.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;
}body { background-color:#f3f9fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,249,251,0.81);background-image:url("https://images.assets-landingi.com/uc/0e2d09ab-801f-4dbd-a136-b35da17611e4/spokjumyslu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6.adaptive-delivery-prevent-bg, #DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6.lazyload, #DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6.lazyloading { background-image: none; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container { background-color: transparent; background-image: none; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container > .video-iframe-container { display: none; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row > .video-iframe-container { display: none; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .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); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container { border-width: 0; border-radius: 0; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#nuNn7op87yGHHLRnwZ8BQPmei3Of83Dn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.8125001937151rem;left:48.187501907349rem;overflow:hidden;display:block; }
#n2vmG4KnraFgPW9Qca66k8TWyiKeHtQ8 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.562501147389rem;left:31.781251907349rem;height:2.03125rem;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; }
#JMyKLTBlgob8GJuVn0vSwqDHRGC0Eprv { color:#0babc1;display:block;width:22.9375rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.73750038445rem;left:39.062501907349rem;height:;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; }
#aI2ZTykSeJgL2MmuTxJuuPTnMAy7fBKH { position:absolute;display:block;z-index:15024;height:5.625rem;width:10.0625rem;top:0.68750001490119rem;left:21.59375rem;display:block; }
#wl9lIf5PtBT7actLGTipDllzUhVTHvaN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row .container { background-color: transparent; background-image: none; }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row .container > .video-iframe-container { display: none; }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row > .video-iframe-container { display: none; }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .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); }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row .container { border-width: 0; border-radius: 0; }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#QdBZxviT534fCbbG5q2HTtAOhB3kUuoT { position:absolute;display:block;z-index:15004;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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.8118491172788rem;left:-0.9375rem;display:block; }
#TCv690EsduykWeztErDGARg9NaChTeGx { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.625rem;top:9.7491455078125rem;left:0rem;overflow:hidden;display:block; }
#s3EEHwUBL0Bso5fyat6Iki9EMioLDcyZ { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:21.99951171875rem;left:-0.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJbwWtXdwlxTKKLq9ncIW98PhW32CfDV { position:absolute;display:block;z-index:15025;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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.499125rem;top:8.9375rem;left:18.5625rem;display:block; }
#begMgZIq5BTpNTcmxwl2VUsKTtLdsMo1 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16.5625rem;top:9.7174072265625rem;left:38.87451171875rem;overflow:hidden;display:block; }
#DD9vUQWW9HDz1FoN8J3krNEFXeoFxtiA { position:absolute;display:block;z-index:15024;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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.8123779296875rem;left:37.999877929688rem;display:block; }
#vtbz72E0wKrKNkiAOOuwIG2gbpcizDDe { position:absolute;display:block;z-index:15025;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-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:29.375rem;width:18.5rem;top:8.9375rem;left:57.3125rem;display:block; }
#UCD1CztH7D5itkNtovgO7k8QOmkZTvQW { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.625rem;top:9.74853515625rem;left:58.313598632812rem;overflow:hidden;display:block; }
#ogfApUfEJOZN4ksUvD8bF2odflTfzRnq { color:#d46a44;display:block;width:15.4375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15028;line-height:1;letter-spacing:0;top:28.625000953674rem;left:0.59375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhKXxLdOTaUKqGZ0ra5h2VgbTNUW5593 { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:18.746948242188rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMsT2axqytgDLtf8mJvgnnSw2y0xb9IF { color:#47545a;display:block;width:18.125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:38.185424804688rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnJoBkEB3Swod0zgRlDlErJuffFimSI5 { color:#47545a;display:block;width:18.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.061767578125rem;left:57.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuBdQIzzwXi7IsTyivgI2US0kWLCyIC6 { color:#d46a44;display:block;width:14.5rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:28.624349594116rem;left:20.528648376465rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vfw0DiIv7GE3FQEH50bKKo3ZheUM1lvd { color:#d46a44;display:block;width:14.375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15030;line-height:1;letter-spacing:0;top:28.624349594116rem;left:40.06120300293rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PuoV7ADOQeRiE9ugPTa0cRwoFTW6azWM { color:#d46a44;display:block;width:18.625rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:300;z-index:15031;line-height:1;letter-spacing:0;top:28.626098632812rem;left:57.250122070312rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOPKkGTAeoGQCqhzZnikK0DNZmTHnDwu { position:absolute;display:block;z-index:15011;background-color:#d8c68b;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:10.625rem;width:60rem;top:32.936401367188rem;left:7.5rem;display:none; }
#QdRVK685iV1BvO0FncRgeuPgi65xrFIZ { display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:36.608276367188rem;left:7.5rem;height:3.28125rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#visPaBGGdcLCxRtXURNqmST4ZsfKOAaG { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.229820251465rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxGB6qnHIfMePgE37zAMOAhcNE793Tlq { color:#47545a;display:block;width:17.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:33.270834922791rem;left:19.341148376465rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Li6N5lB8vFtg9DLRGHIlUZNpuT7quTyR { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:33.415366172791rem;left:38.81120300293rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTm5y9anov1wHIukEEzRLf5L6MZ3laSQ { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:33.229166984558rem;left:58.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JQiEfLTxAMDwNg38BAdstF9KJFO5wgKT { color:#027373;display:block;width:17.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.249351501465rem;left:0rem;height:1.625rem;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;font-style:normal;display:block; }
#Bl11ux2lDkq3PVc4TdH3DmQZR8edkHTn { color:#027373;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:25.9375rem;left:18.403648376465rem;height:1.625rem;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;font-style:normal;display:block; }
#RZLJdKiWq50t9D9Ld7sCRb0Xc8FWIGg1 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:16.625rem;top:9.7486991882325rem;left:19.466148376465rem;overflow:hidden;display:block; }
#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;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; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { background-color: transparent; background-image: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container > .video-iframe-container { display: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container { display: none; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .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); }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { border-width: 0; border-radius: 0; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { font-size:0.875rem;font-family:arial;height:64.4375rem;width:75rem;position:relative;display:block; }#tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#oAOfA3I8ulT8l0Wvtcf82vTMyCSDwhCl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.125rem;width:75rem;top:16.541687011719rem;left:0rem;display:block; }
#vRpVDWXsvQdESy6NuqgUrifbLvUbWLyo { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#qGqxCHKqAtkDIT9cwvURXIEz7nB2PXPd { position:absolute;display:block;z-index:15001;background-color:#107d84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { background-color: transparent; background-image: none; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container > .video-iframe-container { display: none; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row > .video-iframe-container { display: none; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .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); }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { border-width: 0; border-radius: 0; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#WgiFwVoku4bxddtcALgQ6nq8dsdwqNV8 { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5937433242798rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#ZIZE2wPX8cea9ohhKOIwmgP1TTWgcVnR { background-color:#107d84;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:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.375rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.25rem;left:12.8125rem;display:block; }
#lT3WXlnmZNsSeEMpmC0Eqoe4tPSa5GRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I8FN0r7LGQ76E57NfkINGJ6eS2JiQUCk { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:14.625rem;left:0rem;display:block; }
#P33NA6aLKpmzPIi0zGFdCRduC3pZJNIW { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.27951335907rem;left:0rem;height:;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;font-style:normal;display:block; }
#ffRt4kOTmBTGOBIuv7f3QP08FXKfv8Sz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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:none; }#ffRt4kOTmBTGOBIuv7f3QP08FXKfv8Sz > .row .container { border-width: 0; border-radius: 0; }#ffRt4kOTmBTGOBIuv7f3QP08FXKfv8Sz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffRt4kOTmBTGOBIuv7f3QP08FXKfv8Sz > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:none; }#vKp5WEsCk9bcS5NovBcxTy3QV2esfty5 { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5937433242798rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#gIIpzQUG9AEODKd3ZvbDDxtQ7Ezo1u7A { background-color:#107d84;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:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.375rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.750000834465rem;left:12.8125rem;display:block; }
#NKfwn1Ou9r03J0T6hkXwaiRMtVplIpFJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Monmib9GFXKhMn0kzsaHTzmuE3eZlyIt { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:11.124999880791rem;left:0rem;display:block; }
#Qf86mfThtCC7u9vvcCSEAfBNsm2003E4 { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.27951335907rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { background-color: transparent; background-image: none; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container > .video-iframe-container { display: none; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row > .video-iframe-container { display: none; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .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); }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { border-width: 0; border-radius: 0; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { font-size:0.875rem;font-family:arial;height:61.5rem;width:75rem;position:relative;display:block; }#MOKmm1ZvDp3oL5sWXAxQWfU4wMf95W86 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#TpDva18TWmSTLvItseKHfLEQTpIigkd4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.125rem;width:75rem;top:16.541687011719rem;left:0rem;display:block; }
#RUKTiArK0q8QRAlIzdzfzxIcwpt9Az7q { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#MJtd7w6eKJbH7zcTZpo2Mad19Gx4u3c9 { position:absolute;display:block;z-index:15001;background-color:#107d84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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:none; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row .container { border-width: 0; border-radius: 0; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:none; }#p8lomkiD8EKlqboC1sv6TOHT5TJcJqrB { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5937433242798rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#DhhtrMiDMaBrDbT0i6vWJ2iutzfAIxLe { background-color:#107d84;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:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.375rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.750000834465rem;left:12.8125rem;display:block; }
#wkwmqxnigc9sFe1HsMhbm6i0ceJS9gbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AiALDiuxJxuPE4twlk4mUDxqlResLixH { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:11.124999880791rem;left:0rem;display:block; }
#lI2BAMx7wTDPESmDXST55MaEIWEfld3G { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.27951335907rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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; }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row .container { background-color: transparent; background-image: none; }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row .container > .video-iframe-container { display: none; }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row > .video-iframe-container { display: none; }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .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); }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row .container { border-width: 0; border-radius: 0; }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#vrZdhbLHF99UJqpXDmrp8CRoHEXBX1PV { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5937433242798rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#wKlb1AZkOLz04Fe65f9V69c5LV8k27mA { background-color:#107d84;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:#f2f9ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.375rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.5625rem;left:12.8125rem;display:block; }
#ZJkBBe9dUt1cuk8bnWzECmmy1p8noXZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4eQ31UKxPtyz6RqxDzo8PRHXDqVBQ0B { position:absolute;display:block;z-index:15007;height:12.5rem;width:75rem;top:14.3125rem;left:0rem;display:block; }
#glNfwXXgbBcJr12sR2GFATxXQXIuV0En { color:#f2f9ff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.27951335907rem;left:0rem;height:;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;font-style:normal;display:block; }
#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/28da563f-db7c-43b6-bb35-ce31551841d4/spokjumyslu2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.adaptive-delivery-prevent-bg, #QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.lazyload, #QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.lazyloading { background-image: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container { background-color: transparent; background-image: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container > .video-iframe-container { display: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row > .video-iframe-container { display: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .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); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container { border-width: 0; border-radius: 0; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#aA4y2O6rhBh7W79XDtPPXL447SA7rI84 { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.9375rem;left:2.1875rem;height:5.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iAgJ3SvJKXC5rkUBuxqO17xRQIbsH4TI { display:block;width:41.875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:15.5rem;left:2.1875rem;height:28.4596375rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dVgdP6qzRAZhHFoaX4PItWrwq8xclKeB { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aCHI4TK7sBD5zwWhIaf66sdzTFC10Tk0 { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.1875rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8toKw95sreV4VKMW8Min1JsF5Tgu5X8 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ildwZ2ImwbzOXeOZya3ERuEDHJd6Mcxm { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RpaaectEoz115fmNdINU3AyFrFQOpn71 { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;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:none; }
#dz95hLftDNJDMROiBhvpJ3EZnxFg3XZZ { 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:9.875rem;width:20.8125rem;display:none; }
#PiVPLeN1voK892Iaq8Vldr4cktNvPRTD { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FhuDG5JSy95iI8rb2fN5xJZbAns7w9Nn { display:block;width:43.5625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#N3JZnvAKkhSfZIF2TfVpZcT6opo1dtTm { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.0625rem;left:2.1875rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:none; }
#eow3RFkCnn7k92AneC2VgfIsZduH3o7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfb;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; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { background-color: transparent; background-image: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container > .video-iframe-container { display: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container { display: none; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .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); }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { border-width: 0; border-radius: 0; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { 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:3.375rem;width:8.5625rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 { display:block; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nuNn7op87yGHHLRnwZ8BQPmei3Of83Dn { width:4.0625rem;height:4.0625rem;top:0.6875rem;left:32.468752264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n2vmG4KnraFgPW9Qca66k8TWyiKeHtQ8 { width:20.9375rem;height:1.4625rem;top:13rem;left:24.031250357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JMyKLTBlgob8GJuVn0vSwqDHRGC0Eprv { width:14.0625rem;height:5.6875rem;top:6.03125rem;left:27.468750357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aI2ZTykSeJgL2MmuTxJuuPTnMAy7fBKH { width:10.0625rem;height:5.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wl9lIf5PtBT7actLGTipDllzUhVTHvaN { display:block; }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QdBZxviT534fCbbG5q2HTtAOhB3kUuoT { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCv690EsduykWeztErDGARg9NaChTeGx { width:16.625rem;height:10.9375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s3EEHwUBL0Bso5fyat6Iki9EMioLDcyZ { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NJbwWtXdwlxTKKLq9ncIW98PhW32CfDV { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #begMgZIq5BTpNTcmxwl2VUsKTtLdsMo1 { width:16.5625rem;height:10.875rem;top:9.6875rem;left:25.24951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DD9vUQWW9HDz1FoN8J3krNEFXeoFxtiA { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtbz72E0wKrKNkiAOOuwIG2gbpcizDDe { width:14.375rem;height:21.6875rem;top:1.9375rem;left:0.73906254768369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCD1CztH7D5itkNtovgO7k8QOmkZTvQW { width:16.625rem;height:10.9375rem;top:9.6875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogfApUfEJOZN4ksUvD8bF2odflTfzRnq { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhKXxLdOTaUKqGZ0ra5h2VgbTNUW5593 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JMsT2axqytgDLtf8mJvgnnSw2y0xb9IF { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnJoBkEB3Swod0zgRlDlErJuffFimSI5 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nuBdQIzzwXi7IsTyivgI2US0kWLCyIC6 { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vfw0DiIv7GE3FQEH50bKKo3ZheUM1lvd { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PuoV7ADOQeRiE9ugPTa0cRwoFTW6azWM { width:12.5rem;height:16.25rem;top:3.15625rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOPKkGTAeoGQCqhzZnikK0DNZmTHnDwu { width:45rem;height:10.2493105rem;top:60.248157501221rem;left:1.3729318976403rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QdRVK685iV1BvO0FncRgeuPgi65xrFIZ { width:43.4995384375rem;height:5.588234875rem;top:62.5585899353rem;left:2.1220126748085rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #visPaBGGdcLCxRtXURNqmST4ZsfKOAaG { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SxGB6qnHIfMePgE37zAMOAhcNE793Tlq { width:11.875rem;height:2.64705875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Li6N5lB8vFtg9DLRGHIlUZNpuT7quTyR { width:11.875rem;height:2.64705875rem;top:17.875rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTm5y9anov1wHIukEEzRLf5L6MZ3laSQ { width:11.875rem;height:2.64705875rem;top:17.875rem;left:35.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQiEfLTxAMDwNg38BAdstF9KJFO5wgKT { width:11.5625rem;height:1.3rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bl11ux2lDkq3PVc4TdH3DmQZR8edkHTn { width:11.5625rem;height:1.3rem;top:9.8125rem;left:12.125000298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RZLJdKiWq50t9D9Ld7sCRb0Xc8FWIGg1 { width:16.625rem;height:10.9375rem;top:9.6875rem;left:5.8411483764649rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { display:block; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oAOfA3I8ulT8l0Wvtcf82vTMyCSDwhCl { width:43.75rem;height:24.5625rem;top:11.727867126465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vRpVDWXsvQdESy6NuqgUrifbLvUbWLyo { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGqxCHKqAtkDIT9cwvURXIEz7nB2PXPd { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO { display:block; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { width:47.75rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WgiFwVoku4bxddtcALgQ6nq8dsdwqNV8 { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIZE2wPX8cea9ohhKOIwmgP1TTWgcVnR { width:31.25rem;height:3.375rem;top:25.5rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lT3WXlnmZNsSeEMpmC0Eqoe4tPSa5GRO { display:block; }
 }@media only screen and (max-width: 1199px) { #I8FN0r7LGQ76E57NfkINGJ6eS2JiQUCk { width:47.75rem;height:12.5rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P33NA6aLKpmzPIi0zGFdCRduC3pZJNIW { width:47.75rem;height:4.0625rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffRt4kOTmBTGOBIuv7f3QP08FXKfv8Sz { display:none; }#ffRt4kOTmBTGOBIuv7f3QP08FXKfv8Sz > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vKp5WEsCk9bcS5NovBcxTy3QV2esfty5 { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gIIpzQUG9AEODKd3ZvbDDxtQ7Ezo1u7A { width:31.25rem;height:3.375rem;top:23.802082538605rem;left:8.2500002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKfwn1Ou9r03J0T6hkXwaiRMtVplIpFJ { display:block; }
 }@media only screen and (max-width: 1199px) { #Monmib9GFXKhMn0kzsaHTzmuE3eZlyIt { width:47.75rem;height:12.5rem;top:8.9999995231631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qf86mfThtCC7u9vvcCSEAfBNsm2003E4 { width:47.75rem;height:2.03125rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl { display:block; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MOKmm1ZvDp3oL5sWXAxQWfU4wMf95W86 { width:47.75rem;height:2.03125rem;top:4.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpDva18TWmSTLvItseKHfLEQTpIigkd4 { width:43.75rem;height:24.5625rem;top:11.727867126465rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUKTiArK0q8QRAlIzdzfzxIcwpt9Az7q { width:47.75rem;height:2.03125rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJtd7w6eKJbH7zcTZpo2Mad19Gx4u3c9 { width:47.75rem;height:9.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2eMU50TDdkavc4nTLFTH6pK1EntRP8m { display:none; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row .container { width:47.75rem;height:31.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #p8lomkiD8EKlqboC1sv6TOHT5TJcJqrB { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DhhtrMiDMaBrDbT0i6vWJ2iutzfAIxLe { width:31.25rem;height:3.375rem;top:23.802082538605rem;left:8.2500002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkwmqxnigc9sFe1HsMhbm6i0ceJS9gbk { display:block; }
 }@media only screen and (max-width: 1199px) { #AiALDiuxJxuPE4twlk4mUDxqlResLixH { width:47.75rem;height:12.5rem;top:8.9999995231631rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lI2BAMx7wTDPESmDXST55MaEIWEfld3G { width:47.75rem;height:2.03125rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 { display:block; }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vrZdhbLHF99UJqpXDmrp8CRoHEXBX1PV { width:47.75rem;height:2.03125rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKlb1AZkOLz04Fe65f9V69c5LV8k27mA { width:31.25rem;height:3.375rem;top:25.989064693451rem;left:8.2500003576281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJkBBe9dUt1cuk8bnWzECmmy1p8noXZ2 { display:block; }
 }@media only screen and (max-width: 1199px) { #g4eQ31UKxPtyz6RqxDzo8PRHXDqVBQ0B { width:47.75rem;height:12.5rem;top:10.217969417572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #glNfwXXgbBcJr12sR2GFATxXQXIuV0En { width:47.75rem;height:4.0625rem;top:5.0616316795349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/28da563f-db7c-43b6-bb35-ce31551841d4/spokjumyslu2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.adaptive-delivery-prevent-bg, #QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.lazyload, #QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.lazyloading { background-image: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container { background-color: transparent; background-image: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container > .video-iframe-container { display: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row > .video-iframe-container { display: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .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); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container { width:47.75rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aA4y2O6rhBh7W79XDtPPXL447SA7rI84 { width:25.75rem;height:4.6875rem;top:0.8125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iAgJ3SvJKXC5rkUBuxqO17xRQIbsH4TI { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dVgdP6qzRAZhHFoaX4PItWrwq8xclKeB { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aCHI4TK7sBD5zwWhIaf66sdzTFC10Tk0 { width:25.75rem;height:2.25rem;top:6.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8toKw95sreV4VKMW8Min1JsF5Tgu5X8 { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #ildwZ2ImwbzOXeOZya3ERuEDHJd6Mcxm { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RpaaectEoz115fmNdINU3AyFrFQOpn71 { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #dz95hLftDNJDMROiBhvpJ3EZnxFg3XZZ { width:20.8125rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PiVPLeN1voK892Iaq8Vldr4cktNvPRTD { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FhuDG5JSy95iI8rb2fN5xJZbAns7w9Nn { width:25.75rem;height:24.8625rem;top:9rem;left:1.4375rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #N3JZnvAKkhSfZIF2TfVpZcT6opo1dtTm { width:25.75rem;height:2.25rem;top:6.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:47.75rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:5.6875rem;height:2.25rem;top:3.375rem;left:21.031250357628rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 { background-color:rgba(243,249,251,0.74);background-image:url("https://images.assets-landingi.com/uc/0e2d09ab-801f-4dbd-a136-b35da17611e4/spokjumyslu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6.adaptive-delivery-prevent-bg, #DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6.lazyload, #DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6.lazyloading { background-image: none; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container { background-color: transparent; background-image: none; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container > .video-iframe-container { display: none; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row > .video-iframe-container { display: none; }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .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); }#DNdKOc4HuTvTki9qxrkzf1KvpEzDQ8d6 > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuNn7op87yGHHLRnwZ8BQPmei3Of83Dn { width:1.875rem;height:1.875rem;top:1.1945313215256rem;left:13.593750357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2vmG4KnraFgPW9Qca66k8TWyiKeHtQ8 { width:13.375rem;height:2.76171875rem;top:11.1015625rem;left:3.3124998807907rem;font-size:1.0625rem;color:#027373;display:block; }
 }@media only screen and (max-width: 763px) { #JMyKLTBlgob8GJuVn0vSwqDHRGC0Eprv { width:10.3125rem;height:3.7375rem;top:3.89453125rem;left:9.3750003576281rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI2ZTykSeJgL2MmuTxJuuPTnMAy7fBKH { width:3.375rem;height:1.875rem;top:3.0203094482422rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl9lIf5PtBT7actLGTipDllzUhVTHvaN { display:block; }#wl9lIf5PtBT7actLGTipDllzUhVTHvaN > .row .container { width:20rem;height:131.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdBZxviT534fCbbG5q2HTtAOhB3kUuoT { width:18.5rem;height:27.5625rem;top:10.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCv690EsduykWeztErDGARg9NaChTeGx { width:16.625rem;height:10.9375rem;top:10.904948234558rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3EEHwUBL0Bso5fyat6Iki9EMioLDcyZ { width:18.125rem;height:3.25rem;top:22.718750953674rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbwWtXdwlxTKKLq9ncIW98PhW32CfDV { width:18.5rem;height:29.125rem;top:40rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #begMgZIq5BTpNTcmxwl2VUsKTtLdsMo1 { width:16.5625rem;height:10.875rem;top:72rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD9vUQWW9HDz1FoN8J3krNEFXeoFxtiA { width:18.5rem;height:28.1875rem;top:71.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtbz72E0wKrKNkiAOOuwIG2gbpcizDDe { width:18.5rem;height:28.0625rem;top:101.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCD1CztH7D5itkNtovgO7k8QOmkZTvQW { width:16.5625rem;height:10.875rem;top:102.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogfApUfEJOZN4ksUvD8bF2odflTfzRnq { width:13.8125rem;height:3.75rem;top:29.696616172791rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XhKXxLdOTaUKqGZ0ra5h2VgbTNUW5593 { width:18.125rem;height:3.25rem;top:53.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMsT2axqytgDLtf8mJvgnnSw2y0xb9IF { width:18.125rem;height:3.25rem;top:84.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnJoBkEB3Swod0zgRlDlErJuffFimSI5 { width:18.8125rem;height:3.25rem;top:114.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBdQIzzwXi7IsTyivgI2US0kWLCyIC6 { width:13.1875rem;height:3.75rem;top:60.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vfw0DiIv7GE3FQEH50bKKo3ZheUM1lvd { width:17.6855625rem;height:3.75rem;top:89.3125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PuoV7ADOQeRiE9ugPTa0cRwoFTW6azWM { width:18.499125rem;height:3.75rem;top:119.75rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NOPKkGTAeoGQCqhzZnikK0DNZmTHnDwu { width:20rem;height:6.6875rem;top:1.4908866882324rem;left:0rem;z-index:15012;background-color:#107d84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QdRVK685iV1BvO0FncRgeuPgi65xrFIZ { width:20rem;height:4.125rem;top:2.7721366882324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #visPaBGGdcLCxRtXURNqmST4ZsfKOAaG { width:16.875rem;height:2.76171875rem;top:33.967448234558rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxGB6qnHIfMePgE37zAMOAhcNE793Tlq { width:17.5625rem;height:2.76171875rem;top:65.25rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li6N5lB8vFtg9DLRGHIlUZNpuT7quTyR { width:16.875rem;height:2.76171875rem;top:93.9375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTm5y9anov1wHIukEEzRLf5L6MZ3laSQ { width:16.875rem;height:2.76171875rem;top:124.5rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQiEfLTxAMDwNg38BAdstF9KJFO5wgKT { width:18.75rem;height:1.29948125rem;top:26.623698234558rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bl11ux2lDkq3PVc4TdH3DmQZR8edkHTn { width:18.75rem;height:1.29948125rem;top:57.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZLJdKiWq50t9D9Ld7sCRb0Xc8FWIGg1 { width:16.625rem;height:10.9375rem;top:40.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc { display:block; }#WAFD8aEzunEMhVCtOOLcwdvQUZc66xVc > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqGvUdy7eQFz82HKN2STwXbccW0vWQ3J { width:17.5rem;height:3.25rem;top:3rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAOfA3I8ulT8l0Wvtcf82vTMyCSDwhCl { height:11.1875rem;width:20rem;top:8.93620300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRpVDWXsvQdESy6NuqgUrifbLvUbWLyo { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqxCHKqAtkDIT9cwvURXIEz7nB2PXPd { width:20rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO { display:block; }#ML2GDMo5CWtADtnJKXGpWTo2l3JLfeiO > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgiFwVoku4bxddtcALgQ6nq8dsdwqNV8 { width:17.5rem;height:1.625rem;top:1.0833282470703rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZE2wPX8cea9ohhKOIwmgP1TTWgcVnR { width:18.3125rem;height:3.375rem;top:24.25rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3WXlnmZNsSeEMpmC0Eqoe4tPSa5GRO { display:block; }
 }@media only screen and (max-width: 763px) { #I8FN0r7LGQ76E57NfkINGJ6eS2JiQUCk { width:20rem;height:12.5rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P33NA6aLKpmzPIi0zGFdCRduC3pZJNIW { width:17.875rem;height:4.875rem;top:3.435763835907rem;left:1.0616319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffRt4kOTmBTGOBIuv7f3QP08FXKfv8Sz { display:none; }#ffRt4kOTmBTGOBIuv7f3QP08FXKfv8Sz > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vKp5WEsCk9bcS5NovBcxTy3QV2esfty5 { width:17.5rem;height:1.625rem;top:1.0833282470703rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIIpzQUG9AEODKd3ZvbDDxtQ7Ezo1u7A { width:18.3125rem;height:3.375rem;top:22.749999523163rem;left:0.84288197755812rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKfwn1Ou9r03J0T6hkXwaiRMtVplIpFJ { display:block; }
 }@media only screen and (max-width: 763px) { #Monmib9GFXKhMn0kzsaHTzmuE3eZlyIt { width:20rem;height:12.5rem;top:8.499131679535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf86mfThtCC7u9vvcCSEAfBNsm2003E4 { width:17.875rem;height:4.875rem;top:3.435763835907rem;left:1.0616319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl { display:block; }#Z26wCq6xAKGowKFkDHSrRXF97g5GnLFl > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOKmm1ZvDp3oL5sWXAxQWfU4wMf95W86 { width:17.5rem;height:3.25rem;top:3rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDva18TWmSTLvItseKHfLEQTpIigkd4 { height:11.1875rem;width:20rem;top:8.93620300293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKTiArK0q8QRAlIzdzfzxIcwpt9Az7q { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJtd7w6eKJbH7zcTZpo2Mad19Gx4u3c9 { width:20rem;height:7.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2eMU50TDdkavc4nTLFTH6pK1EntRP8m { display:none; }#l2eMU50TDdkavc4nTLFTH6pK1EntRP8m > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p8lomkiD8EKlqboC1sv6TOHT5TJcJqrB { width:17.5rem;height:1.625rem;top:1.0833282470703rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhhtrMiDMaBrDbT0i6vWJ2iutzfAIxLe { width:18.3125rem;height:3.375rem;top:22.749999523163rem;left:0.84288197755812rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwmqxnigc9sFe1HsMhbm6i0ceJS9gbk { display:block; }
 }@media only screen and (max-width: 763px) { #AiALDiuxJxuPE4twlk4mUDxqlResLixH { width:20rem;height:12.5rem;top:8.499131679535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI2BAMx7wTDPESmDXST55MaEIWEfld3G { width:17.875rem;height:3.25rem;top:3.435763835907rem;left:1.0616319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 { display:block; }#hEgJMTymXbzSgDHWyc6NDToOIP5FkON9 > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrZdhbLHF99UJqpXDmrp8CRoHEXBX1PV { width:17.5rem;height:1.625rem;top:1.0833282470703rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKlb1AZkOLz04Fe65f9V69c5LV8k27mA { width:18.3125rem;height:3.375rem;top:23.75rem;left:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJkBBe9dUt1cuk8bnWzECmmy1p8noXZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #g4eQ31UKxPtyz6RqxDzo8PRHXDqVBQ0B { width:20rem;height:12.5rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glNfwXXgbBcJr12sR2GFATxXQXIuV0En { width:17.875rem;height:4.875rem;top:3.435763835907rem;left:1.0616319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.adaptive-delivery-prevent-bg, #QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.lazyload, #QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk.lazyloading { background-image: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container { background-color: transparent; background-image: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fdef; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container > .video-iframe-container { display: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fdef; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row > .video-iframe-container { display: none; }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .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); }#QxoGF7332JBkoHJTJv8XnaCnPqVJ4Usk > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA4y2O6rhBh7W79XDtPPXL447SA7rI84 { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAgJ3SvJKXC5rkUBuxqO17xRQIbsH4TI { width:18.125rem;height:36.330075rem;top:18.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dVgdP6qzRAZhHFoaX4PItWrwq8xclKeB { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #aCHI4TK7sBD5zwWhIaf66sdzTFC10Tk0 { width:11.0625rem;height:0;top:3.734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #F8toKw95sreV4VKMW8Min1JsF5Tgu5X8 { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #ildwZ2ImwbzOXeOZya3ERuEDHJd6Mcxm { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RpaaectEoz115fmNdINU3AyFrFQOpn71 { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #dz95hLftDNJDMROiBhvpJ3EZnxFg3XZZ { top:0rem;left:0rem;width:20rem;height:9.4375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PiVPLeN1voK892Iaq8Vldr4cktNvPRTD { width:18.75rem;height:5.34375rem;top:11.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#107d84;display:block; }
 }@media only screen and (max-width: 763px) { #FhuDG5JSy95iI8rb2fN5xJZbAns7w9Nn { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #N3JZnvAKkhSfZIF2TfVpZcT6opo1dtTm { width:12.0625rem;height:3.5625rem;top:2.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #eow3RFkCnn7k92AneC2VgfIsZduH3o7T { display:block; }#eow3RFkCnn7k92AneC2VgfIsZduH3o7T > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeEFRC6TzWVyVF1pCdvqq9QbPCgM31Rz { width:4.25rem;height:1.6875rem;top:1.8851566314698rem;left:7.8750003576281rem;display:block; }
 }