.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#74ffe8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#XlQZBXuBQSuEO86Wmsw55D0R6O4tBcq3 { color:#000000;display:block;width:63.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.71875rem;left:5.8125rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBc1hzne6wl0hhLXfFege2fbsTKAS286 { color:#000000;display:block;width:28.2490806875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9524356126785rem;left:23.374310493469rem;height:3.5294115625rem;text-align:center;text-align-last:center;display:block; }
#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA { background-color:#74ffe8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row .container { background-color: transparent; background-image: none; }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row .container > .video-iframe-container { display: none; }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row > .video-iframe-container { display: none; }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .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); }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row .container { border-width: 0; border-radius: 0; }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc9e7;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; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row .container { background-color: transparent; background-image: none; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row .container > .video-iframe-container { display: none; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row > .video-iframe-container { display: none; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .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); }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row .container { border-width: 0; border-radius: 0; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#xTdr36E2MeI01rwLlpG3yQ9gXxbqrKeQ { position:absolute;display:block;z-index:15000;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:16rem;width:49.5rem;top:4.8719618320465rem;left:12.561851501465rem;display:block; }
#ZpMVC7UQ3u5JWmIrBx6dELHeXyLAbsVg { color:#ffff42;display:block;width:39.8115806875rem;position:absolute;font-family:arial;font-size:3.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:7.0760567188263rem;left:17.593060493469rem;height:13.0147056875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sCxMw7HTyAW45bninQWf6zMLbPeeKwPs { position:absolute;display:block;z-index:15002;background-color:#ffc9e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:6.5625rem;width:17.625rem;top:18.8935546875rem;left:42.6103515625rem;display:block; }
#FTyDiG69hFUN7lI6i7KpaogEPgiSkOsw { color:#ffff42;display:block;width:17.7493095625rem;position:absolute;font-family:arial;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #ff0000;top:20.002296686172rem;left:42.728627204895rem;height:4.7058820625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqfTGmfKzSpmBu6ADhLMEW18B0Tm1L9l { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.875rem;width:63.6875rem;top:21.24609375rem;left:7.076171875rem;overflow:hidden;display:block; }
#spFFF2mBp0MzXOGB9ia47pEidtcSB14M { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:2.7886283397674rem;left:10.922309875488rem;overflow:hidden;display:block; }
#U4Dmqe3E8AG1EbTgtDyAGBUH1NZmq2vr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:5.8125rem;top:10.923394918442rem;left:9.609375rem;overflow:hidden;display:block; }
#ugkPccoyiAnqUsJMpeBcsWNaXlh1b0P8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:20.625rem;top:2.2482640743256rem;left:19.436851501465rem;overflow:hidden;display:block; }
#oHglvwyft7hufOhks6ED8nkak7QQaJ1p { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:9.9375rem;top:1.0622828006744rem;left:49.421657562256rem;overflow:hidden;display:block; }
#kdzMwyJsx2UcqFas9EV0HU7cahSTE1px { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:3.875rem;top:10.437499761581rem;left:60.548610687256rem;overflow:hidden;display:block; }
#eQfcRPKsEmpqJQPLvQWMhGOh04DtziJG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:11.276041746139rem;left:67.201610565187rem;overflow:hidden;display:block; }
#AiiJqzKOCaNEXZvN9w7xQV51Lmx3Mefg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.6875rem;top:23.25rem;left:56.7177734375rem;overflow:hidden;display:block; }
#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff42;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; }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row .container { background-color: transparent; background-image: none; }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row .container > .video-iframe-container { display: none; }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row > .video-iframe-container { display: none; }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .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); }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row .container { border-width: 0; border-radius: 0; }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#Rq1THw879pZsoL8ZJtceOsKR80O2BgWq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.125rem;width:35.875rem;top:0.65538215637206rem;left:0rem;overflow:hidden;display:block; }
#PbbRT7dk2baWTwn0yAbQdSadzzOGWaEu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:32.75rem;width:36.75rem;top:7.6562509536744rem;left:37.9375rem;display:block; }
#sh6uuldK6KH64Rb9NTPygo5nLox4FdL8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:8.5625rem;top:4.7764759063721rem;left:40.609813690186rem;overflow:hidden;display:block; }
#BA538TZ3P08TGuaoIsAD6H9vJ13S8FW2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:12.1875rem;top:5.283203125rem;left:51.485462188721rem;overflow:hidden;display:block; }
#wHuAVo2nUi5tnw45UpGrRq7aeM6I8arw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.875rem;top:5.6510419845581rem;left:67.798397064206rem;overflow:hidden;display:block; }
#G1pJK7qQ4LVP4JAXrSksqhiW2AW8uIk5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:39.651694297791rem;left:41.172962188721rem;overflow:hidden;display:block; }
#cgiMUdX7cH4Ip5GLTF1LRHS4wCX93ZFS { color:#000000;display:block;width:31.75rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.21462726593rem;left:40.609813690186rem;height:10.294117rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P99TQwNdUTrqFEhQqlmZ6wWV9XPtwB7a { color:#000000;display:block;width:31.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.652344703674rem;left:40.609813690186rem;height:10rem;display:block; }
#zx83CWdpJF5Pl2XGovwgHQmNQoGySaNx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.874375rem;top:35.589225769043rem;left:47.560764312744rem;overflow:hidden;display:block; }
#hTvaCmmBCXRfCmg6CGmXi9cpIiwSbTDm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.875rem;top:35.589195698499rem;left:47.560764312744rem;overflow:hidden;display:block; }
#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f7ff;background-image:url("https://images.assets-landingi.com/uc/b618d171-5363-43e9-920f-f429acaba99f/kuriozum_mockup_spreadkopia.jpg");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; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh.adaptive-delivery-prevent-bg, #y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh.lazyload, #y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh.lazyloading { background-image: none; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row .container { background-color: transparent; background-image: none; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row .container > .video-iframe-container { display: none; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row > .video-iframe-container { display: none; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .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); }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row .container { border-width: 0; border-radius: 0; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV { 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; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row .container { background-color: transparent; background-image: none; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row .container > .video-iframe-container { display: none; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row > .video-iframe-container { display: none; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .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); }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row .container { border-width: 0; border-radius: 0; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#b5RoIp7JJTrElMagC4SUmLk0dpFfJBRm { position:absolute;display:block;z-index:15000;background-color:#ffff42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:29.625rem;width:49.5rem;top:4.2176647186279rem;left:12.561851501465rem;display:block; }
#ysrKT3BQhTZlQhzCA2AKNF7Esx4sykD7 { position:absolute;display:block;z-index:15001;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.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:15.75rem;top:2.6508255004883rem;left:29.436851501465rem;display:block; }
#wp5rZqQGTwEkZK1WNcoela5vMu7J8As7 { color:#ff008d;display:block;width:12.5rem;position:absolute;font-family:basteleur;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6675357818604rem;left:31.250003814698rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AWB7xFTziG8xLOR1ikVHEJSo9dV6RT3I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.75rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#I22EAWfLRKvEW6hBN9CDT7tGv7mzEfOM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.75rem;top:18.840061187744rem;left:0.93750190734863rem;overflow:hidden;display:block; }
#sPHfB396IE6J46yCg7ll11yHQbUsbgfI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:24.7783203125rem;left:7.6103515625rem;overflow:hidden;display:block; }
#RWqV8qqHOE8B7TpOxLNZGV3NX0cH6UNI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:18.0625rem;top:3.353515625rem;left:50.349506578947rem;overflow:hidden;display:block; }
#F3fH3rlP4bNMQ3UxBaKTCuOSOqN5ATz9 { color:#000000;display:block;width:43.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.21875rem;left:15.625rem;height:20.2941175625rem;display:block; }
#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6ce8ff;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; }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row .container { background-color: transparent; background-image: none; }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row .container > .video-iframe-container { display: none; }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row > .video-iframe-container { display: none; }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .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); }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row .container { border-width: 0; border-radius: 0; }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#THEXAf7HPxnJpsxCwQZHVpkhfSIbyslz { position:absolute;display:block;z-index:15000;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:32.625rem;width:36.75rem;top:4.2491321563721rem;left:0rem;display:block; }
#M7mlZAg3m1R46Cye0Rgi8A57nudVRn7G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.125rem;top:2.9850273132324rem;left:11.997615814209rem;overflow:hidden;display:block; }
#y7lWQsuxbbD4VaRKbD91eDTvU8rn1HTE { color:#000000;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5483951568606rem;left:2.9351139068604rem;height:21.25rem;display:block; }
#BVuAm1C7gGsJxHemIwXgW1yxC5sEcSFu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.874375rem;top:30.985244750976rem;left:9.6234817504881rem;overflow:hidden;display:block; }
#pabEHRRNHFxmIhlMyPQTJQzCqMrF851q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:33.6875rem;top:5.9049491882324rem;left:41.311855316162rem;overflow:hidden;display:block; }
#ZhlNcfXS4xocgbJUnngOhuvaP1TXwkmi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:2.9850273132324rem;left:53.797748565674rem;overflow:hidden;display:block; }
#Hx7wdbUfoStOEiOcUXZTqseT6bXLo8AJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:2.4522571563721rem;left:63.047962188719rem;overflow:hidden;display:block; }
#Tun3qqlOiyDzs0ENqhIf7JJFXJWTT7qI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:17rem;top:23.098960876465rem;left:46.984592437744rem;overflow:hidden;display:block; }
#ymhfv9HwScdv1dA72rkpGuWG0nTv8B6J { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.875rem;top:30.985244274139rem;left:9.6232643127444rem;overflow:hidden;display:block; }
#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC { 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; }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row .container { background-color: transparent; background-image: none; }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row .container > .video-iframe-container { display: none; }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row > .video-iframe-container { display: none; }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .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); }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row .container { border-width: 0; border-radius: 0; }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#Mz9e0dLgXHBFmbaArbARvttcTLuDnBF7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:33.375rem;top:3.8433170318604rem;left:0rem;overflow:hidden;display:block; }
#LlZtpyOZUgyTAkLee03xW7fO4NgKFQ76 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:11.375rem;top:32.536888122559rem;left:46.297748565674rem;overflow:hidden;display:block; }
#qG8hINOoRcIeU02As3JTbb3wLAVhxd4V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:6.6875rem;top:1.3433094024658rem;left:48.641498565674rem;overflow:hidden;display:block; }
#m5GxNPiXrkxMlhkgXVsv5IEgwM9qVdq6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:23.8125rem;top:7.8146629333494rem;left:40.079212188721rem;overflow:hidden;display:block; }
#Tl7RNA3IlbU8pQscwGXV50DwvL1xTlFQ { color:#ff008d;display:block;width:31.25rem;position:absolute;font-family:basteleur;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.25368309021rem;left:36.359592437744rem;height:18.1617639375rem;font-style:normal;display:block; }
#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a14871f6-3e17-4cfb-bc73-62e423f0d3e4/kuriozum_lezy_1920_www_v2kopia.jpg");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; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ.adaptive-delivery-prevent-bg, #Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ.lazyload, #Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ.lazyloading { background-image: none; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row .container { background-color: transparent; background-image: none; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row .container > .video-iframe-container { display: none; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row > .video-iframe-container { display: none; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .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); }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row .container { border-width: 0; border-radius: 0; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3e6a7e9-d0b0-4792-bf35-d751877dd912/tlo_pod_naklejki.jpg");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:none; }#QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx.adaptive-delivery-prevent-bg, #QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx.lazyload, #QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx.lazyloading { background-image: none; }#QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx > .row .container { border-width: 0; border-radius: 0; }#QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:none; }#DoD793Wln1nL26vqsSuPQJtPP5EAupJ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:30.9375rem;top:14.53125rem;left:40.96875rem;overflow:hidden;display:block; }
#BNsobgafklWWQ36WmOcTJ4KCDd8KBzTU { position:absolute;display:block;z-index:15001;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:28.5625rem;width:36.75rem;top:5.09375rem;left:1.59375rem;display:block; }
#oR3yv6aU85zwxB3RVaEk14GztkIaJUeP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:20.0625rem;top:4.15625rem;left:10.125rem;overflow:hidden;display:block; }
#tWzvc3BLtz72ADokU2IBQuHckLCguwx4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:7.1875rem;top:29.25rem;left:30.34375rem;overflow:hidden;display:block; }
#cyF24ASVUqTGO7X6bLPtQPE2Uh5E8kh5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:7.5rem;left:34.15625rem;overflow:hidden;display:block; }
#a0yThlThMXQWBAdTM6k2AcTSTmaFU7y4 { color:#ff008d;display:block;width:23.0625rem;position:absolute;font-family:basteleur;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.84375rem;left:8.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxLoWNEqfq5zD3ixLcM1CDLAM30p34Wu { color:#0b0609;display:block;width:32.5rem;position:absolute;font-family:basteleur;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.84375rem;left:3.90625rem;height:11.5rem;font-style:normal;display:block; }
#vhKwMPyZGFw018pyDZWH1081eVLTnWV1 { color:#ff008d;display:block;width:31.5rem;position:absolute;font-family:basteleur;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.15625rem;left:3.90625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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; }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row .container { background-color: transparent; background-image: none; }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row .container > .video-iframe-container { display: none; }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row > .video-iframe-container { display: none; }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .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); }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row .container { border-width: 0; border-radius: 0; }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#CtXDlTq8155t7rHLdufuqArBHObUEIgV { color:#e30613;display:block;width:47.0615234375rem;position:absolute;font-family:basteleur;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:16.875rem;height:8.97058775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ylsEVt5KQEx0blMZCeHBdMBCDO4vPPih { position:absolute;display:block;z-index:15001;background-color:#ffff42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:26.25rem;width:23.9375rem;top:11.811798095703rem;left:0rem;display:block; }
#kKNz5BW4zdWmsqL9pmyPwVdXx302HdAv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:12.625rem;top:13.9375rem;left:5.25rem;overflow:hidden;display:block; }
#DJuLzoTf1WxCsHOwu6Z3LNsCEWseh0tx { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.40625rem;left:8.5569849014281rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zuch27mtRWg1zpVxdM4fNBui6y7pgQfZ { background-color:#ff008d;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:40.25rem;left:5.25rem;display:block; }
#r9Zn5XZGGF3CbrSXV0gf9Hn0SoLp1iQh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iA5tPUJmoCrXPpJSW0NQWCsD2IIEyIk8 { background-color:#ff008d;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:40.25rem;left:30.625rem;display:block; }
#Pc52ALHa9lTyaFPZgzDp6fvRXLGTV6Od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6hpiMfGXIvvFbBPfFTABMeUd479Cen0 { position:absolute;display:block;z-index:15016;background-color:#6ce8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:26.25rem;width:24rem;top:11.811798095703rem;left:25.343518257141rem;display:block; }
#FDkRFeDXOxETazqMAAf1Z9BrKwt2ugXl { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.843292236328rem;left:32.341450691223rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hVdXsXiDdJyRto3yEVQw028hsffdxXBP { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:16.625rem;top:14.75rem;left:29.78125rem;overflow:hidden;display:block; }
#eqBTbiL0VSaAA2KVRUbr0Qdt3CzLu4Ud { color:#0f71fc;display:block;width:14.6875rem;position:absolute;font-family:basteleur;font-size:0.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:44.375rem;left:5.5rem;height:1.6176470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4hl8M6ekzAqWrXsTLMx8fJCOVmwVZtZ { color:#0f71fc;display:block;width:16.25rem;position:absolute;font-family:basteleur;font-size:0.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:44.375rem;left:29.625rem;height:1.6176470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zDzmQfeWk6G2lECW5aPpFVnTTEGHEyKW { color:#e30613;display:block;width:27.875rem;position:absolute;font-family:basteleur;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13rem;left:23.5625rem;height:1.83823525rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D25hplBNwnlizmX8tC5iuCUQDUTn10c1 { position:absolute;display:block;z-index:15017;background-color:#ffc9e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:26.25rem;width:24rem;top:11.749755859375rem;left:50.687039375305rem;display:block; }
#rAsFBLWfT48kyMfhMvHI3vdaGZ7hgQlW { color:#000000;display:block;width:14.1245403125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.635803222656rem;left:56.060429573059rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NOgx4yv6AMDPFchQ9ZyvDs2klLo2yGbb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:9.375rem;top:14.875rem;left:58.40625rem;overflow:hidden;display:block; }
#IfMTXhcurLfNo9nGKsSKNTUwoZNB8Fu3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:9.875rem;top:13rem;left:51.4375rem;overflow:hidden;display:block; }
#DxsF9qPkV46vANmii2zpO7gbzhTU56rw { background-color:#ff008d;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:40.125rem;left:56.75rem;display:block; }
#ESMJXSKCULUXAApfiU38GA2U5uwK4AGk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsvlsdbU291mcQulfNFJZK5kiH25eW1f { color:#0f71fc;display:block;width:22.7493095625rem;position:absolute;font-family:basteleur;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:33.620178222656rem;left:52.250683784485rem;height:2.9411764375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EGIMpsheXwsby4ZeQR88f8PCtsFm0E1x { color:#0f71fc;display:block;width:7.1875rem;position:absolute;font-family:basteleur;font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.816619873047rem;left:8.5569849014281rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KOOtNzLsI9rAodtXrpTaodReaPtWek7S { color:#0f71fc;display:block;width:7.2495403125rem;position:absolute;font-family:basteleur;font-size:1.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34.0234375rem;left:33.872929573059rem;height:2.1323528125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88b8535d-f91a-4585-8467-3d947955bd5b/delfin.jpg");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; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm.adaptive-delivery-prevent-bg, #wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm.lazyload, #wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm.lazyloading { background-image: none; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row .container { background-color: transparent; background-image: none; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row .container > .video-iframe-container { display: none; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row > .video-iframe-container { display: none; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .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); }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row .container { border-width: 0; border-radius: 0; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#lvN0pJyXQ8IC165qsdAERC0VsxTR7CdT { position:absolute;display:block;z-index:15000;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:28.5625rem;width:36.75rem;top:5.6857633590698rem;left:0rem;display:block; }
#TobsCS3PpA9sXTexAr5boRKXCkfDTwcK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.875rem;top:4.5562067031861rem;left:16.121963500976rem;overflow:hidden;display:block; }
#wToQK8uF2uGtcz4XDQRBzw1bqoRW7vI0 { color:#ff008d;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4624567031863rem;left:2.9351139068604rem;height:24.852939625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GGr5BteHsCqfHhIXLbPFnRkfn3u9GOcp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.874375rem;top:37.680121421814rem;left:28.562286376953rem;overflow:hidden;display:block; }
#HSGHTfLX0uEntt36AGsMJ5ubPqFkr4Fe { position:absolute;display:block;z-index:15002;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:28.5625rem;width:36.75rem;top:5.6875rem;left:37.875rem;display:block; }
#A0lItHAy7FN8GkMTBwnT7X7tMWcyRF6O { color:#ff008d;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4581155776975rem;left:40.810550689698rem;height:22.9411754375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WTTeXtIL9Ir9XOi7Zg2zxkNR8Pfu31fD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:30.811633110046rem;left:57.547748565674rem;overflow:hidden;display:block; }
#o37ftEzprLcyiCItImHaTOssSTU44kSi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.4375rem;top:2.9991312026977rem;left:43.734813690186rem;overflow:hidden;display:block; }
#zHd0Jdls6DiiZ7iiE3OMlAy5G1iO8Pww { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.875rem;top:37.680123329162rem;left:28.562286376953rem;overflow:hidden;display:block; }
#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff008d;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; }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row .container { background-color: transparent; background-image: none; }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row .container > .video-iframe-container { display: none; }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row > .video-iframe-container { display: none; }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .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); }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row .container { border-width: 0; border-radius: 0; }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#uzBl9GK1H9EWHTR1Z0vXN2tMaZI7LLRb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.125rem;width:35.875rem;top:1.4366312026977rem;left:0rem;overflow:hidden;display:block; }
#Cmql01zD61mzLmRZRDrUHTl6aldk5Wbw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:8.5625rem;top:3.125rem;left:37.437068939209rem;overflow:hidden;display:block; }
#NacWE0dJh6CMcInLNKqMculip5P9ImCM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:4.8125rem;top:3.4982633590698rem;left:52.749568939209rem;overflow:hidden;display:block; }
#WLpH32hVCLrokMHIey9Hi9weW8sdWIhq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:3.0625rem;top:5rem;left:67.437068939206rem;overflow:hidden;display:block; }
#UwSZtTbTTQ8SJ6cXwa0i6iAhqVMH2zLF { position:absolute;display:block;z-index:15004;background-color:#ffff42;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.75rem;width:24rem;top:11.436632156372rem;left:43.125003814698rem;display:block; }
#zEFcNhmsNXEWc9D6x0vaJfDkrvXy0BrV { color:#ff008d;display:block;width:24rem;position:absolute;font-family:basteleur;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.874349594116rem;left:43.125003814698rem;height:1.911764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBBnTFfJTpAeaU3usHyCpgkrxNXhM8ln { position:absolute;display:block;z-index:15006;background-color:#6ce8ff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.75rem;width:24rem;top:17.437067031861rem;left:43.125003814698rem;display:block; }
#yB1oVlv92d1IRctl9ggiozDHTTe6znDm { color:#ff008d;display:block;width:24rem;position:absolute;font-family:basteleur;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.874782562256rem;left:43.125003814698rem;height:1.911764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QsHg2qBrTq8qLI3bUtMB3S4KWcAkRRSz { position:absolute;display:block;z-index:15008;background-color:#ffff42;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.75rem;width:24rem;top:23.4375rem;left:43.125003814698rem;display:block; }
#IQ3mywi4aB3bG5lNfWKt8SDSBa0UL1OF { color:#ff008d;display:block;width:24rem;position:absolute;font-family:basteleur;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.874134063721rem;left:43.125003814698rem;height:1.911764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2XfbP2waZCOVcRl64Nt7H3WWL6lmkJk { position:absolute;display:block;z-index:15010;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.75rem;width:24rem;top:29.436851501465rem;left:43.125003814698rem;display:block; }
#OtXdhHpUuAysTUsuAKs5t7TDqfD7OLSi { color:#ff008d;display:block;width:24rem;position:absolute;font-family:basteleur;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.874565124512rem;left:43.125003814698rem;height:1.911764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwOyIPVEzOd0k4TAJwQA7u7nlzLMHkUI { position:absolute;display:block;z-index:15012;background-color:#6ce8ff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.75rem;width:24rem;top:35.437282562256rem;left:43.125003814698rem;display:block; }
#CXeaCZCLy79HDnKhIleAuodTFsuQ69HK { color:#ff008d;display:block;width:24rem;position:absolute;font-family:basteleur;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.875rem;left:43.125003814698rem;height:1.911764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OwWMkQLl6v6e6PrcBQp3os3usQRyFrFt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:24rem;top:42.71484375rem;left:43.154300689698rem;overflow:hidden;display:block; }
#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff42;background-image:url("https://images.assets-landingi.com/uc/bb7a5c64-f7df-4101-b5a7-43e389a1a7eb/Group2417.jpg");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; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE.adaptive-delivery-prevent-bg, #dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE.lazyload, #dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE.lazyloading { background-image: none; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row .container { background-color: transparent; background-image: none; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row .container > .video-iframe-container { display: none; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row > .video-iframe-container { display: none; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .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); }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row .container { border-width: 0; border-radius: 0; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#QEhcgr3FHPM7TOqy4QNbhTx8BRrTWdcB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc9e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QEhcgr3FHPM7TOqy4QNbhTx8BRrTWdcB > .row .container { border-width: 0; border-radius: 0; }#QEhcgr3FHPM7TOqy4QNbhTx8BRrTWdcB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QEhcgr3FHPM7TOqy4QNbhTx8BRrTWdcB > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:none; }#qLygxU986s11ks8fUBU1Gq4RFCR6dU1I { position:absolute;display:block;z-index:15003;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.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:15.75rem;top:3.1868486404419rem;left:29.436851501465rem;display:block; }
#ex10i7uOlXKSu4s8bvEWkA40QM7paQbP { color:#ff008d;display:block;width:12.5rem;position:absolute;font-family:basteleur;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1872835159302rem;left:31.250003814698rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoMrIA2Lq2IC1t6EIkRWnFQzU31skQGS { 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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:11.3125rem;width:17.625rem;top:5.4329433441162rem;left:5.4220924377441rem;display:block; }
#RWACTSCn2cTxlBagaRpkctzelScr9hqe { position:absolute;display:block;z-index:15006;background-color:#ffc9e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.625rem;width:11.25rem;top:14.978300094604rem;left:10.797527313233rem;display:block; }
#NLNMn4DBKULvNK1DCLoI8lsUgLCcqfAf { color:#e30613;display:block;width:14.124375rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3506946563719rem;left:7.3589439392087rem;height:5.75rem;font-style:normal;display:block; }
#m6K4O5bkKRg9AS8Kpx8TRuxeNIGITVFv { color:#000000;display:block;width:11.1870625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.002605438233rem;left:11.014541625976rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWlyXVRA2nfvFn8CdMXnZwktDQfraHRx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.1875rem;top:7.1592884063719rem;left:25.319011688233rem;overflow:hidden;display:block; }
#nbpCVCwh5ODZnL7orAwR3JJzNf0OA8HG { position:absolute;display:block;z-index:15007;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:11.3125rem;width:43.125rem;top:8.3745660781863rem;left:31.5625rem;display:block; }
#S5uwQE2aDxgBB4KIiK1Fgl9UZRbRrf2W { color:#e30613;display:block;width:39.1873125rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.335720062256rem;left:33.717445373535rem;height:5.75rem;font-style:normal;display:block; }
#JVHNkNJAv349zciw5Q7uxkAanN5icIaf { position:absolute;display:block;z-index:15008;background-color:#ffc9e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.625rem;width:11.25rem;top:17.937284469604rem;left:62.561851501462rem;display:block; }
#qVxdGSUmDIc9TZiS70v0QarKXiyfrSSV { color:#000000;display:block;width:11.1870625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.999567031861rem;left:62.749565124513rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sypGBWXg41ll7ePUhZcfMHR3w64LMn1A { position:absolute;display:block;z-index:15010;background-color:#ffc9e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.625rem;width:11.25rem;top:32.874351501465rem;left:18.125rem;display:block; }
#SLoVyKBK57rxhGtMRyyTmU3B08HQNTTl { color:#000000;display:block;width:11.1870625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:33.874782562256rem;left:18.311634063721rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQwmzTAU5JFEkPuuE5cyMfODscpQ7Nnz { 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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:13rem;width:30.375rem;top:21.936849594116rem;left:0rem;display:block; }
#TfA27rEsUQOv5zMrTFQLLqpJBd42Vdgc { color:#e30613;display:block;width:28.5623125rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.916017532349rem;left:1.2543411254882rem;height:8.625rem;font-style:normal;display:block; }
#I8DHh6nrts839dVrHF2qRhVUnHqMh42I { position:absolute;display:block;z-index:15014;background-color:#ffc9e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.625rem;width:11.25rem;top:33.0625rem;left:42.5625rem;display:block; }
#BAcqSMTicJa0TVRGbHTft3aFPL5X2EK4 { color:#000000;display:block;width:11.1870625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:34.0625rem;left:42.75rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKo4LhvTQi5RtKQlNnSW84ZIFfMe4sHh { position:absolute;display:block;z-index:15013;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:13rem;width:17.625rem;top:21.9375rem;left:33.375rem;display:block; }
#IMXZ8GqZ4tqN1G3s5FLTbTv081cB71sS { color:#e30613;display:block;width:12.874375rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.166667938233rem;left:35.936420440674rem;height:8.625rem;font-style:normal;display:block; }
#kvap3WwnCeG5UTPOKXH0mrLOTrqedrX8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.6875rem;top:25.460071563721rem;left:58.130428314209rem;overflow:hidden;display:block; }
#hnbNKapIoz43hhVBhsFgWBmDTPtyRi5V { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:31.309680938721rem;left:56.172962188721rem;overflow:hidden;display:block; }
#Q6xGiimsruAtNwS0D6ENFP2qTiCWwAsG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:10.6875rem;top:33.874786376953rem;left:59.422748565674rem;overflow:hidden;display:block; }
#u7XgA5mVX3cwb8049vcyfULlcJtUpLIi { position:absolute;display:block;z-index:15014;background-color:#ffc9e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.625rem;width:17.625rem;top:47.125rem;left:23.4375rem;display:block; }
#HxHF4vwUEknVS3X4TeargvbUov6WxBhR { color:#000000;display:block;width:13.9995625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:48.125rem;left:24.8125rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9nQq9aehgDIUBkUEoRqutp3OCCAIgsP { position:absolute;display:block;z-index:15013;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:10.75rem;width:36.75rem;top:38.125rem;left:4.4375rem;display:block; }
#oo5SHZECP8x2WnpxVbTM8bD0HeEbpMD5 { color:#e30613;display:block;width:28.5623125rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:40.125rem;left:5.6875rem;height:5.75rem;font-style:normal;display:block; }
#cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b3e6a7e9-d0b0-4792-bf35-d751877dd912/tlo_pod_naklejki.jpg");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:none; }#cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ.adaptive-delivery-prevent-bg, #cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ.lazyload, #cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ.lazyloading { background-image: none; }#cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ > .row .container { border-width: 0; border-radius: 0; }#cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:none; }#NZw3lSDr8UV8C4KDnSuoPma9k8L7y0ea { position:absolute;display:block;z-index:15000;background-color:#ffff42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:39.375rem;width:36.75rem;top:3.4678821563721rem;left:0rem;display:block; }
#VWNDI2xQ6Xhbe0N0wGFfIBZvUvUr0VTo { color:#000000;display:block;width:31.25rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.9375rem;height:2.5625rem;font-style:normal;display:block; }
#QQbTZHJ16zRZgFPN5MTEEaJzDQKT8r1T { color:#ff008d;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11rem;left:2.9375rem;height:8.75rem;font-style:normal;display:block; }
#cbyvHhmVIbWrxNmuVuwRFBDwI8yoRi7Q { color:#000000;display:block;width:31.25rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23.271486282349rem;left:2.9351139068604rem;height:2.5625rem;font-style:normal;display:block; }
#wSoqftJA0icUnwzy3oMLwJEmNLv3x7UT { color:#ff008d;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.708986282349rem;left:2.9351139068604rem;height:5rem;font-style:normal;display:block; }
#XpoI1TZIkHz3dKTrCHvxtHLDQZ2s8s29 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.8740234375rem;top:36.20703125rem;left:9.625rem;overflow:hidden;display:block; }
#wb6JvllkEK4b4bphxpqKh3Jgms6LlVUn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:26.75rem;top:5.4047307968139rem;left:48.249782562256rem;overflow:hidden;display:block; }
#k9KvDMzwT61gp7TPTiDPaSLAshLPF3Tu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.875rem;top:36.207684516907rem;left:9.6234817504881rem;overflow:hidden;display:block; }
#czB3IyypSUeWWfSvSNTSsU6v1mt6Bvbc { background-color:#ff008d;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.9375rem;left:51.5625rem;display:block; }
#FgXxkZOcWR91b1kXgqsuKXRPK9IyH6l6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88b8535d-f91a-4585-8467-3d947955bd5b/delfin.jpg");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; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G.adaptive-delivery-prevent-bg, #THKOvNSNJ9xyHb62tQf8JACBLvnodp3G.lazyload, #THKOvNSNJ9xyHb62tQf8JACBLvnodp3G.lazyloading { background-image: none; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container { background-color: transparent; background-image: none; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container > .video-iframe-container { display: none; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row > .video-iframe-container { display: none; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .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); }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container { border-width: 0; border-radius: 0; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#STcsb49TDVxS7IKpibik6QPzdMKNPCeR { color:#000000;display:block;width:31.25rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40.25rem;height:5.1470585rem;font-style:normal;display:block; }
#u88X2Tsny6Dkk7DfMSPfx03mKPItwV78 { color:#ff008d;display:block;width:31.9375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.8125rem;left:40.25rem;height:6.25rem;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; }
#mszmpzMPMyFepOxLZNk0U5Va88oOMIge { color:#000000;display:block;width:31.25rem;position:absolute;font-family:basteleur;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.125rem;left:40.25rem;height:3.9705881875rem;font-style:normal;display:block; }
#rHTFowGegdGbIDigLHH66MVORZOsgBFS { color:#ff008d;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.708984375rem;left:40.25rem;height:10rem;font-style:normal;display:block; }
#H3Bh3CDf4pA6Z8lG1ubKbH7uF2xS5dtK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.875rem;top:32.75rem;left:46.9375rem;overflow:hidden;display:block; }
#e4B1XnTJILSrms4Ii1OUc9VAdkFkVu8n { position:absolute;display:block;z-index:15002;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.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:36.4375rem;width:36.75rem;top:5.33203125rem;left:37.875rem;display:block; }
#KwuesTgmShUt0lziH2ISpwCNNo9XnhrE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:13.9375rem;top:6.9375rem;left:3.1962890625rem;overflow:hidden;display:block; }
#C9sssdBZSFHl2BGC7mZlUvTzp7iW73e7 { background-color:#ff008d;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.65625rem;left:49.5625rem;display:block; }
#egqAaHfaLGmUeuvr0kATbl1wSNDOaWAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lk8qNvptBOam6ug9cynNSG4nMdTLJkkn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:17.646484375rem;left:66.125rem;overflow:hidden;display:block; }
#pIv2hKnDTHL7lG1D8lJnBQos5b8kb6VG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.4375rem;top:8.8125rem;left:17.1337890625rem;overflow:hidden;display:block; }
#R4CIuQwUkHrZL3QbVNMHhvKlMpcuOhco { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.1875rem;width:19rem;top:8.01953125rem;left:11.63671875rem;overflow:hidden;display:block; }
#dFt5n6QiA5G5IE5i7kcFEn8DqaFKMzuc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.5rem;top:35.875rem;left:52.125rem;overflow:hidden;display:block; }
#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6ce8ff;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; }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row .container { background-color: transparent; background-image: none; }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row .container > .video-iframe-container { display: none; }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row > .video-iframe-container { display: none; }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .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); }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row .container { border-width: 0; border-radius: 0; }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#TxoOlpMp73Q13bR7ouCX4L2TBt3owXDw { position:absolute;display:block;z-index:15001;background-color:#ffc9e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: none;height:38.5rem;width:36.75rem;top:3.4990234375rem;left:0rem;display:block; }
#OcMna8rbDdCzUvF1AoIJZXzVVODNqena { color:#ff008d;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.619140625rem;left:2.9365234375rem;height:8.75rem;font-style:normal;display:block; }
#WfTMXN2Rq1Teiv0M9KhTDh38EV9E5sgB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.874rem;top:33.8671875rem;left:9.625rem;overflow:hidden;display:block; }
#rzCvLJZ9qxGEL3mH43plhsT8qKgu1oEe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6875rem;width:36.6875rem;top:4.875rem;left:38.375rem;overflow:hidden;display:block; }
#T9N4w2X3EWV0tulDyaqlsQAEuSwDlmfc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.875rem;top:33.8671875rem;left:9.625rem;overflow:hidden;display:block; }
#tLNSGPopvIWv4Qk0dH4mLwXWC4o6tie3 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.375rem;left:2.9365234375rem;height:2.57352925rem;font-style:normal;display:block; }
#fo3QXh2B4pHGegW3I0bd4AUUeUQiEgtP { color:#000000;display:block;width:31.25rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2.9365234375rem;height:2.57352925rem;font-style:normal;display:block; }
#OxUTUAS6RfqJfBwFG6vUrmy3RxfsSocL { color:#ff008d;display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.125rem;left:2.9375rem;height:6.25rem;font-style:normal;display:block; }
#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 { position:relative;display:block; }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 { background-color: transparent; background-image: none; }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .row .container > .video-iframe-container { display: none; }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .row > .video-iframe-container { display: none; }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .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); }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 { border-width: 0; border-radius: 0; }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .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; }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DEiWvHw3q7c957er3T028pTINJDwU4v6 { 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.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.125rem;width:19.125rem;top:2.8717651367188rem;left:27.749568939209rem;display:block; }
#FfRe3ZiPWXuml3C3sgqnz2ZmioTHEChF { color:#ff008d;display:block;width:19.124375rem;position:absolute;font-family:basteleur;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8917236328125rem;left:27.937286376953rem;height:1.39705875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UocTvIET0oDpfGsBFVXWSgEmniaMB57U { position:relative;display:block; }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U { background-color: transparent; background-image: none; }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .row .container > .video-iframe-container { display: none; }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .row > .video-iframe-container { display: none; }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .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); }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U { border-width: 0; border-radius: 0; }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vJRItQGZhz9nm92B50R5DsgPQ4CcoVWt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:75rem;top:12.0625rem;left:0rem;overflow:hidden;display:block; }
#M6vOv9cNMqQKZSkQ3p3eOpWD1T3bWgiT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:75rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/358536fe-9ec6-4a27-896b-07be1ca9be3a/kratka.jpg");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; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN.adaptive-delivery-prevent-bg, #zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN.lazyload, #zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN.lazyloading { background-image: none; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row .container { background-color: transparent; background-image: none; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row .container > .video-iframe-container { display: none; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row > .video-iframe-container { display: none; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .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); }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row .container { border-width: 0; border-radius: 0; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row .container { font-size:0.875rem;font-family:arial;height:70.5625rem;width:75rem;position:relative;display:block; }#uQnKD5N4JncktpuFD34TS0nzViEeG1JC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:25.3125rem;top:0rem;left:24.84375rem;overflow:hidden;display:block; }
#yfyOhnOh9mDZ4lCi7QvsmhnxNR7xknMC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:3.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:31.25rem;height:4.7058820625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rXpmqwx9K3p3NtQ3tpnO0617HTzVCWqu { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:8.3125rem;width:36.75rem;top:13.625rem;left:0rem;display:block; }
#pURPiXTTdU7xVlGANUGU7WufshqTA3Xh { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.21875rem;height:2.57352925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l0haEQX8ouBbs5g42WEgI18yRD7v0Kuu { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.09375rem;left:1.21875rem;height:2.5rem;font-style:normal;display:block; }
#a9H5J0xrUcef2dgtLD1X51uWJKXpTfpl { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:18.375rem;width:36.75rem;top:13.78125rem;left:37.875rem;display:block; }
#kBKyEshdhW9y18odWE2dJWggWv1G4mxs { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.375rem;left:39.09375rem;height:8.75rem;font-style:normal;display:block; }
#qTTRleHre0V7XwVMZKJ1hCLu5qwdTpih { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.28125rem;left:39.3125rem;height:5.1470585rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FOmwHOT1GBSGT7BLHOARvibGKEZ0K0f7 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:8rem;width:36.75rem;top:24.09375rem;left:0rem;display:block; }
#VBOpkEb3JTw1JKwRdrTIHsc0KweqRF4b { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:34.25rem;width:36.875rem;top:33.810852050781rem;left:37.874537467956rem;display:block; }
#XIu9nwzeQCzLs26iJKlTgIbcUBiECG79 { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.46875rem;left:1.21875rem;height:2.5rem;font-style:normal;display:block; }
#kr5aHo2DJ6qwdpRBCAIJeq6PFX1ueTmO { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:39.0625rem;left:39.09375rem;height:28.75rem;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; }
#Pu2Da6oqRzik8TcdhQv2lqWhoOEgEUse { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.875rem;left:1.53125rem;height:2.57352925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hIywqqCqHtDJrco40mdo7g0eHidPWUqf { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.21875rem;left:38.4375rem;height:2.57352925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Drdi1dhlo6kTWPdEcq6Kt3XP6KBAQdNT { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:9.625rem;width:36.75rem;top:33.9990234375rem;left:0rem;display:block; }
#t9LPd68x7mCQiTvW2t3OpTwB3TPnqTEQ { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.71875rem;left:1.21875rem;height:5rem;font-style:normal;display:block; }
#aDqNhgPhxdbpz62F9g6r8an69UA8Nflw { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.5615234375rem;left:1.3740234375rem;height:2.57352925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#guq6tqdCoy7Slk22qvF8fOCR88PyczNI { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0.1875rem solid #ff008d;border-left:0.1875rem solid #ff008d;border-right:0.1875rem solid #ff008d;border-bottom:0.1875rem solid #ff008d;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:7.9375rem;width:36.75rem;top:45.0625rem;left:0rem;display:block; }
#EEcCEJumW1yweuiG4IsWNvA7HhoZ7csU { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49rem;left:1.21875rem;height:2.5rem;font-style:normal;display:block; }
#B7dW7AtcpxJdundoUggi4fprdX8lSSkn { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:basteleur;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:45.8115234375rem;left:1.3740234375rem;height:2.57352925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xy67k71ON9hVf3vhgMFb728r24qIwNwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6eddb373-0e66-4fe2-bd44-f9601d0bf540/kuriozum_mockup_spread_kotki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF.adaptive-delivery-prevent-bg, #xy67k71ON9hVf3vhgMFb728r24qIwNwF.lazyload, #xy67k71ON9hVf3vhgMFb728r24qIwNwF.lazyloading { background-image: none; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container { background-color: transparent; background-image: none; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container > .video-iframe-container { display: none; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row > .video-iframe-container { display: none; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .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); }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container { border-width: 0; border-radius: 0; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#rv1w8xVKy2zk84Hcn0VCMxxvuEdIfMAP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.874375rem;top:22.656251430511rem;left:28.562286376953rem;overflow:hidden;display:block; }
#iTthGGpvDs2sW32MsLUmCnZKZ9OR1vmA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:17.875rem;top:22.656250953674rem;left:28.562286376953rem;overflow:hidden;display:block; }
#xPBClWu1hNR3D7TsHHWJ44R3RG68FGiW { position:absolute;display:block;z-index:15014;height:7.125rem;width:12.75rem;top:41.3125rem;left:0rem;display:block; }
#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff008d;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; }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row .container { background-color: transparent; background-image: none; }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row .container > .video-iframe-container { display: none; }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row > .video-iframe-container { display: none; }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .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); }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row .container { border-width: 0; border-radius: 0; }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#mabRiWCQCBTSy89wadfTerU2WcuoFfFM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4424934387207rem;left:0rem;height:1.25rem;display:block; }
#fbsrBn5RNaQ2N2hTrVlUdp4OiWR8mQgz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.46875rem;left:8.1240234375rem;height:1.25rem;display:block; }
#hD6IgTo6XKq3HfyVrad4p40ug4fcxdBm { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1436653137207rem;left:59.373920440674rem;height:3.75rem;display:block; }
#s23R6RvBA1Zxua8iGwxv5p2eF2wXZpXm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.443359375rem;left:20.5615234375rem;height:1.25rem;display:block; }
#RHzvMFMnbwoa8eGny9c1FgVkqogEa06r { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.46875rem;left:32.3740234375rem;height:1.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlQZBXuBQSuEO86Wmsw55D0R6O4tBcq3 { top:0.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBc1hzne6wl0hhLXfFege2fbsTKAS286 { top:0.9375rem;left:9.7493104934694rem;width:28.1875rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA { display:block; }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUnsOwt4XMwE3MesUT1T32bAFJCCqSys { display:block; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTdr36E2MeI01rwLlpG3yQ9gXxbqrKeQ { top:4.8125rem;left:0rem;width:47.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpMVC7UQ3u5JWmIrBx6dELHeXyLAbsVg { top:7.0625rem;left:3.9680604934692rem;width:39.75rem;height:13rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCxMw7HTyAW45bninQWf6zMLbPeeKwPs { top:18.875rem;left:28.9853515625rem;width:17.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTyDiG69hFUN7lI6i7KpaogEPgiSkOsw { top:20rem;left:29.103627204895rem;width:17.6875rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqfTGmfKzSpmBu6ADhLMEW18B0Tm1L9l { top:21.1875rem;left:0rem;width:47.75rem;height:22.398920510304rem;display:block; }
 }@media only screen and (max-width: 763px) { #spFFF2mBp0MzXOGB9ia47pEidtcSB14M { top:2.75rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Dmqe3E8AG1EbTgtDyAGBUH1NZmq2vr { top:10.875rem;left:0rem;width:5.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugkPccoyiAnqUsJMpeBcsWNaXlh1b0P8 { top:2.1875rem;left:5.8118515014649rem;width:20.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHglvwyft7hufOhks6ED8nkak7QQaJ1p { top:1rem;left:35.796657562256rem;width:9.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzMwyJsx2UcqFas9EV0HU7cahSTE1px { top:10.375rem;left:27.75rem;width:3.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQfcRPKsEmpqJQPLvQWMhGOh04DtziJG { top:11.25rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiiJqzKOCaNEXZvN9w7xQV51Lmx3Mefg { top:23.25rem;left:43.0625rem;width:4.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo { display:block; }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq1THw879pZsoL8ZJtceOsKR80O2BgWq { top:0.625rem;left:0rem;width:35.875rem;height:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbbRT7dk2baWTwn0yAbQdSadzzOGWaEu { top:7.625rem;left:10.625rem;width:36.75rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh6uuldK6KH64Rb9NTPygo5nLox4FdL8 { top:4.75rem;left:26.984813690186rem;width:8.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA538TZ3P08TGuaoIsAD6H9vJ13S8FW2 { top:5.25rem;left:35.5625rem;width:12.1875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHuAVo2nUi5tnw45UpGrRq7aeM6I8arw { top:5.625rem;left:43.875rem;width:3.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1pJK7qQ4LVP4JAXrSksqhiW2AW8uIk5 { top:39.625rem;left:27.547962188721rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgiMUdX7cH4Ip5GLTF1LRHS4wCX93ZFS { top:12.1875rem;left:16rem;width:31.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P99TQwNdUTrqFEhQqlmZ6wWV9XPtwB7a { top:23.625rem;left:16rem;width:31.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx83CWdpJF5Pl2XGovwgHQmNQoGySaNx { top:35.5625rem;left:29.9375rem;width:17.8125rem;height:3.1141823140669rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTvaCmmBCXRfCmg6CGmXi9cpIiwSbTDm { top:35.5625rem;left:29.875rem;width:17.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh { display:block; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q023ZI38f1lRivuXMsutDulWDkiwLNnV { display:block; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5RoIp7JJTrElMagC4SUmLk0dpFfJBRm { top:4.1875rem;left:0rem;width:47.375rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysrKT3BQhTZlQhzCA2AKNF7Esx4sykD7 { top:2.625rem;left:15.811851501465rem;width:15.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp5rZqQGTwEkZK1WNcoela5vMu7J8As7 { top:3.625rem;left:17.625003814698rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWB7xFTziG8xLOR1ikVHEJSo9dV6RT3I { top:1.875rem;left:0rem;width:6.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I22EAWfLRKvEW6hBN9CDT7tGv7mzEfOM { top:18.8125rem;left:0rem;width:9.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPHfB396IE6J46yCg7ll11yHQbUsbgfI { top:24.75rem;left:0rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWqV8qqHOE8B7TpOxLNZGV3NX0cH6UNI { top:3.3125rem;left:29.6875rem;width:18.0625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3fH3rlP4bNMQ3UxBaKTCuOSOqN5ATz9 { top:9.1875rem;left:2rem;width:43.75rem;height:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krn51b6ieazvezCwGSHdWHScLmrN5D0Q { display:block; }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THEXAf7HPxnJpsxCwQZHVpkhfSIbyslz { top:4.1875rem;left:0rem;width:36.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7mlZAg3m1R46Cye0Rgi8A57nudVRn7G { top:2.9375rem;left:0rem;width:13.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7lWQsuxbbD4VaRKbD91eDTvU8rn1HTE { top:6.5rem;left:0rem;width:31.25rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVuAm1C7gGsJxHemIwXgW1yxC5sEcSFu { top:30.9375rem;left:0rem;width:17.8125rem;height:3.1141823140669rem;display:block; }
 }@media only screen and (max-width: 763px) { #pabEHRRNHFxmIhlMyPQTJQzCqMrF851q { top:5.875rem;left:14.0625rem;width:33.6875rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlNcfXS4xocgbJUnngOhuvaP1TXwkmi { top:2.9375rem;left:40.172748565674rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx7wdbUfoStOEiOcUXZTqseT6bXLo8AJ { top:2.4375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tun3qqlOiyDzs0ENqhIf7JJFXJWTT7qI { top:23.0625rem;left:30.75rem;width:17rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymhfv9HwScdv1dA72rkpGuWG0nTv8B6J { top:30.9375rem;left:0rem;width:17.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH3q70TbBUxWaTzC9RQb94rCBsoCuytC { display:block; }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz9e0dLgXHBFmbaArbARvttcTLuDnBF7 { top:3.8125rem;left:0rem;width:33.375rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZtpyOZUgyTAkLee03xW7fO4NgKFQ76 { top:32.5rem;left:32.672748565674rem;width:11.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG8hINOoRcIeU02As3JTbb3wLAVhxd4V { top:1.3125rem;left:35.016498565674rem;width:6.6875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5GxNPiXrkxMlhkgXVsv5IEgwM9qVdq6 { top:7.8125rem;left:23.9375rem;width:23.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7RNA3IlbU8pQscwGXV50DwvL1xTlFQ { top:12.25rem;left:16.5rem;width:31.25rem;height:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ { display:block; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx { display:block; }#QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoD793Wln1nL26vqsSuPQJtPP5EAupJ2 { top:14.5rem;left:16.8125rem;width:30.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNsobgafklWWQ36WmOcTJ4KCDd8KBzTU { top:5.0625rem;left:0rem;width:36.75rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR3yv6aU85zwxB3RVaEk14GztkIaJUeP { top:4.125rem;left:0rem;width:20.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzvc3BLtz72ADokU2IBQuHckLCguwx4 { top:29.25rem;left:16.71875rem;width:7.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyF24ASVUqTGO7X6bLPtQPE2Uh5E8kh5 { top:7.5rem;left:20.53125rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0yThlThMXQWBAdTM6k2AcTSTmaFU7y4 { top:6.8125rem;left:0rem;width:23.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxLoWNEqfq5zD3ixLcM1CDLAM30p34Wu { top:11.8125rem;left:0rem;width:32.5rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhKwMPyZGFw018pyDZWH1081eVLTnWV1 { top:27.125rem;left:0rem;width:31.5rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9auCGHwDwPCIJxhxvl9lTFigqWJlhET { display:block; }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtXDlTq8155t7rHLdufuqArBHObUEIgV { top:0.9375rem;left:0.75rem;width:47rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylsEVt5KQEx0blMZCeHBdMBCDO4vPPih { top:11.75rem;left:0rem;width:23.9375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKNz5BW4zdWmsqL9pmyPwVdXx302HdAv { top:13.9375rem;left:0rem;width:12.625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJuLzoTf1WxCsHOwu6Z3LNsCEWseh0tx { top:31.375rem;left:0rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuch27mtRWg1zpVxdM4fNBui6y7pgQfZ { width:14.1875rem;height:3.4375rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Zn5XZGGF3CbrSXV0gf9Hn0SoLp1iQh { display:block; }
 }@media only screen and (max-width: 763px) { #iA5tPUJmoCrXPpJSW0NQWCsD2IIEyIk8 { width:14.1875rem;height:3.4375rem;top:40.25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc52ALHa9lTyaFPZgzDp6fvRXLGTV6Od { display:block; }
 }@media only screen and (max-width: 763px) { #A6hpiMfGXIvvFbBPfFTABMeUd479Cen0 { top:11.75rem;left:11.718518257141rem;width:24rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDkRFeDXOxETazqMAAf1Z9BrKwt2ugXl { top:30.8125rem;left:18.716450691223rem;width:10.3125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdXsXiDdJyRto3yEVQw028hsffdxXBP { top:14.75rem;left:16.15625rem;width:16.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqBTbiL0VSaAA2KVRUbr0Qdt3CzLu4Ud { top:44.375rem;left:0rem;width:14.6875rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4hl8M6ekzAqWrXsTLMx8fJCOVmwVZtZ { top:44.375rem;left:16rem;width:16.25rem;height:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDzmQfeWk6G2lECW5aPpFVnTTEGHEyKW { top:13rem;left:9.9375rem;width:27.875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D25hplBNwnlizmX8tC5iuCUQDUTn10c1 { top:11.6875rem;left:23.375rem;width:24rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAsFBLWfT48kyMfhMvHI3vdaGZ7hgQlW { top:29.625rem;left:33.625rem;width:14.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOgx4yv6AMDPFchQ9ZyvDs2klLo2yGbb { top:14.875rem;left:38.375rem;width:9.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfMTXhcurLfNo9nGKsSKNTUwoZNB8Fu3 { top:13rem;left:37.8125rem;width:9.875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxsF9qPkV46vANmii2zpO7gbzhTU56rw { width:12.5625rem;height:3.25rem;top:40.125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESMJXSKCULUXAApfiU38GA2U5uwK4AGk { display:block; }
 }@media only screen and (max-width: 763px) { #FsvlsdbU291mcQulfNFJZK5kiH25eW1f { top:33.5625rem;left:25rem;width:22.6875rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGIMpsheXwsby4ZeQR88f8PCtsFm0E1x { top:33.8125rem;left:0rem;width:7.1875rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOOtNzLsI9rAodtXrpTaodReaPtWek7S { top:34rem;left:20.247929573059rem;width:7.1875rem;height:2.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm { display:block; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvN0pJyXQ8IC165qsdAERC0VsxTR7CdT { top:5.625rem;left:0rem;width:36.75rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TobsCS3PpA9sXTexAr5boRKXCkfDTwcK { top:4.5rem;left:2.4969635009766rem;width:4.875rem;height:2.437503125557rem;display:block; }
 }@media only screen and (max-width: 763px) { #wToQK8uF2uGtcz4XDQRBzw1bqoRW7vI0 { top:8.4375rem;left:0rem;width:31.25rem;height:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGr5BteHsCqfHhIXLbPFnRkfn3u9GOcp { top:37.625rem;left:14.937286376953rem;width:17.8125rem;height:3.1141823140669rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSGHTfLX0uEntt36AGsMJ5ubPqFkr4Fe { top:5.6875rem;left:10.625rem;width:36.6875rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0lItHAy7FN8GkMTBwnT7X7tMWcyRF6O { top:8.4375rem;left:16.5rem;width:31.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTeXtIL9Ir9XOi7Zg2zxkNR8Pfu31fD { top:30.75rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37ftEzprLcyiCItImHaTOssSTU44kSi { top:2.9375rem;left:30.109813690186rem;width:9.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHd0Jdls6DiiZ7iiE3OMlAy5G1iO8Pww { top:37.625rem;left:14.937286376953rem;width:17.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z879gJG7XqSym1h5uXL6BWWO7nRuTuHo { display:block; }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzBl9GK1H9EWHTR1Z0vXN2tMaZI7LLRb { top:1.375rem;left:0rem;width:35.875rem;height:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmql01zD61mzLmRZRDrUHTl6aldk5Wbw { top:3.125rem;left:23.812068939209rem;width:8.5625rem;height:10.374602181069rem;display:block; }
 }@media only screen and (max-width: 763px) { #NacWE0dJh6CMcInLNKqMculip5P9ImCM { top:3.4375rem;left:39.124568939209rem;width:4.8125rem;height:5.6252556934406rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLpH32hVCLrokMHIey9Hi9weW8sdWIhq { top:5rem;left:44.6875rem;width:3.0625rem;height:5.6876509141083rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSZtTbTTQ8SJ6cXwa0i6iAhqVMH2zLF { top:11.375rem;left:23.75rem;width:24rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEFcNhmsNXEWc9D6x0vaJfDkrvXy0BrV { top:12.8125rem;left:23.75rem;width:24rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBnTFfJTpAeaU3usHyCpgkrxNXhM8ln { top:17.375rem;left:23.8125rem;width:23.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB1oVlv92d1IRctl9ggiozDHTTe6znDm { top:18.8125rem;left:23.75rem;width:24rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsHg2qBrTq8qLI3bUtMB3S4KWcAkRRSz { top:23.4375rem;left:23.8125rem;width:23.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ3mywi4aB3bG5lNfWKt8SDSBa0UL1OF { top:24.8125rem;left:23.75rem;width:24rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2XfbP2waZCOVcRl64Nt7H3WWL6lmkJk { top:29.375rem;left:23.8125rem;width:23.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtXdhHpUuAysTUsuAKs5t7TDqfD7OLSi { top:30.8125rem;left:23.8125rem;width:23.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwOyIPVEzOd0k4TAJwQA7u7nlzLMHkUI { top:35.375rem;left:23.8125rem;width:23.9375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXeaCZCLy79HDnKhIleAuodTFsuQ69HK { top:36.875rem;left:23.8125rem;width:23.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwWMkQLl6v6e6PrcBQp3os3usQRyFrFt { top:42.6875rem;left:23.75rem;width:24rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE { display:block; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEhcgr3FHPM7TOqy4QNbhTx8BRrTWdcB { display:block; }#QEhcgr3FHPM7TOqy4QNbhTx8BRrTWdcB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLygxU986s11ks8fUBU1Gq4RFCR6dU1I { top:3.125rem;left:15.811851501465rem;width:15.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex10i7uOlXKSu4s8bvEWkA40QM7paQbP { top:4.125rem;left:17.625003814698rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoMrIA2Lq2IC1t6EIkRWnFQzU31skQGS { top:5.375rem;left:0rem;width:17.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWACTSCn2cTxlBagaRpkctzelScr9hqe { top:14.9375rem;left:0rem;width:11.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLNMn4DBKULvNK1DCLoI8lsUgLCcqfAf { top:8.3125rem;left:0rem;width:14.0625rem;height:5.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6K4O5bkKRg9AS8Kpx8TRuxeNIGITVFv { top:16rem;left:0rem;width:11.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWlyXVRA2nfvFn8CdMXnZwktDQfraHRx { top:7.125rem;left:11.694011688233rem;width:4.1875rem;height:4.8125326509594rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbpCVCwh5ODZnL7orAwR3JJzNf0OA8HG { top:8.3125rem;left:4.25rem;width:43.125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5uwQE2aDxgBB4KIiK1Fgl9UZRbRrf2W { top:11.3125rem;left:8.625rem;width:39.125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHNkNJAv349zciw5Q7uxkAanN5icIaf { top:17.875rem;left:36.125rem;width:11.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVxdGSUmDIc9TZiS70v0QarKXiyfrSSV { top:18.9375rem;left:36.625rem;width:11.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sypGBWXg41ll7ePUhZcfMHR3w64LMn1A { top:32.8125rem;left:4.5rem;width:11.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoVyKBK57rxhGtMRyyTmU3B08HQNTTl { top:33.8125rem;left:4.6866340637207rem;width:11.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwmzTAU5JFEkPuuE5cyMfODscpQ7Nnz { top:21.875rem;left:0rem;width:30.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfA27rEsUQOv5zMrTFQLLqpJBd42Vdgc { top:23.875rem;left:0rem;width:28.5rem;height:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8DHh6nrts839dVrHF2qRhVUnHqMh42I { top:33.0625rem;left:28.9375rem;width:11.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAcqSMTicJa0TVRGbHTft3aFPL5X2EK4 { top:34.0625rem;left:29.125rem;width:11.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKo4LhvTQi5RtKQlNnSW84ZIFfMe4sHh { top:21.9375rem;left:19.75rem;width:17.625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMXZ8GqZ4tqN1G3s5FLTbTv081cB71sS { top:24.125rem;left:22.311420440674rem;width:12.8125rem;height:8.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvap3WwnCeG5UTPOKXH0mrLOTrqedrX8 { top:25.4375rem;left:43.0625rem;width:4.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnbNKapIoz43hhVBhsFgWBmDTPtyRi5V { top:31.25rem;left:40.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6xGiimsruAtNwS0D6ENFP2qTiCWwAsG { top:33.8125rem;left:37.0625rem;width:10.6875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7XgA5mVX3cwb8049vcyfULlcJtUpLIi { top:47.125rem;left:9.8125rem;width:17.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxHF4vwUEknVS3X4TeargvbUov6WxBhR { top:48.125rem;left:11.1875rem;width:13.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nQq9aehgDIUBkUEoRqutp3OCCAIgsP { top:38.125rem;left:0rem;width:36.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo5SHZECP8x2WnpxVbTM8bD0HeEbpMD5 { top:40.125rem;left:0rem;width:28.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ { display:block; }#cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZw3lSDr8UV8C4KDnSuoPma9k8L7y0ea { top:3.4375rem;left:0rem;width:36.75rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWNDI2xQ6Xhbe0N0wGFfIBZvUvUr0VTo { top:7.4375rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQbTZHJ16zRZgFPN5MTEEaJzDQKT8r1T { top:11rem;left:0rem;width:31.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbyvHhmVIbWrxNmuVuwRFBDwI8yoRi7Q { top:23.25rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSoqftJA0icUnwzy3oMLwJEmNLv3x7UT { top:26.6875rem;left:0rem;width:31.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpoI1TZIkHz3dKTrCHvxtHLDQZ2s8s29 { top:36.1875rem;left:0rem;width:17.8125rem;height:3.1142435666284rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb6JvllkEK4b4bphxpqKh3Jgms6LlVUn { top:5.375rem;left:21rem;width:26.75rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KvDMzwT61gp7TPTiDPaSLAshLPF3Tu { top:36.1875rem;left:0rem;width:17.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czB3IyypSUeWWfSvSNTSsU6v1mt6Bvbc { width:12.625rem;height:3.3125rem;top:41.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgXxkZOcWR91b1kXgqsuKXRPK9IyH6l6 { display:block; }
 }@media only screen and (max-width: 763px) { #THKOvNSNJ9xyHb62tQf8JACBLvnodp3G { display:block; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STcsb49TDVxS7IKpibik6QPzdMKNPCeR { top:6.9375rem;left:16.5rem;width:31.25rem;height:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u88X2Tsny6Dkk7DfMSPfx03mKPItwV78 { top:12.8125rem;left:15.8125rem;width:31.9375rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mszmpzMPMyFepOxLZNk0U5Va88oOMIge { top:20.125rem;left:16.5rem;width:31.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTFowGegdGbIDigLHH66MVORZOsgBFS { top:24.6875rem;left:16.5rem;width:31.25rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Bh3CDf4pA6Z8lG1ubKbH7uF2xS5dtK { top:32.75rem;left:29.875rem;width:17.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4B1XnTJILSrms4Ii1OUc9VAdkFkVu8n { top:5.3125rem;left:10.625rem;width:36.75rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwuesTgmShUt0lziH2ISpwCNNo9XnhrE { top:6.9375rem;left:0rem;width:13.9375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9sssdBZSFHl2BGC7mZlUvTzp7iW73e7 { width:12.625rem;height:3.3125rem;top:32.625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqAaHfaLGmUeuvr0kATbl1wSNDOaWAR { display:block; }
 }@media only screen and (max-width: 763px) { #Lk8qNvptBOam6ug9cynNSG4nMdTLJkkn { top:17.625rem;left:40.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIv2hKnDTHL7lG1D8lJnBQos5b8kb6VG { top:8.8125rem;left:3.5087890625rem;width:9.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4CIuQwUkHrZL3QbVNMHhvKlMpcuOhco { top:8rem;left:0rem;width:19rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFt5n6QiA5G5IE5i7kcFEn8DqaFKMzuc { top:35.875rem;left:38.5rem;width:7.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb { display:block; }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxoOlpMp73Q13bR7ouCX4L2TBt3owXDw { top:3.4375rem;left:0rem;width:36.75rem;height:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcMna8rbDdCzUvF1AoIJZXzVVODNqena { top:11.5625rem;left:0rem;width:31.25rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfTMXN2Rq1Teiv0M9KhTDh38EV9E5sgB { top:33.8125rem;left:0rem;width:17.8125rem;height:3.1142476502182rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzCvLJZ9qxGEL3mH43plhsT8qKgu1oEe { top:4.875rem;left:11.0625rem;width:36.6875rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9N4w2X3EWV0tulDyaqlsQAEuSwDlmfc { top:33.8125rem;left:0rem;width:17.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNSGPopvIWv4Qk0dH4mLwXWC4o6tie3 { top:7.375rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo3QXh2B4pHGegW3I0bd4AUUeUQiEgtP { top:22.5625rem;left:0rem;width:31.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxUTUAS6RfqJfBwFG6vUrmy3RxfsSocL { top:27.125rem;left:0rem;width:31.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 { display:block; }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEiWvHw3q7c957er3T028pTINJDwU4v6 { top:2.8125rem;left:14.124568939209rem;width:19.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfRe3ZiPWXuml3C3sgqnz2ZmioTHEChF { top:3.875rem;left:14.312286376953rem;width:19.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UocTvIET0oDpfGsBFVXWSgEmniaMB57U { display:block; }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJRItQGZhz9nm92B50R5DsgPQ4CcoVWt { top:12.0625rem;left:0rem;width:47.75rem;height:5.7697916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6vOv9cNMqQKZSkQ3p3eOpWD1T3bWgiT { top:0.8125rem;left:0rem;width:47.75rem;height:5.73rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN { display:block; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQnKD5N4JncktpuFD34TS0nzViEeG1JC { top:0rem;left:11.21875rem;width:25.3125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfyOhnOh9mDZ4lCi7QvsmhnxNR7xknMC { top:2.0625rem;left:17.625rem;width:12.5rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXpmqwx9K3p3NtQ3tpnO0617HTzVCWqu { top:13.625rem;left:0rem;width:36.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pURPiXTTdU7xVlGANUGU7WufshqTA3Xh { top:14.625rem;left:0rem;width:34.6875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0haEQX8ouBbs5g42WEgI18yRD7v0Kuu { top:18.0625rem;left:0rem;width:34.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9H5J0xrUcef2dgtLD1X51uWJKXpTfpl { top:13.75rem;left:10.625rem;width:36.75rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBKyEshdhW9y18odWE2dJWggWv1G4mxs { top:21.3125rem;left:13.0625rem;width:34.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTRleHre0V7XwVMZKJ1hCLu5qwdTpih { top:15.25rem;left:13.0625rem;width:34.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOmwHOT1GBSGT7BLHOARvibGKEZ0K0f7 { top:24.0625rem;left:0rem;width:36.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBOpkEb3JTw1JKwRdrTIHsc0KweqRF4b { top:33.75rem;left:10.5rem;width:36.875rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIu9nwzeQCzLs26iJKlTgIbcUBiECG79 { top:28.4375rem;left:0rem;width:34.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr5aHo2DJ6qwdpRBCAIJeq6PFX1ueTmO { top:39.0625rem;left:13.0625rem;width:34.6875rem;height:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu2Da6oqRzik8TcdhQv2lqWhoOEgEUse { top:24.875rem;left:0rem;width:34.6875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIywqqCqHtDJrco40mdo7g0eHidPWUqf { top:35.1875rem;left:11.1875rem;width:36.5625rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drdi1dhlo6kTWPdEcq6Kt3XP6KBAQdNT { top:33.9375rem;left:0rem;width:36.75rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9LPd68x7mCQiTvW2t3OpTwB3TPnqTEQ { top:37.6875rem;left:0rem;width:34.6875rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDqNhgPhxdbpz62F9g6r8an69UA8Nflw { top:34.5rem;left:0rem;width:34.6875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #guq6tqdCoy7Slk22qvF8fOCR88PyczNI { top:45.0625rem;left:0rem;width:36.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEcCEJumW1yweuiG4IsWNvA7HhoZ7csU { top:49rem;left:0rem;width:34.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7dW7AtcpxJdundoUggi4fprdX8lSSkn { top:45.75rem;left:0rem;width:34.6875rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy67k71ON9hVf3vhgMFb728r24qIwNwF { display:block; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rv1w8xVKy2zk84Hcn0VCMxxvuEdIfMAP { top:22.625rem;left:14.937286376953rem;width:17.8125rem;height:3.1141823140669rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTthGGpvDs2sW32MsLUmCnZKZ9OR1vmA { top:22.625rem;left:14.937286376953rem;width:17.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBClWu1hNR3D7TsHHWJ44R3RG68FGiW { top:41.3125rem;left:0rem;width:12.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d { display:block; }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mabRiWCQCBTSy89wadfTerU2WcuoFfFM { top:2.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbsrBn5RNaQ2N2hTrVlUdp4OiWR8mQgz { top:2.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6IgTo6XKq3HfyVrad4p40ug4fcxdBm { top:1.125rem;left:32.125rem;width:15.625rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s23R6RvBA1Zxua8iGwxv5p2eF2wXZpXm { top:2.4375rem;left:6.9365234375rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHzvMFMnbwoa8eGny9c1FgVkqogEa06r { top:2.4375rem;left:18.7490234375rem;width:12.5rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlQZBXuBQSuEO86Wmsw55D0R6O4tBcq3 { width:20rem;height:0.882352875rem;top:0.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qBc1hzne6wl0hhLXfFege2fbsTKAS286 { width:18.3743095625rem;height:2.3529410625rem;top:0.52045035362244rem;left:0.80997240543363rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA { position:relative;z-index:auto;display:block; }#FzcsNcNVOO9pHsWB8Umapo4bEslcLrXA > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUnsOwt4XMwE3MesUT1T32bAFJCCqSys { display:block; }#xUnsOwt4XMwE3MesUT1T32bAFJCCqSys > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTdr36E2MeI01rwLlpG3yQ9gXxbqrKeQ { width:19.6245625rem;height:15.999375rem;top:6.8739147186281rem;left:0.0021701455116272rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpMVC7UQ3u5JWmIrBx6dELHeXyLAbsVg { width:20rem;height:6.6176466875rem;top:12.34375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCxMw7HTyAW45bninQWf6zMLbPeeKwPs { width:17.6240234375rem;height:6.5625rem;top:21.4384765625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTyDiG69hFUN7lI6i7KpaogEPgiSkOsw { width:15.3125rem;height:2.57352925rem;top:23.6259765625rem;left:2.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqfTGmfKzSpmBu6ADhLMEW18B0Tm1L9l { width:20rem;height:9.380859375rem;top:3.564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spFFF2mBp0MzXOGB9ia47pEidtcSB14M { width:5.625rem;height:5.625rem;top:1.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Dmqe3E8AG1EbTgtDyAGBUH1NZmq2vr { width:4.2490234375rem;height:4.5615234375rem;top:21.689453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugkPccoyiAnqUsJMpeBcsWNaXlh1b0P8 { width:20rem;height:5.39279375rem;top:23.245444655418rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHglvwyft7hufOhks6ED8nkak7QQaJ1p { width:9.9370625rem;height:7.9373125rem;top:30.22461271286rem;left:6.8088112473487rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdzMwyJsx2UcqFas9EV0HU7cahSTE1px { width:3.8740234375rem;height:5rem;top:4.876953125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQfcRPKsEmpqJQPLvQWMhGOh04DtziJG { width:6.5625rem;height:6.5625rem;top:55.205079555511rem;left:6.7187505364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiiJqzKOCaNEXZvN9w7xQV51Lmx3Mefg { width:4.6875rem;height:4.498046875rem;top:25.4384765625rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo { display:block; }#XsTH5UzSA8yT8eGIoWUWoAe9EMMKg0zo > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rq1THw879pZsoL8ZJtceOsKR80O2BgWq { width:15.1875rem;height:20rem;top:1.875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbbRT7dk2baWTwn0yAbQdSadzzOGWaEu { width:19.6875rem;height:43.125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh6uuldK6KH64Rb9NTPygo5nLox4FdL8 { width:4.6875rem;height:2.999025rem;top:22.32568359375rem;left:0.990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA538TZ3P08TGuaoIsAD6H9vJ13S8FW2 { width:7.249rem;height:2.999025rem;top:23.88525390625rem;left:11.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHuAVo2nUi5tnw45UpGrRq7aeM6I8arw { width:2.8125rem;height:2.74956875rem;top:2.7625885009766rem;left:14.848091185093rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1pJK7qQ4LVP4JAXrSksqhiW2AW8uIk5 { width:2.249025rem;height:2.249025rem;top:65.078125rem;left:7.802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgiMUdX7cH4Ip5GLTF1LRHS4wCX93ZFS { width:18.75rem;height:13.235293375rem;top:28.5rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P99TQwNdUTrqFEhQqlmZ6wWV9XPtwB7a { width:18.75rem;height:16.25rem;top:42.75rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zx83CWdpJF5Pl2XGovwgHQmNQoGySaNx { width:17.874375rem;height:3.125rem;top:61.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTvaCmmBCXRfCmg6CGmXi9cpIiwSbTDm { width:17.8125rem;height:3.125rem;top:61.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh { display:block; }#y4TT3Ou8kBepLrv17ZwF9hicypy6hxEh > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q023ZI38f1lRivuXMsutDulWDkiwLNnV { display:block; }#q023ZI38f1lRivuXMsutDulWDkiwLNnV > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5RoIp7JJTrElMagC4SUmLk0dpFfJBRm { width:19.75rem;height:50rem;top:5.7431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysrKT3BQhTZlQhzCA2AKNF7Esx4sykD7 { width:15.75rem;height:3.125rem;top:4.1189250946045rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp5rZqQGTwEkZK1WNcoela5vMu7J8As7 { width:12.5rem;height:1.39705875rem;top:5.1189250946045rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWB7xFTziG8xLOR1ikVHEJSo9dV6RT3I { width:5.81163125rem;height:5.87456875rem;top:14.059245109558rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I22EAWfLRKvEW6hBN9CDT7tGv7mzEfOM { width:9.75rem;height:5.0003205333675rem;top:16.118925094604rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPHfB396IE6J46yCg7ll11yHQbUsbgfI { width:4.2490234375rem;height:4.2490234375rem;top:54.3681640625rem;left:14.0634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWqV8qqHOE8B7TpOxLNZGV3NX0cH6UNI { width:9.4998125rem;height:2.68663125rem;top:2.5rem;left:9.7493496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3fH3rlP4bNMQ3UxBaKTCuOSOqN5ATz9 { width:18.75rem;height:46.8382350625rem;top:8.1184897422788rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Krn51b6ieazvezCwGSHdWHScLmrN5D0Q { display:block; }#Krn51b6ieazvezCwGSHdWHScLmrN5D0Q > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THEXAf7HPxnJpsxCwQZHVpkhfSIbyslz { width:19.75rem;height:43.0625rem;top:4.0798597335816rem;left:0.061848938465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7mlZAg3m1R46Cye0Rgi8A57nudVRn7G { width:13.125rem;height:2.74956875rem;top:2.5rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7lWQsuxbbD4VaRKbD91eDTvU8rn1HTE { width:18.75rem;height:32.5rem;top:6.9574642181394rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVuAm1C7gGsJxHemIwXgW1yxC5sEcSFu { width:17.8125rem;height:3.11415rem;top:42.000869750976rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pabEHRRNHFxmIhlMyPQTJQzCqMrF851q { width:20rem;height:17.6248125rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlNcfXS4xocgbJUnngOhuvaP1TXwkmi { width:3.4375rem;height:3.4375rem;top:49.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx7wdbUfoStOEiOcUXZTqseT6bXLo8AJ { width:7.3123125rem;height:7.3123125rem;top:49.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tun3qqlOiyDzs0ENqhIf7JJFXJWTT7qI { width:11.1870625rem;height:8.2498125rem;top:61.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymhfv9HwScdv1dA72rkpGuWG0nTv8B6J { width:17.8125rem;height:3.125rem;top:41.994354248047rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH3q70TbBUxWaTzC9RQb94rCBsoCuytC { display:block; }#gH3q70TbBUxWaTzC9RQb94rCBsoCuytC > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz9e0dLgXHBFmbaArbARvttcTLuDnBF7 { width:16.5rem;height:15.625rem;top:2.5rem;left:1.7491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZtpyOZUgyTAkLee03xW7fO4NgKFQ76 { width:8.2498125rem;height:3.06206875rem;top:54.488933563233rem;left:5.8745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG8hINOoRcIeU02As3JTbb3wLAVhxd4V { width:6.6873125rem;height:5.81163125rem;top:15.299480438233rem;left:0.87348097562787rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5GxNPiXrkxMlhkgXVsv5IEgwM9qVdq6 { width:20rem;height:2.6237rem;top:21.674263000488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7RNA3IlbU8pQscwGXV50DwvL1xTlFQ { width:20rem;height:27.94117475rem;top:25.235488891601rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ { display:block; }#Q3rTmTiFyxP465a8JvKNB15mIwg8qfMJ > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx { display:none; }#QRfq4SZh4BPh6wSmxZkBgEJxxuQTTTSx > .row .container { width:20rem;height:71.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DoD793Wln1nL26vqsSuPQJtPP5EAupJ2 { width:20rem;height:5.8173828125rem;top:53.3076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNsobgafklWWQ36WmOcTJ4KCDd8KBzTU { width:19.625rem;height:46.75rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR3yv6aU85zwxB3RVaEk14GztkIaJUeP { width:20rem;height:2.7414330218069rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzvc3BLtz72ADokU2IBQuHckLCguwx4 { width:7.1875rem;height:4.625rem;top:45.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyF24ASVUqTGO7X6bLPtQPE2Uh5E8kh5 { width:12.0625rem;height:12.0625rem;top:59.0625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0yThlThMXQWBAdTM6k2AcTSTmaFU7y4 { width:20rem;height:2.875rem;top:5.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxLoWNEqfq5zD3ixLcM1CDLAM30p34Wu { width:20rem;height:25.875rem;top:9.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhKwMPyZGFw018pyDZWH1081eVLTnWV1 { width:20rem;height:5.5rem;top:37.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9auCGHwDwPCIJxhxvl9lTFigqWJlhET { display:block; }#V9auCGHwDwPCIJxhxvl9lTFigqWJlhET > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtXDlTq8155t7rHLdufuqArBHObUEIgV { width:20rem;height:6.17647025rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylsEVt5KQEx0blMZCeHBdMBCDO4vPPih { width:14.25rem;height:19.375rem;top:10.5185546875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKNz5BW4zdWmsqL9pmyPwVdXx302HdAv { width:9.875rem;height:13.1259765625rem;top:11.3935546875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJuLzoTf1WxCsHOwu6Z3LNsCEWseh0tx { width:7.1875rem;height:1.25rem;top:25.3310546875rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuch27mtRWg1zpVxdM4fNBui6y7pgQfZ { width:14.2490234375rem;height:3.4375rem;top:31.203125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Zn5XZGGF3CbrSXV0gf9Hn0SoLp1iQh { display:block; }
 }@media only screen and (max-width: 763px) { #iA5tPUJmoCrXPpJSW0NQWCsD2IIEyIk8 { width:14.1865234375rem;height:3.4375rem;top:60.5625rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc52ALHa9lTyaFPZgzDp6fvRXLGTV6Od { display:block; }
 }@media only screen and (max-width: 763px) { #A6hpiMfGXIvvFbBPfFTABMeUd479Cen0 { width:14.1875rem;height:19.0625rem;top:40.13671875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDkRFeDXOxETazqMAAf1Z9BrKwt2ugXl { width:10.3125rem;height:2.5rem;top:54.10546875rem;left:4.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdXsXiDdJyRto3yEVQw028hsffdxXBP { width:13.4375rem;height:13.125rem;top:41.04296875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqBTbiL0VSaAA2KVRUbr0Qdt3CzLu4Ud { width:14.6875rem;height:1.6176470625rem;top:36.328125rem;left:2.65625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4hl8M6ekzAqWrXsTLMx8fJCOVmwVZtZ { width:14.6875rem;height:1.6176470625rem;top:65.3125rem;left:2.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDzmQfeWk6G2lECW5aPpFVnTTEGHEyKW { width:20rem;height:1.25rem;top:38.94921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D25hplBNwnlizmX8tC5iuCUQDUTn10c1 { width:14.625rem;height:19.8125rem;top:70.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAsFBLWfT48kyMfhMvHI3vdaGZ7hgQlW { width:12.1875rem;height:3.75rem;top:83.4375rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOgx4yv6AMDPFchQ9ZyvDs2klLo2yGbb { width:7.875rem;height:12.6875rem;top:71rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfMTXhcurLfNo9nGKsSKNTUwoZNB8Fu3 { width:6rem;height:4.9375rem;top:70.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxsF9qPkV46vANmii2zpO7gbzhTU56rw { width:12.625rem;height:3.3125rem;top:91.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESMJXSKCULUXAApfiU38GA2U5uwK4AGk { display:block; }
 }@media only screen and (max-width: 763px) { #FsvlsdbU291mcQulfNFJZK5kiH25eW1f { width:11.375rem;height:2.0588235625rem;top:87.25rem;left:4.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGIMpsheXwsby4ZeQR88f8PCtsFm0E1x { width:7.1875rem;height:1.985294125rem;top:26.5810546875rem;left:6.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOOtNzLsI9rAodtXrpTaodReaPtWek7S { width:7.25rem;height:1.985294125rem;top:55.63671875rem;left:6.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm { display:block; }#wlCTeTvbdQunoN8C8a5T7VpUqh3ZdCGm > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvN0pJyXQ8IC165qsdAERC0VsxTR7CdT { width:19.6875rem;height:31rem;top:3.8125009536743rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TobsCS3PpA9sXTexAr5boRKXCkfDTwcK { width:4.87413125rem;height:2.43706875rem;top:2.5rem;left:7.5618496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #wToQK8uF2uGtcz4XDQRBzw1bqoRW7vI0 { width:18.75rem;height:30.7352924375rem;top:6.2022571563721rem;left:0.62500005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGr5BteHsCqfHhIXLbPFnRkfn3u9GOcp { width:17.8125rem;height:3.11415rem;top:67.153865814206rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSGHTfLX0uEntt36AGsMJ5ubPqFkr4Fe { width:19.6875rem;height:27.1875rem;top:37.718109130859rem;left:0.061848938465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0lItHAy7FN8GkMTBwnT7X7tMWcyRF6O { width:18.75rem;height:27.5rem;top:40.171443939209rem;left:0.62500005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#0f71fc;display:block; }
 }@media only screen and (max-width: 763px) { #WTTeXtIL9Ir9XOi7Zg2zxkNR8Pfu31fD { width:3.31163125rem;height:3.31163125rem;top:62.911243438719rem;left:14.561632215977rem;display:block; }
 }@media only screen and (max-width: 763px) { #o37ftEzprLcyiCItImHaTOssSTU44kSi { width:5.9375rem;height:2.5rem;top:36.500001907349rem;left:10.718316137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHd0Jdls6DiiZ7iiE3OMlAy5G1iO8Pww { width:17.8125rem;height:3.125rem;top:67.14843940735rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #z879gJG7XqSym1h5uXL6BWWO7nRuTuHo { display:block; }#z879gJG7XqSym1h5uXL6BWWO7nRuTuHo > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzBl9GK1H9EWHTR1Z0vXN2tMaZI7LLRb { width:15.1875rem;height:20rem;top:1.25rem;left:2.4055991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmql01zD61mzLmRZRDrUHTl6aldk5Wbw { width:4.18728125rem;height:5.06185rem;top:16.831597328186rem;left:0.99934893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #NacWE0dJh6CMcInLNKqMculip5P9ImCM { width:3.31163125rem;height:3.87478125rem;top:19.83181476593rem;left:8.3430996537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLpH32hVCLrokMHIey9Hi9weW8sdWIhq { width:1.93685rem;height:3.68706875rem;top:17.631293773651rem;left:16.436633169651rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSZtTbTTQ8SJ6cXwa0i6iAhqVMH2zLF { width:20rem;height:4.75rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEFcNhmsNXEWc9D6x0vaJfDkrvXy0BrV { width:20rem;height:1.6176470625rem;top:26.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBBnTFfJTpAeaU3usHyCpgkrxNXhM8ln { width:20rem;height:4.6875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB1oVlv92d1IRctl9ggiozDHTTe6znDm { width:20rem;height:1.6176470625rem;top:32.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsHg2qBrTq8qLI3bUtMB3S4KWcAkRRSz { width:20rem;height:4.6875rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ3mywi4aB3bG5lNfWKt8SDSBa0UL1OF { width:20rem;height:1.6176470625rem;top:38.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2XfbP2waZCOVcRl64Nt7H3WWL6lmkJk { width:20rem;height:4.6875rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtXdhHpUuAysTUsuAKs5t7TDqfD7OLSi { width:20rem;height:1.6176470625rem;top:44.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwOyIPVEzOd0k4TAJwQA7u7nlzLMHkUI { width:20rem;height:4.6875rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXeaCZCLy79HDnKhIleAuodTFsuQ69HK { width:20rem;height:1.6176470625rem;top:51.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwWMkQLl6v6e6PrcBQp3os3usQRyFrFt { width:12.3123125rem;height:1.62435rem;top:55.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE { display:block; }#dIcI4kKA8fIsBk0ahaeZ5WkDRGRrouLE > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEhcgr3FHPM7TOqy4QNbhTx8BRrTWdcB { display:none; }#QEhcgr3FHPM7TOqy4QNbhTx8BRrTWdcB > .row .container { width:20rem;height:90rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qLygxU986s11ks8fUBU1Gq4RFCR6dU1I { width:15.6875rem;height:3.125rem;top:2.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex10i7uOlXKSu4s8bvEWkA40QM7paQbP { width:12.5rem;height:1.4375rem;top:3.5rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoMrIA2Lq2IC1t6EIkRWnFQzU31skQGS { width:17.625rem;height:11.3125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWACTSCn2cTxlBagaRpkctzelScr9hqe { width:11.25rem;height:3.625rem;top:17.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLNMn4DBKULvNK1DCLoI8lsUgLCcqfAf { width:14.0625rem;height:4.875rem;top:11.125rem;left:1.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6K4O5bkKRg9AS8Kpx8TRuxeNIGITVFv { width:11.124125rem;height:1.9375rem;top:18.3125rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWlyXVRA2nfvFn8CdMXnZwktDQfraHRx { width:2.9375rem;height:3.375rem;top:4.9620227813721rem;left:1.0611979365349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbpCVCwh5ODZnL7orAwR3JJzNf0OA8HG { width:19.625rem;height:11.3125rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5uwQE2aDxgBB4KIiK1Fgl9UZRbRrf2W { width:18.4375rem;height:7.75rem;top:25.4375rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHNkNJAv349zciw5Q7uxkAanN5icIaf { width:11.25rem;height:3.5625rem;top:32.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVxdGSUmDIc9TZiS70v0QarKXiyfrSSV { width:11.124125rem;height:1.9375rem;top:33.875rem;left:8.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sypGBWXg41ll7ePUhZcfMHR3w64LMn1A { width:11.25rem;height:3.5625rem;top:49.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLoVyKBK57rxhGtMRyyTmU3B08HQNTTl { width:11.124125rem;height:1.9375rem;top:50.0625rem;left:8.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQwmzTAU5JFEkPuuE5cyMfODscpQ7Nnz { width:19.625rem;height:13rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfA27rEsUQOv5zMrTFQLLqpJBd42Vdgc { width:17.874375rem;height:7.75rem;top:40.125rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8DHh6nrts839dVrHF2qRhVUnHqMh42I { width:11.25rem;height:3.5625rem;top:62.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAcqSMTicJa0TVRGbHTft3aFPL5X2EK4 { width:11.124125rem;height:1.9375rem;top:63.375rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKo4LhvTQi5RtKQlNnSW84ZIFfMe4sHh { width:17.6875rem;height:8.5625rem;top:55.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMXZ8GqZ4tqN1G3s5FLTbTv081cB71sS { width:12.8125rem;height:3.875rem;top:57.875rem;left:3.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvap3WwnCeG5UTPOKXH0mrLOTrqedrX8 { width:4.6875rem;height:5.68685rem;top:67.196186065675rem;left:13.159722387791rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnbNKapIoz43hhVBhsFgWBmDTPtyRi5V { width:4.56163125rem;height:4.56163125rem;top:82.392583847044rem;left:0.88216143846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6xGiimsruAtNwS0D6ENFP2qTiCWwAsG { width:10.6875rem;height:14.249958330896rem;top:103.63127436524rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7XgA5mVX3cwb8049vcyfULlcJtUpLIi { width:17.6248125rem;height:3.56228125rem;top:79.4509601593rem;left:0.99934893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxHF4vwUEknVS3X4TeargvbUov6WxBhR { width:13.9355625rem;height:1.9375rem;top:80.443799972531rem;left:3.0316842198372rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nQq9aehgDIUBkUEoRqutp3OCCAIgsP { width:19.625rem;height:10.75rem;top:70.445983886719rem;left:0.061848938465118rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo5SHZECP8x2WnpxVbTM8bD0HeEbpMD5 { width:17.999125rem;height:3.875rem;top:73.506954193113rem;left:1.0004341006279rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ { display:none; }#cQtNMvlvduRd9ZEP9hEeTCidV6g6sRXJ > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NZw3lSDr8UV8C4KDnSuoPma9k8L7y0ea { width:19.6875rem;height:36.5rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWNDI2xQ6Xhbe0N0wGFfIBZvUvUr0VTo { width:18.75rem;height:2.5625rem;top:23.5625rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQbTZHJ16zRZgFPN5MTEEaJzDQKT8r1T { width:18.75rem;height:13.75rem;top:26.1875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbyvHhmVIbWrxNmuVuwRFBDwI8yoRi7Q { width:18.75rem;height:2.5625rem;top:41.75rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSoqftJA0icUnwzy3oMLwJEmNLv3x7UT { width:18.75rem;height:6.25rem;top:44.9375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XpoI1TZIkHz3dKTrCHvxtHLDQZ2s8s29 { width:17.8125rem;height:3.11415rem;top:52.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb6JvllkEK4b4bphxpqKh3Jgms6LlVUn { width:15.3125rem;height:20.5625rem;top:2.5rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9KvDMzwT61gp7TPTiDPaSLAshLPF3Tu { width:17.8125rem;height:3.125rem;top:52.671876907349rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #czB3IyypSUeWWfSvSNTSsU6v1mt6Bvbc { width:12.625rem;height:3.3125rem;top:59.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgXxkZOcWR91b1kXgqsuKXRPK9IyH6l6 { display:block; }
 }@media only screen and (max-width: 763px) { #THKOvNSNJ9xyHb62tQf8JACBLvnodp3G { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88b8535d-f91a-4585-8467-3d947955bd5b/delfin.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G.adaptive-delivery-prevent-bg, #THKOvNSNJ9xyHb62tQf8JACBLvnodp3G.lazyload, #THKOvNSNJ9xyHb62tQf8JACBLvnodp3G.lazyloading { background-image: none; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container { background-color: transparent; background-image: none; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container > .video-iframe-container { display: none; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row > .video-iframe-container { display: none; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .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); }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container { border-width: 0; border-radius: 0; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THKOvNSNJ9xyHb62tQf8JACBLvnodp3G > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STcsb49TDVxS7IKpibik6QPzdMKNPCeR { width:18.75rem;height:10.294117rem;top:30.75rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u88X2Tsny6Dkk7DfMSPfx03mKPItwV78 { width:18.75rem;height:11.25rem;top:41.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mszmpzMPMyFepOxLZNk0U5Va88oOMIge { width:18.75rem;height:7.7205881875rem;top:56.375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHTFowGegdGbIDigLHH66MVORZOsgBFS { width:20rem;height:13.75rem;top:64.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3Bh3CDf4pA6Z8lG1ubKbH7uF2xS5dtK { width:17.75rem;height:3rem;top:75.296875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4B1XnTJILSrms4Ii1OUc9VAdkFkVu8n { width:19.625rem;height:54.5625rem;top:29.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwuesTgmShUt0lziH2ISpwCNNo9XnhrE { width:10.6875rem;height:20rem;top:2.53125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9sssdBZSFHl2BGC7mZlUvTzp7iW73e7 { width:12.625rem;height:3.3125rem;top:75.140625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #egqAaHfaLGmUeuvr0kATbl1wSNDOaWAR { display:block; }
 }@media only screen and (max-width: 763px) { #Lk8qNvptBOam6ug9cynNSG4nMdTLJkkn { width:3.9375rem;height:3.9375rem;top:52.4375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIv2hKnDTHL7lG1D8lJnBQos5b8kb6VG { width:6.9375rem;height:2.9375rem;top:4.125rem;left:10.5556640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4CIuQwUkHrZL3QbVNMHhvKlMpcuOhco { width:13.875rem;height:25.5625rem;top:3.28125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFt5n6QiA5G5IE5i7kcFEn8DqaFKMzuc { width:6.25rem;height:5.1875rem;top:78.453125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb { display:block; }#gTDhNmxFdowvkVK4Scd5XNIalGcm4kxb > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxoOlpMp73Q13bR7ouCX4L2TBt3owXDw { width:19.6875rem;height:40.1875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcMna8rbDdCzUvF1AoIJZXzVVODNqena { width:18.75rem;height:15rem;top:23.6240234375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfTMXN2Rq1Teiv0M9KhTDh38EV9E5sgB { width:17.8125rem;height:3.11376875rem;top:51.63916015625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzCvLJZ9qxGEL3mH43plhsT8qKgu1oEe { width:17.25rem;height:17.25rem;top:1.25rem;left:1.3433161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9N4w2X3EWV0tulDyaqlsQAEuSwDlmfc { width:17.8125rem;height:3.125rem;top:51.63330078125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNSGPopvIWv4Qk0dH4mLwXWC4o6tie3 { width:19.375rem;height:5.1470585rem;top:17.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fo3QXh2B4pHGegW3I0bd4AUUeUQiEgtP { width:19rem;height:2.57352925rem;top:38.49658203125rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxUTUAS6RfqJfBwFG6vUrmy3RxfsSocL { width:19.375rem;height:8.75rem;top:41.611328125rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 { display:block; }#dTDmEFwPaSnKPp7wZvrrPe3BU4cP8TA8 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEiWvHw3q7c957er3T028pTINJDwU4v6 { width:19.125rem;height:3.125rem;top:2.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfRe3ZiPWXuml3C3sgqnz2ZmioTHEChF { width:19.0625rem;height:1.39705875rem;top:3.5188903808594rem;left:0.50021702051162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UocTvIET0oDpfGsBFVXWSgEmniaMB57U { display:block; }#UocTvIET0oDpfGsBFVXWSgEmniaMB57U > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJRItQGZhz9nm92B50R5DsgPQ4CcoVWt { width:20rem;height:2.4166666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6vOv9cNMqQKZSkQ3p3eOpWD1T3bWgiT { width:20rem;height:2.4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN { display:block; }#zaahqXTAwCVkf9IaW9m0GPT6Wod1AqkN > .row .container { width:20rem;height:144.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQnKD5N4JncktpuFD34TS0nzViEeG1JC { width:20rem;height:6.9619140625rem;top:1.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfyOhnOh9mDZ4lCi7QvsmhnxNR7xknMC { width:12.5rem;height:2.57352925rem;top:4.0234375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXpmqwx9K3p3NtQ3tpnO0617HTzVCWqu { width:19.6875rem;height:10.75rem;top:9.3564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pURPiXTTdU7xVlGANUGU7WufshqTA3Xh { width:18.75rem;height:3.82352925rem;top:10.2158203125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0haEQX8ouBbs5g42WEgI18yRD7v0Kuu { width:18.75rem;height:5rem;top:14.8564453125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9H5J0xrUcef2dgtLD1X51uWJKXpTfpl { width:19.6875rem;height:22.5625rem;top:21.896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBKyEshdhW9y18odWE2dJWggWv1G4mxs { width:18.75rem;height:17.5rem;top:29.177734375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTTRleHre0V7XwVMZKJ1hCLu5qwdTpih { width:18.75rem;height:5.735293875rem;top:22.802734375rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOmwHOT1GBSGT7BLHOARvibGKEZ0K0f7 { width:19.6875rem;height:8.4375rem;top:46.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBOpkEb3JTw1JKwRdrTIHsc0KweqRF4b { width:19.8125rem;height:58.1875rem;top:69.811584472656rem;left:-0.31249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIu9nwzeQCzLs26iJKlTgIbcUBiECG79 { width:18.75rem;height:5rem;top:49.71875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kr5aHo2DJ6qwdpRBCAIJeq6PFX1ueTmO { width:19.6243095625rem;height:52.5rem;top:76.080200195312rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pu2Da6oqRzik8TcdhQv2lqWhoOEgEUse { width:18.75rem;height:1.911764625rem;top:47.125rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIywqqCqHtDJrco40mdo7g0eHidPWUqf { width:18.75rem;height:3.82352925rem;top:71.0625rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Drdi1dhlo6kTWPdEcq6Kt3XP6KBAQdNT { width:19.6875rem;height:12.6875rem;top:55.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9LPd68x7mCQiTvW2t3OpTwB3TPnqTEQ { width:18.75rem;height:8.75rem;top:58.96875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDqNhgPhxdbpz62F9g6r8an69UA8Nflw { width:18.75rem;height:1.911764625rem;top:56.09375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guq6tqdCoy7Slk22qvF8fOCR88PyczNI { width:19.6875rem;height:9.75rem;top:131rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEcCEJumW1yweuiG4IsWNvA7HhoZ7csU { width:18.75rem;height:5rem;top:135.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7dW7AtcpxJdundoUggi4fprdX8lSSkn { width:18.75rem;height:3.82352925rem;top:131.8125rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xy67k71ON9hVf3vhgMFb728r24qIwNwF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6eddb373-0e66-4fe2-bd44-f9601d0bf540/kuriozum_mockup_spread_kotki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF.adaptive-delivery-prevent-bg, #xy67k71ON9hVf3vhgMFb728r24qIwNwF.lazyload, #xy67k71ON9hVf3vhgMFb728r24qIwNwF.lazyloading { background-image: none; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container { background-color: transparent; background-image: none; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container > .video-iframe-container { display: none; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row > .video-iframe-container { display: none; }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .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); }#xy67k71ON9hVf3vhgMFb728r24qIwNwF > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rv1w8xVKy2zk84Hcn0VCMxxvuEdIfMAP { width:17.8125rem;height:3.11415rem;top:7.4424934387206rem;left:1.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTthGGpvDs2sW32MsLUmCnZKZ9OR1vmA { width:17.875rem;height:3.125rem;top:7.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPBClWu1hNR3D7TsHHWJ44R3RG68FGiW { width:12.75rem;height:7.125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d { display:block; }#fnWV1m4zdLIPos4lFlyS90yQ7uvmcd9d > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mabRiWCQCBTSy89wadfTerU2WcuoFfFM { width:6.4375rem;height:0.8088235rem;top:0rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbsrBn5RNaQ2N2hTrVlUdp4OiWR8mQgz { width:7.625rem;height:0.8088235rem;top:1.6875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hD6IgTo6XKq3HfyVrad4p40ug4fcxdBm { width:15.875rem;height:1.76470575rem;top:4.3125rem;left:2.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #s23R6RvBA1Zxua8iGwxv5p2eF2wXZpXm { width:7.875rem;height:0.8088235rem;top:0rem;left:12.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHzvMFMnbwoa8eGny9c1FgVkqogEa06r { width:7.625rem;height:0.8088235rem;top:1.6875rem;left:12.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }