.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#KoS4ZZ09d0QymmRCUO5MMM361wdFWZ3C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KoS4ZZ09d0QymmRCUO5MMM361wdFWZ3C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KoS4ZZ09d0QymmRCUO5MMM361wdFWZ3C > .row > .video-iframe-container { display: none; }#KoS4ZZ09d0QymmRCUO5MMM361wdFWZ3C > .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); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#373076;background-image:url("https://images.assets-landingi.com/afV4c3JC/znaki.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }
#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe.adaptive-delivery-prevent-bg { background-image: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { background-color: transparent; background-image: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container > .video-iframe-container { display: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container { display: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .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); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { border-width: 0; border-radius: 0; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { font-size:14px;font-family:"open sans";height:1901px;width:960px;position:relative;display:block; }#y5Adn3ubxuFQqwV0nvmN8PtQW7CG7BiZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:443px;width:450px;position:absolute;display:block;z-index:99996;top:468px;left:-394.60475712122px;overflow:hidden;display:block; }
#f2STCwrOHG7xa99zvn9coZ5A6CDq2TiS { display:block;width:467px;position:absolute;font-family:"axiforma lingy";font-size:37px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:911px;left:246.5px;height:48px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Z4fiorc5Ft5PIN6vuqDBaDK1AbfdFPrT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:485px;width:496px;position:absolute;display:block;z-index:100018;top:1647px;left:777.22837370242px;overflow:hidden;display:block; }
#yKOP4yoff7WJwqfDaC5scWWFd5JFAglW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:540px;width:540px;position:absolute;display:block;z-index:99998;top:1015px;left:-475.5px;overflow:hidden;display:block; }
#KvAaGaGKMyf9DIkfBNtClX76WUwQazmR { display:block;width:651px;position:absolute;font-family:"axiforma lingy";font-size:30px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:545px;left:154.5px;height:78px;text-align:center;text-align-last:center;color:#f26b65;font-style:normal;display:block; }
#HzGQ28gZEn1GpnwMsxJG9WctPP4d1pFI { display:block;width:656px;position:absolute;font-family:"axiforma lingy";font-size:55px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:113px;left:28px;height:142px;color:#ffffff;font-style:normal;display:block; }
#GDnfFVRbsc7ysXFdEJAHI7Oc7skmeOFT { display:block;width:384px;position:absolute;font-family:"axiforma lingy";font-size:33px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:326px;left:28px;height:126px;color:#ffffff;display:block; }
#CKhbor3kRktOwE3WU9MT0yJ912wd3Lnl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:518px;width:518px;position:absolute;display:block;z-index:99997;top:0px;left:687px;overflow:hidden;display:block; }
#EWfXrUEah6VKkn6eoKQZICFiqQ1VXg7O { border-bottom:0;border-left:0;border-right:0;border-top:0;height:52px;width:99px;position:absolute;display:block;z-index:100000;top:46px;left:778px;overflow:hidden;display:block; }
#xu3hQAHWhBUEKClkCDTqML4eUQUxddvk { display:block;width:902px;position:absolute;font-family:"axiforma lingy";font-size:20px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:710px;left:29px;height:104px;text-align:center;text-align-last:center;color:rgba(253,255,254,0.9);font-style:normal;display:block; }
#ksd7IR7fWFVgkNuBTxQPq0GTVbBlgbJm { display:block;width:917px;position:absolute;font-family:"axiforma lingy";font-size:20px;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:1388px;left:15px;height:26px;text-align:center;text-align-last:center;color:rgba(255,255,255,0.9);font-style:normal;display:block; }
#f27m9b2QpwTQsXzfdNUTahh3WbgII3yJ { display:block;width:450px;position:absolute;font-family:"axiforma lingy";font-size:30px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1338px;left:255px;height:39px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#wUlR2cArQ7w5m2gugVxnVuL4yfz3hPrx { display:block;width:917px;position:absolute;font-family:"axiforma lingy";font-size:20px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:1232px;left:29px;height:26px;text-align:center;text-align-last:center;color:rgba(255,255,255,0.9);font-style:normal;display:block; }
#JH7U0tVDAwVy8fE0r9mErEvFoafqIGGv { display:block;width:705px;position:absolute;font-family:"axiforma lingy";font-size:29px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:1183px;left:134px;height:37px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#TVhgowtxuBuDBJ1zfzvO3PvW9qvv2n8w { display:block;width:663px;position:absolute;font-family:"axiforma lingy";font-size:20px;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:1051px;left:148.5px;height:52px;text-align:center;text-align-last:center;color:rgba(253,255,254,0.9);font-style:normal;display:block; }
#BdSkat0ymnpmcl0xBoXDX7duRcChWOZK { display:block;width:283px;position:absolute;font-family:"axiforma lingy";font-size:30px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:1002px;left:332px;height:39px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#QLFsizbkx9dEQ5kJ6RpgtIN5PwECrD9L { display:block;width:691px;position:absolute;font-family:"axiforma lingy";font-size:20px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:1731px;left:134.5px;height:52px;text-align:center;text-align-last:center;color:rgba(255,255,255,0.9);font-style:normal;display:block; }
#icVJOuqTTEwF3deCAPvFWFLgxNTP7TTP { display:block;width:608px;position:absolute;font-family:"axiforma lingy";font-size:30px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1680px;left:176px;height:39px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#SzKDldF3xKMBX8lEZbVDuERlcvLopAeF { display:block;width:834px;position:absolute;font-family:"axiforma lingy";font-size:20px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:1546px;left:70.5px;height:52px;text-align:center;text-align-last:center;color:rgba(255,255,255,0.9);font-style:normal;display:block; }
#idGpll3TfeahETgnHhUrruOKpqwVrSAL { display:block;width:705px;position:absolute;font-family:"axiforma lingy";font-size:29px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:1499px;left:134px;height:37px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row .container { background-color: transparent; background-image: none; }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row .container > .video-iframe-container { display: none; }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row > .video-iframe-container { display: none; }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .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); }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row .container { border-width: 0; border-radius: 0; }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row .container { font-size:14px;font-family:"open sans";height:645px;width:960px;position:relative;display:block; }#JCTZyTCxariMBTzvlQmB7ekHfTbCEsER { display:block;width:492px;position:absolute;font-family:"axiforma lingy";font-size:20px;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:511px;left:234px;height:30px;color:#050505;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sF6JGgH12x9w5NvaHDZow5cUcI7k3mKW { display:block;width:795px;position:absolute;font-family:"axiforma lingy";font-size:35px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:441px;left:83px;height:45px;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#DfoW6rgM3mwUTesRZPLTq2U2u6WcmnA1 { display:block;width:299px;position:absolute;font-family:"axiforma lingy";font-size:20px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:550px;left:330px;height:26px;text-align:center;text-align-last:center;color:#00b0ff;display:block; }
#xDsQ5dnUxIz3nLltK0hdkDvfppV0KMHo { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:498px;top:31.5px;left:-271.19469026549px;overflow:hidden;display:block; }
#L0FTyIIs6dirdvm1pX3VC7GpTWQ0XC9v { border-bottom:0;border-left:0;border-right:0;border-top:0;height:108px;width:108px;position:absolute;display:block;z-index:100012;top:102px;left:231px;overflow:hidden;display:block; }
#eed0iC9EyRmPTJB1LTRpUGn2Go7JoFAI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:108px;width:108px;position:absolute;display:block;z-index:100013;top:102px;left:420px;overflow:hidden;display:block; }
#JbbMEOBdQAkXI53yQoTFuGCOKKkRPdUf { display:block;width:514px;position:absolute;font-family:"axiforma lingy";font-size:30px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:241px;left:223px;height:78px;text-align:center;text-align-last:center;color:#373076;font-style:normal;display:block; }
#SATVc9mKU4CFpmxVMkIpyRzosl0tz8O8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:108px;width:108px;position:absolute;display:block;z-index:100014;top:102px;left:617px;overflow:hidden;display:block; }
#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy { position:relative;display:block; }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy { background-color: transparent; background-image: none; }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy > .row .container > .video-iframe-container { display: none; }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy > .row > .video-iframe-container { display: none; }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy > .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); }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy { border-width: 0; border-radius: 0; }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:205px;width:960px;position:relative;display:block; }#GPbim6PoOkuiXbG2t6aBwDsE0wSS2c97 { color:#000000;display:block;width:952px;position:absolute;font-family:"axiforma lingy";font-size:12px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:36px;left:4px;height:120px;font-style:normal;display:block; }
#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f1f2;background-image:none;position:relative;display:block; }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row .container { background-color: transparent; background-image: none; }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row .container > .video-iframe-container { display: none; }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row > .video-iframe-container { display: none; }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .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); }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row .container { border-width: 0; border-radius: 0; }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row .container { font-size:14px;font-family:"open sans";height:335px;width:960px;position:relative;display:block; }#loT3eftM5enOuOQxUncwM0LcAo776Lcy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:50px;width:98px;position:absolute;display:block;z-index:100000;top:142.5px;left:111px;overflow:hidden;display:block; }
#TeLOROZWSAaqNBlTOSED3nBgQ4E15ezr { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-sizing:border-box;color:#373076;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"axiforma lingy";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:38px;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:148.5px;left:411px;display:block; }
#gci0XrmihNTTaUVAMmiP1ZTlhu8a68wL { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#LRQk3Tdkc4eh7gbX5tBOav8Qr8oQM2hW { display:block;width:147px;position:absolute;font-family:lato;font-size:12px;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:131.5px;left:726.5px;height:72px;color:#373076;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #iye0UD0lS51vEPeJpRh8NX7pHosF6vQe { background-color:#373076;background-image:url("https://images.assets-landingi.com/afV4c3JC/znaki.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }
#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe.adaptive-delivery-prevent-bg { background-image: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { background-color: transparent; background-image: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container > .video-iframe-container { display: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container { display: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .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); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { width:764px;height:1451px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #y5Adn3ubxuFQqwV0nvmN8PtQW7CG7BiZ { width:450px;height:443px;top:468px;left:0px;display:none; }
 }@media only screen and (max-width: 959px) { #f2STCwrOHG7xa99zvn9coZ5A6CDq2TiS { width:467px;height:48.1px;top:769px;left:149px;display:block; }
 }@media only screen and (max-width: 959px) { #Z4fiorc5Ft5PIN6vuqDBaDK1AbfdFPrT { width:264px;height:261px;top:1313.3999938965px;left:500px;z-index:99995;display:none; }
 }@media only screen and (max-width: 959px) { #yKOP4yoff7WJwqfDaC5scWWFd5JFAglW { width:109px;height:109px;top:523px;left:655px;display:block; }
 }@media only screen and (max-width: 959px) { #KvAaGaGKMyf9DIkfBNtClX76WUwQazmR { width:563px;height:117px;top:451px;left:100.5px;display:block; }
 }@media only screen and (max-width: 959px) { #HzGQ28gZEn1GpnwMsxJG9WctPP4d1pFI { width:692px;height:143px;top:89px;left:33.5px;display:block; }
 }@media only screen and (max-width: 959px) { #GDnfFVRbsc7ysXFdEJAHI7Oc7skmeOFT { width:430px;height:128.7px;top:264.5px;left:33.5px;display:block; }
 }@media only screen and (max-width: 959px) { #CKhbor3kRktOwE3WU9MT0yJ912wd3Lnl { width:518px;height:518px;top:0px;left:246px;display:none; }
 }@media only screen and (max-width: 959px) { #EWfXrUEah6VKkn6eoKQZICFiqQ1VXg7O { width:75px;height:40px;top:26px;left:653px;display:block; }
 }@media only screen and (max-width: 959px) { #xu3hQAHWhBUEKClkCDTqML4eUQUxddvk { width:740px;height:83.2px;top:619px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #ksd7IR7fWFVgkNuBTxQPq0GTVbBlgbJm { width:764px;height:20.8px;top:1087px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #f27m9b2QpwTQsXzfdNUTahh3WbgII3yJ { width:450px;height:39px;top:1039px;left:167px;display:block; }
 }@media only screen and (max-width: 959px) { #wUlR2cArQ7w5m2gugVxnVuL4yfz3hPrx { width:764px;height:20.8px;top:991px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #JH7U0tVDAwVy8fE0r9mErEvFoafqIGGv { width:614px;height:37.7px;top:941px;left:75px;display:block; }
 }@media only screen and (max-width: 959px) { #TVhgowtxuBuDBJ1zfzvO3PvW9qvv2n8w { width:764px;height:20.8px;top:892px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #BdSkat0ymnpmcl0xBoXDX7duRcChWOZK { width:283px;height:39px;top:843px;left:238px;display:block; }
 }@media only screen and (max-width: 959px) { #QLFsizbkx9dEQ5kJ6RpgtIN5PwECrD9L { width:662px;height:41.6px;top:1313.4000244141px;left:48.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #icVJOuqTTEwF3deCAPvFWFLgxNTP7TTP { width:619px;height:39px;top:1266px;left:72.5px;display:block; }
 }@media only screen and (max-width: 959px) { #SzKDldF3xKMBX8lEZbVDuERlcvLopAeF { width:764px;height:41.6px;top:1186px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #idGpll3TfeahETgnHhUrruOKpqwVrSAL { width:614px;height:37.7px;top:1139px;left:75px;display:block; }
 }@media only screen and (max-width: 959px) { #BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR { display:block; }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row .container { width:764px;height:734px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JCTZyTCxariMBTzvlQmB7ekHfTbCEsER { width:764px;height:30px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #sF6JGgH12x9w5NvaHDZow5cUcI7k3mKW { width:764px;height:45.5px;top:74px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #DfoW6rgM3mwUTesRZPLTq2U2u6WcmnA1 { width:239px;height:26px;top:206px;left:262px;display:block; }
 }@media only screen and (max-width: 959px) { #xDsQ5dnUxIz3nLltK0hdkDvfppV0KMHo { width:359px;height:178px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #L0FTyIIs6dirdvm1pX3VC7GpTWQ0XC9v { width:104px;height:108px;top:1341px;left:148px;display:block; }
 }@media only screen and (max-width: 959px) { #eed0iC9EyRmPTJB1LTRpUGn2Go7JoFAI { width:111px;height:108px;top:1341px;left:318px;display:block; }
 }@media only screen and (max-width: 959px) { #JbbMEOBdQAkXI53yQoTFuGCOKKkRPdUf { width:546px;height:78px;top:1469px;left:109px;display:block; }
 }@media only screen and (max-width: 959px) { #SATVc9mKU4CFpmxVMkIpyRzosl0tz8O8 { width:103px;height:108px;top:1341px;left:488px;display:block; }
 }@media only screen and (max-width: 959px) { #VMaQx60T8KsNI56oMpBq7hyPfrf65FXy { display:block; }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GPbim6PoOkuiXbG2t6aBwDsE0wSS2c97 { width:764px;height:120px;top:36px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 959px) { #qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb { display:block; }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #loT3eftM5enOuOQxUncwM0LcAo776Lcy { width:79px;height:42px;top:146.5px;left:87.83332824707px;display:block; }
 }@media only screen and (max-width: 959px) { #TeLOROZWSAaqNBlTOSED3nBgQ4E15ezr { width:138px;height:38px;top:148px;left:312px;display:block; }
 }@media only screen and (max-width: 959px) { #gci0XrmihNTTaUVAMmiP1ZTlhu8a68wL { display:block; }
 }@media only screen and (max-width: 959px) { #LRQk3Tdkc4eh7gbX5tBOav8Qr8oQM2hW { width:147px;height:72px;top:107px;left:563.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iye0UD0lS51vEPeJpRh8NX7pHosF6vQe { display:block; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { width:320px;height:1720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5Adn3ubxuFQqwV0nvmN8PtQW7CG7BiZ { width:320px;height:315.02222222222px;top:468px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #f2STCwrOHG7xa99zvn9coZ5A6CDq2TiS { width:320px;height:37.7px;top:704px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4fiorc5Ft5PIN6vuqDBaDK1AbfdFPrT { width:69px;height:68px;top:1277.1999969482px;left:251px;display:none; }
 }@media only screen and (max-width: 763px) { #yKOP4yoff7WJwqfDaC5scWWFd5JFAglW { width:320px;height:320px;top:1015px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KvAaGaGKMyf9DIkfBNtClX76WUwQazmR { width:320px;height:119.6px;top:311px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #HzGQ28gZEn1GpnwMsxJG9WctPP4d1pFI { width:320px;height:136.5px;top:79px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GDnfFVRbsc7ysXFdEJAHI7Oc7skmeOFT { width:320px;height:41.6px;top:231px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CKhbor3kRktOwE3WU9MT0yJ912wd3Lnl { width:320px;height:320px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EWfXrUEah6VKkn6eoKQZICFiqQ1VXg7O { width:54px;height:29px;top:24px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #xu3hQAHWhBUEKClkCDTqML4eUQUxddvk { width:320px;height:187.2px;top:470px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ksd7IR7fWFVgkNuBTxQPq0GTVbBlgbJm { width:251px;height:62.4px;top:1152px;left:34.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f27m9b2QpwTQsXzfdNUTahh3WbgII3yJ { width:320px;height:78px;top:1064.8999938965px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wUlR2cArQ7w5m2gugVxnVuL4yfz3hPrx { width:249px;height:41.6px;top:993.39999389648px;left:35.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JH7U0tVDAwVy8fE0r9mErEvFoafqIGGv { width:320px;height:37.7px;top:944.60000610352px;left:0px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #TVhgowtxuBuDBJ1zfzvO3PvW9qvv2n8w { width:320px;height:62.4px;top:833.19999694824px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BdSkat0ymnpmcl0xBoXDX7duRcChWOZK { width:244px;height:39px;top:782.20001220703px;left:38px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QLFsizbkx9dEQ5kJ6RpgtIN5PwECrD9L { width:320px;height:62.4px;top:1616px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #icVJOuqTTEwF3deCAPvFWFLgxNTP7TTP { width:320px;height:117px;top:1484px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SzKDldF3xKMBX8lEZbVDuERlcvLopAeF { width:320px;height:104px;top:1345.1999969482px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #idGpll3TfeahETgnHhUrruOKpqwVrSAL { width:283px;height:75.4px;top:1251px;left:18.5px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR { display:block; }#BgxiMxF8PBA4PCNnQaGfdpvRhmTHT9cR > .row .container { width:320px;height:421px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCTZyTCxariMBTzvlQmB7ekHfTbCEsER { width:320px;height:30px;top:296px;left:0px;text-align:center;text-align-last:center;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #sF6JGgH12x9w5NvaHDZow5cUcI7k3mKW { width:320px;height:45.5px;top:235px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DfoW6rgM3mwUTesRZPLTq2U2u6WcmnA1 { width:285px;height:26px;top:338px;left:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDsQ5dnUxIz3nLltK0hdkDvfppV0KMHo { width:181px;height:89px;top:364px;left:123px;z-index:99996;display:none; }
 }@media only screen and (max-width: 763px) { #L0FTyIIs6dirdvm1pX3VC7GpTWQ0XC9v { width:0;height:;top:127px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #eed0iC9EyRmPTJB1LTRpUGn2Go7JoFAI { width:0;height:;top:255px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #JbbMEOBdQAkXI53yQoTFuGCOKKkRPdUf { width:320px;height:117px;top:76px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SATVc9mKU4CFpmxVMkIpyRzosl0tz8O8 { width:67px;height:108px;top:414px;left:29px;display:none; }
 }@media only screen and (max-width: 763px) { #VMaQx60T8KsNI56oMpBq7hyPfrf65FXy { display:block; }#VMaQx60T8KsNI56oMpBq7hyPfrf65FXy > .row .container { width:320px;height:245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPbim6PoOkuiXbG2t6aBwDsE0wSS2c97 { width:320px;height:202.8px;top:20px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb { display:block; }#qfQXr4Zt3OiJ6KsNZMy966vsDO1B2VEb > .row .container { width:320px;height:404px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loT3eftM5enOuOQxUncwM0LcAo776Lcy { width:75px;height:40px;top:47px;left:122.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TeLOROZWSAaqNBlTOSED3nBgQ4E15ezr { width:138px;height:38px;top:160px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #gci0XrmihNTTaUVAMmiP1ZTlhu8a68wL { display:block; }
 }@media only screen and (max-width: 763px) { #LRQk3Tdkc4eh7gbX5tBOav8Qr8oQM2hW { width:147px;height:0;top:218px;left:86px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }