.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,220,220;--color-primary-1:255,139,139;--color-primary-2:255,22,22;--color-primary-3:128,11,11;--color-primary-4:38,3,3;--color-secondary-0:255,255,255;--color-secondary-1:250,250,250;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;display:block; }
#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .row > .video-iframe-container { display: none; }#KKiatayM38PSB3OGq1zgQ9bPK8slZqQW > .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); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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;z-index:auto;display:block; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container { background-color: transparent; background-image: none; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container > .video-iframe-container { display: none; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row > .video-iframe-container { display: none; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .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); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container { border-width: 0; border-radius: 0; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#eeMk2T8DnN9BrE3XBRIZ9GoENVdyC0ly { position:absolute;display:block;z-index:15017;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:5.81163125rem;width:15.8745625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container { background-color: transparent; background-image: none; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container > .video-iframe-container { display: none; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row > .video-iframe-container { display: none; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .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); }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container { border-width: 0; border-radius: 0; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container { width:60rem;height:16.0625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#odplz9lgE2bcy3DoR9cm0gC1JxmqT9WG { color:#050b26;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:1.1218757629394rem;left:8.125rem;height:12.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2wCIotopZWUJETuhr2qg070Rc3M9BrW { background-color:rgba(var(--color-secondary-1),1);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;display:block; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container { background-color: transparent; background-image: none; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container > .video-iframe-container { display: none; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row > .video-iframe-container { display: none; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .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); }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container { border-width: 0; border-radius: 0; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container { width:60rem;height:209.5625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#oI1QG3VihegvWM6z2LlpXRhAH2bQk9Q0 { 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:28.125rem;width:28.125rem;top:2.5rem;left:1.5625rem;overflow:hidden;display:block; }
#vxIyzQX1Jx1zU37TC1dgbRkN0OLCisLT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:2.5rem;left:31.25rem;overflow:hidden;display:block; }
#FGdS9ZLD5rnXLX3hr19EZIZbHkMbDWza { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:32.3125rem;left:1.5625rem;overflow:hidden;display:block; }
#eqt681zDK0aUiwduh6E2XUrSBvsPowUu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:32.3125rem;left:31.25rem;overflow:hidden;display:block; }
#NkRTs28lqCAO0ufq4dkoX64QppZxPPD3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:61.5rem;left:1.5625rem;overflow:hidden;display:block; }
#nPhQFeycL6lStbnSdUiJqhUxmnF49Cav { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:61.5rem;left:31.25rem;overflow:hidden;display:block; }
#D0PTRfBMkM9a0TtniXeIgcb9cJvZIhqb { position:absolute;display:block;z-index:15004;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:28.125rem;width:28.125rem;top:91rem;left:1.5625rem;overflow:hidden;display:block; }
#OBKTiN2aUhhDqBQmhmHAlK23Jg2nnoPV { position:absolute;display:block;z-index:15005;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:28.125rem;width:28.125rem;top:91rem;left:31.25rem;overflow:hidden;display:block; }
#xG8Fm8qq4UvBHG1DAxeyyiVDl8Bt1QsD { position:absolute;display:block;z-index:15005;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:28.125rem;width:28.125rem;top:120.375rem;left:1.5625rem;overflow:hidden;display:block; }
#PAGJK452urgFneRmTJlTLR4hTFINVbd9 { position:absolute;display:block;z-index:15006;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:28.125rem;width:28.125rem;top:120.375rem;left:31.25rem;overflow:hidden;display:block; }
#SLDvTcNyD7otM6LUw8TGhiFS5GAcGG7f { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:149.625rem;left:1.5625rem;overflow:hidden;display:block; }
#AVsfp11TLylFtRd7JDw4eDXAh4yw1Ga1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:149.625rem;left:31.25rem;overflow:hidden;display:block; }
#thW9wN7CTyxPWFNXsB60Lufa4JXxT65d { position:absolute;display:block;z-index:15009;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:28.125rem;width:28.125rem;top:179.1875rem;left:1.5625rem;overflow:hidden;display:block; }
#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row .container { background-color: transparent; background-image: none; }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row .container > .video-iframe-container { display: none; }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row > .video-iframe-container { display: none; }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .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); }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row .container { border-width: 0; border-radius: 0; }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;position:relative;display:block; }#n2tt9CbTVdE3WWyCcTiqW2uRcOmLdl0u { color:#050b26;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.1117186546326rem;left:8.125rem;height:27.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);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; }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row .container { background-color: transparent; background-image: none; }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row .container > .video-iframe-container { display: none; }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row > .video-iframe-container { display: none; }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .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); }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row .container { border-width: 0; border-radius: 0; }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:60rem;position:relative;display:block; }#QJDz5iIfvoHTestkSWcBQDNixbuXCaXO { color:rgba(var(--color-tertiary-2),1);display:block;width:39.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.625rem;left:10.1875rem;height:18.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0296eATGTHQ4o4m2GTA0abiihgoqN2U { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0.1875rem dashed #ff0000;border-left:0.1875rem dashed #ff0000;border-right:0.1875rem dashed #ff0000;border-bottom:0.1875rem dashed #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.5rem;width:44.875rem;top:1.625rem;left:7.6875rem;display:block; }
#qQnlTpL97gf5mkW8M0gEfe5gN27wkxXs { color:rgba(var(--color-tertiary-2),1);display:block;width:39.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:25.895115852356rem;left:10.279949188233rem;height:25.8625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#qQnlTpL97gf5mkW8M0gEfe5gN27wkxXs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qQnlTpL97gf5mkW8M0gEfe5gN27wkxXs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9f22da6-40ad-4c15-81ee-3766a41f333b/Emotikony2.png); }
#gfGgUZPeRK8N4dr41Qts2ggCTZd0ZqRP { color:rgba(var(--color-tertiary-2),1);display:block;width:39.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:23.637193679809rem;left:10.279949188233rem;height:2.325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#WK8O8KgcUMVtm6TaXKsPXFIMiXPQTnpr { color:rgba(var(--color-primary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:53.475016593933rem;left:15.125rem;height:2.325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MrTOT6iSpTBacvJq2wsbUEQwkLzLTqPZ { color:rgba(var(--color-primary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:55.800001144409rem;left:14.149219512939rem;height:2.325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJIq8BvQBZsv6AiCO7HpldebplonpDHK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.9359375rem;height:3.9109375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:58.700000762939rem;left:10.493747711182rem;display:block; }
#DtoEWxPpDrv2vQ0daZTOwMFVinVTZpc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy { position:relative;display:block; }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy { background-color: transparent; background-image: none; }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .row .container > .video-iframe-container { display: none; }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .row > .video-iframe-container { display: none; }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .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); }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy { border-width: 0; border-radius: 0; }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iMAzTiqb1AbIghTIaaKy78NX0LcF5yTC { color:#322c60;display:block;width:26.875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4250030517578rem;left:0rem;height:1.1875rem;display:block; }
#MFCwLXTxDgTmdo0mrdi5L1aV3a0Tc1EA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1562995910644rem;left:44.186717987061rem;display:block; }
#IwGTTBZZqylfnyck5kvhpeJ3Ew2ENCPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cv9b12C0q5Kkidcq1hNMX8bAnFgZ50tv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:averta;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.15625rem;left:51.124217987061rem;display:block; }
#ChmSoWbTwJdneaUOJJE5pTddtGCwG12y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HAKLaymmesWm5OL68zVUqqHKZwPzML0B { display:block; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeMk2T8DnN9BrE3XBRIZ9GoENVdyC0ly { width:15.8125rem;height:5.7889103489073rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani { display:block; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odplz9lgE2bcy3DoR9cm0gC1JxmqT9WG { width:43.75rem;height:12.25rem;top:1.0625rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2wCIotopZWUJETuhr2qg070Rc3M9BrW { display:block; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI1QG3VihegvWM6z2LlpXRhAH2bQk9Q0 { top:2.5rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxIyzQX1Jx1zU37TC1dgbRkN0OLCisLT { top:2.5rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGdS9ZLD5rnXLX3hr19EZIZbHkMbDWza { top:32.3125rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqt681zDK0aUiwduh6E2XUrSBvsPowUu { top:32.3125rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkRTs28lqCAO0ufq4dkoX64QppZxPPD3 { top:61.5rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPhQFeycL6lStbnSdUiJqhUxmnF49Cav { top:61.5rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0PTRfBMkM9a0TtniXeIgcb9cJvZIhqb { top:91rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBKTiN2aUhhDqBQmhmHAlK23Jg2nnoPV { top:91rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG8Fm8qq4UvBHG1DAxeyyiVDl8Bt1QsD { top:120.375rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAGJK452urgFneRmTJlTLR4hTFINVbd9 { top:120.375rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDvTcNyD7otM6LUw8TGhiFS5GAcGG7f { top:149.625rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVsfp11TLylFtRd7JDw4eDXAh4yw1Ga1 { top:149.625rem;left:19.625rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thW9wN7CTyxPWFNXsB60Lufa4JXxT65d { top:179.1875rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky { display:block; }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tt9CbTVdE3WWyCcTiqW2uRcOmLdl0u { width:43.75rem;height:27.5625rem;top:1.0625rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 { display:block; }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJDz5iIfvoHTestkSWcBQDNixbuXCaXO { width:39.375rem;height:18.875rem;top:2.625rem;left:4.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0296eATGTHQ4o4m2GTA0abiihgoqN2U { top:1.625rem;left:1.5625rem;width:44.875rem;height:62.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQnlTpL97gf5mkW8M0gEfe5gN27wkxXs { width:39.375rem;height:;top:25.875rem;left:4.1546859741211rem;font-size:1.6875rem;display:block; }#qQnlTpL97gf5mkW8M0gEfe5gN27wkxXs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9f22da6-40ad-4c15-81ee-3766a41f333b/Emotikony2.png); }
 }@media only screen and (max-width: 763px) { #gfGgUZPeRK8N4dr41Qts2ggCTZd0ZqRP { width:39.375rem;height:2.3125rem;top:23.625rem;left:4.1549491882324rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK8O8KgcUMVtm6TaXKsPXFIMiXPQTnpr { width:32.1875rem;height:2.3125rem;top:53.4375rem;left:9rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrTOT6iSpTBacvJq2wsbUEQwkLzLTqPZ { width:32.1875rem;height:2.3125rem;top:55.75rem;left:8.0242195129394rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJIq8BvQBZsv6AiCO7HpldebplonpDHK { width:38.875rem;height:3.875rem;top:58.6875rem;left:4.3687477111816rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtoEWxPpDrv2vQ0daZTOwMFVinVTZpc7 { display:block; }
 }@media only screen and (max-width: 763px) { #WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy { display:block; }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMAzTiqb1AbIghTIaaKy78NX0LcF5yTC { width:26.875rem;height:1.1875rem;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFCwLXTxDgTmdo0mrdi5L1aV3a0Tc1EA { width:8.875rem;height:1.625rem;top:2.125rem;left:38.061717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGTTBZZqylfnyck5kvhpeJ3Ew2ENCPA { display:block; }
 }@media only screen and (max-width: 763px) { #cv9b12C0q5Kkidcq1hNMX8bAnFgZ50tv { width:8.875rem;height:1.625rem;top:2.125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChmSoWbTwJdneaUOJJE5pTddtGCwG12y { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HAKLaymmesWm5OL68zVUqqHKZwPzML0B { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container { background-color: transparent; background-image: none; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container > .video-iframe-container { display: none; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row > .video-iframe-container { display: none; }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .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); }#HAKLaymmesWm5OL68zVUqqHKZwPzML0B > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeMk2T8DnN9BrE3XBRIZ9GoENVdyC0ly { width:13.125rem;height:4.2484375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani { background-color:#ffffff;background-image:none;display:block; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container { background-color: transparent; background-image: none; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container > .video-iframe-container { display: none; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row > .video-iframe-container { display: none; }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .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); }#m4szeliWQ8fiJMAQ9UhFvpUgS7lMwani > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odplz9lgE2bcy3DoR9cm0gC1JxmqT9WG { width:19.996875rem;height:6.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x2wCIotopZWUJETuhr2qg070Rc3M9BrW { background-color:#ffffff;background-image:none;display:block; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container { background-color: transparent; background-image: none; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container > .video-iframe-container { display: none; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row > .video-iframe-container { display: none; }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .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); }#x2wCIotopZWUJETuhr2qg070Rc3M9BrW > .row .container { width:20rem;height:181.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI1QG3VihegvWM6z2LlpXRhAH2bQk9Q0 { width:20rem;height:20rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxIyzQX1Jx1zU37TC1dgbRkN0OLCisLT { width:20rem;height:20rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGdS9ZLD5rnXLX3hr19EZIZbHkMbDWza { width:20rem;height:20rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqt681zDK0aUiwduh6E2XUrSBvsPowUu { width:20rem;height:20rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkRTs28lqCAO0ufq4dkoX64QppZxPPD3 { width:20rem;height:20rem;top:59.562501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPhQFeycL6lStbnSdUiJqhUxmnF49Cav { width:20rem;height:20rem;top:71.06250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0PTRfBMkM9a0TtniXeIgcb9cJvZIhqb { width:20rem;height:20rem;top:83.12500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBKTiN2aUhhDqBQmhmHAlK23Jg2nnoPV { width:20rem;height:20rem;top:96.06250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG8Fm8qq4UvBHG1DAxeyyiVDl8Bt1QsD { width:20rem;height:20rem;top:109.18750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAGJK452urgFneRmTJlTLR4hTFINVbd9 { width:20rem;height:20rem;top:121.31250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDvTcNyD7otM6LUw8TGhiFS5GAcGG7f { width:20rem;height:20rem;top:134.62500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVsfp11TLylFtRd7JDw4eDXAh4yw1Ga1 { width:20rem;height:20rem;top:148.37500143051rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thW9wN7CTyxPWFNXsB60Lufa4JXxT65d { width:20rem;height:20rem;top:161.43750953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky { display:block; }#T6dhHBE7o2uRefkghtTl6Gy5ksOtg6ky > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tt9CbTVdE3WWyCcTiqW2uRcOmLdl0u { width:20rem;height:22.6875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 { display:block; }#zB1zV7aPk1m9vpr1SvAzCsqsTOoqIH00 > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJDz5iIfvoHTestkSWcBQDNixbuXCaXO { width:20rem;height:9.4875rem;top:2.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T0296eATGTHQ4o4m2GTA0abiihgoqN2U { width:19.875rem;height:52.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQnlTpL97gf5mkW8M0gEfe5gN27wkxXs { width:20rem;height:23.5625rem;top:18.019532394596rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }#qQnlTpL97gf5mkW8M0gEfe5gN27wkxXs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d9f22da6-40ad-4c15-81ee-3766a41f333b/Emotikony2.png); }
 }@media only screen and (max-width: 763px) { #gfGgUZPeRK8N4dr41Qts2ggCTZd0ZqRP { width:20rem;height:4.125rem;top:12.510937881656rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WK8O8KgcUMVtm6TaXKsPXFIMiXPQTnpr { width:20rem;height:3.1625rem;top:43.412501526065rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MrTOT6iSpTBacvJq2wsbUEQwkLzLTqPZ { width:20rem;height:1.58125rem;top:46.575000762939rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yJIq8BvQBZsv6AiCO7HpldebplonpDHK { width:18.675rem;height:3.8625rem;top:49.075002670288rem;left:0.62421876192093rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtoEWxPpDrv2vQ0daZTOwMFVinVTZpc7 { display:block; }
 }@media only screen and (max-width: 763px) { #WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy { display:block; }#WTJzMkAJO9NTue8yItq3mTWVOkZQTCJy > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMAzTiqb1AbIghTIaaKy78NX0LcF5yTC { width:20rem;height:2.375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#322c60;display:block; }
 }@media only screen and (max-width: 763px) { #MFCwLXTxDgTmdo0mrdi5L1aV3a0Tc1EA { width:8.87425rem;height:1.62421875rem;top:3.625rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGTTBZZqylfnyck5kvhpeJ3Ew2ENCPA { display:block; }
 }@media only screen and (max-width: 763px) { #cv9b12C0q5Kkidcq1hNMX8bAnFgZ50tv { width:8.875rem;height:1.625rem;top:5.2484359741211rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChmSoWbTwJdneaUOJJE5pTddtGCwG12y { display:block; }
 }