.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .row > .video-iframe-container { display: none; }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .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); }#bgV6EFM3STPL2UHpU08L5W05inwlH15q { position:relative;display:block; }#bgV6EFM3STPL2UHpU08L5W05inwlH15q { background-color: transparent; background-image: none; }#bgV6EFM3STPL2UHpU08L5W05inwlH15q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .row .container > .video-iframe-container { display: none; }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .row > .video-iframe-container { display: none; }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .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); }#bgV6EFM3STPL2UHpU08L5W05inwlH15q { border-width: 0; border-radius: 0; }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .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; }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .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:114px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NB22VWQQ6HSSSPgU6edpVkcbmKiunaz4 { 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;height:101px;width:235px;top:6.5px;left:19px;overflow:hidden;display:block; }
#tPX34iV42syLrEV53LgE6kogRHrucoDi { background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:41px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.5px;left:576.66670227051px;display:block; }
#XbdELlo3Hz118irbkJeKFivSaQtVl7Tz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c4RBB5nSotRHxpz20qwhtH7q5G0ovtvH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:124px;height:41px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.5px;left:812.66670227051px;display:block; }
#QooM3KJHS6iWQMB30qiqdRxyFlCGed2R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#d2Esz4pk4yiOeGwDZTqKcyAoSOksFrOh { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71px;height:41px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.5px;left:952.00007629395px;display:block; }
#JKcnWgnH5zGBgUo4Sc8DQn2VTiZpCvM4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oahoTuCUubdAS9ZrKW9yTbSw672bSqM4 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:41px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.5px;left:1039.0000762939px;display:block; }
#NEkPdAl8QE8FpEpIseXR5NWhc0ou1TRy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hQh5xQ12H7geTGCZyvUDASR741Z8ddT5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#v1nJrHmDTD0V70W9yTVAd2WrKCpHvl40 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:106px;height:41px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.5px;left:706.66670227051px;display:block; }
#hKcwoBcFLZ8QFCirlTmASZuoLgNbl4FE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wcgBNGDHp4wHRW8z9G09tZlTds6Tb0x4 { position:relative;display:none; }#wcgBNGDHp4wHRW8z9G09tZlTds6Tb0x4 { border-width: 0; border-radius: 0; }#wcgBNGDHp4wHRW8z9G09tZlTds6Tb0x4 > .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; }#wcgBNGDHp4wHRW8z9G09tZlTds6Tb0x4 > .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:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#XIdduo0lIeknq6OqvGX77xSHOJciGWOU { background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:41px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.5px;left:724.66670227051px;display:none; }
#nnPnFAiKLKHF8syRKU1VTmEoJNKfTsSh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xMJt44qA1yQToJxyA16bX2UTT2WGoQb8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:124px;height:41px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.5px;left:844.66670227051px;display:none; }
#QyXTRlqT3nBfPRXgBMdkrlXpODJdwHEA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fK7EynXcT2fiwMboqbvSEvPzLTlXCusC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:71px;height:41px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.5px;left:968.00007629395px;display:none; }
#noVIe8CO96rFshoavWizp7QXgAL0yaZh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VdmkoBIyWIH4CNB8bDpehCAFqZMSP0lR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:138px;height:41px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.5px;left:1039.0000762939px;display:none; }
#GM5DI3i40An1OrDef1tO5chQ1Z2FN1IJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vnT5K32Nb07cH2Z6yX14opqRbxfMJZa8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:12px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:124px;height:41px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.5px;left:844.66670227051px;display:none; }
#oNVeTPWu43a1NaifRWCRtbOpqAfdodih { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { background-color:rgba(41,50,60,0.8);background-image:url("https://images.assets-landingi.com/uc/5e6d05ae-d89c-436e-9779-9e56c98f4956/Projektbeztytuu20230407T133856944.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.adaptive-delivery-prevent-bg, #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.lazyload, #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.lazyloading { background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { background-color: transparent; background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { border-width: 0; border-radius: 0; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:1200px;height:714px;font-size:14px;font-family:arial;position:relative;display:block; }#h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { color:#000000;display:block;width:407px;position:absolute;font-family:montserrat;font-size:37px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:193.09375px;left:49px;height:144.281px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { color:#000000;display:block;width:442px;position:absolute;font-family:montserrat;font-size:24px;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:351.46875px;left:36.5px;height:108px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HwMMvTIRz3F16teqyDqt4CZqVrhMfuch { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:505px;width:505px;top:115px;left:0px;display:block; }
#LrzOiTnsPFeyIMlk595iPfisTbXKCoT8 { background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:491px;left:112.5px;display:block; }
#hX0bnwdlX2vRNcwpL7QEi9VSku57w3Lc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bGSaJ6TnrdSN43LHMdJmKX9OnWTFyB4y { color:#000000;display:block;width:407px;position:absolute;font-family:montserrat;font-size:37px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:193.09375px;left:49px;height:144.281px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { background-color: transparent; background-image: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container > .video-iframe-container { display: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row > .video-iframe-container { display: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .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); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { border-width: 0; border-radius: 0; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { font-size:14px;font-family:arial;height:690px;width:1200px;position:relative;display:block; }#KlhS2BAq3Knia5g030VeKDhoBXilTXw8 { 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;height:690px;width:482px;top:0px;left:59px;overflow:hidden;display:block; }
#a3htitOrMRQ0bHksL3Bw7HMTGwxOepKX { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:275px;width:275px;top:18.895843505859px;left:259.00001525879px;display:block; }
#BgsfxHz8SZ9EpaXGWAvzMrM416oDhmpb { position:absolute;display:block;z-index:15007;background-color:#f88710;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:160px;width:160px;top:42.66667175293px;left:0px;display:block; }
#ZBiUUsl7GPTCHPxhc2B2qTeg7fXScy1p { position:absolute;display:block;z-index:15008;background-color:#f88710;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:66px;width:66px;top:18.895843505859px;left:144px;display:block; }
#D4buZbhEstDhHmAAzh3tvCWBIrdHTRek { position:absolute;display:block;z-index:15009;background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:106px;width:106px;top:260px;left:599px;display:block; }
#mia6kzb3sv0gLB5Z8MB2XqrX92zrw5Ch { color:#000000;display:block;width:537px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:60px;left:599px;height:162px;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;display:block; }
#mTdcoOcXCp7vP3F9lERcyq5y1lpXrrue { background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:576px;left:728px;display:block; }
#IU3NTB6ZH5xEZRc0tZimb6tUp1eqCEtL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ytLmbxKw1kPcITaiP4zBUsGOurMHJfh5 { position:absolute;display:block;z-index:15010;background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:106px;width:106px;top:405px;left:599px;display:block; }
#AsDK2RJnzemrTpg2187fkuUasNJgF85d { color:#ffffff;display:block;width:150px;position:absolute;font-family:montserrat;font-size:73px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:264px;left:577px;height:94.8958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMQeUub5B5JoSDiZQXDkfmsy2GDHbor1 { color:#ffffff;display:block;width:150px;position:absolute;font-family:montserrat;font-size:53px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:424px;left:577px;height:68.8958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WKTJALWFZ6yq0ndQw2mo1cu6txmsX7kp { color:#000000;display:block;width:409px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:285px;left:728px;height:54px;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;display:block; }
#v0DU3GWlLCHPGd7xP990vogenrf88KI8 { color:#000000;display:block;width:393px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:431px;left:728px;height:54px;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;display:block; }
#MGyZoaQSnbVVzNBHSnsxTt921D3ewTsn { position:absolute;display:block;z-index:15009;background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:106px;width:106px;top:260px;left:599px;display:none; }
#niUngi6Tu4VyTlnTSewKEXILSRmiMucM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f88710;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; }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row .container { background-color: transparent; background-image: none; }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row .container > .video-iframe-container { display: none; }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row > .video-iframe-container { display: none; }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .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); }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row .container { border-width: 0; border-radius: 0; }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row .container { font-size:14px;font-family:arial;height:1403px;width:1200px;position:relative;display:block; }#VhNTiA889RqBfKF2LyKwhd8VKNzW35GB { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;height:125px;width:125px;top:197.19999885559px;left:241px;display:block; }
#m6UOVJscwHbatwyriVrl2QB6cmKJHKAk { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:174.19999885559px;left:220px;display:block; }
#WV2EAidWWOCo6AGWPQN8QDMara6kE3K0 { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0;width:549px;top:382.19791603088px;left:304.00001525879px;display:block; }
#NPv7LO5HQxEZydXyg1V5aG7BiQNSCvTa { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:0;top:322.19999885559px;left:304px;display:block; }
#m70J251lStNyLfFuWUsewbTI1GfI8EMf { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:0;top:513.00001525879px;left:919px;display:block; }
#tkOTi7wl3MGksFxhXBuWkf3ypJBrO4GS { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0;width:550px;top:573.00001525879px;left:368px;display:block; }
#p5iM4mZHw6okyTAbCGgnAn9DkdOuRdVE { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:65.25px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1aozOqtGNATCucqGvTkS1R9r754ZukE { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:19px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:119.75px;left:0px;height:24.6979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KSdDCvqRyaxKTLDsha87ggGDHTyvLTKe { color:#b406e0;display:block;width:652px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:197.19793701172px;left:417.00001525879px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ywOqNDdyhX8sJbRAqBptHIiPm7RD9HJG { color:#ffffff;display:block;width:524px;position:absolute;font-family:montserrat;font-size:19px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:250.19793701172px;left:418.00001525879px;height:49.3958px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XQZtGIRaNNvcTwl8Zl6hOOx4VonvKlTF { color:#000000;display:block;width:19px;position:absolute;font-family:montserrat;font-size:43px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:184.23962402344px;left:248.50001525879px;height:55.8958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehbFAq0DRc9xEHlVr1sHFPHuIGGxXUxh { color:#b406e0;display:block;width:311px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:408.16667175293px;left:339.00001525879px;height:45.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h1inQRF9EP026y9FF8NxVAS4copS1Xkh { color:#ffffff;display:block;width:467px;position:absolute;font-family:montserrat;font-size:19px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:464.28125px;left:339.00001525879px;height:98.7917px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NA88gCWUnqCm9eNm2G8IdOqStg2VMgIG { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:356px;left:835px;display:block; }
#fc1q9eWx0iztizbosxunLCE7CDds7k05 { color:#000000;display:block;width:35px;position:absolute;font-family:montserrat;font-size:43px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:366.04168701172px;left:854.33332824707px;height:55.8958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQWNpNgtpesyQF0tB6Wv6zX8e1zkpB1Q { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;height:125px;width:125px;top:388.66668701172px;left:857.16670227051px;display:block; }
#IGCpLIyTeasXzBTeWWrlpUp8qOeLCgsG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:145px;width:145px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:187.19791698456px;left:231.00001525879px; }
#piHNVrLIH2ebVG2ovocb4fnPNPSNg0Ia { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:82px;width:82px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:408.16668701172px;left:878.66670227051px; }
#vXz3pC9gJNOnhmKlEXvQBp1aAccKFP35 { position:absolute;display:block;z-index:15013;height:348px;width:620px;top:635.66668701172px;left:55.97917175293px;display:block; }
#ed1v8MJPf48lLvyNwnm6Ow2i1UVnsMFf { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #ffffff;border-left:1px dashed #ffffff;border-right:1px dashed #ffffff;border-bottom:1px dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:0;top:574.33334350586px;left:365.33332824707px;display:block; }
#FKvuDx3m7T7EUTBIKX8wBeV1xnWEbD7d { color:#ffffff;display:block;width:439px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:694.90628051758px;left:752.98957824707px;height:229.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kA6UuNRItJA7d3LUNSL0DImEoT182MbK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:699.89584350586px;left:722.65626525879px; }
#LymtP6C2QGOVGeehK3vIbI0TamtW4LZt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:752.89584350586px;left:722.65626525879px; }
#Dd7slw2aqwBMOtJ9oRiT8CITLZ4enxVq { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:803.15628051758px;left:722.65626525879px; }
#KpQMzx8Q8QQvwklGiGb4FXm5DmAccUAf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:853.15628051758px;left:722.65626525879px; }
#M8p9CsMTqAwsVXZ6NOcaFTztMkDACv1Q { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: 1px 1px 72px rgba(0,0,0,0.35) ;height:76px;width:76px;top:174.19999885559px;left:220px;display:none; }
#W6es6MBKo2NniA5TBMgidxyo3HwmgURM { color:#000000;display:block;width:19px;position:absolute;font-family:montserrat;font-size:43px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:184.23962402344px;left:248.50001525879px;height:55.8958px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KEDZ4PLwCerKlOgSTUmMOwEyPdPZuNTi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:699.89584350586px;left:722.65626525879px;display:none; }
#eSTDRszEOQKTPzn1vJcnQQTkfgIuvW3x { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:699.89584350586px;left:722.65626525879px;display:none; }
#M5nz2eg1Sx1hq8HFNVZ0ad0C4i5xfmJH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:21px;width:21px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:699.89584350586px;left:722.65626525879px;display:none; }
#AE3lx8dGW4uGsH7AatQGSBzvSzh9AEEh { color:#ffffff;display:block;width:467px;position:absolute;font-family:montserrat;font-size:19px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:464.28125px;left:339.00001525879px;height:98.7917px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp { position:relative;display:block; }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp { background-color: transparent; background-image: none; }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .row .container > .video-iframe-container { display: none; }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .row > .video-iframe-container { display: none; }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .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); }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp { border-width: 0; border-radius: 0; }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .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; }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .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:156px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aFaSmMuA9CvFyvskAtCcbAKI0RShQMJF { color:#000000;display:block;width:911px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.71875px;left:144.50001525879px;height:91px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row .container { background-color: transparent; background-image: none; }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row .container > .video-iframe-container { display: none; }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row > .video-iframe-container { display: none; }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .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); }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row .container { border-width: 0; border-radius: 0; }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row .container { font-size:14px;font-family:arial;height:1507px;width:1200px;position:relative;display:block; }#sGTMnh6Fdt7CRmXBybDeT2wWlT60hetK { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #000000;border-left:1px dashed #000000;border-right:1px dashed #000000;border-bottom:1px dashed #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0;width:549px;top:382.19791603088px;left:304.00001525879px;display:block; }
#Aq6X1igwA9PAB9Fp8BWzogKPiJbRnZor { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #000000;border-left:1px dashed #000000;border-right:1px dashed #000000;border-bottom:1px dashed #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0;width:550px;top:641px;left:305px;display:block; }
#eoA6ngieleEMrk3XXNEin3SSUSzX5Es8 { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fH2qKhC7xEn5gl107U7wTpfWU0OkzlR2 { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:19px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:64px;left:0px;height:24.6979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T78T1ZMu9OFKRDZe6QFoqHXJAz0pDJvO { color:#b406e0;display:block;width:133px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:198.00001144409px;left:375.00001525879px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FFaynzcivAzUIAF9NT4EoIgOXGJHzwPb { color:#000000;display:block;width:408px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:251px;left:373px;height:54px;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;display:block; }
#l7bOsOzcNwhFaT9cNp9HuelLZtQPpEWT { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9fd37241-9344-4b68-9b8a-caac789fa02b/Projektbeztytuu20230419T101147329.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:326px;width:326px;top:129.61458206177px;left:4.3333282470703px;display:block; }#l7bOsOzcNwhFaT9cNp9HuelLZtQPpEWT.adaptive-delivery-prevent-bg, #l7bOsOzcNwhFaT9cNp9HuelLZtQPpEWT.lazyload, #l7bOsOzcNwhFaT9cNp9HuelLZtQPpEWT.lazyloading { background-image: none; }
#d3mnUAxwrFPIzuH9VpNeHLNtHC1EmtHl { position:absolute;display:block;z-index:15008;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a43d5d16-58de-40ec-ac26-ca5b96f4e743/krok13x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:326px;width:326px;top:330.48959350586px;left:856.33332824707px;display:block; }#d3mnUAxwrFPIzuH9VpNeHLNtHC1EmtHl.adaptive-delivery-prevent-bg, #d3mnUAxwrFPIzuH9VpNeHLNtHC1EmtHl.lazyload, #d3mnUAxwrFPIzuH9VpNeHLNtHC1EmtHl.lazyloading { background-image: none; }
#IqILtgZwPo4slBSlmXah5JeaKdBdyV1C { color:#b406e0;display:block;width:140px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:419px;left:373px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FkO9qhB4nULgGNKmSm9knVBRyM3uy5b7 { color:#000000;display:block;width:479px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:479px;left:376px;height:54px;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;display:block; }
#pFll8o294phMmoatr0CbtX3kqJheQla6 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0b0fe219-491a-457b-98d5-55335ea526e2/krok23x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:326px;width:326px;top:586.65626525879px;left:4.3020782470703px;display:block; }#pFll8o294phMmoatr0CbtX3kqJheQla6.adaptive-delivery-prevent-bg, #pFll8o294phMmoatr0CbtX3kqJheQla6.lazyload, #pFll8o294phMmoatr0CbtX3kqJheQla6.lazyloading { background-image: none; }
#r8LuUXCShsTIoT3TadwnQxq91d5UC0ri { color:#b406e0;display:block;width:139px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:696px;left:373px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#keP4WLGtof1RiiEuJ7JobT5Z2R6Tn1Jr { color:#000000;display:block;width:462px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:755px;left:373px;height:81px;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;display:block; }
#pVWFmQT58SFa0tMamOLH5BMdLeBKG9GW { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #000000;border-left:1px dashed #000000;border-right:1px dashed #000000;border-bottom:1px dashed #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0;width:550px;top:900.00003051758px;left:324.32292175293px;display:block; }
#EuMbuod2Dti0MZdgCWFduyFCGCEdyavS { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eee66bff-f1f2-4541-8f9b-ae6a9dd4e509/krok33x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:326px;width:326px;top:853.00003051758px;left:860.33332824707px;display:block; }#EuMbuod2Dti0MZdgCWFduyFCGCEdyavS.adaptive-delivery-prevent-bg, #EuMbuod2Dti0MZdgCWFduyFCGCEdyavS.lazyload, #EuMbuod2Dti0MZdgCWFduyFCGCEdyavS.lazyloading { background-image: none; }
#Bd04ksRP6vzQXt3hPuxewCEtWUnTTB1l { color:#b406e0;display:block;width:143px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:952px;left:376px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3f6TL9WTRnyXbEbeNOmc29ObloTdxcD { color:#000000;display:block;width:451px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1008px;left:375px;height:81px;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;display:block; }
#qODUMdTkTpk9ORumte6SyoC4VG7XQeCD { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px dashed #000000;border-left:1px dashed #000000;border-right:1px dashed #000000;border-bottom:1px dashed #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:0;width:550px;top:1143.0000610352px;left:324.32292175293px;display:block; }
#KKuzNUUPx5m3i9DmI0w7iQyBREIsVZMA { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a26cedb9-8b98-43de-b0d1-f57663e36941/krok43x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:326px;width:326px;top:1102.0000457764px;left:0px;display:block; }#KKuzNUUPx5m3i9DmI0w7iQyBREIsVZMA.adaptive-delivery-prevent-bg, #KKuzNUUPx5m3i9DmI0w7iQyBREIsVZMA.lazyload, #KKuzNUUPx5m3i9DmI0w7iQyBREIsVZMA.lazyloading { background-image: none; }
#okXPaOx26c8r8QTdUOWnNRxlM0r736Qd { color:#b406e0;display:block;width:139px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1228.0000610352px;left:375.66667175293px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfuwaOVlTf2tEmMT2aCv0fkov8wmF5eI { color:#000000;display:block;width:451px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1284.0000610352px;left:374.50001525879px;height:81px;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;display:block; }
#V1wJAXsVxmcyFDLSwANKZ1namFTXvcLO { position:absolute;display:block;z-index:15010;background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:160px;width:160px;top:87.739379882812px;left:1039.9895782471px;display:block; }
#gs3Qu81oG44N2pG2WEwUtPHrWeLHpOV0 { position:absolute;display:block;z-index:15011;background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:55px;width:55px;top:42.249816894531px;left:1015.0000762939px;display:block; }
#HHVIT77e9q1ZEzwq4XrWwZPIfMthbtH5 { position:absolute;display:block;z-index:15001;background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:256px;width:256px;top:1089.0000610352px;left:943.98957824707px;display:block; }
#GEiGw6buAfeTEyEOKVFwQrUnQqadJKy4 { position:absolute;display:block;z-index:15012;background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:55px;width:55px;top:1365.0002441406px;left:943.98957824707px;display:block; }
#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row .container { background-color: transparent; background-image: none; }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row .container > .video-iframe-container { display: none; }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row > .video-iframe-container { display: none; }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .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); }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row .container { border-width: 0; border-radius: 0; }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row .container { font-size:14px;font-family:arial;height:730px;width:1200px;position:relative;display:block; }#SVp7JL2Sdo1GIUVwbuopXZGLTm1eRf51 { position:absolute;display:block;z-index:14997;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;height:633px;width:768px;top:97px;left:-109px;overflow:hidden;display:block; }
#p66dpAlhyPT7FvkXlLJOTLHP3KqFfB7u { position:absolute;display:block;z-index:14996;background-color:#f88710;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:275px;width:275px;top:160px;left:49px;display:block; }
#Tby28hDv0U1iQEuq63NmCQONbBy5Inwt { position:absolute;display:block;z-index:14995;background-color:#f88710;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:206px;width:206px;top:515px;left:381px;display:block; }
#NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/37d28821-002c-4d9e-bef5-e6b26fc71117/guygdb80916fd_19201.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:58px;border-top-right-radius:58px;border-bottom-left-radius:58px;border-bottom-right-radius:58px;box-shadow: 1px 1px 50px rgba(0,0,0,0.1) ;height:100px;width:100px;top:329px;left:1054px;display:block; }#NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ.adaptive-delivery-prevent-bg, #NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ.lazyload, #NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ.lazyloading { background-image: none; }
#CQpmNyVbCiuDvp2BFmWC820tF1hUOuTB { box-sizing:content-box;color:rgba(180,6,224,0.17);font-size:106px;font-weight:400;line-height:1;height:152px;width:152px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:343px;left:570px;display:block; }
#XTTuvkwOP5nV9HVW1hMQZl56H2D7mXTW { box-sizing:content-box;color:rgba(180,6,224,0.17);font-size:118px;font-weight:400;line-height:1;height:170px;width:170px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:146px;left:1016px;display:block; }
#RiAJPumVa1AoCErvEv50TT6wX1PGWnw4 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e99f1620-f37b-431e-9631-cf11b2c8919d/womang0e34020b6_12801.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:58px;border-top-right-radius:58px;border-bottom-left-radius:58px;border-bottom-right-radius:58px;box-shadow: 1px 1px 50px rgba(0,0,0,0.1) ;height:100px;width:100px;top:159px;left:622px;display:block; }#RiAJPumVa1AoCErvEv50TT6wX1PGWnw4.adaptive-delivery-prevent-bg, #RiAJPumVa1AoCErvEv50TT6wX1PGWnw4.lazyload, #RiAJPumVa1AoCErvEv50TT6wX1PGWnw4.lazyloading { background-image: none; }
#WkAAHH3SLnXHbRZUAt4eR1CSEfMwsCUN { color:#3c3c3b;display:block;width:451px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:175px;left:735px;height:111.979px;font-style:italic;display:block; }
#OACEVZXvegI4DQzNsisEKEbHDi9L5yZ0 { color:#3c3c3b;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:141px;left:736px;height:23.3958px;font-style:normal;display:block; }
#mEHJzZxHw6ZIAzV9c2OfUePq8klrQWin { color:#3c3c3b;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:335px;left:819px;height:23.3958px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C0ZkaPplNMlO0pGvCHz2QUE10y5dtoae { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d907b1cd-cf51-49c2-8b8f-3ce62aadae9d/youngwomangaa3e7e43a_128011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:58px;border-top-right-radius:58px;border-bottom-left-radius:58px;border-bottom-right-radius:58px;box-shadow: 1px 1px 50px rgba(0,0,0,0.1) ;height:100px;width:100px;top:529px;left:622px;display:block; }#C0ZkaPplNMlO0pGvCHz2QUE10y5dtoae.adaptive-delivery-prevent-bg, #C0ZkaPplNMlO0pGvCHz2QUE10y5dtoae.lazyload, #C0ZkaPplNMlO0pGvCHz2QUE10y5dtoae.lazyloading { background-image: none; }
#vFK9VBILigsg72R0Oo9QTdrQpsEi0V2C { color:#3c3c3b;display:block;width:200px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:517px;left:735px;height:23.3958px;font-style:normal;display:block; }
#v2BtXWcA8RTrIdmtqlmZ3LwRvENPNTFq { background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:626px;left:146px;display:block; }
#tPdZfIRX0QSTNdyROKh1I2cRcZGL72tZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hTpy8xCw6E0TDb2HmvgQnUlZmZ2KGIaL { color:#3c3c3b;display:block;width:451px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:369px;left:586px;height:89.5833px;font-style:italic;display:block; }
#MEHzQVVd55loCrh6cnZGNLA8NoKHSGDS { color:#3c3c3b;display:block;width:451px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:551px;left:735px;height:89.5833px;font-style:italic;display:block; }
#OPMu0xfquc7JSAN8T15MSUhdaMCo0uts { box-sizing:content-box;color:rgba(180,6,224,0.17);font-size:118px;font-weight:400;line-height:1;height:170px;width:170px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:514px;left:1016px;display:block; }
#ByruRVHQCk1tHutDtTz29gQiriHgJslm { background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:523px;left:729px;display:none; }
#wy97ys4X2ABneCMuNwzJ03EJPJzd9vrC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#r1WwfoWf1A0BRxVKgQUichFXgeNxfdkG { color:#000000;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a71aa68-2444-4e0e-99b7-a226b048b1da/Projektbeztytuu20230407T165240307.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV.adaptive-delivery-prevent-bg, #Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV.lazyload, #Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV.lazyloading { background-image: none; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container { background-color: transparent; background-image: none; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,135,16,0.79); }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container > .video-iframe-container { display: none; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,135,16,0.79); }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row > .video-iframe-container { display: none; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .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); }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container { border-width: 0; border-radius: 0; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container { font-size:14px;font-family:arial;height:481px;width:1200px;position:relative;display:block; }#XuhIevpb4aamwzH99LWV57dprLO85mGX { color:#ffffff;display:block;width:1200px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:133px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xLV5eKZNCpnfeAbTTOXb3ndBrxlav0O8 { color:#ffffff;display:block;width:837px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:213px;left:181px;height:135px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#poKzzfkSpGfqtVxxelNbbbANGd25qanO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);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; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { background-color: transparent; background-image: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container > .video-iframe-container { display: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container { display: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .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); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { border-width: 0; border-radius: 0; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { font-size:14px;font-family:arial;height:346px;width:1200px;position:relative;display:block; }#v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { color:#000000;display:block;width:1119px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:68px;left:41px;height:136.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoAlTMmXZQxNC6ssdvILJ2rEW96qmQBq { position:absolute;display:block;z-index:15014;background-color:#f88710;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:203px;width:203px;top:88.000030517578px;left:15.979164123535px;display:block; }
#bobLl3wdDumbDUnhU22SylniTJWzdeZd { position:absolute;display:block;z-index:15015;background-color:#f88710;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:140px;width:140px;top:141.00003051758px;left:1035.9792022705px;display:block; }
#WUprMpVgTls1cvQH73ciGTzo0qX25kpg { position:absolute;display:block;z-index:15016;background-color:#f88710;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:290px;border-top-right-radius:290px;border-bottom-left-radius:290px;border-bottom-right-radius:290px;height:64px;width:64px;top:64.416666px;left:1123.3124942471px;display:block; }
#V3Qf79KQFtAp2ee7MmHwLDK2AMlEdIzP { background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:236.66668701172px;left:460.00001525879px;display:block; }
#dSrme12KO1nuya3PPNoN6JNSaQQHmbGz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xn3zWB6aRurpp6rUuKcQxl7EPyQiLcUB { background-color:#b406e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:523px;left:729px;display:none; }
#kJxmbBy8wU0xGidqhtoWPJ0wXRdryslF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk { position:relative;display:block; }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk { background-color: transparent; background-image: none; }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .row .container > .video-iframe-container { display: none; }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .row > .video-iframe-container { display: none; }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .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); }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk { border-width: 0; border-radius: 0; }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .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; }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .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:62px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QbBMi3fSqT93XrXmMGKxorUufMddNXot { color:#000000;display:block;width:160px;position:absolute;font-family:montserrat;font-size:16px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:20.59375px;left:520.00001525879px;height:20.7917px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bgV6EFM3STPL2UHpU08L5W05inwlH15q { display:block; }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NB22VWQQ6HSSSPgU6edpVkcbmKiunaz4 { width:235px;height:101px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tPX34iV42syLrEV53LgE6kogRHrucoDi { width:104px;height:41px;top:36px;left:358.66670227051px;display:none; }
 }@media only screen and (max-width: 763px) { #XbdELlo3Hz118irbkJeKFivSaQtVl7Tz { display:block; }
 }@media only screen and (max-width: 763px) { #c4RBB5nSotRHxpz20qwhtH7q5G0ovtvH { width:124px;height:41px;top:36px;left:594.66670227051px;display:none; }
 }@media only screen and (max-width: 763px) { #QooM3KJHS6iWQMB30qiqdRxyFlCGed2R { display:block; }
 }@media only screen and (max-width: 763px) { #d2Esz4pk4yiOeGwDZTqKcyAoSOksFrOh { width:71px;height:41px;top:36px;left:693px;display:none; }
 }@media only screen and (max-width: 763px) { #JKcnWgnH5zGBgUo4Sc8DQn2VTiZpCvM4 { display:block; }
 }@media only screen and (max-width: 763px) { #oahoTuCUubdAS9ZrKW9yTbSw672bSqM4 { width:138px;height:41px;top:36px;left:626px;display:none; }
 }@media only screen and (max-width: 763px) { #NEkPdAl8QE8FpEpIseXR5NWhc0ou1TRy { display:block; }
 }@media only screen and (max-width: 763px) { #hQh5xQ12H7geTGCZyvUDASR741Z8ddT5 { width:50px;height:50px;display:none; }
 }@media only screen and (max-width: 763px) { #v1nJrHmDTD0V70W9yTVAd2WrKCpHvl40 { width:106px;height:41px;top:36px;left:488.66670227051px;display:none; }
 }@media only screen and (max-width: 763px) { #hKcwoBcFLZ8QFCirlTmASZuoLgNbl4FE { display:block; }
 }@media only screen and (max-width: 763px) { #wcgBNGDHp4wHRW8z9G09tZlTds6Tb0x4 { display:none; }#wcgBNGDHp4wHRW8z9G09tZlTds6Tb0x4 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XIdduo0lIeknq6OqvGX77xSHOJciGWOU { width:104px;height:41px;top:36px;left:506.66670227051px;display:none; }
 }@media only screen and (max-width: 763px) { #nnPnFAiKLKHF8syRKU1VTmEoJNKfTsSh { display:block; }
 }@media only screen and (max-width: 763px) { #xMJt44qA1yQToJxyA16bX2UTT2WGoQb8 { width:124px;height:41px;top:36px;left:626.66670227051px;display:none; }
 }@media only screen and (max-width: 763px) { #QyXTRlqT3nBfPRXgBMdkrlXpODJdwHEA { display:block; }
 }@media only screen and (max-width: 763px) { #fK7EynXcT2fiwMboqbvSEvPzLTlXCusC { width:71px;height:41px;top:36px;left:693px;display:none; }
 }@media only screen and (max-width: 763px) { #noVIe8CO96rFshoavWizp7QXgAL0yaZh { display:block; }
 }@media only screen and (max-width: 763px) { #VdmkoBIyWIH4CNB8bDpehCAFqZMSP0lR { width:138px;height:41px;top:36px;left:626px;display:none; }
 }@media only screen and (max-width: 763px) { #GM5DI3i40An1OrDef1tO5chQ1Z2FN1IJ { display:block; }
 }@media only screen and (max-width: 763px) { #vnT5K32Nb07cH2Z6yX14opqRbxfMJZa8 { width:124px;height:41px;top:36px;left:626.66670227051px;display:none; }
 }@media only screen and (max-width: 763px) { #oNVeTPWu43a1NaifRWCRtbOpqAfdodih { display:block; }
 }@media only screen and (max-width: 763px) { #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { width:407px;height:144px;top:193px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #HwMMvTIRz3F16teqyDqt4CZqVrhMfuch { width:505px;height:505px;top:115px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LrzOiTnsPFeyIMlk595iPfisTbXKCoT8 { width:280px;height:55px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hX0bnwdlX2vRNcwpL7QEi9VSku57w3Lc { display:block; }
 }@media only screen and (max-width: 763px) { #bGSaJ6TnrdSN43LHMdJmKX9OnWTFyB4y { width:219px;height:78px;top:47px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { display:block; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { width:764px;height:608px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlhS2BAq3Knia5g030VeKDhoBXilTXw8 { width:482px;height:690px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a3htitOrMRQ0bHksL3Bw7HMTGwxOepKX { width:275px;height:275px;top:18px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BgsfxHz8SZ9EpaXGWAvzMrM416oDhmpb { width:160px;height:160px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZBiUUsl7GPTCHPxhc2B2qTeg7fXScy1p { width:66px;height:66px;top:18px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #D4buZbhEstDhHmAAzh3tvCWBIrdHTRek { width:106px;height:106px;top:260px;left:276px;display:block; }
 }@media only screen and (max-width: 763px) { #mia6kzb3sv0gLB5Z8MB2XqrX92zrw5Ch { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mTdcoOcXCp7vP3F9lERcyq5y1lpXrrue { width:280px;height:55px;top:576px;left:401px;display:block; }
 }@media only screen and (max-width: 763px) { #IU3NTB6ZH5xEZRc0tZimb6tUp1eqCEtL { display:block; }
 }@media only screen and (max-width: 763px) { #ytLmbxKw1kPcITaiP4zBUsGOurMHJfh5 { width:106px;height:106px;top:405px;left:276px;display:none; }
 }@media only screen and (max-width: 763px) { #AsDK2RJnzemrTpg2187fkuUasNJgF85d { width:150px;height:94px;top:264px;left:232px;font-size:73px;display:block; }
 }@media only screen and (max-width: 763px) { #zMQeUub5B5JoSDiZQXDkfmsy2GDHbor1 { width:150px;height:68px;top:424px;left:232px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #WKTJALWFZ6yq0ndQw2mo1cu6txmsX7kp { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #v0DU3GWlLCHPGd7xP990vogenrf88KI8 { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MGyZoaQSnbVVzNBHSnsxTt921D3ewTsn { width:106px;height:106px;top:260px;left:276px;display:none; }
 }@media only screen and (max-width: 763px) { #niUngi6Tu4VyTlnTSewKEXILSRmiMucM { display:block; }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhNTiA889RqBfKF2LyKwhd8VKNzW35GB { top:197px;left:23px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #m6UOVJscwHbatwyriVrl2QB6cmKJHKAk { top:174px;left:2px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #WV2EAidWWOCo6AGWPQN8QDMara6kE3K0 { top:382px;left:86.000015258789px;width:549px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #NPv7LO5HQxEZydXyg1V5aG7BiQNSCvTa { top:322px;left:86px;width:0;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #m70J251lStNyLfFuWUsewbTI1GfI8EMf { top:513px;left:701px;width:0;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #tkOTi7wl3MGksFxhXBuWkf3ypJBrO4GS { top:573px;left:150px;width:550px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #p5iM4mZHw6okyTAbCGgnAn9DkdOuRdVE { width:764px;height:45px;top:65px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #x1aozOqtGNATCucqGvTkS1R9r754ZukE { width:764px;height:24px;top:119px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KSdDCvqRyaxKTLDsha87ggGDHTyvLTKe { width:652px;height:46px;top:197px;left:112px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ywOqNDdyhX8sJbRAqBptHIiPm7RD9HJG { width:524px;height:49px;top:250px;left:200.00001525879px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XQZtGIRaNNvcTwl8Zl6hOOx4VonvKlTF { width:19px;height:55px;top:184px;left:30.500015258789px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #ehbFAq0DRc9xEHlVr1sHFPHuIGGxXUxh { width:311px;height:45px;top:408px;left:121.00001525879px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #h1inQRF9EP026y9FF8NxVAS4copS1Xkh { width:467px;height:98px;top:464px;left:121.00001525879px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #NA88gCWUnqCm9eNm2G8IdOqStg2VMgIG { top:356px;left:617px;width:76px;height:76px;display:none; }
 }@media only screen and (max-width: 763px) { #fc1q9eWx0iztizbosxunLCE7CDds7k05 { width:35px;height:55px;top:366px;left:636.33332824707px;font-size:43px;display:none; }
 }@media only screen and (max-width: 763px) { #bQWNpNgtpesyQF0tB6Wv6zX8e1zkpB1Q { top:388px;left:639px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #IGCpLIyTeasXzBTeWWrlpUp8qOeLCgsG { width:145px;height:145px;top:187px;left:13.000015258789px;display:block; }
 }@media only screen and (max-width: 763px) { #piHNVrLIH2ebVG2ovocb4fnPNPSNg0Ia { width:82px;height:82px;top:408px;left:660.66670227051px;display:block; }
 }@media only screen and (max-width: 763px) { #vXz3pC9gJNOnhmKlEXvQBp1aAccKFP35 { width:620px;height:348px;top:635px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ed1v8MJPf48lLvyNwnm6Ow2i1UVnsMFf { top:574px;left:147.33332824707px;width:0;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #FKvuDx3m7T7EUTBIKX8wBeV1xnWEbD7d { width:439px;height:229px;top:694px;left:325px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kA6UuNRItJA7d3LUNSL0DImEoT182MbK { width:21px;height:21px;top:699px;left:504.65626525879px;display:block; }
 }@media only screen and (max-width: 763px) { #LymtP6C2QGOVGeehK3vIbI0TamtW4LZt { width:21px;height:21px;top:752px;left:504.65626525879px;display:none; }
 }@media only screen and (max-width: 763px) { #Dd7slw2aqwBMOtJ9oRiT8CITLZ4enxVq { width:21px;height:21px;top:803px;left:504.65626525879px;display:none; }
 }@media only screen and (max-width: 763px) { #KpQMzx8Q8QQvwklGiGb4FXm5DmAccUAf { width:21px;height:21px;top:853px;left:504.65626525879px;display:none; }
 }@media only screen and (max-width: 763px) { #M8p9CsMTqAwsVXZ6NOcaFTztMkDACv1Q { top:174px;left:2px;width:76px;height:76px;display:none; }
 }@media only screen and (max-width: 763px) { #W6es6MBKo2NniA5TBMgidxyo3HwmgURM { width:19px;height:41px;top:369px;left:0px;font-size:43px;display:none; }
 }@media only screen and (max-width: 763px) { #KEDZ4PLwCerKlOgSTUmMOwEyPdPZuNTi { width:21px;height:21px;top:699px;left:504.65626525879px;display:none; }
 }@media only screen and (max-width: 763px) { #eSTDRszEOQKTPzn1vJcnQQTkfgIuvW3x { width:21px;height:21px;top:699px;left:504.65626525879px;display:none; }
 }@media only screen and (max-width: 763px) { #M5nz2eg1Sx1hq8HFNVZ0ad0C4i5xfmJH { width:21px;height:21px;top:699px;left:504.65626525879px;display:none; }
 }@media only screen and (max-width: 763px) { #AE3lx8dGW4uGsH7AatQGSBzvSzh9AEEh { width:320px;height:78px;top:1089px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp { display:block; }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFaSmMuA9CvFyvskAtCcbAKI0RShQMJF { width:764px;height:91px;top:28px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA { display:block; }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGTMnh6Fdt7CRmXBybDeT2wWlT60hetK { top:382px;left:86.000015258789px;width:549px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Aq6X1igwA9PAB9Fp8BWzogKPiJbRnZor { top:641px;left:87px;width:550px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #eoA6ngieleEMrk3XXNEin3SSUSzX5Es8 { width:764px;height:45px;top:18px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fH2qKhC7xEn5gl107U7wTpfWU0OkzlR2 { width:764px;height:24px;top:64px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T78T1ZMu9OFKRDZe6QFoqHXJAz0pDJvO { width:133px;height:46px;top:198px;left:157.00001525879px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FFaynzcivAzUIAF9NT4EoIgOXGJHzwPb { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #l7bOsOzcNwhFaT9cNp9HuelLZtQPpEWT { width:326px;height:326px;top:129px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d3mnUAxwrFPIzuH9VpNeHLNtHC1EmtHl { width:326px;height:326px;top:330px;left:428px;display:block; }
 }@media only screen and (max-width: 763px) { #IqILtgZwPo4slBSlmXah5JeaKdBdyV1C { width:140px;height:46px;top:419px;left:155px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FkO9qhB4nULgGNKmSm9knVBRyM3uy5b7 { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #pFll8o294phMmoatr0CbtX3kqJheQla6 { width:326px;height:326px;top:586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r8LuUXCShsTIoT3TadwnQxq91d5UC0ri { width:139px;height:46px;top:696px;left:155px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #keP4WLGtof1RiiEuJ7JobT5Z2R6Tn1Jr { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #pVWFmQT58SFa0tMamOLH5BMdLeBKG9GW { top:900px;left:106.32292175293px;width:550px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #EuMbuod2Dti0MZdgCWFduyFCGCEdyavS { width:326px;height:326px;top:853px;left:428px;display:block; }
 }@media only screen and (max-width: 763px) { #Bd04ksRP6vzQXt3hPuxewCEtWUnTTB1l { width:143px;height:46px;top:952px;left:158px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O3f6TL9WTRnyXbEbeNOmc29ObloTdxcD { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qODUMdTkTpk9ORumte6SyoC4VG7XQeCD { top:1143px;left:106.32292175293px;width:550px;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #KKuzNUUPx5m3i9DmI0w7iQyBREIsVZMA { width:326px;height:326px;top:1102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #okXPaOx26c8r8QTdUOWnNRxlM0r736Qd { width:139px;height:45px;top:1228px;left:157.66667175293px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nfuwaOVlTf2tEmMT2aCv0fkov8wmF5eI { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #V1wJAXsVxmcyFDLSwANKZ1namFTXvcLO { width:160px;height:160px;top:87px;left:604px;display:none; }
 }@media only screen and (max-width: 763px) { #gs3Qu81oG44N2pG2WEwUtPHrWeLHpOV0 { width:55px;height:55px;top:42px;left:709px;display:none; }
 }@media only screen and (max-width: 763px) { #HHVIT77e9q1ZEzwq4XrWwZPIfMthbtH5 { width:256px;height:256px;top:1089px;left:508px;display:none; }
 }@media only screen and (max-width: 763px) { #GEiGw6buAfeTEyEOKVFwQrUnQqadJKy4 { width:55px;height:55px;top:1365px;left:709px;display:none; }
 }@media only screen and (max-width: 763px) { #RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe { display:block; }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row .container { width:764px;height:608px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVp7JL2Sdo1GIUVwbuopXZGLTm1eRf51 { width:764px;height:629.703125px;top:97px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p66dpAlhyPT7FvkXlLJOTLHP3KqFfB7u { width:275px;height:275px;top:160px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tby28hDv0U1iQEuq63NmCQONbBy5Inwt { width:206px;height:206px;top:515px;left:176px;display:block; }
 }@media only screen and (max-width: 763px) { #NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ { width:100px;height:100px;top:329px;left:664px;display:block; }
 }@media only screen and (max-width: 763px) { #CQpmNyVbCiuDvp2BFmWC820tF1hUOuTB { width:150px;height:150px;top:0px;left:382px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #XTTuvkwOP5nV9HVW1hMQZl56H2D7mXTW { width:150px;height:150px;top:241px;left:233px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #RiAJPumVa1AoCErvEv50TT6wX1PGWnw4 { width:100px;height:100px;top:159px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #WkAAHH3SLnXHbRZUAt4eR1CSEfMwsCUN { width:240px;height:50px;top:190px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #OACEVZXvegI4DQzNsisEKEbHDi9L5yZ0 { width:200px;height:23px;top:146px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #mEHJzZxHw6ZIAzV9c2OfUePq8klrQWin { width:200px;height:23px;top:146px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #C0ZkaPplNMlO0pGvCHz2QUE10y5dtoae { width:100px;height:100px;top:529px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #vFK9VBILigsg72R0Oo9QTdrQpsEi0V2C { width:200px;height:23px;top:146px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #v2BtXWcA8RTrIdmtqlmZ3LwRvENPNTFq { width:280px;height:55px;top:626px;left:37px;display:none; }
 }@media only screen and (max-width: 763px) { #tPdZfIRX0QSTNdyROKh1I2cRcZGL72tZ { display:block; }
 }@media only screen and (max-width: 763px) { #hTpy8xCw6E0TDb2HmvgQnUlZmZ2KGIaL { width:240px;height:50px;top:190px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #MEHzQVVd55loCrh6cnZGNLA8NoKHSGDS { width:240px;height:50px;top:190px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #OPMu0xfquc7JSAN8T15MSUhdaMCo0uts { width:150px;height:150px;top:241px;left:233px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #ByruRVHQCk1tHutDtTz29gQiriHgJslm { width:280px;height:55px;top:523px;left:402px;display:none; }
 }@media only screen and (max-width: 763px) { #wy97ys4X2ABneCMuNwzJ03EJPJzd9vrC { display:block; }
 }@media only screen and (max-width: 763px) { #r1WwfoWf1A0BRxVKgQUichFXgeNxfdkG { width:764px;height:45px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV { display:block; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuhIevpb4aamwzH99LWV57dprLO85mGX { width:764px;height:45px;top:133px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xLV5eKZNCpnfeAbTTOXb3ndBrxlav0O8 { width:340px;height:136px;top:373px;left:24px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #poKzzfkSpGfqtVxxelNbbbANGd25qanO { display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { width:764px;height:363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { width:764px;height:136px;top:68px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SoAlTMmXZQxNC6ssdvILJ2rEW96qmQBq { width:203px;height:203px;top:88px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bobLl3wdDumbDUnhU22SylniTJWzdeZd { width:140px;height:140px;top:141px;left:624px;display:block; }
 }@media only screen and (max-width: 763px) { #WUprMpVgTls1cvQH73ciGTzo0qX25kpg { width:64px;height:64px;top:64px;left:680px;display:none; }
 }@media only screen and (max-width: 763px) { #V3Qf79KQFtAp2ee7MmHwLDK2AMlEdIzP { width:280px;height:55px;top:236px;left:242.00001525879px;display:none; }
 }@media only screen and (max-width: 763px) { #dSrme12KO1nuya3PPNoN6JNSaQQHmbGz { display:block; }
 }@media only screen and (max-width: 763px) { #xn3zWB6aRurpp6rUuKcQxl7EPyQiLcUB { width:280px;height:55px;top:523px;left:402px;display:none; }
 }@media only screen and (max-width: 763px) { #kJxmbBy8wU0xGidqhtoWPJ0wXRdryslF { display:block; }
 }@media only screen and (max-width: 763px) { #xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk { display:block; }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbBMi3fSqT93XrXmMGKxorUufMddNXot { width:160px;height:20px;top:20px;left:302.00001525879px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bgV6EFM3STPL2UHpU08L5W05inwlH15q { display:block; }#bgV6EFM3STPL2UHpU08L5W05inwlH15q > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NB22VWQQ6HSSSPgU6edpVkcbmKiunaz4 { width:134px;height:57px;top:18px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #tPX34iV42syLrEV53LgE6kogRHrucoDi { width:104px;height:41px;top:141px;left:108px;display:none; }
 }@media only screen and (max-width: 763px) { #XbdELlo3Hz118irbkJeKFivSaQtVl7Tz { display:block; }
 }@media only screen and (max-width: 763px) { #c4RBB5nSotRHxpz20qwhtH7q5G0ovtvH { width:124px;height:41px;top:202px;left:98px;display:none; }
 }@media only screen and (max-width: 763px) { #QooM3KJHS6iWQMB30qiqdRxyFlCGed2R { display:block; }
 }@media only screen and (max-width: 763px) { #d2Esz4pk4yiOeGwDZTqKcyAoSOksFrOh { width:71px;height:41px;top:263px;left:124px;display:none; }
 }@media only screen and (max-width: 763px) { #JKcnWgnH5zGBgUo4Sc8DQn2VTiZpCvM4 { display:block; }
 }@media only screen and (max-width: 763px) { #oahoTuCUubdAS9ZrKW9yTbSw672bSqM4 { width:138px;height:41px;top:324px;left:91px;display:none; }
 }@media only screen and (max-width: 763px) { #NEkPdAl8QE8FpEpIseXR5NWhc0ou1TRy { display:block; }
 }@media only screen and (max-width: 763px) { #hQh5xQ12H7geTGCZyvUDASR741Z8ddT5 { display:flex;top:22px;left:225px;width:50px;height:50px;z-index:15007; }
 }@media only screen and (max-width: 763px) { #v1nJrHmDTD0V70W9yTVAd2WrKCpHvl40 { width:106px;height:41px;top:36px;left:107px;display:none; }
 }@media only screen and (max-width: 763px) { #hKcwoBcFLZ8QFCirlTmASZuoLgNbl4FE { display:block; }
 }@media only screen and (max-width: 763px) { #wcgBNGDHp4wHRW8z9G09tZlTds6Tb0x4 { display:block; }#wcgBNGDHp4wHRW8z9G09tZlTds6Tb0x4 > .row .container { width:320px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIdduo0lIeknq6OqvGX77xSHOJciGWOU { width:104px;height:41px;top:19px;left:108.00000476837px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #nnPnFAiKLKHF8syRKU1VTmEoJNKfTsSh { display:block; }
 }@media only screen and (max-width: 763px) { #xMJt44qA1yQToJxyA16bX2UTT2WGoQb8 { width:124px;height:41px;top:110px;left:98px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #QyXTRlqT3nBfPRXgBMdkrlXpODJdwHEA { display:block; }
 }@media only screen and (max-width: 763px) { #fK7EynXcT2fiwMboqbvSEvPzLTlXCusC { width:71px;height:41px;top:151px;left:125px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #noVIe8CO96rFshoavWizp7QXgAL0yaZh { display:block; }
 }@media only screen and (max-width: 763px) { #VdmkoBIyWIH4CNB8bDpehCAFqZMSP0lR { width:138px;height:41px;top:192px;left:91px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GM5DI3i40An1OrDef1tO5chQ1Z2FN1IJ { display:block; }
 }@media only screen and (max-width: 763px) { #vnT5K32Nb07cH2Z6yX14opqRbxfMJZa8 { width:124px;height:41px;top:69.66667175293px;left:98.000004768372px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #oNVeTPWu43a1NaifRWCRtbOpqAfdodih { display:block; }
 }@media only screen and (max-width: 763px) { #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { background-color:rgba(41,50,60,0.8);background-image:url("https://images.assets-landingi.com/uc/2b46f745-9bfe-4a3e-973b-1dcec6006352/Beztytuu10801920px1.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.adaptive-delivery-prevent-bg, #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.lazyload, #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.lazyloading { background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { background-color: transparent; background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:320px;height:763px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { width:183px;height:0;top:43px;left:75.500004768372px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { width:265px;height:72px;top:138px;left:27.500000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HwMMvTIRz3F16teqyDqt4CZqVrhMfuch { width:284px;height:291px;top:20px;left:18.000000953674px;border-top-left-radius:241px;border-top-right-radius:241px;border-bottom-left-radius:241px;border-bottom-right-radius:241px;display:block; }
 }@media only screen and (max-width: 763px) { #LrzOiTnsPFeyIMlk595iPfisTbXKCoT8 { width:162px;height:41px;top:241.66668701172px;left:79.000004768372px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hX0bnwdlX2vRNcwpL7QEi9VSku57w3Lc { display:block; }
 }@media only screen and (max-width: 763px) { #bGSaJ6TnrdSN43LHMdJmKX9OnWTFyB4y { width:197px;height:78px;top:47px;left:61.500004768372px;text-align:center;text-align-last:center;font-size:20px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { display:block; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { width:320px;height:1108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlhS2BAq3Knia5g030VeKDhoBXilTXw8 { width:320px;height:458.073px;top:649.91665649414px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a3htitOrMRQ0bHksL3Bw7HMTGwxOepKX { width:140px;height:140px;top:877.07292175293px;left:20.000000953674px;display:none; }
 }@media only screen and (max-width: 763px) { #BgsfxHz8SZ9EpaXGWAvzMrM416oDhmpb { width:109px;height:109px;top:588px;left:211px;display:block; }
 }@media only screen and (max-width: 763px) { #ZBiUUsl7GPTCHPxhc2B2qTeg7fXScy1p { width:52px;height:52px;top:1041px;left:239.50000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #D4buZbhEstDhHmAAzh3tvCWBIrdHTRek { width:72px;height:72px;top:255px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #mia6kzb3sv0gLB5Z8MB2XqrX92zrw5Ch { width:320px;height:180px;top:33.07292175293px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mTdcoOcXCp7vP3F9lERcyq5y1lpXrrue { width:219px;height:48px;top:512.79168701172px;left:50.500000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IU3NTB6ZH5xEZRc0tZimb6tUp1eqCEtL { display:block; }
 }@media only screen and (max-width: 763px) { #ytLmbxKw1kPcITaiP4zBUsGOurMHJfh5 { width:106px;height:106px;top:1214.1876px;left:107px;display:none; }
 }@media only screen and (max-width: 763px) { #AsDK2RJnzemrTpg2187fkuUasNJgF85d { width:72px;height:41.5938px;top:270px;left:6px;text-align:center;text-align-last:center;font-size:32px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #zMQeUub5B5JoSDiZQXDkfmsy2GDHbor1 { width:74px;height:41.5938px;top:388px;left:6px;text-align:center;text-align-last:center;font-size:32px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #WKTJALWFZ6yq0ndQw2mo1cu6txmsX7kp { width:218px;height:90px;top:246px;left:92px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #v0DU3GWlLCHPGd7xP990vogenrf88KI8 { width:223px;height:90px;top:364px;left:90px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MGyZoaQSnbVVzNBHSnsxTt921D3ewTsn { width:72px;height:72px;top:373px;left:6px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #niUngi6Tu4VyTlnTSewKEXILSRmiMucM { display:block; }#niUngi6Tu4VyTlnTSewKEXILSRmiMucM > .row .container { width:320px;height:1781px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhNTiA889RqBfKF2LyKwhd8VKNzW35GB { width:95px;height:95px;top:162px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #m6UOVJscwHbatwyriVrl2QB6cmKJHKAk { width:50px;height:50px;top:139px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WV2EAidWWOCo6AGWPQN8QDMara6kE3K0 { width:318px;height:0;top:500.4px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NPv7LO5HQxEZydXyg1V5aG7BiQNSCvTa { width:0;height:60px;top:415.39999389648px;left:171.00000572205px;display:none; }
 }@media only screen and (max-width: 763px) { #m70J251lStNyLfFuWUsewbTI1GfI8EMf { width:0;height:60px;top:983.2px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #tkOTi7wl3MGksFxhXBuWkf3ypJBrO4GS { width:318px;height:0;top:1065.2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #p5iM4mZHw6okyTAbCGgnAn9DkdOuRdVE { width:320px;height:26px;top:24.989593505859px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #x1aozOqtGNATCucqGvTkS1R9r754ZukE { width:320px;height:39px;top:60.989593505859px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KSdDCvqRyaxKTLDsha87ggGDHTyvLTKe { width:161px;height:78px;top:170.5px;left:131.00000476837px;text-align:left;text-align-last:left;font-size:20px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ywOqNDdyhX8sJbRAqBptHIiPm7RD9HJG { width:320px;height:58.5px;top:281.58334350586px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #XQZtGIRaNNvcTwl8Zl6hOOx4VonvKlTF { width:19px;height:41.5938px;top:143px;left:14px;text-align:center;text-align-last:center;font-size:32px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ehbFAq0DRc9xEHlVr1sHFPHuIGGxXUxh { width:166px;height:52px;top:1261px;left:141px;text-align:left;text-align-last:left;font-size:20px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #h1inQRF9EP026y9FF8NxVAS4copS1Xkh { width:320px;height:0;top:1085px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #NA88gCWUnqCm9eNm2G8IdOqStg2VMgIG { width:76px;height:76px;top:833.08342402344px;left:122px;display:none; }
 }@media only screen and (max-width: 763px) { #fc1q9eWx0iztizbosxunLCE7CDds7k05 { width:35px;height:0;top:843.12505px;left:141.33331298828px;text-align:center;text-align-last:center;font-size:32px;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #bQWNpNgtpesyQF0tB6Wv6zX8e1zkpB1Q { width:97px;height:97px;top:1238px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IGCpLIyTeasXzBTeWWrlpUp8qOeLCgsG { display:flex;width:124px;height:124px;top:147px;left:7px; }
 }@media only screen and (max-width: 763px) { #piHNVrLIH2ebVG2ovocb4fnPNPSNg0Ia { display:flex;width:60px;height:60px;top:1257px;left:38px; }
 }@media only screen and (max-width: 763px) { #vXz3pC9gJNOnhmKlEXvQBp1aAccKFP35 { width:320px;height:348px;top:371.08334350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ed1v8MJPf48lLvyNwnm6Ow2i1UVnsMFf { width:0;height:60px;top:574px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #FKvuDx3m7T7EUTBIKX8wBeV1xnWEbD7d { width:284px;height:270px;top:1444px;left:36px;text-align:left;text-align-last:left;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kA6UuNRItJA7d3LUNSL0DImEoT182MbK { display:flex;width:15px;height:15px;top:1448px;left:13px; }
 }@media only screen and (max-width: 763px) { #LymtP6C2QGOVGeehK3vIbI0TamtW4LZt { display:flex;width:21px;height:21px;top:1542.0834240234px;left:149px;display:none; }
 }@media only screen and (max-width: 763px) { #Dd7slw2aqwBMOtJ9oRiT8CITLZ4enxVq { display:flex;width:21px;height:21px;top:1583.0834240234px;left:149px;display:none; }
 }@media only screen and (max-width: 763px) { #KpQMzx8Q8QQvwklGiGb4FXm5DmAccUAf { display:flex;width:21px;height:21px;top:1624.0834240234px;left:149px;display:none; }
 }@media only screen and (max-width: 763px) { #M8p9CsMTqAwsVXZ6NOcaFTztMkDACv1Q { width:50px;height:50px;top:1214px;left:0px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #W6es6MBKo2NniA5TBMgidxyo3HwmgURM { width:19px;height:41.5938px;top:1217px;left:15px;text-align:center;text-align-last:center;font-size:32px;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #KEDZ4PLwCerKlOgSTUmMOwEyPdPZuNTi { display:flex;width:15px;height:15px;top:1493px;left:13px;z-index:15015; }
 }@media only screen and (max-width: 763px) { #eSTDRszEOQKTPzn1vJcnQQTkfgIuvW3x { display:flex;width:15px;height:15px;top:1537px;left:13px;z-index:15016; }
 }@media only screen and (max-width: 763px) { #M5nz2eg1Sx1hq8HFNVZ0ad0C4i5xfmJH { display:flex;width:15px;height:15px;top:1605px;left:14px;z-index:15017; }
 }@media only screen and (max-width: 763px) { #AE3lx8dGW4uGsH7AatQGSBzvSzh9AEEh { width:320px;height:78px;top:1351px;left:0px;text-align:center;text-align-last:center;font-size:15px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp { display:block; }#x623xZ0Qy0kcrczkPnBdTmu2nEcdBLIp > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFaSmMuA9CvFyvskAtCcbAKI0RShQMJF { width:320px;height:78px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA { display:block; }#x0zJs3F9MXC3Auc8Qkuy9DRNIP38TRWA > .row .container { width:320px;height:2354px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGTMnh6Fdt7CRmXBybDeT2wWlT60hetK { width:318px;height:0;top:500.4px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Aq6X1igwA9PAB9Fp8BWzogKPiJbRnZor { width:318px;height:0;top:1065.2px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #eoA6ngieleEMrk3XXNEin3SSUSzX5Es8 { width:320px;height:26px;top:42px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fH2qKhC7xEn5gl107U7wTpfWU0OkzlR2 { width:320px;height:39px;top:79px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T78T1ZMu9OFKRDZe6QFoqHXJAz0pDJvO { width:150px;height:26px;top:159px;left:85.000004768372px;text-align:center;text-align-last:center;font-size:20px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #FFaynzcivAzUIAF9NT4EoIgOXGJHzwPb { width:287px;height:45px;top:199.00000572205px;left:16.500000953674px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7bOsOzcNwhFaT9cNp9HuelLZtQPpEWT { width:238px;height:238px;top:267.33333396912px;left:36.312500953674px;display:block; }
 }@media only screen and (max-width: 763px) { #d3mnUAxwrFPIzuH9VpNeHLNtHC1EmtHl { width:238px;height:238px;top:657.50003051758px;left:36.312500953674px;display:block; }
 }@media only screen and (max-width: 763px) { #IqILtgZwPo4slBSlmXah5JeaKdBdyV1C { width:150px;height:26px;top:551px;left:85px;text-align:center;text-align-last:center;font-size:20px;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #FkO9qhB4nULgGNKmSm9knVBRyM3uy5b7 { width:320px;height:45px;top:588px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pFll8o294phMmoatr0CbtX3kqJheQla6 { width:238px;height:238px;top:1123.3333740234px;left:36.312500953674px;display:block; }
 }@media only screen and (max-width: 763px) { #r8LuUXCShsTIoT3TadwnQxq91d5UC0ri { width:139px;height:26px;top:971px;left:88px;text-align:center;text-align-last:center;font-size:20px;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #keP4WLGtof1RiiEuJ7JobT5Z2R6Tn1Jr { width:315px;height:90px;top:1005px;left:3px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVWFmQT58SFa0tMamOLH5BMdLeBKG9GW { width:318px;height:0;top:900px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EuMbuod2Dti0MZdgCWFduyFCGCEdyavS { width:238px;height:238px;top:1608.3333740234px;left:36.312500953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Bd04ksRP6vzQXt3hPuxewCEtWUnTTB1l { width:150px;height:26px;top:1437.0000610352px;left:85.000004768372px;text-align:center;text-align-last:center;font-size:20px;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #O3f6TL9WTRnyXbEbeNOmc29ObloTdxcD { width:317px;height:112.5px;top:1472.0000419617px;left:1.5px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qODUMdTkTpk9ORumte6SyoC4VG7XQeCD { width:318px;height:0;top:1143px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KKuzNUUPx5m3i9DmI0w7iQyBREIsVZMA { width:238px;height:238px;top:2062.0000457764px;left:36.312500953674px;display:block; }
 }@media only screen and (max-width: 763px) { #okXPaOx26c8r8QTdUOWnNRxlM0r736Qd { width:139px;height:26px;top:1911.6667098999px;left:90.500004768372px;text-align:center;text-align-last:center;font-size:20px;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #nfuwaOVlTf2tEmMT2aCv0fkov8wmF5eI { width:320px;height:90px;top:1947.6667175293px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1wJAXsVxmcyFDLSwANKZ1namFTXvcLO { width:107px;height:107px;top:160px;left:107px;display:none; }
 }@media only screen and (max-width: 763px) { #gs3Qu81oG44N2pG2WEwUtPHrWeLHpOV0 { width:55px;height:55px;top:746px;left:132px;display:none; }
 }@media only screen and (max-width: 763px) { #HHVIT77e9q1ZEzwq4XrWwZPIfMthbtH5 { width:256px;height:256px;top:1089px;left:32px;display:none; }
 }@media only screen and (max-width: 763px) { #GEiGw6buAfeTEyEOKVFwQrUnQqadJKy4 { width:55px;height:55px;top:1365px;left:132px;display:none; }
 }@media only screen and (max-width: 763px) { #RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe { display:block; }#RcpfxJEQle9AvlXXOdHwNp1pyhUWbaqe > .row .container { width:320px;height:1557px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVp7JL2Sdo1GIUVwbuopXZGLTm1eRf51 { width:320px;height:263.75px;top:1293px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p66dpAlhyPT7FvkXlLJOTLHP3KqFfB7u { width:131px;height:131px;top:1314px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #Tby28hDv0U1iQEuq63NmCQONbBy5Inwt { width:122px;height:122px;top:1391px;left:198px;display:block; }
 }@media only screen and (max-width: 763px) { #NgtVLT3x8Bg0bLl3aOgy0BDQXQql7ACQ { width:100px;height:100px;top:520px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #CQpmNyVbCiuDvp2BFmWC820tF1hUOuTB { width:150px;height:150px;top:666px;left:85px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #XTTuvkwOP5nV9HVW1hMQZl56H2D7mXTW { width:150px;height:150px;top:327px;left:85px;font-size:105px;display:block; }
 }@media only screen and (max-width: 763px) { #RiAJPumVa1AoCErvEv50TT6wX1PGWnw4 { width:100px;height:100px;top:158px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #WkAAHH3SLnXHbRZUAt4eR1CSEfMwsCUN { width:301px;height:168px;top:318px;left:9px;text-align:center;text-align-last:center;font-size:15px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #OACEVZXvegI4DQzNsisEKEbHDi9L5yZ0 { width:200px;height:23.3958px;top:276px;left:61px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEHJzZxHw6ZIAzV9c2OfUePq8klrQWin { width:200px;height:23.3958px;top:640px;left:60px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #C0ZkaPplNMlO0pGvCHz2QUE10y5dtoae { width:100px;height:100px;top:843px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #vFK9VBILigsg72R0Oo9QTdrQpsEi0V2C { width:200px;height:23.3958px;top:966px;left:60px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v2BtXWcA8RTrIdmtqlmZ3LwRvENPNTFq { width:280px;height:55px;top:1079.0000610352px;left:20.000000953674px;display:none; }
 }@media only screen and (max-width: 763px) { #tPdZfIRX0QSTNdyROKh1I2cRcZGL72tZ { display:block; }
 }@media only screen and (max-width: 763px) { #hTpy8xCw6E0TDb2HmvgQnUlZmZ2KGIaL { width:291px;height:126px;top:678px;left:14px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MEHzQVVd55loCrh6cnZGNLA8NoKHSGDS { width:302px;height:126px;top:1008px;left:9px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #OPMu0xfquc7JSAN8T15MSUhdaMCo0uts { width:138px;height:138px;top:1002px;left:91px;font-size:96px;display:block; }
 }@media only screen and (max-width: 763px) { #ByruRVHQCk1tHutDtTz29gQiriHgJslm { width:219px;height:48px;top:1183px;left:50px;font-size:16px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #wy97ys4X2ABneCMuNwzJ03EJPJzd9vrC { display:block; }
 }@media only screen and (max-width: 763px) { #r1WwfoWf1A0BRxVKgQUichFXgeNxfdkG { width:320px;height:52px;top:58.667175292969px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a71aa68-2444-4e0e-99b7-a226b048b1da/Projektbeztytuu20230407T165240307.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV.adaptive-delivery-prevent-bg, #Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV.lazyload, #Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV.lazyloading { background-image: none; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container { background-color: transparent; background-image: none; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,135,16,0.79); }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container > .video-iframe-container { display: none; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,135,16,0.79); }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row > .video-iframe-container { display: none; }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .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); }#Q6Rclb7FB4nKM3TRsE9L7nnDZb3saBZV > .row .container { width:320px;height:403px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuhIevpb4aamwzH99LWV57dprLO85mGX { width:262px;height:52px;top:33px;left:29.000000953674px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xLV5eKZNCpnfeAbTTOXb3ndBrxlav0O8 { width:320px;height:247.5px;top:115px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #poKzzfkSpGfqtVxxelNbbbANGd25qanO { display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { width:320px;height:356px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { width:320px;height:180px;top:46px;left:0px;text-align:center;text-align-last:center;font-size:20px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SoAlTMmXZQxNC6ssdvILJ2rEW96qmQBq { width:106px;height:106px;top:30px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bobLl3wdDumbDUnhU22SylniTJWzdeZd { width:67px;height:67px;top:116px;left:234px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #WUprMpVgTls1cvQH73ciGTzo0qX25kpg { width:64px;height:64px;top:431.5px;left:128px;display:none; }
 }@media only screen and (max-width: 763px) { #V3Qf79KQFtAp2ee7MmHwLDK2AMlEdIzP { width:280px;height:55px;top:515.5px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #dSrme12KO1nuya3PPNoN6JNSaQQHmbGz { display:block; }
 }@media only screen and (max-width: 763px) { #xn3zWB6aRurpp6rUuKcQxl7EPyQiLcUB { width:219px;height:48px;top:259px;left:50.500000953674px;font-size:16px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #kJxmbBy8wU0xGidqhtoWPJ0wXRdryslF { display:block; }
 }@media only screen and (max-width: 763px) { #xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk { display:block; }#xCQgMH4svnbqfTEoaicoQ03yoT2FGEXk > .row .container { width:320px;height:62px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QbBMi3fSqT93XrXmMGKxorUufMddNXot { width:112px;height:14.2917px;top:23.84375px;left:104.00000476837px;font-size:11px;display:block; }
 }