.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,218,229;--color-primary-1:227,131,168;--color-primary-2:199,7,81;--color-primary-3:100,4,41;--color-primary-4:30,1,12;--color-secondary-0:217,221,225;--color-secondary-1:128,140,155;--color-secondary-2:1,25,54;--color-secondary-3:1,13,27;--color-secondary-4:0,4,8;--color-tertiary-0:220,222,226;--color-tertiary-1:137,145,159;--color-tertiary-2:19,34,63;--color-tertiary-3:10,17,32;--color-tertiary-4:3,5,9;--headlines-font-family:"oswald";--paragraphs-font-family:"oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .row > .video-iframe-container { display: none; }#gZSWNeGNXvPfgkvr0tE6RRbooWsn9s02 > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { background-color: transparent; background-image: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { display: none; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .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); }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { border-width: 0; border-radius: 0; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:60rem;height:7.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vSS1wVNW3ld1NP7nImns8TT1qr4RiT1S { 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:3.25rem;width:3.25rem;top:1.8125rem;left:26.25rem;overflow:hidden;display:block; }
#wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { color:rgba(var(--color-tertiary-2),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:29.5rem;height:1.3rem;font-style:normal;display:block; }
#u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:29.5rem;height:3.9rem;font-style:normal;display:block; }
#tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:41.9375rem;height:3.9rem;font-style:normal;display:block; }
#ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { color:rgba(var(--color-tertiary-2),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:41.9375rem;height:1.3rem;font-style:normal;display:block; }
#kmH65BOUX30tLG2pBoFnInwuJpIv9I8H { 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:3.5rem;width:3.5rem;top:1.8125rem;left:38rem;overflow:hidden;display:block; }
#DdnsGCP3Ugr1lniakhnoXRLfDaocth4P { color:#2d2929;display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0625rem;left:54.875rem;height:0;font-style:normal;display:none; }
#AFP9HDLE1OWcN3lnT5SSZUCRPz17Gxis { color:rgba(var(--color-primary-2),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:54.875rem;height:0;font-style:normal;display:none; }
#aw2DblPs5RTXdIcpBWg0g89OV0dTZCR4 { 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:2.375rem;width:2.25rem;top:2.25rem;left:52.0625rem;overflow:hidden;display:none; }
#NxTz5kKcpQxfU96aSkbai7UHP4CQaiQk { 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.0625rem;width:14.5625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { 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; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { background-color: transparent; background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { display: block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .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); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { border-width: 0; border-radius: 0; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:60rem;position:relative;display:block; }#ZSBt946OtLQCi35zDNEKtpRHVEutQ1zE { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.4375rem 0.0625rem #2d2929;top:4.1875rem;left:23.3125rem;height:5.70625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#sciUuvna3TtFput40kaEl8qCO5crfmaW { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#2d2929;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:39.75rem;left:30.625rem;display:block; }
#f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.75rem;left:45.625rem;display:block; }
#aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#poKwTp8leTIpFECt1Z4MQZ0hV3zqlZaV { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:6.625rem;width:29.375rem;top:46rem;left:30.625rem;display:block; }
#TzdFs6RWmUUxEOMIZZ0lHPWsauyeGh1H { color:#000000;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.375rem;left:32.0625rem;height:3.7375rem;font-style:normal;display:block; }
#T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.9375rem;width:0.9375rem;top:26.307291984558rem;left:3.40625rem;display:block; }
#PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:0.0625rem;top:27.1875rem;left:3.84375rem;display:block; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#0c0000;padding-top:0.430625rem;padding-right:0.381875rem;padding-bottom:0.430625rem;padding-left:0.381875rem;display:block;align-items:center;width:2.291875rem;min-width:2.291875rem;height:2.315rem;position:relative;font-family:"open sans";font-size:1.7225rem;font-weight:700;line-height:37.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.269375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.055625rem;height:0.915rem;position:relative;font-family:"open sans";font-size:0.64625rem;font-weight:400;line-height:14.64px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.25rem;height:4.360625rem;padding-top:0.538125rem;padding-right:0.545625rem;padding-bottom:0.538125rem;padding-left:0.545625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:46.625rem;left:41.6875rem;z-index:15008; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #UzxROtlE55pH9lHu1laswpE01nW0M8Qd { display:flex;position:relative;top:0rem;left:0rem; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #dsGvPXXHtOopwlu9LeNF8dTvpB3OIous { width:auto; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #gEqHXHtDoXh9KXo8nVhAhfT83TrFabdZ {  }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #f2UrFoPfaQyvkDe21QBL604Jg2wFW5vd { display:flex;position:relative;top:0rem;left:0rem; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #QTGkNyQ9tQ35U7EpDH7JtS2fFn4uTXc5 {  }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #VRwJeWcS4hVyKrS9w24MFyyqz75zgi2v {  }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #oNgSsq44JeehMf5NxIOnd3RUyTHAAC3I { display:flex;position:relative;top:0rem;left:0rem; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #x3Mg3RAuRa2uxWhTNV1f5NCFN13mni7b {  }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #ONrrLp5dgbOd6Qag9Wc4pxM12c8omyWA {  }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #ab2KXlubwvac2wVC2J16TBEu0od1Iax3 { display:flex;position:relative;top:0rem;left:0rem; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #qHkCHuncRm5xATOOUDbE0TV77mTIb8vx {  }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #Bi28zSnEh0GmnIdFUUfyRLUidc9htIoh {  }
#LEAynm3gdraVLxK5rUTvCV41umqsqitO { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.0625rem rgba(4,4,0,0.95);top:9.125rem;left:31.5rem;height:4.275rem;font-style:normal;text-align:right;text-align-last:right;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; }
#PFte2amNTm2xatvOI2oTP48G59tZAN8p { 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; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { background-color: transparent; background-image: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container > .video-iframe-container { display: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container { display: none; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .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); }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { border-width: 0; border-radius: 0; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#M331mChz0anSU274cTbRF6Guv9wJTktK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:0.0625rem;top:0rem;left:3.84375rem;display:block; }
#lWPFeEcdar44W8PdyDvTwOB4scMWSXIA { 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.75rem;width:3.75rem;top:2.9500007629394rem;left:2rem;overflow:hidden;display:block; }
#Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:6.375rem;height:1.625rem;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; }
#tKGTeTrTFabzt2h5O50hud8Tm3LdvFc9 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:6.375rem;height:3.9rem;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; }
#yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { color:rgba(var(--color-tertiary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:7.4499969482425rem;left:5.75rem;height:29.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; }
#dOZOCBrEuf9pGzU7pVtfUEdAlUVOTkIJ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.0625rem;width:34.5625rem;top:4.25rem;left:25.4375rem;display:block; }
#mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f081cdf-5866-4568-a4f8-7382e39261c6/kormoranbg.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:23.0625rem;width:34.5625rem;top:3.46875rem;left:24.6875rem;display:block; }#mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.adaptive-delivery-prevent-bg, #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.lazyload, #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.lazyloading { background-image: none; }
#LTMShHxx9QqUgvBtRBHDXvhZR3bCAMLi { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0rem none #000000;border-right:0rem none #000000;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:15.4375rem;top:0.5rem;left:37.9375rem;display:none; }
#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { 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; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { background-color: transparent; background-image: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container > .video-iframe-container { display: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container { display: none; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .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); }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { border-width: 0; border-radius: 0; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:0rem;left:3.84375rem;display:block; }
#worwmUlhXuwSoMEXh4Upft3D8r9u24ah { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.6875rem;top:6.25rem;left:3.84375rem;display:block; }
#f5lvGgrTofI69tTwv8i11BIvoN6F9BEH { 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.875rem;width:3.875rem;top:4.375rem;left:7.5625rem;overflow:hidden;display:block; }
#ZVX5eBXipDXixEyT0TZS3mxPQIRPacFZ { color:rgba(var(--color-tertiary-2),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:11.4375rem;height:1.625rem;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; }
#rF6ytuDomq7oL435ms2kRGNB7GntTfGA { color:rgba(var(--color-tertiary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.8125rem;left:7.5625rem;height:7rem;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; }
#xVOo8nx2xykoPAdtQGgZKfHQpSqlxtIO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.375rem;left:11.4375rem;height:1.95rem;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; }
#WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:88.4375rem;width:0.0625rem;top:6.25rem;left:56.588539123535rem;display:block; }
#abGtWV5ciTooDCdDuQVybSxTTUJEo6F6 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53a82695-d9b9-4725-b17c-4bd69fc029e4/oboztrening.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(1,13,19,0.5) ;height:23.0625rem;width:34.5625rem;top:16.8125rem;left:0.5625rem;display:block; }#abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.adaptive-delivery-prevent-bg, #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.lazyload, #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.lazyloading { background-image: none; }
#h3pkmasPRl3TX1TZklAIdft8X5RPbneA { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17rem;left:37.75rem;height:1.95rem;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;text-align:center;text-align-last:center;display:block; }
#XZmmZpVTGcDTMPSUtkI0ptXvpv728riH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0rem none #000000;border-right:0rem none #000000;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:15.4375rem;top:16.375rem;left:37.8125rem;display:block; }
#grJ8l2zPK5pu0GcffPXvWEKIabtw2yhs { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:34.4375rem;top:28.1875rem;left:25.5625rem;display:none; }
#HCcHMuz9woh0yrcsuccsch2al1iMHke8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0rem none #000000;border-right:0rem none #000000;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:15.4375rem;top:0.5rem;left:37.9375rem;display:none; }
#hN8Di0aCPz6rd7kVtTZIJl3omOWubZv5 { 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:60rem;width:60rem;display:none; }
#AgLSqWfSsutHyz1b9cDpRfORJr0iD6lZ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { 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; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { background-color: transparent; background-image: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container > .video-iframe-container { display: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container { display: none; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .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); }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { border-width: 0; border-radius: 0; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:3.8125rem;left:38.338539123535rem;height:;font-style:normal;display:block; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 li:before{  }
#yA9HQdf6swinqqmPHpsh6biBnWuceC63 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:22.875rem;width:34.4375rem;top:0.0625rem;left:1.4375rem;display:block; }
#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN { position:relative;display:block; }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN { background-color: transparent; background-image: none; }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .row .container > .video-iframe-container { display: none; }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .row > .video-iframe-container { display: none; }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .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); }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN { border-width: 0; border-radius: 0; }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .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; }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .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:28.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FykGhZ9PXybMhKr5ne7sDMS13D5TVTgz { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.625rem;left:1.5625rem;height:1.95rem;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;text-align:center;text-align-last:center;display:block; }
#pTD7bX6P8piGXkZ0oP9RrTfzKzhyynbA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:15.4375rem;top:0rem;left:1.5625rem;display:block; }
#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:5rem;left:2.4375rem;height:;font-style:normal;display:block; }#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 li:before{  }
#oE5Je1tAtZDnoLOkr7swGHRpEHg2nWyk { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23rem;width:34.5rem;top:0.875rem;left:25.5rem;display:block; }
#oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3d319998-5c99-4cb0-8eac-b5cf424647b2/obozatrakcje.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(1,13,19,0.5) ;height:22.9375rem;width:34.5rem;top:0.0625rem;left:24.625rem;display:block; }#oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.adaptive-delivery-prevent-bg, #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.lazyload, #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.lazyloading { background-image: none; }
#dvfH4z9T7Gys08Jc8TETA3Jg5qLiQ9J5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hHnUXoabXUURmpyhgfOnEOU8EQx5y8e8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#VfRlOxTRJqFo4qkX2goqThATJzdmtv4A { 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:36rem;width:20.25rem;display:none; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;line-height:1.4;overflow:hidden;height:auto; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);height:auto;line-height:1.4;overflow:hidden;font-weight:300;font-style:normal; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-trigger.adaptive-delivery-prevent-bg, #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-trigger.lazyload, #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-trigger.lazyloading { background-image: none; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP { box-sizing:content-box;height:auto;width:14.875rem;position:absolute;display:flex;flex-direction:column;gap:0.3125rem;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:16.4375rem;left:4.25rem; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #GF9nTZeLim7khK0esgFmG0pvdZ3SFkWh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #RTDV7OJb42FZw3uzp920oC1d3Tdy3FdA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #sVz5Vnk3iwyTHlUE2K1gbcF5bbl57nQR { display:block;position:relative; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #URxnNOpO05ECZyTHqAxueFKWJK7BlvRo {  }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #GKGt0rbQ8ysTNXP00BXLKNa6ATXgBqNx {  }
#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg { 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; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { background-color: transparent; background-image: none; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container > .video-iframe-container { display: none; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row > .video-iframe-container { display: none; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .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); }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { border-width: 0; border-radius: 0; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#LepPFfGnKOJevUW0Jhq7M9tu3QoR4yQq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.0625rem;top:0rem;left:56.5625rem;display:block; }
#ZHwAiLorwMH7iWFyDKHXuWgvrHbk3PO6 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:53.125rem;top:18.6875rem;left:3.4375rem;display:block; }
#WM50kvnRvKbT1SwMlF13UrI7VCt5KmQZ { color:rgba(var(--color-tertiary-2),1);display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:48.875rem;height:3.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; }
#yqMp4NnVVs9bJAiOSNJtcpvG5hnNuBf5 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:128.25rem;width:0.0625rem;top:18.6875rem;left:3.375rem;display:block; }
#J5vfFobGDrFzI65wFuTRZhRJeFywJiaf { 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.8125rem;width:3.8125rem;top:16.8125rem;left:44.6875rem;overflow:hidden;display:block; }
#hHrW2CyNzGMpqvKvL9MVSfsa4hm8aZCQ { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:48.875rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;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; }
#hTrraRThTulsgSZV5z4f3MxuyO4Tup2O { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:15.4375rem;top:0rem;left:1.5625rem;display:none; }
#wsBfFFQT0xh2ZUcxRnz5TI901WdTOzy5 { 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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:60rem;width:45rem;display:none; }
#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { 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; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { background-color: transparent; background-image: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { display: none; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .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); }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { border-width: 0; border-radius: 0; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:1.0625rem;left:38.8125rem;height:26.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8aecbb1d-2806-4654-be73-4b64ebc73080/IMG_3111.crop_3024x3324_0,708.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:23.0625rem;width:34.5625rem;top:1.1444091796875E-5rem;left:0rem;display:block; }#uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.adaptive-delivery-prevent-bg, #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.lazyload, #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.lazyloading { background-image: none; }
#yDBPoqTwLBT7lhOTqlsusACHmTnp6J1L { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23rem;width:34.5rem;top:1.0625rem;left:1.0625rem;display:block; }
#UFHPrqmTi0cswdnTWnZ8gCgRbQf6rmmr { position:relative;display:none; }#UFHPrqmTi0cswdnTWnZ8gCgRbQf6rmmr { border-width: 0; border-radius: 0; }#UFHPrqmTi0cswdnTWnZ8gCgRbQf6rmmr > .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; }#UFHPrqmTi0cswdnTWnZ8gCgRbQf6rmmr > .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:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FKuTB6MRBogFmUuoT4TLIXpgpCBPmQ00 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#mF11UwO3Vatv0bA66UApifAkoXgEtIgG { 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: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:60rem;width:45rem;display:none; }
#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 { 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; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { background-color: transparent; background-image: none; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container > .video-iframe-container { display: none; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row > .video-iframe-container { display: none; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .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); }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { border-width: 0; border-radius: 0; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#pqdUfT0V1ykvIzdkfN6OCTr1dBmCTLB2 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:7.3125rem;left:9.78125rem;height:12.25rem;font-style:normal;display:block; }
#kJirxETiEx5wOKAaCzhp9TTywZSnZDMK { z-index:15007;top:21.75rem;left:23.083332061767rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8333125rem;height:3.20833125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NC6696BXAHg7IkTZuNcMAD9ANJhMS9TB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 { 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; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { background-color: transparent; background-image: none; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container > .video-iframe-container { display: none; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row > .video-iframe-container { display: none; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .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); }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { border-width: 0; border-radius: 0; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#Pnf7NDP5VdL9L6txoaPKPS7O7FhGqIpU { 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.75rem;width:3.75rem;top:0rem;left:1.1822929382324rem;overflow:hidden;display:block; }
#ZOGzAHMQO2DLfN7zB8ZFEDPZTB1BqPUo { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.1875rem;left:6rem;height:1.3rem;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; }
#zyHF3D44owh6iq1tRTgQHGfkLyWqG2Iq { color:rgba(var(--color-tertiary-2),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:6rem;height:1.95rem;font-style:normal;display:block; }
#e5WogxfIPwdZJ0UVKqrygghBzKEGECaz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.25rem;width:11.25rem;top:7.84375rem;left:5.1875rem;overflow:hidden;display:block; }
#tyyHdU2wddob3cTMU9C4MPkbQMZW00Ox { color:#2d2929;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.40625rem;left:7.65625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhTIlccrBGrAUD6by40w9wqxucL0HVIQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:7.875rem;left:46.4375rem;overflow:hidden;display:block; }
#iDCT2ktk6DM3AeM1rWWC19BoeDtVw3p8 { color:#2d2929;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:48.875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbzakXAv19WxQuVCweLG4HOlrFovFhwe { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:7.875rem;left:18.9375rem;overflow:hidden;display:block; }
#CSwGh890PQRmcfrmAqXzSDC9My2ePkzR { color:#2d2929;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:20.1875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLfJFmDzZJ6Azp4s1TA2uViIOqSewKTF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:11.25rem;width:11.25rem;top:7.875rem;left:32.6875rem;overflow:hidden;display:block; }
#Hd191i1V7c6oLqgStEhP2PKDUgGqKKVx { color:#2d2929;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.4375rem;left:35.125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJyJgulePQxl36r4OUUvrzlkeBlIxfPt { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:15.4375rem;top:0rem;left:1.5625rem;display:none; }
#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC { position:relative;display:block; }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC { background-color: transparent; background-image: none; }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .row .container > .video-iframe-container { display: none; }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .row > .video-iframe-container { display: none; }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .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); }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC { border-width: 0; border-radius: 0; }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .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; }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .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:37.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb5c5f01-9520-493c-99f1-25f7bcdf1dcd/IMG_7236.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:23.875rem;width:17.5rem;top:1.28125rem;left:1.8125rem;display:block; }#zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI.adaptive-delivery-prevent-bg, #zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI.lazyload, #zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI.lazyloading { background-image: none; }
#DthNF0x6EIrTkc4URhsr9akiiCSA2bMN { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12415ba6-d755-4857-ac92-3c12a3c4443f/IMG_3149.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:23.875rem;width:17.5rem;top:5rem;left:21.25rem;display:block; }#DthNF0x6EIrTkc4URhsr9akiiCSA2bMN.adaptive-delivery-prevent-bg, #DthNF0x6EIrTkc4URhsr9akiiCSA2bMN.lazyload, #DthNF0x6EIrTkc4URhsr9akiiCSA2bMN.lazyloading { background-image: none; }
#CcXv7WIQeDg3bQOZvACm41t5DTtVypZF { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ffca7d2-7590-473c-ad0e-e5518fc5327f/IMG_3166.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:23.875rem;width:17.5rem;top:8.78125rem;left:41.25rem;display:block; }#CcXv7WIQeDg3bQOZvACm41t5DTtVypZF.adaptive-delivery-prevent-bg, #CcXv7WIQeDg3bQOZvACm41t5DTtVypZF.lazyload, #CcXv7WIQeDg3bQOZvACm41t5DTtVypZF.lazyloading { background-image: none; }
#TUwizzAwiWVAwuQT44GxnK85ocpGgFA1 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24rem;width:17.5625rem;top:1.96875rem;left:2.4375rem;display:block; }
#gSrGPgQfTEZ35gk0874H6a0b1AiZmlGg { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24rem;width:17.5625rem;top:5.59375rem;left:22rem;display:block; }
#umv3Q3ZCA9r7P15PSJcAAvbKOkqp6rsB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24rem;width:17.5625rem;top:9.46875rem;left:42rem;display:block; }
#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz { 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; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { background-color: transparent; background-image: none; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container > .video-iframe-container { display: none; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row > .video-iframe-container { display: none; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .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); }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { border-width: 0; border-radius: 0; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#oK9DDZVulDybEDx3zguJ3U9hvJycQqr4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:52.6875rem;top:3.1875rem;left:3.4375rem;display:block; }
#ACSJ0cCSHsFHWBMqMX2vtyrtaifLxsTL { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:93.75rem;width:0.0625rem;top:3.1875rem;left:56.119789123535rem;display:block; }
#fmvQHobF9g9v16k0EIT5gcpMyg5wEknO { 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.5rem;width:4.5rem;top:1.6875rem;left:42.744789123535rem;overflow:hidden;display:block; }
#HXRDyO5ONzVTPfJuyCreeFIJTSDoUZsJ { color:rgba(var(--color-tertiary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.5625rem;left:47.1875rem;height:1.625rem;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; }
#wSvotuAbBZftfHIvAOu5rypQxnamf0kp { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:47.1875rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dR3hZw3khyfJEUIB85HfrKqTSzOmGihV { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:6.6875rem;left:5.5rem;height:1.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; }
#SWocQaPQaM6BTnqtdQOCFdCacthxmSsv { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:10.0625rem;left:6.625rem;height:;font-style:normal;display:block; }#SWocQaPQaM6BTnqtdQOCFdCacthxmSsv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SWocQaPQaM6BTnqtdQOCFdCacthxmSsv li:before{  }
#NZV9aHNw1WHaqZQfDU3i9rmLabX7TMCo { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:6.6875rem;left:29.125rem;height:1.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; }
#Ves6UQ8GIwh4fasB2qiHlpcRkN3SRSDf { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:10.062500953674rem;left:30.8125rem;height:;font-style:normal;display:block; }#Ves6UQ8GIwh4fasB2qiHlpcRkN3SRSDf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ves6UQ8GIwh4fasB2qiHlpcRkN3SRSDf li:before{  }
#QMR3EmnOxuTGzacdsECzRh1ikiCVRSgs { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:15.4375rem;top:0rem;left:1.5625rem;display:none; }
#vBJMtX63wJVDzpif1qslnK8tte6RBRwN { position:relative;display:block; }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN { background-color: transparent; background-image: none; }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .row .container > .video-iframe-container { display: none; }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .row > .video-iframe-container { display: none; }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .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); }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN { border-width: 0; border-radius: 0; }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .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; }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .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:32.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LJT9bBAhBUPd5qyHTpmrkyTxUwNc7gFT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:40rem;top:8.0625rem;left:10rem;display:block; }
#JvHahTZ3DsH5nOILK16IGvvgUiTc4Wxq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:20.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tD0XRkouwoHQ5rRA6ULlCngA7aNU0fD6 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1750001907349rem;left:24.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDcErzi8TSE830TKBITQy3RmKAaEsCsB { position:relative;display:block; }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB { background-color: transparent; background-image: none; }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .row .container > .video-iframe-container { display: none; }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .row > .video-iframe-container { display: none; }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .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); }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB { border-width: 0; border-radius: 0; }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .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; }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .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:26.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XGoxgRCzgHMpKRTCtxAMvHKBfc6ZKFgK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:40rem;top:2.9375rem;left:10rem;display:block; }
#nlmo1lGNliCdeTvBNbVvtFCERqy5gWS7 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0499992370606rem;left:24.9375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI { 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:none; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { border-width: 0; border-radius: 0; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:none; }#OJvOVn5VqQEnsyHbaWOFlD50c7cDr4oq { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.3125rem;width:36.8125rem;top:8.375rem;left:23.1875rem;display:block; }
#uTTbHObCrfHKN1XdaZdkag4tDvZ3Gkyo { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc1ee24b-444d-4089-bd9d-a32cd581d168/brzeznominirampaskatearena202215.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:20.3125rem;width:36.8125rem;top:7.5rem;left:22.3125rem;display:block; }#uTTbHObCrfHKN1XdaZdkag4tDvZ3Gkyo.adaptive-delivery-prevent-bg, #uTTbHObCrfHKN1XdaZdkag4tDvZ3Gkyo.lazyload, #uTTbHObCrfHKN1XdaZdkag4tDvZ3Gkyo.lazyloading { background-image: none; }
#O5rNy7BadctPCZMNgh8mTXNDxcDVSVrf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:0.0625rem;top:3.1875rem;left:56.119789123535rem;display:block; }
#uHi8OpAcPwT5NB6VfuR3e1CBE1ZkziWf { color:rgba(var(--color-tertiary-2),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:47.5625rem;height:1.625rem;font-style:normal;display:block; }
#muuusARBk8SJtD56UhRUZFzdGZNLaqyu { color:rgba(var(--color-tertiary-2),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:47.5625rem;height:1.95rem;font-style:normal;display:block; }
#FlJAPZfKk4AL24bM8c9KsB342mZIqeA5 { 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.75rem;width:3.75rem;top:1.875rem;left:54.3125rem;overflow:hidden;display:block; }
#fUQTvu8tQXL11l6IdzFhsFNPr5LCWQJC { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:11.3125rem;left:3.375rem;height:8.75rem;font-style:normal;display:block; }
#vIf5gW1Azk5lT8iHwZNxuVPTRHado8Pi { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:15.4375rem;top:0rem;left:1.5625rem;display:none; }
#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH { position:relative;display:block; }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH { background-color: transparent; background-image: none; }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .row .container > .video-iframe-container { display: none; }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .row > .video-iframe-container { display: none; }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .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); }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH { border-width: 0; border-radius: 0; }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .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; }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .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:12.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iBt8B2wSCSOMaT6c3LDr5HMA6glWhPxc { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:0.0625rem;top:0rem;left:56.119789123535rem;display:block; }
#IERSzMswD7C1RriKFsygF2Z8toxQ1ewQ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.3125rem;left:20.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zg5TE0UrnEItfWsbla7QArRTA0UXsLP0 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.75rem;left:24.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PI8e4QJaNkPzhqbqbpZ6SaAJo04hTypZ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3125rem;left:24.5625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vbB9uC75PZWCXPFqgwflxz3SOccUXnBN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.625rem;left:22.3125rem; }
#S0IozOMD7ZZctROrUTb6ZPX9xQ0Ziom3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.1875rem;left:22.3125rem; }
#NzJ620NtmabH9bX8TL38lVq8w1BWRseM { position:relative;display:block; }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM { background-color: transparent; background-image: none; }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .row .container > .video-iframe-container { display: none; }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .row > .video-iframe-container { display: none; }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .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); }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM { border-width: 0; border-radius: 0; }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .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; }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .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:3.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011936;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { border-width: 0; border-radius: 0; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#aOnfvuxb1WoUhPUVtPfu3vd74wJ9vlNd { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.625rem;width:29.375rem;top:1.5625rem;left:15.3125rem;display:block; }
#q9l3AwQtUQ5UA0LZslFzr7BM1ClFIlaR { color:#000000;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:3.25rem;left:17.25rem;height:3.2625rem;font-style:normal;display:block; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#0c0000;padding-top:0.430625rem;padding-right:0.381875rem;padding-bottom:0.430625rem;padding-left:0.381875rem;display:block;align-items:center;width:2.291875rem;min-width:2.291875rem;height:2.315rem;position:relative;font-family:"open sans";font-size:1.7225rem;font-weight:700;line-height:37.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.269375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.055625rem;height:0.915rem;position:relative;font-family:"open sans";font-size:0.64625rem;font-weight:400;line-height:14.64px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.25rem;height:4.360625rem;padding-top:0.538125rem;padding-right:0.545625rem;padding-bottom:0.538125rem;padding-left:0.545625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.1875rem;left:25.4375rem;z-index:15009; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #tbr9ktGDX4mJu7yDIX3RLIkC4nWr1FOO { display:flex;position:relative;top:0rem;left:0rem; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #p5MrzZNSXgqgV18wfNbatRZT5QXSns2d { width:auto; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #N6x2R09QXbdsbDHgoNzibVLPbRGm859S {  }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #pLBgnWfrPC1CgcxJewf60nEgGAFUepdJ { display:flex;position:relative;top:0rem;left:0rem; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #BFTCxH1bv6ICqlcvV0qOlQlB4p7OKmGp {  }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #yyNn7AHB2TPagv5xGhLWcZ5uA4OrDrla {  }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #xnl8i7bNVCfL02TiSTAll8skXq6HWbV6 { display:flex;position:relative;top:0rem;left:0rem; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #nrnsLd8A2AT6Tq0uqcKeIQAcAMTB7hs7 {  }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #kHoSUdhJqQfTeFPVvTdU6TLpuiXSWxnt {  }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #moWBaI1e3uswp23Z92EZ7DTanEyRbduV { display:flex;position:relative;top:0rem;left:0rem; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #dNBS1BVlo3aVkn8tKbUoxZfq39Igru5t {  }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #TVskeX8M6iiOSe5KndBIyL3Kk2EZNmK2 {  }
#AL3aWI9khdRnJzhu3V1TCxBLnT0Nnb9m { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.9375rem;width:0.9375rem;top:14.067707061767rem;left:55.65625rem;display:block; }
#SSpJSDC8wMJcSIyUtrR47A9Wv3eJZLka { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:3rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9375rem;height:4.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.067707061767rem;left:13.03125rem;display:block; }
#XhO0VN3drn7MKNQ8dgR0cyTWdFslsu7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1Pf0JmnoUd07BQkEcSueooiqHnMIap6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;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:var(--headlines-font-family);font-size:3rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9375rem;height:4.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.067707061767rem;left:13.03125rem;display:none; }
#GmETmbdzK3bghxBhVOxE6pGAJpO5wffu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi { position:relative;display:block; }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi { background-color: transparent; background-image: none; }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .row .container > .video-iframe-container { display: none; }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .row > .video-iframe-container { display: none; }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .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); }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi { border-width: 0; border-radius: 0; }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .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; }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .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:0.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#011936;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; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row .container { background-color: transparent; background-image: none; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row .container > .video-iframe-container { display: none; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row > .video-iframe-container { display: none; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .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); }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row .container { border-width: 0; border-radius: 0; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#laq19AXbFPdbc0NQ6odN09aNmEoLNGip { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:5.8125rem;left:6.75rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zhd5GmJ55lOLxnuHOO5xOXfe8IlZgJwo { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:22.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWsIHQc6X5OKTRF4JawrhUq8BA2dUyg9 { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.75rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgn9cTBamyqx6M697eO6eeSUCyoLeaFF { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5625rem;left:6.75rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzGd15whfRl6tnEqaLFibC7T5DenusAG { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:6.75rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zpSX2nBuDbSn5kTreGiMLJkfRlyDHZIr { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:37.25rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ED5RBnhB8QyXVuabJ9baTQEPTZZheBqL { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.875rem;left:37.25rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSS1wVNW3ld1NP7nImns8TT1qr4RiT1S { width:3.25rem;height:3.25rem;top:1.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { width:3.0625rem;height:1.25rem;top:2.0625rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { width:8.125rem;height:1.9375rem;top:3rem;left:23.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { width:11.125rem;height:1.9375rem;top:3.0625rem;left:35.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { width:2.8125rem;height:1.25rem;top:2.0625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmH65BOUX30tLG2pBoFnInwuJpIv9I8H { width:3.5rem;height:3.5rem;top:1.8125rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnsGCP3Ugr1lniakhnoXRLfDaocth4P { width:2.8125rem;height:1.625rem;top:3.0625rem;left:44.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFP9HDLE1OWcN3lnT5SSZUCRPz17Gxis { width:2.8125rem;height:1.125rem;top:2.1875rem;left:44.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw2DblPs5RTXdIcpBWg0g89OV0dTZCR4 { width:2.25rem;height:2.375rem;top:2.25rem;left:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTz5kKcpQxfU96aSkbai7UHP4CQaiQk { width:14.5625rem;height:5.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSBt946OtLQCi35zDNEKtpRHVEutQ1zE { width:36.6875rem;height:5.6875rem;top:4.1875rem;left:11.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sciUuvna3TtFput40kaEl8qCO5crfmaW { width:14.375rem;height:4.375rem;top:39.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block; }
 }@media only screen and (max-width: 763px) { #XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { width:14.375rem;height:4.375rem;top:39.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block; }
 }@media only screen and (max-width: 763px) { #poKwTp8leTIpFECt1Z4MQZ0hV3zqlZaV { width:29.375rem;height:6.625rem;top:46rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzdFs6RWmUUxEOMIZZ0lHPWsauyeGh1H { width:9.625rem;height:1.8125rem;top:48.375rem;left:25.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { width:0.9375rem;height:0.9375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { width:0.0625rem;height:28.125rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE { display:flex;width:18rem;height:5.0625rem;top:47.1875rem;left:31rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #UzxROtlE55pH9lHu1laswpE01nW0M8Qd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #dsGvPXXHtOopwlu9LeNF8dTvpB3OIous {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #gEqHXHtDoXh9KXo8nVhAhfT83TrFabdZ {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #f2UrFoPfaQyvkDe21QBL604Jg2wFW5vd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #QTGkNyQ9tQ35U7EpDH7JtS2fFn4uTXc5 {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #VRwJeWcS4hVyKrS9w24MFyyqz75zgi2v {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #oNgSsq44JeehMf5NxIOnd3RUyTHAAC3I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #x3Mg3RAuRa2uxWhTNV1f5NCFN13mni7b {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #ONrrLp5dgbOd6Qag9Wc4pxM12c8omyWA {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #ab2KXlubwvac2wVC2J16TBEu0od1Iax3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #qHkCHuncRm5xATOOUDbE0TV77mTIb8vx {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #Bi28zSnEh0GmnIdFUUfyRLUidc9htIoh {  }
 }@media only screen and (max-width: 763px) { #LEAynm3gdraVLxK5rUTvCV41umqsqitO { width:28.125rem;height:4.25rem;top:9.125rem;left:19.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFte2amNTm2xatvOI2oTP48G59tZAN8p { display:block; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M331mChz0anSU274cTbRF6Guv9wJTktK { width:0.0625rem;height:29.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPFeEcdar44W8PdyDvTwOB4scMWSXIA { width:3.75rem;height:3.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { width:9.6875rem;height:1.625rem;top:3.4375rem;left:0.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGTeTrTFabzt2h5O50hud8Tm3LdvFc9 { width:10.25rem;height:1.9375rem;top:4.6875rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { width:16.125rem;height:24.5rem;top:7.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOZOCBrEuf9pGzU7pVtfUEdAlUVOTkIJ { width:34.5625rem;height:23.0625rem;top:4.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { width:34.5625rem;height:23.0625rem;top:3.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTMShHxx9QqUgvBtRBHDXvhZR3bCAMLi { top:0.5rem;left:31.8125rem;width:15.4375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { width:0.0625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #worwmUlhXuwSoMEXh4Upft3D8r9u24ah { width:47.75rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lvGgrTofI69tTwv8i11BIvoN6F9BEH { width:3.875rem;height:3.875rem;top:4.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVX5eBXipDXixEyT0TZS3mxPQIRPacFZ { width:4.625rem;height:1.625rem;top:4.5625rem;left:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF6ytuDomq7oL435ms2kRGNB7GntTfGA { width:20.25rem;height:5.25rem;top:9.8125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVOo8nx2xykoPAdtQGgZKfHQpSqlxtIO { width:12.8125rem;height:1.9375rem;top:6.375rem;left:5.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { width:0.0625rem;height:88.4375rem;top:6.25rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6 { width:34.5625rem;height:23.0625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3pkmasPRl3TX1TZklAIdft8X5RPbneA { width:15.5rem;height:1.9375rem;top:17rem;left:31.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmmZpVTGcDTMPSUtkI0ptXvpv728riH { top:16.375rem;left:31.6875rem;width:15.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grJ8l2zPK5pu0GcffPXvWEKIabtw2yhs { width:34.4375rem;height:22.875rem;top:28.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCcHMuz9woh0yrcsuccsch2al1iMHke8 { top:0.5rem;left:31.8125rem;width:15.4375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hN8Di0aCPz6rd7kVtTZIJl3omOWubZv5 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgLSqWfSsutHyz1b9cDpRfORJr0iD6lZ { display:none; }
 }@media only screen and (max-width: 763px) { #ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 { width:16.0625rem;height:;top:3.8125rem;left:31.6875rem;font-size:1.25rem;display:block; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 li:before{  }
 }@media only screen and (max-width: 763px) { #yA9HQdf6swinqqmPHpsh6biBnWuceC63 { width:34.4375rem;height:22.875rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN { display:block; }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FykGhZ9PXybMhKr5ne7sDMS13D5TVTgz { width:15.375rem;height:1.9375rem;top:0.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTD7bX6P8piGXkZ0oP9RrTfzKzhyynbA { top:0rem;left:0rem;width:15.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 { width:19.75rem;height:;top:5rem;left:0rem;font-size:1.25rem;display:block; }#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 li:before{  }
 }@media only screen and (max-width: 763px) { #oE5Je1tAtZDnoLOkr7swGHRpEHg2nWyk { width:34.5rem;height:23rem;top:0.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU { width:34.5rem;height:22.9375rem;top:0.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvfH4z9T7Gys08Jc8TETA3Jg5qLiQ9J5 { display:none; }
 }@media only screen and (max-width: 763px) { #hHnUXoabXUURmpyhgfOnEOU8EQx5y8e8 { display:none; }
 }@media only screen and (max-width: 763px) { #VfRlOxTRJqFo4qkX2goqThATJzdmtv4A { width:20.25rem;height:36rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP { display:flex;height:auto;width:27.8125rem;top:10.9375rem;left:1.84375rem; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #GF9nTZeLim7khK0esgFmG0pvdZ3SFkWh {  }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #RTDV7OJb42FZw3uzp920oC1d3Tdy3FdA {  }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #sVz5Vnk3iwyTHlUE2K1gbcF5bbl57nQR {  }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #URxnNOpO05ECZyTHqAxueFKWJK7BlvRo {  }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #GKGt0rbQ8ysTNXP00BXLKNa6ATXgBqNx {  }
 }@media only screen and (max-width: 763px) { #afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg { display:block; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LepPFfGnKOJevUW0Jhq7M9tu3QoR4yQq { width:0.0625rem;height:18.75rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHwAiLorwMH7iWFyDKHXuWgvrHbk3PO6 { width:47.75rem;height:0.0625rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM50kvnRvKbT1SwMlF13UrI7VCt5KmQZ { width:6.5rem;height:1.625rem;top:17.125rem;left:41.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqMp4NnVVs9bJAiOSNJtcpvG5hnNuBf5 { width:0.0625rem;height:128.25rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5vfFobGDrFzI65wFuTRZhRJeFywJiaf { top:16.8125rem;left:38.5625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHrW2CyNzGMpqvKvL9MVSfsa4hm8aZCQ { width:5.5625rem;height:1.9375rem;top:18.6875rem;left:42.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrraRThTulsgSZV5z4f3MxuyO4Tup2O { top:0rem;left:0rem;width:15.4375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsBfFFQT0xh2ZUcxRnz5TI901WdTOzy5 { width:35.75rem;height:47.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:18.875rem;height:21rem;top:1.0625rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp { width:34.5625rem;height:23.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDBPoqTwLBT7lhOTqlsusACHmTnp6J1L { width:34.5rem;height:23rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFHPrqmTi0cswdnTWnZ8gCgRbQf6rmmr { display:none; }#UFHPrqmTi0cswdnTWnZ8gCgRbQf6rmmr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FKuTB6MRBogFmUuoT4TLIXpgpCBPmQ00 { display:none; }
 }@media only screen and (max-width: 763px) { #mF11UwO3Vatv0bA66UApifAkoXgEtIgG { width:35.75rem;height:47.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 { display:block; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqdUfT0V1ykvIzdkfN6OCTr1dBmCTLB2 { width:42.5625rem;height:10.5rem;top:7.3125rem;left:3.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJirxETiEx5wOKAaCzhp9TTywZSnZDMK { top:21.75rem;left:16.958332061767rem;width:13.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6696BXAHg7IkTZuNcMAD9ANJhMS9TB { display:block; }
 }@media only screen and (max-width: 763px) { #h7PuJVe3VXRGINCWvu6lbycxuKE47en3 { display:block; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pnf7NDP5VdL9L6txoaPKPS7O7FhGqIpU { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGzAHMQO2DLfN7zB8ZFEDPZTB1BqPUo { width:9.6875rem;height:1.25rem;top:0.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyHF3D44owh6iq1tRTgQHGfkLyWqG2Iq { width:6.375rem;height:1.9375rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5WogxfIPwdZJ0UVKqrygghBzKEGECaz { top:7.8125rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyyHdU2wddob3cTMU9C4MPkbQMZW00Ox { width:6.375rem;height:3.875rem;top:19.375rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhTIlccrBGrAUD6by40w9wqxucL0HVIQ { top:7.875rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDCT2ktk6DM3AeM1rWWC19BoeDtVw3p8 { width:6.375rem;height:1.9375rem;top:19.4375rem;left:41.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbzakXAv19WxQuVCweLG4HOlrFovFhwe { top:7.875rem;left:12.8125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSwGh890PQRmcfrmAqXzSDC9My2ePkzR { width:8.8125rem;height:3.875rem;top:19.4375rem;left:14.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLfJFmDzZJ6Azp4s1TA2uViIOqSewKTF { top:7.875rem;left:26.5625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd191i1V7c6oLqgStEhP2PKDUgGqKKVx { width:6.375rem;height:3.875rem;top:19.4375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJyJgulePQxl36r4OUUvrzlkeBlIxfPt { top:0rem;left:0rem;width:15.4375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC { display:block; }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI { width:17.5rem;height:23.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DthNF0x6EIrTkc4URhsr9akiiCSA2bMN { width:17.5rem;height:23.875rem;top:5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXv7WIQeDg3bQOZvACm41t5DTtVypZF { width:17.5rem;height:23.875rem;top:8.75rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUwizzAwiWVAwuQT44GxnK85ocpGgFA1 { width:17.5625rem;height:24rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSrGPgQfTEZ35gk0874H6a0b1AiZmlGg { width:17.5625rem;height:24rem;top:5.5625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umv3Q3ZCA9r7P15PSJcAAvbKOkqp6rsB { width:17.5625rem;height:24rem;top:9.4375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz { display:block; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oK9DDZVulDybEDx3zguJ3U9hvJycQqr4 { width:47.75rem;height:0.0625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACSJ0cCSHsFHWBMqMX2vtyrtaifLxsTL { width:0.0625rem;height:93.75rem;top:3.1875rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmvQHobF9g9v16k0EIT5gcpMyg5wEknO { top:1.6875rem;left:36.619789123535rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXRDyO5ONzVTPfJuyCreeFIJTSDoUZsJ { width:4.9375rem;height:1.625rem;top:1.5625rem;left:41.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSvotuAbBZftfHIvAOu5rypQxnamf0kp { width:5.5625rem;height:1.9375rem;top:3.1875rem;left:41.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR3hZw3khyfJEUIB85HfrKqTSzOmGihV { width:16.375rem;height:1.75rem;top:6.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWocQaPQaM6BTnqtdQOCFdCacthxmSsv { width:23.625rem;height:;top:10.0625rem;left:0.5rem;font-size:1.25rem;display:block; }#SWocQaPQaM6BTnqtdQOCFdCacthxmSsv li:before{  }
 }@media only screen and (max-width: 763px) { #NZV9aHNw1WHaqZQfDU3i9rmLabX7TMCo { width:16.375rem;height:1.75rem;top:6.6875rem;left:23rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ves6UQ8GIwh4fasB2qiHlpcRkN3SRSDf { width:16.875rem;height:;top:10.0625rem;left:24.6875rem;font-size:1.25rem;display:block; }#Ves6UQ8GIwh4fasB2qiHlpcRkN3SRSDf li:before{  }
 }@media only screen and (max-width: 763px) { #QMR3EmnOxuTGzacdsECzRh1ikiCVRSgs { top:0rem;left:0rem;width:15.4375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBJMtX63wJVDzpif1qslnK8tte6RBRwN { display:block; }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJT9bBAhBUPd5qyHTpmrkyTxUwNc7gFT { top:8.0625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvHahTZ3DsH5nOILK16IGvvgUiTc4Wxq { width:18.1875rem;height:2.4375rem;top:3.4375rem;left:14.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0XRkouwoHQ5rRA6ULlCngA7aNU0fD6 { width:10.125rem;height:1.9375rem;top:6.125rem;left:18.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDcErzi8TSE830TKBITQy3RmKAaEsCsB { display:block; }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGoxgRCzgHMpKRTCtxAMvHKBfc6ZKFgK { top:2.9375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmo1lGNliCdeTvBNbVvtFCERqy5gWS7 { width:10.125rem;height:1.9375rem;top:1rem;left:18.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI { display:block; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJvOVn5VqQEnsyHbaWOFlD50c7cDr4oq { width:36.8125rem;height:20.3125rem;top:8.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTTbHObCrfHKN1XdaZdkag4tDvZ3Gkyo { width:36.8125rem;height:20.3125rem;top:7.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5rNy7BadctPCZMNgh8mTXNDxcDVSVrf { width:0.0625rem;height:28.125rem;top:3.1875rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHi8OpAcPwT5NB6VfuR3e1CBE1ZkziWf { width:5.3125rem;height:1.625rem;top:2.25rem;left:41.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muuusARBk8SJtD56UhRUZFzdGZNLaqyu { width:6.375rem;height:1.9375rem;top:3.4375rem;left:41.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJAPZfKk4AL24bM8c9KsB342mZIqeA5 { width:3.75rem;height:3.75rem;top:1.875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUQTvu8tQXL11l6IdzFhsFNPr5LCWQJC { width:15.5625rem;height:8.75rem;top:11.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIf5gW1Azk5lT8iHwZNxuVPTRHado8Pi { top:0rem;left:0rem;width:15.4375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH { display:block; }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBt8B2wSCSOMaT6c3LDr5HMA6glWhPxc { width:0.0625rem;height:30.625rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IERSzMswD7C1RriKFsygF2Z8toxQ1ewQ { width:18.1875rem;height:2.4375rem;top:2.3125rem;left:14.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg5TE0UrnEItfWsbla7QArRTA0UXsLP0 { width:20.5rem;height:1.9375rem;top:4.75rem;left:18.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI8e4QJaNkPzhqbqbpZ6SaAJo04hTypZ { width:20.5rem;height:1.9375rem;top:7.3125rem;left:18.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbB9uC75PZWCXPFqgwflxz3SOccUXnBN { top:7.625rem;left:16.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0IozOMD7ZZctROrUTb6ZPX9xQ0Ziom3 { top:5.1875rem;left:16.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzJ620NtmabH9bX8TL38lVq8w1BWRseM { display:block; }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOnfvuxb1WoUhPUVtPfu3vd74wJ9vlNd { width:29.375rem;height:6.625rem;top:1.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9l3AwQtUQ5UA0LZslFzr7BM1ClFIlaR { width:7.5rem;height:3.25rem;top:3.25rem;left:11.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p { display:flex;width:18rem;height:5.0625rem;top:47.1875rem;left:31rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #tbr9ktGDX4mJu7yDIX3RLIkC4nWr1FOO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #p5MrzZNSXgqgV18wfNbatRZT5QXSns2d {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #N6x2R09QXbdsbDHgoNzibVLPbRGm859S {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #pLBgnWfrPC1CgcxJewf60nEgGAFUepdJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #BFTCxH1bv6ICqlcvV0qOlQlB4p7OKmGp {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #yyNn7AHB2TPagv5xGhLWcZ5uA4OrDrla {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #xnl8i7bNVCfL02TiSTAll8skXq6HWbV6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #nrnsLd8A2AT6Tq0uqcKeIQAcAMTB7hs7 {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #kHoSUdhJqQfTeFPVvTdU6TLpuiXSWxnt {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #moWBaI1e3uswp23Z92EZ7DTanEyRbduV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #dNBS1BVlo3aVkn8tKbUoxZfq39Igru5t {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #TVskeX8M6iiOSe5KndBIyL3Kk2EZNmK2 {  }
 }@media only screen and (max-width: 763px) { #AL3aWI9khdRnJzhu3V1TCxBLnT0Nnb9m { width:0.9375rem;height:0.9375rem;top:14.0625rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSpJSDC8wMJcSIyUtrR47A9Wv3eJZLka { width:33.9375rem;height:4.9375rem;top:12.0625rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhO0VN3drn7MKNQ8dgR0cyTWdFslsu7B { display:block; }
 }@media only screen and (max-width: 763px) { #q1Pf0JmnoUd07BQkEcSueooiqHnMIap6 { width:33.9375rem;height:4.9375rem;top:12.0625rem;left:6.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmETmbdzK3bghxBhVOxE6pGAJpO5wffu { display:block; }
 }@media only screen and (max-width: 763px) { #hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi { display:block; }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1afnMWKvK8IbFPSh6Bg899EnRbzClgx { display:block; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laq19AXbFPdbc0NQ6odN09aNmEoLNGip { width:20.5rem;height:1.9375rem;top:5.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhd5GmJ55lOLxnuHOO5xOXfe8IlZgJwo { width:18.1875rem;height:1.75rem;top:1.25rem;left:16.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsIHQc6X5OKTRF4JawrhUq8BA2dUyg9 { width:17.0625rem;height:1.9375rem;top:3.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn9cTBamyqx6M697eO6eeSUCyoLeaFF { width:20.5rem;height:1.9375rem;top:9.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzGd15whfRl6tnEqaLFibC7T5DenusAG { width:12.4375rem;height:1.9375rem;top:7.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpSX2nBuDbSn5kTreGiMLJkfRlyDHZIr { width:20.5rem;height:1.9375rem;top:3.9375rem;left:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5RBnhB8QyXVuabJ9baTQEPTZZheBqL { width:20.5rem;height:1.9375rem;top:5.875rem;left:27.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh { position:relative;z-index:auto;display:block; }#ZixEkOemI0nmHhBzVRJLgqBTfpfM3bIh > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSS1wVNW3ld1NP7nImns8TT1qr4RiT1S { width:1.5rem;height:1.5rem;top:9.125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPl8etilPX3bLZmWEgzhDLPpy59FpDEA { width:2.6875rem;height:1.3rem;top:9.125rem;left:4rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u9DCtWiiNWkuUpDDRbu4FkGbXqGJIDKV { width:3.3125rem;height:3.9rem;top:10.1875rem;left:4rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tB6TM93ZwF0JomuIUwH8RJLfpraTk7qX { width:6.75rem;height:3.9rem;top:10.0625rem;left:12.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZP9zdA3wyO0me9xXgwNrKzxUD9goE9Jp { width:7.8125rem;height:1.3rem;top:9rem;left:12.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmH65BOUX30tLG2pBoFnInwuJpIv9I8H { width:2.5rem;height:2.5rem;top:9.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnsGCP3Ugr1lniakhnoXRLfDaocth4P { width:2.8125rem;height:0;top:7.3125rem;left:15.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AFP9HDLE1OWcN3lnT5SSZUCRPz17Gxis { width:2.8125rem;height:0;top:6.25rem;left:15.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aw2DblPs5RTXdIcpBWg0g89OV0dTZCR4 { width:2.25rem;height:2.375rem;top:6.25rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxTz5kKcpQxfU96aSkbai7UHP4CQaiQk { width:14.5625rem;height:5.0625rem;top:1.4375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce73849c-58e7-42ba-ad73-1bec9cbb51fe/obozintro.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.adaptive-delivery-prevent-bg, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.lazyload, #KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU.lazyloading { background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { background-color: transparent; background-image: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row > .video-iframe-container { display: none; }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .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); }#KWMpsnG4E0MAXV1spTcXERr6T3ntx1GU > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSBt946OtLQCi35zDNEKtpRHVEutQ1zE { width:20rem;height:3.85rem;top:2.2124996185302rem;left:0rem;text-align:center;text-align-last:center;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sciUuvna3TtFput40kaEl8qCO5crfmaW { width:11.875rem;height:3.8125rem;top:33.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f60hx2gI3hOb72mMGosTFZLnBC9Kq6Dt { display:block; }
 }@media only screen and (max-width: 763px) { #XiPn8PPFJTnD2k23T6o9o5huxoUo77kv { width:11.6875rem;height:3.8125rem;top:42.749999046326rem;left:8.3135414123538rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIlRRyi9MxQ8NMXDgPndZBSLKUfnAuao { display:block; }
 }@media only screen and (max-width: 763px) { #poKwTp8leTIpFECt1Z4MQZ0hV3zqlZaV { width:20rem;height:6.625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzdFs6RWmUUxEOMIZZ0lHPWsauyeGh1H { width:20rem;height:1.625rem;top:39.136459350586rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Uwzxbl7psWLDSgxAusor9HEX9JlLmH { width:0.9375rem;height:0.9375rem;top:28.3125rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PW8VTT37oL6GIwg79LTWVTTyWKPALGL4 { width:0.0625rem;height:38.125rem;top:29.1875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-text.counter-number { padding-top:0.3725rem;padding-right:0.33rem;padding-bottom:0.3725rem;padding-left:0.33rem;width:1.981875rem;min-width:1.981875rem;height:2.001875rem;font-size:1.49rem;line-height:32.03px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2325rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.641875rem;height:0.79125rem;font-size:0.55875rem;line-height:12.66px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#LVqzZgcLMFiyxAdhbP1mllpdCisebKyE { display:flex;width:14.5625rem;height:3.770625rem;top:40.573959350586rem;left:2.8072919845581rem;padding-top:0.400625rem;padding-right:0.411875rem;padding-bottom:0.400625rem;padding-left:0.411875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #UzxROtlE55pH9lHu1laswpE01nW0M8Qd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #dsGvPXXHtOopwlu9LeNF8dTvpB3OIous {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #gEqHXHtDoXh9KXo8nVhAhfT83TrFabdZ {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #f2UrFoPfaQyvkDe21QBL604Jg2wFW5vd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #QTGkNyQ9tQ35U7EpDH7JtS2fFn4uTXc5 {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #VRwJeWcS4hVyKrS9w24MFyyqz75zgi2v {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #oNgSsq44JeehMf5NxIOnd3RUyTHAAC3I { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #x3Mg3RAuRa2uxWhTNV1f5NCFN13mni7b {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #ONrrLp5dgbOd6Qag9Wc4pxM12c8omyWA {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #ab2KXlubwvac2wVC2J16TBEu0od1Iax3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #qHkCHuncRm5xATOOUDbE0TV77mTIb8vx {  }
 }@media only screen and (max-width: 763px) { #LVqzZgcLMFiyxAdhbP1mllpdCisebKyE #Bi28zSnEh0GmnIdFUUfyRLUidc9htIoh {  }
 }@media only screen and (max-width: 763px) { #LEAynm3gdraVLxK5rUTvCV41umqsqitO { width:20rem;height:2.4rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFte2amNTm2xatvOI2oTP48G59tZAN8p { display:block; }#PFte2amNTm2xatvOI2oTP48G59tZAN8p > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M331mChz0anSU274cTbRF6Guv9wJTktK { width:0.0625rem;height:25rem;top:6.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWPFeEcdar44W8PdyDvTwOB4scMWSXIA { width:3.125rem;height:3.125rem;top:0.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg1DfiiDNpcwIdoOprXIorpMFCPgMfdM { width:9.6875rem;height:1.95rem;top:3.375rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGTeTrTFabzt2h5O50hud8Tm3LdvFc9 { width:9.6875rem;height:2.275rem;top:6.2374992370606rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIAlCoMCXlRaACSUoCEvnNLVU5OTc8hm { width:16.875rem;height:22.75rem;top:29.125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #dOZOCBrEuf9pGzU7pVtfUEdAlUVOTkIJ { width:20rem;height:11.875rem;top:30.0625rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ { width:20rem;height:17.6875rem;top:9.487500190735rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f081cdf-5866-4568-a4f8-7382e39261c6/kormoranbg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.adaptive-delivery-prevent-bg, #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.lazyload, #mpSOmT7IgWLlOgaf755x08nF1OWuq6CQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LTMShHxx9QqUgvBtRBHDXvhZR3bCAMLi { width:15.625rem;height:2.625rem;top:2.9750003814698rem;left:2.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM { display:block; }#OWQunM2TMFDp3fUyBa6afW8cDPc4OHTM > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmxddZl7xytKLBEbUwAOa4iNSSqVk3Jy { width:0.0625rem;height:6.25rem;top:2.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #worwmUlhXuwSoMEXh4Upft3D8r9u24ah { width:20rem;height:0.0625rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5lvGgrTofI69tTwv8i11BIvoN6F9BEH { width:3.75rem;height:3.75rem;top:1.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVX5eBXipDXixEyT0TZS3mxPQIRPacFZ { width:9.6875rem;height:1.95rem;top:5.125rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #rF6ytuDomq7oL435ms2kRGNB7GntTfGA { width:16.875rem;height:7rem;top:12.375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVOo8nx2xykoPAdtQGgZKfHQpSqlxtIO { width:14.125rem;height:1.95rem;top:8.3624992370606rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKx5hCJmcHdGRJ7BmQLDREg7zok9GhZb { width:0.0625rem;height:88.4375rem;top:6.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6 { width:20rem;height:36rem;top:21.987500190735rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd5abb6d-08c3-4dfc-a94f-db77edccb6c3/obozminiramparolki.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.adaptive-delivery-prevent-bg, #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.lazyload, #abGtWV5ciTooDCdDuQVybSxTTUJEo6F6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h3pkmasPRl3TX1TZklAIdft8X5RPbneA { width:15.5rem;height:1.95rem;top:64.9375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmmZpVTGcDTMPSUtkI0ptXvpv728riH { width:15.4375rem;height:3.125rem;top:64.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grJ8l2zPK5pu0GcffPXvWEKIabtw2yhs { width:20rem;height:13.375rem;top:9.3958330154419rem;left:0.61770820617676rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #HCcHMuz9woh0yrcsuccsch2al1iMHke8 { width:15.625rem;height:2.625rem;top:4.7250003814697rem;left:2.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #hN8Di0aCPz6rd7kVtTZIJl3omOWubZv5 { top:61.5625rem;left:8.3125rem;width:3.4375rem;height:3.4375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AgLSqWfSsutHyz1b9cDpRfORJr0iD6lZ { top:61.625rem;left:8.3125rem;width:3.375rem;height:3.375rem;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 { display:block; }#ZoJeIEM9kD26oxa7fQf9eGgdNFK8OMe7 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 { width:16.875rem;height:21.9375rem;top:1.1875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#sCEXVtoQb62lOaLTtzD6Mv7I6yZKdfb5 li:before{  }
 }@media only screen and (max-width: 763px) { #yA9HQdf6swinqqmPHpsh6biBnWuceC63 { width:20rem;height:26.3125rem;top:32.925rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN { display:block; }#noDBb7DIUvEO2NtmNFp4LCpLgmNLokuN > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FykGhZ9PXybMhKr5ne7sDMS13D5TVTgz { width:15.375rem;height:1.95rem;top:5.0625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTD7bX6P8piGXkZ0oP9RrTfzKzhyynbA { width:15.4375rem;height:3.125rem;top:4.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 { width:18.1875rem;height:12.0625rem;top:45.0625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#SZ1Pg77o7lE13MkeT7npNGCt2eT5ZIK4 li:before{  }
 }@media only screen and (max-width: 763px) { #oE5Je1tAtZDnoLOkr7swGHRpEHg2nWyk { width:20rem;height:13.875rem;top:20.8125rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU { width:20rem;height:13.4375rem;top:10.5rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8c7da7e6-c94b-4314-997b-e88ad8799a42/940638_Powerslide_Phuzion_Kids_Galaxy_boys_w19.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.adaptive-delivery-prevent-bg, #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.lazyload, #oqHFhuaszLXUgniZhE1wkCXTJM2fo7JU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dvfH4z9T7Gys08Jc8TETA3Jg5qLiQ9J5 { display:flex;top:1.6875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #hHnUXoabXUURmpyhgfOnEOU8EQx5y8e8 { top:1.125rem;left:8rem;width:4rem;height:4rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #VfRlOxTRJqFo4qkX2goqThATJzdmtv4A { top:8.875rem;left:0.3125rem;width:19.375rem;height:34.5rem;z-index:15001;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP { display:flex;height:auto;width:15.5625rem;top:56.875rem;left:3.1875rem; }
#L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #GF9nTZeLim7khK0esgFmG0pvdZ3SFkWh {  }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #RTDV7OJb42FZw3uzp920oC1d3Tdy3FdA {  }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #sVz5Vnk3iwyTHlUE2K1gbcF5bbl57nQR {  }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #URxnNOpO05ECZyTHqAxueFKWJK7BlvRo {  }
 }@media only screen and (max-width: 763px) { #L1n0gzrtqOZAy7mSy1b4JoL2kS0aD8IP #GKGt0rbQ8ysTNXP00BXLKNa6ATXgBqNx {  }
 }@media only screen and (max-width: 763px) { #afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg { display:block; }#afDHD3QkKsoJHlImSPTaSJ9V5dzXeSwg > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LepPFfGnKOJevUW0Jhq7M9tu3QoR4yQq { width:0.0625rem;height:18.75rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHwAiLorwMH7iWFyDKHXuWgvrHbk3PO6 { width:20rem;height:0.0625rem;top:18.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WM50kvnRvKbT1SwMlF13UrI7VCt5KmQZ { width:8.3125rem;height:1.95rem;top:11.1875rem;left:5.84375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqMp4NnVVs9bJAiOSNJtcpvG5hnNuBf5 { width:0.0625rem;height:128.25rem;top:18.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5vfFobGDrFzI65wFuTRZhRJeFywJiaf { width:3.75rem;height:3.75rem;top:7.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHrW2CyNzGMpqvKvL9MVSfsa4hm8aZCQ { width:9.6875rem;height:1.95rem;top:14.74374961853rem;left:5.15625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrraRThTulsgSZV5z4f3MxuyO4Tup2O { width:15.4375rem;height:3.125rem;top:10.53750038147rem;left:2.28125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #wsBfFFQT0xh2ZUcxRnz5TI901WdTOzy5 { top:18.06875038147rem;left:0rem;width:20rem;height:26.6875rem;z-index:15014;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI { display:block; }#TZT90S6nsMzo3xfCvfV0NcZkT6FHl1SI > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tK8W5IbFwyzxhkXtKOmaqQNyW3KFfoiu { width:16.875rem;height:22.75rem;top:1.03125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp { width:20rem;height:13.0625rem;top:1.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a9a4bc7b-26bf-499e-b480-942321db2b7a/940659_PS_ONE_Stargaze_Pink_2020_w05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.adaptive-delivery-prevent-bg, #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.lazyload, #uh9R0xpClOVWxOORzVrl7dy1pp27V6Xp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yDBPoqTwLBT7lhOTqlsusACHmTnp6J1L { width:20rem;height:13.1875rem;top:2.0625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFHPrqmTi0cswdnTWnZ8gCgRbQf6rmmr { display:block; }#UFHPrqmTi0cswdnTWnZ8gCgRbQf6rmmr > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKuTB6MRBogFmUuoT4TLIXpgpCBPmQ00 { top:2.6875rem;left:0.15625rem;width:19.6875rem;height:35rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #mF11UwO3Vatv0bA66UApifAkoXgEtIgG { top:2.25rem;left:0rem;width:20rem;height:26.6875rem;z-index:15015;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 { display:block; }#ChfKoZJ3vsySe147Eq0zQ1WRxcHyhNm2 > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqdUfT0V1ykvIzdkfN6OCTr1dBmCTLB2 { width:16.875rem;height:28rem;top:0.57499694824219rem;left:1.5625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kJirxETiEx5wOKAaCzhp9TTywZSnZDMK { top:26.262500762939rem;left:3.09375rem;width:13.697916625rem;height:3.072916625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NC6696BXAHg7IkTZuNcMAD9ANJhMS9TB { display:block; }
 }@media only screen and (max-width: 763px) { #h7PuJVe3VXRGINCWvu6lbycxuKE47en3 { display:block; }#h7PuJVe3VXRGINCWvu6lbycxuKE47en3 > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pnf7NDP5VdL9L6txoaPKPS7O7FhGqIpU { width:3.4375rem;height:3.4375rem;top:0.75rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGzAHMQO2DLfN7zB8ZFEDPZTB1BqPUo { width:9.6875rem;height:1.95rem;top:3.8125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyHF3D44owh6iq1tRTgQHGfkLyWqG2Iq { width:9.6875rem;height:1.95rem;top:5.3125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5WogxfIPwdZJ0UVKqrygghBzKEGECaz { width:11.25rem;height:11.25rem;top:9.6875rem;left:4.25rem;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #tyyHdU2wddob3cTMU9C4MPkbQMZW00Ox { width:6.375rem;height:3.25rem;top:20.9375rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xhTIlccrBGrAUD6by40w9wqxucL0HVIQ { width:11.25rem;height:11.25rem;top:24.6875rem;left:4.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iDCT2ktk6DM3AeM1rWWC19BoeDtVw3p8 { width:6.375rem;height:1.625rem;top:35.9375rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XbzakXAv19WxQuVCweLG4HOlrFovFhwe { width:11.25rem;height:11.25rem;top:39.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSwGh890PQRmcfrmAqXzSDC9My2ePkzR { width:8.75rem;height:3.25rem;top:51.1875rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kLfJFmDzZJ6Azp4s1TA2uViIOqSewKTF { width:11.25rem;height:11.25rem;top:54.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd191i1V7c6oLqgStEhP2PKDUgGqKKVx { width:5.75rem;height:3.25rem;top:66.1875rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bJyJgulePQxl36r4OUUvrzlkeBlIxfPt { width:15.4375rem;height:4.25rem;top:3.4750003814698rem;left:2.28125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC { display:block; }#FoXizL7b6MLEc8dtGx0zrKcvbHrSbfEC > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI { width:17.5rem;height:23.875rem;top:1.25rem;left:1.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb5c5f01-9520-493c-99f1-25f7bcdf1dcd/IMG_7236.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI.adaptive-delivery-prevent-bg, #zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI.lazyload, #zkNtCZXNwXKreWv7TQ6hvzC0fi8CROHI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DthNF0x6EIrTkc4URhsr9akiiCSA2bMN { width:17.5rem;height:23.875rem;top:26.375rem;left:1.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12415ba6-d755-4857-ac92-3c12a3c4443f/IMG_3149.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DthNF0x6EIrTkc4URhsr9akiiCSA2bMN.adaptive-delivery-prevent-bg, #DthNF0x6EIrTkc4URhsr9akiiCSA2bMN.lazyload, #DthNF0x6EIrTkc4URhsr9akiiCSA2bMN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CcXv7WIQeDg3bQOZvACm41t5DTtVypZF { width:17.5rem;height:23.875rem;top:51.5rem;left:1.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ffca7d2-7590-473c-ad0e-e5518fc5327f/IMG_3166.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CcXv7WIQeDg3bQOZvACm41t5DTtVypZF.adaptive-delivery-prevent-bg, #CcXv7WIQeDg3bQOZvACm41t5DTtVypZF.lazyload, #CcXv7WIQeDg3bQOZvACm41t5DTtVypZF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TUwizzAwiWVAwuQT44GxnK85ocpGgFA1 { width:17.5625rem;height:24rem;top:1.9375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSrGPgQfTEZ35gk0874H6a0b1AiZmlGg { width:17.5625rem;height:24rem;top:5.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #umv3Q3ZCA9r7P15PSJcAAvbKOkqp6rsB { width:17.5625rem;height:24rem;top:9.4375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz { display:block; }#u8TzMHiD7nMZVueLU9ZRbkyv7FNmw7Dz > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oK9DDZVulDybEDx3zguJ3U9hvJycQqr4 { width:0.0625rem;height:32.9375rem;top:70rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACSJ0cCSHsFHWBMqMX2vtyrtaifLxsTL { width:0.0625rem;height:33.125rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmvQHobF9g9v16k0EIT5gcpMyg5wEknO { width:3.75rem;height:3.75rem;top:2.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXRDyO5ONzVTPfJuyCreeFIJTSDoUZsJ { width:4.9375rem;height:1.95rem;top:6.625rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSvotuAbBZftfHIvAOu5rypQxnamf0kp { width:5.5625rem;height:1.95rem;top:8.3875026702881rem;left:7.21875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR3hZw3khyfJEUIB85HfrKqTSzOmGihV { width:16.875rem;height:1.75rem;top:13.725006103516rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWocQaPQaM6BTnqtdQOCFdCacthxmSsv { width:18.25rem;height:27.3125rem;top:15.675003051757rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#SWocQaPQaM6BTnqtdQOCFdCacthxmSsv li:before{  }
 }@media only screen and (max-width: 763px) { #NZV9aHNw1WHaqZQfDU3i9rmLabX7TMCo { width:16.875rem;height:1.75rem;top:51.75rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ves6UQ8GIwh4fasB2qiHlpcRkN3SRSDf { width:16.875rem;height:5.25rem;top:54.1875rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }#Ves6UQ8GIwh4fasB2qiHlpcRkN3SRSDf li:before{  }
 }@media only screen and (max-width: 763px) { #QMR3EmnOxuTGzacdsECzRh1ikiCVRSgs { width:15.4375rem;height:4.25rem;top:6.3072910308837rem;left:2.28125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #vBJMtX63wJVDzpif1qslnK8tte6RBRwN { display:block; }#vBJMtX63wJVDzpif1qslnK8tte6RBRwN > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJT9bBAhBUPd5qyHTpmrkyTxUwNc7gFT { height:11.1875rem;width:20rem;top:6.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvHahTZ3DsH5nOILK16IGvvgUiTc4Wxq { width:18.1875rem;height:2.4375rem;top:1.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD0XRkouwoHQ5rRA6ULlCngA7aNU0fD6 { width:10.125rem;height:1.95rem;top:3.6875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDcErzi8TSE830TKBITQy3RmKAaEsCsB { display:block; }#fDcErzi8TSE830TKBITQy3RmKAaEsCsB > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGoxgRCzgHMpKRTCtxAMvHKBfc6ZKFgK { height:11.1875rem;width:20rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmo1lGNliCdeTvBNbVvtFCERqy5gWS7 { width:10.125rem;height:1.95rem;top:0.6875rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI { display:none; }#SXATCIaetSLGCUv3CNEb5gdb4EuMSrTI > .row .container { width:20rem;height:33.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OJvOVn5VqQEnsyHbaWOFlD50c7cDr4oq { width:20rem;height:11.6875rem;top:26.375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTTbHObCrfHKN1XdaZdkag4tDvZ3Gkyo { width:20rem;height:11.5rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5rNy7BadctPCZMNgh8mTXNDxcDVSVrf { width:0.0625rem;height:33.125rem;top:6.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHi8OpAcPwT5NB6VfuR3e1CBE1ZkziWf { width:6.9375rem;height:1.95rem;top:4.7375001907349rem;left:6.53125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muuusARBk8SJtD56UhRUZFzdGZNLaqyu { width:6.375rem;height:1.95rem;top:6.625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJAPZfKk4AL24bM8c9KsB342mZIqeA5 { width:3.75rem;height:3.75rem;top:1.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUQTvu8tQXL11l6IdzFhsFNPr5LCWQJC { width:16.875rem;height:8.75rem;top:24.3125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vIf5gW1Azk5lT8iHwZNxuVPTRHado8Pi { width:15.4375rem;height:4.25rem;top:4.5rem;left:2.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH { display:block; }#TuoOT8TMpShbbVwbAJfGaaPwO1aGWcNH > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBt8B2wSCSOMaT6c3LDr5HMA6glWhPxc { width:0.0625rem;height:30.625rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IERSzMswD7C1RriKFsygF2Z8toxQ1ewQ { width:18.1875rem;height:2.4375rem;top:1.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg5TE0UrnEItfWsbla7QArRTA0UXsLP0 { width:14.5rem;height:1.95rem;top:5.125rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI8e4QJaNkPzhqbqbpZ6SaAJo04hTypZ { width:10.8125rem;height:1.95rem;top:8.3125rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbB9uC75PZWCXPFqgwflxz3SOccUXnBN { display:flex;width:1.5625rem;height:1.5625rem;top:8.5rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #S0IozOMD7ZZctROrUTb6ZPX9xQ0Ziom3 { display:flex;width:1.5625rem;height:1.5625rem;top:5.3125rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #NzJ620NtmabH9bX8TL38lVq8w1BWRseM { display:block; }#NzJ620NtmabH9bX8TL38lVq8w1BWRseM > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX { background-color:#011936;background-image:url("https://images.assets-landingi.com/15sL7lf1/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.adaptive-delivery-prevent-bg, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.lazyload, #NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX.lazyloading { background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { background-color: transparent; background-image: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row > .video-iframe-container { display: none; }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .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); }#NW6s9blEhX1AyhlTlCV9SIRbCvc5paQX > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOnfvuxb1WoUhPUVtPfu3vd74wJ9vlNd { width:20rem;height:6.6875rem;top:12.9375rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9l3AwQtUQ5UA0LZslFzr7BM1ClFIlaR { width:18.75rem;height:1.6875rem;top:1.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15013;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-text.counter-number { padding-top:0.390625rem;padding-right:0.34125rem;padding-bottom:0.390625rem;padding-left:0.34125rem;width:2.046875rem;min-width:2.046875rem;height:2.099375rem;font-size:1.5625rem;line-height:33.59px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.244375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.729375rem;height:0.83rem;font-size:0.58625rem;line-height:13.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p { display:flex;width:14.9375rem;height:3.955rem;top:2.75rem;left:2.1052083969116rem;padding-top:0.420625rem;padding-right:0.425625rem;padding-bottom:0.420625rem;padding-left:0.425625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #tbr9ktGDX4mJu7yDIX3RLIkC4nWr1FOO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #p5MrzZNSXgqgV18wfNbatRZT5QXSns2d {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #N6x2R09QXbdsbDHgoNzibVLPbRGm859S {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #pLBgnWfrPC1CgcxJewf60nEgGAFUepdJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #BFTCxH1bv6ICqlcvV0qOlQlB4p7OKmGp {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #yyNn7AHB2TPagv5xGhLWcZ5uA4OrDrla {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #xnl8i7bNVCfL02TiSTAll8skXq6HWbV6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #nrnsLd8A2AT6Tq0uqcKeIQAcAMTB7hs7 {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #kHoSUdhJqQfTeFPVvTdU6TLpuiXSWxnt {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #moWBaI1e3uswp23Z92EZ7DTanEyRbduV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #dNBS1BVlo3aVkn8tKbUoxZfq39Igru5t {  }
 }@media only screen and (max-width: 763px) { #oQ5qTIHMkxDN73U8f7ci57LMTK4fCG7p #TVskeX8M6iiOSe5KndBIyL3Kk2EZNmK2 {  }
 }@media only screen and (max-width: 763px) { #AL3aWI9khdRnJzhu3V1TCxBLnT0Nnb9m { width:0.9375rem;height:0.9375rem;top:14.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSpJSDC8wMJcSIyUtrR47A9Wv3eJZLka { width:19rem;height:4.9375rem;top:9.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhO0VN3drn7MKNQ8dgR0cyTWdFslsu7B { display:block; }
 }@media only screen and (max-width: 763px) { #q1Pf0JmnoUd07BQkEcSueooiqHnMIap6 { width:20rem;height:6.9375rem;top:9.4375rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GmETmbdzK3bghxBhVOxE6pGAJpO5wffu { display:block; }
 }@media only screen and (max-width: 763px) { #hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi { display:block; }#hQuRwDzwPz7IhA8z0lPgSIFnVTgJRAoi > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1afnMWKvK8IbFPSh6Bg899EnRbzClgx { display:block; }#m1afnMWKvK8IbFPSh6Bg899EnRbzClgx > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laq19AXbFPdbc0NQ6odN09aNmEoLNGip { width:14.875rem;height:1.4625rem;top:5.125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhd5GmJ55lOLxnuHOO5xOXfe8IlZgJwo { width:18.1875rem;height:1.7875rem;top:1.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWsIHQc6X5OKTRF4JawrhUq8BA2dUyg9 { width:17.0625rem;height:1.4625rem;top:3.6625003814698rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgn9cTBamyqx6M697eO6eeSUCyoLeaFF { width:9.25rem;height:1.4625rem;top:8.0499992370606rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzGd15whfRl6tnEqaLFibC7T5DenusAG { width:12.4375rem;height:1.4625rem;top:6.58749961853rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpSX2nBuDbSn5kTreGiMLJkfRlyDHZIr { width:14rem;height:1.4625rem;top:9.5125007629394rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5RBnhB8QyXVuabJ9baTQEPTZZheBqL { width:7.9375rem;height:1.4625rem;top:11.012500762939rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }