.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-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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f1f4f8;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); }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row .container { background-color: transparent; background-image: none; }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row .container > .video-iframe-container { display: none; }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row > .video-iframe-container { display: none; }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .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); }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row .container { border-width: 0; border-radius: 0; }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row > .video-iframe-container {  }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#HZTteDNr1nRuXEMlgSJ7hEawQlpt3Waf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:20.6875rem;top:0.375rem;left:27.15625rem;overflow:hidden;display:block; }
#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05a1d4;background-image:none;position:relative;display:block; }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row .container { background-color: transparent; background-image: none; }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row .container > .video-iframe-container { display: none; }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row > .video-iframe-container { display: none; }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .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); }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row .container { border-width: 0; border-radius: 0; }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row > .video-iframe-container {  }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#BEsyxRqqk7GyIgUdE9PAfymApycAysxb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:0rem;height:6.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVqce1lAKSllUOfZdFn8PzTg5LWRffur { color:#ffffff;display:block;width:68.6875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.15625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#iwvaHFuvO1BrEEyz37xgfMzerDtfF9Ll { color:#000000;display:block;width:68.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghl0hvqJqpIFITnvDhTO9xC8aDtZsWvZ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5625rem;width:25.5625rem;top:13.375rem;left:44.8125rem;overflow:hidden;display:block; }
#PN9WriOegdS8GZwiA6HRK56dITLodNMu { color:#05a1d4;display:block;width:36.4375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:11.625rem;left:3.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#bdoKJiWRTMlQ1y2rBKHGwmCl78dyFJhP { color:#000000;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:20.1875rem;left:0rem;height:;display:block; }#bdoKJiWRTMlQ1y2rBKHGwmCl78dyFJhP li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#bdoKJiWRTMlQ1y2rBKHGwmCl78dyFJhP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/9y25xaXk/2021_05_02_0vo_Kleki.png); }
#a6EN3KT67aNu4ZTDrpZwWAUHTtkMsJr3 { background-color:#01c3a5;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:35.5625rem;left:0rem;display:block; }
#RR8q9AGg6zZrsie9pyiMGl25He2tW55b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WN247nqa5miea2LTMWz7rJGksyt8unm9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row .container { background-color: transparent; background-image: none; }#WN247nqa5miea2LTMWz7rJGksyt8unm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row .container > .video-iframe-container { display: none; }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row > .video-iframe-container { display: none; }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .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); }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row .container { border-width: 0; border-radius: 0; }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row > .video-iframe-container {  }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#NpF8uV0vFgQwWWXfuhVXay9g21qXvviQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.5625rem;width:18.875rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#v8HfHCiGrP6r9i9D3l9z1k768TnJ8eQ2 { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.78125rem;left:25.03125rem;height:13rem;display:block; }
#xhNqzKwBUG1POiXKOvOlwKLOXSiDqbBZ { color:#000000;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:25.03125rem;height:2.5996125rem;display:block; }
#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row .container { background-color: transparent; background-image: none; }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row .container > .video-iframe-container { display: none; }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row > .video-iframe-container { display: none; }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .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); }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row .container { border-width: 0; border-radius: 0; }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row > .video-iframe-container {  }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#NOlAtwfS8WqzNoMlbX6JokdGrwwSQhgz { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.84375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row .container { background-color: transparent; background-image: none; }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row .container > .video-iframe-container { display: none; }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row > .video-iframe-container { display: none; }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .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); }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row .container { border-width: 0; border-radius: 0; }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row > .video-iframe-container {  }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#wos0ECpLfD3HFSr66UTwK8bzAUKioB3Q { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:24rem;top:0rem;left:0rem;display:block; }
#Ti7F2skwXBT3TWFRtxsxMScmPJo1m3tg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:24rem;top:0rem;left:25.5rem;display:block; }
#JVn8cn61KqoTqzanzXiK2CTsd2pUVLiS { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:24rem;top:0rem;left:51rem;display:block; }
#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row .container { background-color: transparent; background-image: none; }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row .container > .video-iframe-container { display: none; }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row > .video-iframe-container { display: none; }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .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); }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row .container { border-width: 0; border-radius: 0; }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row > .video-iframe-container {  }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#auPS2w0fT0TWE8lZeRThRrAaxUziweny { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:24rem;top:0rem;left:0rem;display:block; }
#srkOH9ZUoXbi4L87wlDXBhS0smHAuuhp { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:24rem;top:0rem;left:25.5rem;display:block; }
#PIMTTATDgJdUmHqTePxJ5NHW7dmC8ZBN { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:24rem;top:0rem;left:51rem;display:block; }
#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row .container { background-color: transparent; background-image: none; }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row .container > .video-iframe-container { display: none; }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row > .video-iframe-container { display: none; }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .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); }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row .container { border-width: 0; border-radius: 0; }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row > .video-iframe-container {  }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#elcxFaT3WMWuogHQKqIVtBxraVM9OZFp { color:#000000;display:block;width:73.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.53125rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row .container { background-color: transparent; background-image: none; }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row .container > .video-iframe-container { display: none; }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row > .video-iframe-container { display: none; }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .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); }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row .container { border-width: 0; border-radius: 0; }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row > .video-iframe-container {  }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#xnTyBQFUyzoqkJTWtkZ9z8TmVHboWcgS { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.099609375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sbrZy0FWJ6gtTQ2mWb2PcNbGbO7838dM { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:27.9375rem;top:0rem;left:23.53125rem;overflow:hidden;display:block; }
#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row .container { background-color: transparent; background-image: none; }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row .container > .video-iframe-container { display: none; }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row > .video-iframe-container { display: none; }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .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); }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row .container { border-width: 0; border-radius: 0; }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row > .video-iframe-container {  }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#J7FMLudr9Z3beXsXJQ0cBMII7eDAy2oL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:35.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KuTJRAPiDgiEHCy2gOawvwcPS4xTuE3m { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:35.625rem;top:0rem;left:39.375rem;overflow:hidden;display:block; }
#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row .container { background-color: transparent; background-image: none; }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row .container > .video-iframe-container { display: none; }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row > .video-iframe-container { display: none; }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .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); }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row .container { border-width: 0; border-radius: 0; }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row > .video-iframe-container {  }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#NaqGTRIqsgfcMEKZD8UvM0Wxk5U50Qdi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:35.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RBE4XcKaODPCk1lCf6lyhIMKf1CeUBsZ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:35.625rem;top:0rem;left:39.375rem;overflow:hidden;display:block; }
#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row .container { background-color: transparent; background-image: none; }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row .container > .video-iframe-container { display: none; }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row > .video-iframe-container { display: none; }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .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); }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row .container { border-width: 0; border-radius: 0; }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row > .video-iframe-container {  }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#pFHzqDSWlq6yw8Nrwet11ZsZApWcEmH3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:35.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tGHhiyXB3P6wLoZMkpMg8z88whCPV6m3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:35.625rem;top:0rem;left:39.375rem;overflow:hidden;display:block; }
#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row .container { background-color: transparent; background-image: none; }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row .container > .video-iframe-container { display: none; }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row > .video-iframe-container { display: none; }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .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); }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row .container { border-width: 0; border-radius: 0; }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row > .video-iframe-container {  }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#WeCUImaD66Sbx8IqTpV5FsZaoqZiEHf0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:35.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lHh8x8cwZoVlSlRiat9ZKz5xURTsOFrT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:35.625rem;top:0rem;left:39.375rem;overflow:hidden;display:block; }
#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row .container { background-color: transparent; background-image: none; }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row .container > .video-iframe-container { display: none; }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row > .video-iframe-container { display: none; }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .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); }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row .container { border-width: 0; border-radius: 0; }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row > .video-iframe-container {  }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#DBtT5G8ZCDczdPneLW80f3hvQH5oFAtC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22rem;width:34.5rem;top:4rem;left:40.5rem;overflow:hidden;display:block; }
#TR44tBmlTbPwqMddDOaPCfpfBtfNuTpC { position:absolute;display:block;z-index:100000;height:11.25rem;width:20rem;display:none; }
#m3Tmdpe18Qq49mCERGtz6J1tpl9epTl9 { position:absolute;display:block;z-index:100001;height:19rem;width:33.9375rem;top:4rem;left:0rem;display:block; }
#kE5EzGeTKagTldrXDTqCI1qAIWmEJ2JJ { position:absolute;display:block;z-index:100000;height:21.75rem;width:38.75rem;display:none; }
#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row .container { background-color: transparent; background-image: none; }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row .container > .video-iframe-container { display: none; }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row > .video-iframe-container { display: none; }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .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); }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row .container { border-width: 0; border-radius: 0; }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row > .video-iframe-container {  }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#DnOwyeroo21qQVmrmNCtG78CziIduPD6 { background-color:#01c3a5;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:51.375rem;height:5.1875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:3.46875rem;left:11.8125rem;display:block; }
#yrttk95Py4OVZFZ7T7XTc3BctTGG9Uyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BTKwHd5JH3988zThBy8a75Ra6VkToKvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row .container { background-color: transparent; background-image: none; }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row .container > .video-iframe-container { display: none; }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row > .video-iframe-container { display: none; }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .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); }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row .container { border-width: 0; border-radius: 0; }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row > .video-iframe-container {  }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#uzS1TQ3ROT6VwDF2xggmLXyFN4hvOmbc { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.875rem;left:42.75rem;height:6.499rem;display:block; }
#CDNogIfe8tIt3xuhwSdRGp8Od34EEmzT { color:#000000;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.875rem;left:58.9375rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#r3rgrQzyZBkkxBFZBZSq9IzkRofGZR4l { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:29.4375rem;top:3rem;left:3.9521484375rem;overflow:hidden;display:block; }
#mfhpFHsvT7GZkLmepHwTC1CHFTpcTxEl { color:#05a1d4;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:42.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row .container { background-color: transparent; background-image: none; }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row .container > .video-iframe-container { display: none; }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row > .video-iframe-container { display: none; }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .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); }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row .container { border-width: 0; border-radius: 0; }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row > .video-iframe-container {  }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#S83w7A9D2es4x88774EflgXK59AxfbiR { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.630859375rem;left:58rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J { display:block; }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZTteDNr1nRuXEMlgSJ7hEawQlpt3Waf { top:0.375rem;left:13.53125rem;width:20.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvabcvFOcvIUfrGyiMZATSD456pEi8Lo { display:block; }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEsyxRqqk7GyIgUdE9PAfymApycAysxb { top:1.6875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVqce1lAKSllUOfZdFn8PzTg5LWRffur { top:9.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwvaHFuvO1BrEEyz37xgfMzerDtfF9Ll { top:2.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghl0hvqJqpIFITnvDhTO9xC8aDtZsWvZ { top:13.375rem;left:22.1875rem;width:25.5625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9WriOegdS8GZwiA6HRK56dITLodNMu { top:11.625rem;left:0rem;width:36.4375rem;height:5.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdoKJiWRTMlQ1y2rBKHGwmCl78dyFJhP { top:20.1875rem;left:0rem;width:41.75rem;height:;font-size:1.25rem;display:block; }#bdoKJiWRTMlQ1y2rBKHGwmCl78dyFJhP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/9y25xaXk/2021_05_02_0vo_Kleki.png); }
 }@media only screen and (max-width: 763px) { #a6EN3KT67aNu4ZTDrpZwWAUHTtkMsJr3 { width:35.9375rem;height:3.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8q9AGg6zZrsie9pyiMGl25He2tW55b { display:block; }
 }@media only screen and (max-width: 763px) { #WN247nqa5miea2LTMWz7rJGksyt8unm9 { display:block; }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpF8uV0vFgQwWWXfuhVXay9g21qXvviQ { top:0.875rem;left:0rem;width:18.875rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HfHCiGrP6r9i9D3l9z1k768TnJ8eQ2 { top:8.75rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNqzKwBUG1POiXKOvOlwKLOXSiDqbBZ { top:5.4375rem;left:11.40625rem;width:19.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 { display:block; }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOlAtwfS8WqzNoMlbX6JokdGrwwSQhgz { top:2.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ { display:block; }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wos0ECpLfD3HFSr66UTwK8bzAUKioB3Q { top:0rem;left:0rem;width:24rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7F2skwXBT3TWFRtxsxMScmPJo1m3tg { top:0rem;left:7.75rem;width:24rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVn8cn61KqoTqzanzXiK2CTsd2pUVLiS { top:0rem;left:23.625rem;width:24rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh { display:block; }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auPS2w0fT0TWE8lZeRThRrAaxUziweny { top:0rem;left:0rem;width:24rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srkOH9ZUoXbi4L87wlDXBhS0smHAuuhp { top:0rem;left:7.75rem;width:24rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIMTTATDgJdUmHqTePxJ5NHW7dmC8ZBN { top:0rem;left:23.625rem;width:24rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc { display:block; }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elcxFaT3WMWuogHQKqIVtBxraVM9OZFp { top:1.1875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 { display:block; }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnTyBQFUyzoqkJTWtkZ9z8TmVHboWcgS { top:2.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbrZy0FWJ6gtTQ2mWb2PcNbGbO7838dM { top:0rem;left:9.90625rem;width:27.9375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e { display:block; }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7FMLudr9Z3beXsXJQ0cBMII7eDAy2oL { top:0rem;left:0rem;width:35.625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTJRAPiDgiEHCy2gOawvwcPS4xTuE3m { top:0rem;left:12.125rem;width:35.625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 { display:block; }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaqGTRIqsgfcMEKZD8UvM0Wxk5U50Qdi { top:0rem;left:0rem;width:35.625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBE4XcKaODPCk1lCf6lyhIMKf1CeUBsZ { top:0rem;left:12.125rem;width:35.625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t { display:block; }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFHzqDSWlq6yw8Nrwet11ZsZApWcEmH3 { top:0rem;left:0rem;width:35.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGHhiyXB3P6wLoZMkpMg8z88whCPV6m3 { top:0rem;left:12.125rem;width:35.625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm { display:block; }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeCUImaD66Sbx8IqTpV5FsZaoqZiEHf0 { top:0rem;left:0rem;width:35.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHh8x8cwZoVlSlRiat9ZKz5xURTsOFrT { top:0rem;left:12.125rem;width:35.625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 { display:block; }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBtT5G8ZCDczdPneLW80f3hvQH5oFAtC { top:4rem;left:13.25rem;width:34.5rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR44tBmlTbPwqMddDOaPCfpfBtfNuTpC { display:none; }
 }@media only screen and (max-width: 763px) { #m3Tmdpe18Qq49mCERGtz6J1tpl9epTl9 { top:4rem;left:0rem;width:33.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE5EzGeTKagTldrXDTqCI1qAIWmEJ2JJ { display:none; }
 }@media only screen and (max-width: 763px) { #GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H { display:block; }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnOwyeroo21qQVmrmNCtG78CziIduPD6 { width:46.75rem;height:5.1875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrttk95Py4OVZFZ7T7XTc3BctTGG9Uyu { display:block; }
 }@media only screen and (max-width: 763px) { #BTKwHd5JH3988zThBy8a75Ra6VkToKvS { display:block; }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzS1TQ3ROT6VwDF2xggmLXyFN4hvOmbc { top:5.875rem;left:29.125rem;width:13.0625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDNogIfe8tIt3xuhwSdRGp8Od34EEmzT { top:5.875rem;left:34.875rem;width:12.875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3rgrQzyZBkkxBFZBZSq9IzkRofGZR4l { top:3rem;left:0rem;width:29.4375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfhpFHsvT7GZkLmepHwTC1CHFTpcTxEl { top:3rem;left:23.125rem;width:24.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR7nTG90uSRTd3kOyq5db43oBs5MQQQO { display:block; }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S83w7A9D2es4x88774EflgXK59AxfbiR { top:1.625rem;left:34.6875rem;width:13.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J { display:block; }#TPTw9ltEDJ9n8N2ZGFqg5lMTGERWFl7J > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZTteDNr1nRuXEMlgSJ7hEawQlpt3Waf { width:16.25rem;height:4.75rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvabcvFOcvIUfrGyiMZATSD456pEi8Lo { display:block; }#yvabcvFOcvIUfrGyiMZATSD456pEi8Lo > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEsyxRqqk7GyIgUdE9PAfymApycAysxb { width:20rem;height:5.60595625rem;top:2.53125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVqce1lAKSllUOfZdFn8PzTg5LWRffur { width:20rem;height:1.86865rem;top:9.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwvaHFuvO1BrEEyz37xgfMzerDtfF9Ll { width:20rem;height:9.666rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghl0hvqJqpIFITnvDhTO9xC8aDtZsWvZ { width:20rem;height:20rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9WriOegdS8GZwiA6HRK56dITLodNMu { width:20rem;height:5.361325rem;top:13.4375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bdoKJiWRTMlQ1y2rBKHGwmCl78dyFJhP { width:20rem;height:23rem;top:21.125rem;left:0rem;font-size:1.25rem;display:block; }#bdoKJiWRTMlQ1y2rBKHGwmCl78dyFJhP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/9y25xaXk/2021_05_02_0vo_Kleki.png); }
 }@media only screen and (max-width: 763px) { #a6EN3KT67aNu4ZTDrpZwWAUHTtkMsJr3 { width:20rem;height:3.4375rem;top:48.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8q9AGg6zZrsie9pyiMGl25He2tW55b { display:block; }
 }@media only screen and (max-width: 763px) { #WN247nqa5miea2LTMWz7rJGksyt8unm9 { display:block; }#WN247nqa5miea2LTMWz7rJGksyt8unm9 > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpF8uV0vFgQwWWXfuhVXay9g21qXvviQ { width:13.3125rem;height:20rem;top:1.125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8HfHCiGrP6r9i9D3l9z1k768TnJ8eQ2 { width:20rem;height:35.097625rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhNqzKwBUG1POiXKOvOlwKLOXSiDqbBZ { width:19.875rem;height:2.5996125rem;top:22.5rem;left:0.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 { display:block; }#nU6n38PCxqOnZMyLV8pPlLxWCxkhHcM3 > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOlAtwfS8WqzNoMlbX6JokdGrwwSQhgz { width:20rem;height:4.54980625rem;top:2.35595703125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ { display:block; }#drBH5CKd68k7DP4eEKUzVgsioGXUJ5bZ > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wos0ECpLfD3HFSr66UTwK8bzAUKioB3Q { height:11.145833333333rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti7F2skwXBT3TWFRtxsxMScmPJo1m3tg { height:11.145833333333rem;width:20rem;top:13.6455rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVn8cn61KqoTqzanzXiK2CTsd2pUVLiS { height:11.145833333333rem;width:20rem;top:26.041rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh { display:block; }#zTmOIRl46yuNJkRcnk3mVoaJ6VpFBNOh > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auPS2w0fT0TWE8lZeRThRrAaxUziweny { height:11.145833333333rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srkOH9ZUoXbi4L87wlDXBhS0smHAuuhp { height:11.145833333333rem;width:20rem;top:13.6455rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIMTTATDgJdUmHqTePxJ5NHW7dmC8ZBN { height:11.145833333333rem;width:20rem;top:26.041rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc { display:block; }#ES3fZT0TkLuTZ2X1bhlTlIuQRPb5glZc > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elcxFaT3WMWuogHQKqIVtBxraVM9OZFp { width:19.6875rem;height:9.7485625rem;top:3.15673828125rem;left:0.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 { display:block; }#ubnP3NDZogpDzJp76pCPV5FioB6IzcV2 > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnTyBQFUyzoqkJTWtkZ9z8TmVHboWcgS { width:20rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbrZy0FWJ6gtTQ2mWb2PcNbGbO7838dM { width:20rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e { display:block; }#TDpLOyHBElxHkiRuOvdRdvWEGfAJHA5e > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7FMLudr9Z3beXsXJQ0cBMII7eDAy2oL { width:20rem;height:5.1578947368421rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTJRAPiDgiEHCy2gOawvwcPS4xTuE3m { width:20rem;height:7.6842105263156rem;top:7.6577125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 { display:block; }#B4FJXVWb84kTG396B5WtS3mS3lZgbVL3 > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaqGTRIqsgfcMEKZD8UvM0Wxk5U50Qdi { width:20rem;height:5.1228070175439rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBE4XcKaODPCk1lCf6lyhIMKf1CeUBsZ { width:20rem;height:5.1228070175439rem;top:7.62255625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t { display:block; }#L5RhSsZDVIu4AhyGDWWzXKP0SCgThm4t > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFHzqDSWlq6yw8Nrwet11ZsZApWcEmH3 { width:20rem;height:4.6315789473684rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGHhiyXB3P6wLoZMkpMg8z88whCPV6m3 { width:20rem;height:6.4912280701756rem;top:7.13135rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm { display:block; }#o9TWQxeqcSWoTZz3WNzKcgSUVW13tIpm > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeCUImaD66Sbx8IqTpV5FsZaoqZiEHf0 { width:20rem;height:4.6315789473684rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHh8x8cwZoVlSlRiat9ZKz5xURTsOFrT { width:20rem;height:5.1578947368421rem;top:7.13135rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 { display:block; }#JTkfeaBTR8TJ0eqUv8aN5l8Ogg6hQbx3 > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBtT5G8ZCDczdPneLW80f3hvQH5oFAtC { width:20rem;height:12.7529375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR44tBmlTbPwqMddDOaPCfpfBtfNuTpC { top:1rem;left:0rem;width:20rem;height:11.25rem;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #m3Tmdpe18Qq49mCERGtz6J1tpl9epTl9 { width:20rem;height:19rem;top:16.2529375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kE5EzGeTKagTldrXDTqCI1qAIWmEJ2JJ { top:17.875rem;left:0rem;width:20rem;height:17.6875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H { display:block; }#GoTT7U9gfta19Bxs7VAI2JPl63Ffs58H > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnOwyeroo21qQVmrmNCtG78CziIduPD6 { width:20rem;height:5.3125rem;top:2.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrttk95Py4OVZFZ7T7XTc3BctTGG9Uyu { display:block; }
 }@media only screen and (max-width: 763px) { #BTKwHd5JH3988zThBy8a75Ra6VkToKvS { display:block; }#BTKwHd5JH3988zThBy8a75Ra6VkToKvS > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzS1TQ3ROT6VwDF2xggmLXyFN4hvOmbc { width:12.5rem;height:7.7988125rem;top:11.3759765625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDNogIfe8tIt3xuhwSdRGp8Od34EEmzT { width:12.875rem;height:6.499rem;top:20.6884765625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3rgrQzyZBkkxBFZBZSq9IzkRofGZR4l { width:20rem;height:5.68945rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfhpFHsvT7GZkLmepHwTC1CHFTpcTxEl { width:20rem;height:2.5996125rem;top:7.1259765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR7nTG90uSRTd3kOyq5db43oBs5MQQQO { display:block; }#xR7nTG90uSRTd3kOyq5db43oBs5MQQQO > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S83w7A9D2es4x88774EflgXK59AxfbiR { width:13.0625rem;height:1.29980625rem;top:1.25rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }