.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN { position:relative;display:block; }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN { background-color: transparent; background-image: none; }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .row .container > .video-iframe-container { display: none; }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .row > .video-iframe-container { display: none; }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .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); }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN { border-width: 0; border-radius: 0; }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .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; }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .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:4.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SucZACRcmc3dS2C1E47TLMXu8oqbxBNB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/472811c7-32a8-4b45-9491-53dec9571909/slider_8.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#WIKwuDsJ5FLHU8qrg2UMcpGUBJHRm1XC { position:absolute;display:block;z-index:15000;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39rem;width:25.5625rem;top:0rem;left:49.4375rem;display:block; }
#kWtlg4T32nfGLCgFDxPc6PpvROWwqbIq { color:#ee7f00;display:block;width:23.375rem;position:absolute;font-family:nnnittigrotesk;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.73193359375rem;left:50.53125rem;height:2.11230625rem;font-style:normal;display:block; }
#qqrSxyzme86buMWb64HduGCMsiMKxCPE { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.63037109375rem;left:51rem;height:1.29980625rem;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; }
#fGfhn7DNlLtQJEpBBAlLUmPAg78KDSrp { background-color:#ee7f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nn dagny text";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:4.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:29.625rem;display:none; }
#FzT77G1p0dSRWgONNbZF2D47TTS3iNTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQMlBdTiJbV8Vn5n1PJLxTuNmf9VEQL7 { 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; }
#fTpQfad2ITTJhRwOIxcUF7R73THmeUHT { position:absolute;display:block;z-index:15022;height:23.9360625rem;width:20.8735625rem;top:7.50048828125rem;left:51.78173828125rem;display:block; }
#abpmTvqLkoFTLFkAKP0FDNT4ALi3wqku { color:#000000;display:block;width:21.625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:49.28076171875rem;height:4.54980625rem;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:none; }
#v4c4KWZhHAAHH3iCEdMLoUmklAdc9HVS { color:#000000;display:block;width:21.625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:49.28076171875rem;height:4.54980625rem;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:none; }
#cfhznvNfAMIETKZixIN0lfdIX0LTfVDc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:11.4375rem;left:29.875rem;display:block; }
#sr2DxVu4Fxvcna5BfhWDOOZZsKOIVBVB { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.5625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:13.8125rem;left:33.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#v2rTOfKV0iqOV1GkGfvuTP6o4tnXKR3G { color:#000000;display:block;width:2.75rem;position:absolute;font-family:nnnittigrotesk;font-size:2.75rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:16.1875rem;left:36.5625rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzpoZrihBWTDJUkM10EtBqtUqSnwz6vI { position:absolute;display:block;z-index:15039;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:1.5rem;width:1.5rem;top:16.0625rem;left:39.3125rem;overflow:hidden;display:block; }
#wEVg91mSnzq0vHbntRggP8ExatSrdL3q { color:#000000;display:block;width:4.625rem;position:absolute;font-family:nnnittigrotesk;font-size:4.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:14.875rem;left:32.125rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VVJX6cG7QHVRCQTGzoTvmgqDLB182bIc { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:19.3125rem;left:31.125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { position:relative;display:block; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { background-color: transparent; background-image: none; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row .container > .video-iframe-container { display: none; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row > .video-iframe-container { display: none; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .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); }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { border-width: 0; border-radius: 0; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .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; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .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:1.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ { 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; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row .container { background-color: transparent; background-image: none; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row .container > .video-iframe-container { display: none; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row > .video-iframe-container { display: none; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .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); }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row .container { border-width: 0; border-radius: 0; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#iFz1S5A4NKgIl2TtSdnrTVDWLKkii4LT { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:1.375rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oWQNeSQUqzTqV5UuNnxCvDdoaBWQAHHR { color:#414141;display:block;width:55.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.07421875rem;left:8.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#D6fq6mZJ1INnzSiVKa9K5bT5hXBgkf2z { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:2rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5625rem;left:0rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ { position:relative;display:block; }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ { background-color: transparent; background-image: none; }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .row .container > .video-iframe-container { display: none; }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .row > .video-iframe-container { display: none; }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .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); }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ { border-width: 0; border-radius: 0; }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .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; }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .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:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T9OLnpG8MBkoSwJOwnfVcxeowlLmhZ7L { 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.125rem;width:5.125rem;top:0.34375rem;left:44.3125rem;overflow:hidden;display:block; }
#CBb1BLE55ZAaUXXzlw9gEVbTeNRoerOZ { color:#212529;display:block;width:14.75rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5927734375rem;left:58.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RB5lva3HGBsfvAI6IGbrHPyZXrIJPed9 { color:#4c4c4c;display:block;width:15rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.29345703125rem;left:58.125rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOh13uGoKTXkToe4wo3SGTPxyGUNL2bV { color:#4c4c4c;display:block;width:15.625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.29345703125rem;left:1.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDdn0EDb5STpMHrkoKpbHgDUeHkRHsTP { color:#212529;display:block;width:18.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5927734375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PScsmTb3vJJloFqZgeLr9EzeqgaLOSKQ { 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:5.8125rem;width:5.5rem;top:0rem;left:5.875rem;overflow:hidden;display:block; }
#GtXOxiBbSFV52FTUShNqOkfdfCmKbazh { color:#4c4c4c;display:block;width:16.75rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.29345703125rem;left:38.5rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UON3hIBhvIGRNMQ2To9wX8FoTWNrzPBb { color:#212529;display:block;width:18.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:6.71875rem;left:37.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QzZr76n31evuL3wS1QyxLH7TWo3krtQA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.5rem;top:0rem;left:25.375rem;overflow:hidden;display:block; }
#ldcXMdmZ0QHkH90qL7Dvvw7LlUIbwBMK { color:#4c4c4c;display:block;width:16.9375rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.29345703125rem;left:19.65625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8CVaWNAprUHagqAm6nK0C70M8ZLvKZb { color:#212529;display:block;width:15.75rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:6.7177734375rem;left:19.65625rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DzEvTTmNNC1Jr4KdTUyCX4O1oTositfN { position:absolute;display:block;z-index:15020;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.9375rem;width:4.9375rem;top:0.4375rem;left:63.15625rem;overflow:hidden;display:block; }
#lrgZctGAtqUhI5LZIeToMANJ4I7PUFfg { position:absolute;display:block;z-index:15028;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:1.5rem;width:1.5rem;top:6.6552734375rem;left:34.625rem;overflow:hidden;display:block; }
#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row .container { background-color: transparent; background-image: none; }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row .container > .video-iframe-container { display: none; }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row > .video-iframe-container { display: none; }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .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); }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row .container { border-width: 0; border-radius: 0; }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#nouXdg3S7hQC6Tmz1uwEsZQgh8hkU7Qz { color:#000000;display:block;width:53.375rem;position:absolute;font-family:"nn dagny text";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4619140625rem;left:10.5625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#I3VlBnO58p9DhZdgAedL0CET2fmaCioJ { color:#4c4c4c;display:block;width:44.8125rem;position:absolute;font-family:"nn dagny text";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:15.87353515625rem;left:15.09375rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dR3Uu9TpFipcT9lFFNAUq59DVyWnU0nD { color:#4c4c4c;display:block;width:68.75rem;position:absolute;font-family:"nn dagny text";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.045288085938rem;left:2.490234375rem;height:1.62475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#brfUXDxnSOBmWP6wD7npsTeInnNtHlqi { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:"nn dagny text";font-size:2.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.6875rem;left:24.8125rem;height:2.76220625rem;display:block; }
#cg8PLpfU3mvGDMh4fvW5TICHAngMWkdd { color:#ea650d;display:block;width:8.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:7.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.8125rem;height:9.4248125rem;font-style:normal;display:block; }
#OgM1tBKbqCtlaKexR8g3LamGL0VsoNHq { color:#ea650d;display:block;width:1.625rem;position:absolute;font-family:"nn dagny text";font-size:3.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:6.8125rem;left:41.0625rem;height:4.54980625rem;display:block; }
#tPImCuifDoJ9ezwG4R7icQRgz1fzMIpA { color:#ea650d;display:block;width:6.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:3.375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:9rem;left:41.0625rem;height:4.38720625rem;font-style:normal;display:block; }
#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X { position:relative;display:block; }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X { background-color: transparent; background-image: none; }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .row .container > .video-iframe-container { display: none; }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .row > .video-iframe-container { display: none; }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .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); }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X { border-width: 0; border-radius: 0; }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .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; }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .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:1.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx { 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; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row .container { background-color: transparent; background-image: none; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row .container > .video-iframe-container { display: none; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row > .video-iframe-container { display: none; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .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); }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row .container { border-width: 0; border-radius: 0; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#d9xbAhviuHeXfsHTb7F5wdtAXOsaXNvf { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:1.875rem;left:0rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JE7Tx72OZc6mV1BFuAexBoefH2DFa6NX { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:2rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:0.5625rem;left:0rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ImRm421kCi0SxT3vefHaVaTCHWDNghnP { position:relative;display:block; }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP { background-color: transparent; background-image: none; }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .row .container > .video-iframe-container { display: none; }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .row > .video-iframe-container { display: none; }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .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); }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP { border-width: 0; border-radius: 0; }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .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; }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .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:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J2Xc57TuZKwXt804r84vRITi2TQoxl5K { color:#212529;display:block;width:13.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.65625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TETkb7FdHOPV3sw132bGJlLhqdqGMlXa { color:#4c4c4c;display:block;width:21.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.88818359375rem;left:1.65625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ACSoNXCcFC1unBlIJOWrdGlyODtLuhe1 { color:#212529;display:block;width:13.625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:28.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DMLPfDMaEsTtJkyuIn3X6lkvwndJwb6I { color:#4c4c4c;display:block;width:18rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.88818359375rem;left:28.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x2Bfer1ODacLA2cCHdCL1E2iWzGIZA0F { color:#212529;display:block;width:15.875rem;position:absolute;font-family:nnnittigrotesk;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.6875rem;left:52.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sRev4dWcXE87wkgWuoCJaRmX0TFKiNHr { color:#4c4c4c;display:block;width:19.125rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.88818359375rem;left:52.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XrBGgqlyqNWseJf5qThPqU8f2tBZ5zm3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:1.0625rem;left:28.75rem;overflow:hidden;display:block; }
#mfOv7DkORhS5EM3q2vpOnCXPomoxZcxD { position:absolute;display:block;z-index:15020;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:2rem;width:2rem;top:1.0625rem;left:2.0625rem;overflow:hidden;display:block; }
#w5m8TBB752TSikpoTuu9QtucsICPqu61 { position:absolute;display:block;z-index:15021;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:2rem;width:2rem;top:1.0625rem;left:53.25rem;overflow:hidden;display:block; }
#Kk4uOfsCTgyQBt1eVswUS9PzvtNd2Akq { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#f2f2f2;background-image:none;top:0.75rem;left:28.5rem;display:block; }
#dw2qeKRzuMUe6VshbhvuZTqruKc5yVld { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#f2f2f2;background-image:none;top:0.75rem;left:1.6875rem;display:block; }
#D6pu3VnGIPP2JfGBlTQ52CxWd5SJIEzK { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#f2f2f2;background-image:none;top:0.75rem;left:52.9375rem;display:block; }
#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row .container { background-color: transparent; background-image: none; }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row .container > .video-iframe-container { display: none; }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row > .video-iframe-container { display: none; }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .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); }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row .container { border-width: 0; border-radius: 0; }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#c0DtdZf1OXv65zAENZ63erPqyR35Ur5h { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:2rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:1.244140625rem;left:0rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbWclrhfhVMWV5oS1JsnTa7nNpbz1XP5 { color:#4c4c4c;display:block;width:41.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.041015625rem;left:16.59375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#coyKtsINiltz8qxXQcZP4mOlWx3zdrSu { color:#212529;display:block;width:75rem;position:absolute;font-family:nnnittigrotesk;font-size:3.0625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:4.1276054382324rem;left:0rem;height:3.36865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C43ZrOHEHbtkywqW4vUkAr4r47lZnGuV { 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:9.75rem;width:7.5rem;top:10.552734375rem;left:7.03125rem;overflow:hidden;display:none; }
#sTewslVxuMFusz2clI4tuvJgakZgNRhO { color:#4c4c4c;display:block;width:41.8125rem;position:absolute;font-family:nnnittigrotesk;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.041015625rem;left:16.59375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/182bc4c8-2392-427d-bf81-05a920f1573c/slider_5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ.adaptive-delivery-prevent-bg, #Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ.lazyload, #Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ.lazyloading { background-image: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { background-color: transparent; background-image: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container > .video-iframe-container { display: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container { display: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .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); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { border-width: 0; border-radius: 0; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#AzRfJhL7fW9PFJrteTtIZE0arR1LTyKf { position:absolute;display:block;z-index:15020;height:26.25rem;width:22.1875rem;top:8.474609375rem;left:51.125rem;display:block; }
#bxDdLTTp5immcrQfQglIyPZEvdBkdypv { color:#ee7f00;display:block;width:20.5rem;position:absolute;font-family:nnnittigrotesk;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.63720703125rem;left:51.125rem;height:4.2246125rem;font-style:normal;display:block; }
#CcelLcCGyrwFAXgbTVOZXLFiP2q0Zh5a { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:nnnittigrotesk;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.369140625rem;left:51.125rem;height:1.54345625rem;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; }
#aqR8S5v6vg1SwvfDUTRDL1uov6DIUJ76 { position:absolute;display:block;z-index:15001;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:25.5625rem;top:0rem;left:49.4375rem;display:block; }
#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN { 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; }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row .container { background-color: transparent; background-image: none; }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row .container > .video-iframe-container { display: none; }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row > .video-iframe-container { display: none; }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .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); }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row .container { border-width: 0; border-radius: 0; }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#DiKfQqSoMiL3Mo1VkWTTxs7XlP9vDUBD { box-sizing:content-box;height:22.125rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#f7f7f7;background-image:none;top:1.5rem;left:0rem;display:block; }
#RVJK8RNiUPylWgWiXiOppxvy9Nt3vRCz { color:#212529;display:block;width:15.5625rem;position:absolute;font-family:nnnittigrotesk;font-size:1.375rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;top:3.6875rem;left:2.5rem;height:1.51220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T5OZNcMyzE4n6BM2GGv0g4A2lDcWPkoR { color:#ea650d;display:block;width:35.75rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:6.3681640625rem;left:2.5rem;height:1.79980625rem;font-style:normal;display:block; }
#sXV3PIx9hdSXCBdkZ2Vfxw0QRfyO6cTA { color:#ea650d;display:block;width:41rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:8.16796875rem;left:2.5rem;height:1.79980625rem;font-style:normal;display:block; }
#hZl2RS7WCswxKirEXHzo20GpmzZaOpFH { color:#ea650d;display:block;width:41rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:9.9677734375rem;left:2.5rem;height:1.79980625rem;font-style:normal;display:block; }
#LUQnzhbCrsxQC956gxzg5mZe1XT49DwI { color:#414141;display:block;width:69.375rem;position:absolute;font-family:"nn dagny text";font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:12.37841796875rem;left:2.5rem;height:9.597625rem;display:block; }
#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/D8qMHXfW/bg_stopka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ.adaptive-delivery-prevent-bg, #aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ.lazyload, #aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ.lazyloading { background-image: none; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container { background-color: transparent; background-image: none; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container > .video-iframe-container { display: none; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row > .video-iframe-container { display: none; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .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); }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container { border-width: 0; border-radius: 0; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#v80FCemHgMbIWbazIKmBiGQCTIAXmIa8 { color:#4c4c4c;display:block;width:17.625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.11328125rem;left:14.0625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EdoJpb6BiK9GABwgGlKWizO1qBTsGz8w { color:#4c4c4c;display:block;width:12.875rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.7060546875rem;left:60.0625rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TH44it67s7Ru9HkGkeGoXSt3V90ivTmy { color:#4c4c4c;display:block;width:6.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.11328125rem;left:60.0625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRduvQNp5gvPFGQZgAPtk2WKNENapeuZ { color:#4c4c4c;display:block;width:27.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.8125rem;left:7.5rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q33nbWcy44WzdbUrSUBEPUEiohvrZB6T { 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; }
#qIcCReZqw5PtMU8PqUmvSqxrx7PRXTKc { 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; }
#AyZnzsmpdzAN9dsFzdywdJMwVbnJ2C1S { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4c4c4c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.8125rem;height:4.8125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:32.0625rem;left:7.5rem;display:none; }
#T9OeRkcm3mC2Onn7eXL1Fdcfy3posiEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnOfqs6eXbqF5ooVx3OokiV6LopeWu5R { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.625rem;top:35.6875rem;left:7.5rem;overflow:hidden;display:none; }
#zmf6vqb1KLkc2zfzwUHLIzvmfIp0N3lP { color:#4c4c4c;display:block;width:8.375rem;position:absolute;font-family:nnnittigrotesk;font-size:0.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9873046875rem;left:0.8427734375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NXFsc7nH9Tr1lNOa3t8uHtHKvOqLlMuI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.0615rem;top:1.291015625rem;left:0rem;overflow:hidden;display:block; }
#xWncRRQGbLEVwx8ziD7ZQD4zXJ8bTKkN { color:#4c4c4c;display:block;width:15.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.46826171875rem;left:14.0625rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpFv85ugXXyeonZox5VUkN1FxLWBLIbV { color:#4c4c4c;display:block;width:17.6875rem;position:absolute;font-family:nnnittigrotesk;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.11328125rem;left:36.5rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UTXDyrCWggoNnZB9lD9D11ppfTBmyuuP { color:#4c4c4c;display:block;width:15.0625rem;position:absolute;font-family:nnnittigrotesk;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.46826171875rem;left:14.0625rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { position:relative;display:block; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { background-color: transparent; background-image: none; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row .container > .video-iframe-container { display: none; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row > .video-iframe-container { display: none; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .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); }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { border-width: 0; border-radius: 0; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .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; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .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.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IceL1KQWiHKHyIVlb5GX1XZLEAMIMfEW { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 6.25rem rgba(0,0,0,0.25) ;height:0.25rem;width:37.375rem;top:0rem;left:18.8125rem;display:block; }
#nsFTcWcmyN5T6OuGxczCAHuyzEc5lvFg { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:75rem;top:0.0625rem;left:0rem;display:block; }
#iS2EvoDIdEf17kKHGeP0IlFzT2P8TLFi { position:absolute;display:block;z-index:15005;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J1JRAB8nL0OQ769yh11fd04qC81fuQHN { display:block; }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SucZACRcmc3dS2C1E47TLMXu8oqbxBNB { top:0rem;left:0rem;width:9.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIKwuDsJ5FLHU8qrg2UMcpGUBJHRm1XC { top:0rem;left:22.1875rem;width:25.5625rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWtlg4T32nfGLCgFDxPc6PpvROWwqbIq { top:1.6875rem;left:24.375rem;width:23.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqrSxyzme86buMWb64HduGCMsiMKxCPE { top:4.625rem;left:25.3125rem;width:22.4375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGfhn7DNlLtQJEpBBAlLUmPAg78KDSrp { width:15.75rem;height:4.1875rem;top:0rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzT77G1p0dSRWgONNbZF2D47TTS3iNTn { display:block; }
 }@media only screen and (max-width: 763px) { #hQMlBdTiJbV8Vn5n1PJLxTuNmf9VEQL7 { display:none; }
 }@media only screen and (max-width: 763px) { #fTpQfad2ITTJhRwOIxcUF7R73THmeUHT { top:7.5rem;left:26.9375rem;width:20.8125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abpmTvqLkoFTLFkAKP0FDNT4ALi3wqku { top:11.0625rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4c4KWZhHAAHH3iCEdMLoUmklAdc9HVS { top:14.8125rem;left:0rem;width:17.5625rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfhznvNfAMIETKZixIN0lfdIX0LTfVDc { top:11.4375rem;left:16.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr2DxVu4Fxvcna5BfhWDOOZZsKOIVBVB { top:13.8125rem;left:20.3125rem;width:4.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2rTOfKV0iqOV1GkGfvuTP6o4tnXKR3G { top:16.1875rem;left:22.9375rem;width:2.75rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzpoZrihBWTDJUkM10EtBqtUqSnwz6vI { top:16.0625rem;left:25.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEVg91mSnzq0vHbntRggP8ExatSrdL3q { top:14.875rem;left:18.5rem;width:4.625rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVJX6cG7QHVRCQTGzoTvmgqDLB182bIc { top:19.3125rem;left:17.5rem;width:10.0625rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { display:none; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CA9sDCuqubTy5iZHxftphkzu13IUEHFZ { display:block; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFz1S5A4NKgIl2TtSdnrTVDWLKkii4LT { top:1.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWQNeSQUqzTqV5UuNnxCvDdoaBWQAHHR { top:4.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6fq6mZJ1INnzSiVKa9K5bT5hXBgkf2z { top:0.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ { display:block; }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9OLnpG8MBkoSwJOwnfVcxeowlLmhZ7L { top:0.3125rem;left:27.28125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBb1BLE55ZAaUXXzlw9gEVbTeNRoerOZ { top:6.5625rem;left:33rem;width:14.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5lva3HGBsfvAI6IGbrHPyZXrIJPed9 { top:9.25rem;left:32.75rem;width:15rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOh13uGoKTXkToe4wo3SGTPxyGUNL2bV { top:9.25rem;left:0rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdn0EDb5STpMHrkoKpbHgDUeHkRHsTP { top:6.5625rem;left:0rem;width:18.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PScsmTb3vJJloFqZgeLr9EzeqgaLOSKQ { top:0rem;left:2.46875rem;width:5.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXOxiBbSFV52FTUShNqOkfdfCmKbazh { top:9.25rem;left:19.0625rem;width:16.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UON3hIBhvIGRNMQ2To9wX8FoTWNrzPBb { top:6.6875rem;left:16.25rem;width:18.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzZr76n31evuL3wS1QyxLH7TWo3krtQA { top:0rem;left:15.15625rem;width:5.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldcXMdmZ0QHkH90qL7Dvvw7LlUIbwBMK { top:9.25rem;left:6.9375rem;width:16.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8CVaWNAprUHagqAm6nK0C70M8ZLvKZb { top:6.6875rem;left:8.125rem;width:15.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzEvTTmNNC1Jr4KdTUyCX4O1oTositfN { top:0.4375rem;left:39.3125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrgZctGAtqUhI5LZIeToMANJ4I7PUFfg { top:6.625rem;left:22.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx { display:block; }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nouXdg3S7hQC6Tmz1uwEsZQgh8hkU7Qz { top:2.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3VlBnO58p9DhZdgAedL0CET2fmaCioJ { top:15.8125rem;left:1.46875rem;width:44.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR3Uu9TpFipcT9lFFNAUq59DVyWnU0nD { top:18.0625rem;left:0rem;width:16.9375rem;height:4.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #brfUXDxnSOBmWP6wD7npsTeInnNtHlqi { top:10.6875rem;left:11.1875rem;width:6.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg8PLpfU3mvGDMh4fvW5TICHAngMWkdd { top:5.0625rem;left:18.1875rem;width:8.8125rem;height:9.4375rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgM1tBKbqCtlaKexR8g3LamGL0VsoNHq { top:6.8125rem;left:27.4375rem;width:1.625rem;height:4.5rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPImCuifDoJ9ezwG4R7icQRgz1fzMIpA { top:9rem;left:27.4375rem;width:6.6875rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X { display:block; }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx { display:block; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9xbAhviuHeXfsHTb7F5wdtAXOsaXNvf { top:1.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE7Tx72OZc6mV1BFuAexBoefH2DFa6NX { top:0.5625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImRm421kCi0SxT3vefHaVaTCHWDNghnP { display:block; }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2Xc57TuZKwXt804r84vRITi2TQoxl5K { top:4.6875rem;left:0rem;width:13.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETkb7FdHOPV3sw132bGJlLhqdqGMlXa { top:9.875rem;left:0rem;width:21.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACSoNXCcFC1unBlIJOWrdGlyODtLuhe1 { top:4.6875rem;left:15.875rem;width:13.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMLPfDMaEsTtJkyuIn3X6lkvwndJwb6I { top:9.875rem;left:13.75rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Bfer1ODacLA2cCHdCL1E2iWzGIZA0F { top:4.6875rem;left:31.75rem;width:15.875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRev4dWcXE87wkgWuoCJaRmX0TFKiNHr { top:9.875rem;left:28.5rem;width:19.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrBGgqlyqNWseJf5qThPqU8f2tBZ5zm3 { top:1.0625rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfOv7DkORhS5EM3q2vpOnCXPomoxZcxD { top:1.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5m8TBB752TSikpoTuu9QtucsICPqu61 { top:1.0625rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk4uOfsCTgyQBt1eVswUS9PzvtNd2Akq { top:0.75rem;left:15.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw2qeKRzuMUe6VshbhvuZTqruKc5yVld { top:0.75rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6pu3VnGIPP2JfGBlTQ52CxWd5SJIEzK { top:0.75rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR { display:block; }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0DtdZf1OXv65zAENZ63erPqyR35Ur5h { top:1.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWclrhfhVMWV5oS1JsnTa7nNpbz1XP5 { top:8rem;left:2.96875rem;width:41.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coyKtsINiltz8qxXQcZP4mOlWx3zdrSu { top:4.125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43ZrOHEHbtkywqW4vUkAr4r47lZnGuV { top:10.5rem;left:0rem;width:7.5rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTewslVxuMFusz2clI4tuvJgakZgNRhO { top:10.125rem;left:0rem;width:20rem;height:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { display:block; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzRfJhL7fW9PFJrteTtIZE0arR1LTyKf { top:8.4375rem;left:25.5625rem;width:22.1875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxDdLTTp5immcrQfQglIyPZEvdBkdypv { top:1.625rem;left:27.25rem;width:20.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcelLcCGyrwFAXgbTVOZXLFiP2q0Zh5a { top:6.3125rem;left:27.8125rem;width:19.9375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqR8S5v6vg1SwvfDUTRDL1uov6DIUJ76 { top:0rem;left:22.1875rem;width:25.5625rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9I0xQykTvofcX0a3QNc9HNkUQfSiePN { display:block; }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiKfQqSoMiL3Mo1VkWTTxs7XlP9vDUBD { top:1.5rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVJK8RNiUPylWgWiXiOppxvy9Nt3vRCz { top:3.6875rem;left:0rem;width:15.5625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5OZNcMyzE4n6BM2GGv0g4A2lDcWPkoR { top:6.3125rem;left:0rem;width:35.75rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXV3PIx9hdSXCBdkZ2Vfxw0QRfyO6cTA { top:8.125rem;left:0rem;width:41rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZl2RS7WCswxKirEXHzo20GpmzZaOpFH { top:9.9375rem;left:0rem;width:41rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQnzhbCrsxQC956gxzg5mZe1XT49DwI { top:12.375rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ { display:block; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v80FCemHgMbIWbazIKmBiGQCTIAXmIa8 { top:1.0625rem;left:0.4375rem;width:17.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdoJpb6BiK9GABwgGlKWizO1qBTsGz8w { top:6.6875rem;left:34.875rem;width:12.875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH44it67s7Ru9HkGkeGoXSt3V90ivTmy { top:1.0625rem;left:41.6875rem;width:6.0625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRduvQNp5gvPFGQZgAPtk2WKNENapeuZ { top:28.8125rem;left:0rem;width:27.5rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q33nbWcy44WzdbUrSUBEPUEiohvrZB6T { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qIcCReZqw5PtMU8PqUmvSqxrx7PRXTKc { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AyZnzsmpdzAN9dsFzdywdJMwVbnJ2C1S { width:29.8125rem;height:4.8125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9OeRkcm3mC2Onn7eXL1Fdcfy3posiEO { display:block; }
 }@media only screen and (max-width: 763px) { #ZnOfqs6eXbqF5ooVx3OokiV6LopeWu5R { top:35.6875rem;left:0rem;width:1.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmf6vqb1KLkc2zfzwUHLIzvmfIp0N3lP { top:5.9375rem;left:0rem;width:8.375rem;height:1.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXFsc7nH9Tr1lNOa3t8uHtHKvOqLlMuI { top:1.25rem;left:0rem;width:10rem;height:2.795308850569rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWncRRQGbLEVwx8ziD7ZQD4zXJ8bTKkN { top:5.4375rem;left:0.4375rem;width:15.0625rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpFv85ugXXyeonZox5VUkN1FxLWBLIbV { top:1.0625rem;left:22.875rem;width:17.6875rem;height:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTXDyrCWggoNnZB9lD9D11ppfTBmyuuP { top:14rem;left:0rem;width:15.0625rem;height:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { display:block; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IceL1KQWiHKHyIVlb5GX1XZLEAMIMfEW { top:0rem;left:5.1875rem;width:37.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsFTcWcmyN5T6OuGxczCAHuyzEc5lvFg { top:0.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS2EvoDIdEf17kKHGeP0IlFzT2P8TLFi { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #J1JRAB8nL0OQ769yh11fd04qC81fuQHN { display:block; }#J1JRAB8nL0OQ769yh11fd04qC81fuQHN > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SucZACRcmc3dS2C1E47TLMXu8oqbxBNB { width:7.0625rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e599b065-39f5-4f03-b597-868e1681b90d/slider_zawodpremium_1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIKwuDsJ5FLHU8qrg2UMcpGUBJHRm1XC { width:20rem;height:43.5625rem;top:8.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWtlg4T32nfGLCgFDxPc6PpvROWwqbIq { width:13.6875rem;height:4.54980625rem;top:9.1875rem;left:1.21875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqrSxyzme86buMWb64HduGCMsiMKxCPE { width:17.5625rem;height:2.76171875rem;top:13.67529296875rem;left:1.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGfhn7DNlLtQJEpBBAlLUmPAg78KDSrp { width:8.875rem;height:2.5625rem;top:0.875rem;left:11.125rem;z-index:15001;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzT77G1p0dSRWgONNbZF2D47TTS3iNTn { display:block; }
 }@media only screen and (max-width: 763px) { #hQMlBdTiJbV8Vn5n1PJLxTuNmf9VEQL7 { top:7.22412109375rem;left:0rem;width:20rem;height:49.375rem;z-index:14999;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTpQfad2ITTJhRwOIxcUF7R73THmeUHT { width:17.874rem;height:21.5625rem;top:17.19921875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abpmTvqLkoFTLFkAKP0FDNT4ALi3wqku { width:11rem;height:0;top:11.56298828125rem;left:1.21875rem;font-size:1.5rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #v4c4KWZhHAAHH3iCEdMLoUmklAdc9HVS { width:14.8125rem;height:0;top:13.3388671875rem;left:5.1875rem;font-size:1.5rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #cfhznvNfAMIETKZixIN0lfdIX0LTfVDc { width:12.5rem;height:12.5rem;top:11.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr2DxVu4Fxvcna5BfhWDOOZZsKOIVBVB { width:4.5625rem;height:auto;top:13.8125rem;left:7.6875rem;font-size:1.25rem;font-family:nnnittigrotesk;display:none; }
 }@media only screen and (max-width: 763px) { #v2rTOfKV0iqOV1GkGfvuTP6o4tnXKR3G { width:2.75rem;height:auto;top:16.1875rem;left:8.625rem;font-size:1.625rem;font-family:nnnittigrotesk;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #XzpoZrihBWTDJUkM10EtBqtUqSnwz6vI { width:1.5rem;height:1.5rem;top:16.0625rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEVg91mSnzq0vHbntRggP8ExatSrdL3q { width:4.625rem;height:auto;top:14.875rem;left:7.6875rem;font-size:2rem;font-family:nnnittigrotesk;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VVJX6cG7QHVRCQTGzoTvmgqDLB182bIc { width:10.0625rem;height:auto;top:19.3125rem;left:4.9375rem;font-size:0.8125rem;font-family:nnnittigrotesk;display:none; }
 }@media only screen and (max-width: 763px) { #JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM { display:block; }#JspRa66xqXZzlNMc0ZyT5TbX4qLiKlzM > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CA9sDCuqubTy5iZHxftphkzu13IUEHFZ { display:block; }#CA9sDCuqubTy5iZHxftphkzu13IUEHFZ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFz1S5A4NKgIl2TtSdnrTVDWLKkii4LT { width:20rem;height:0;top:0.6240234375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWQNeSQUqzTqV5UuNnxCvDdoaBWQAHHR { width:15.5rem;height:4.38720625rem;top:5.212890625rem;left:2.25rem;font-size:1.125rem;font-family:nnnittigrotesk;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D6fq6mZJ1INnzSiVKa9K5bT5hXBgkf2z { width:20rem;height:3.29980625rem;top:0.66162109375rem;left:0rem;font-size:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ { display:block; }#H1WyvI9nseyNEgTN2pKVXQ8r2iGHA0DJ > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9OLnpG8MBkoSwJOwnfVcxeowlLmhZ7L { width:4.6875rem;height:4.6875rem;top:42.125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBb1BLE55ZAaUXXzlw9gEVbTeNRoerOZ { width:14.8125rem;height:1.4624rem;top:47.375rem;left:2.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB5lva3HGBsfvAI6IGbrHPyZXrIJPed9 { width:15rem;height:6.499rem;top:49.6494140625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOh13uGoKTXkToe4wo3SGTPxyGUNL2bV { width:15rem;height:3.8994125rem;top:7.224609375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDdn0EDb5STpMHrkoKpbHgDUeHkRHsTP { width:17.937rem;height:1.4624rem;top:5.4375rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PScsmTb3vJJloFqZgeLr9EzeqgaLOSKQ { width:5.125rem;height:5.4375rem;top:0rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXOxiBbSFV52FTUShNqOkfdfCmKbazh { width:16.375rem;height:5.19921875rem;top:35.28125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UON3hIBhvIGRNMQ2To9wX8FoTWNrzPBb { width:17.937rem;height:1.4624rem;top:32.8486328125rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzZr76n31evuL3wS1QyxLH7TWo3krtQA { width:5.125rem;height:5.4375rem;top:27.4736328125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldcXMdmZ0QHkH90qL7Dvvw7LlUIbwBMK { width:16.875rem;height:5.19921875rem;top:20.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8CVaWNAprUHagqAm6nK0C70M8ZLvKZb { width:17.937rem;height:1.23730625rem;top:18.5625rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzEvTTmNNC1Jr4KdTUyCX4O1oTositfN { width:4.5625rem;height:4.5625rem;top:13.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrgZctGAtqUhI5LZIeToMANJ4I7PUFfg { width:1.5rem;height:1.5rem;top:18.4375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx { display:block; }#RwauHmaTQPLA7xXKn5FToWAT0qJyQzGx > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nouXdg3S7hQC6Tmz1uwEsZQgh8hkU7Qz { width:14.1875rem;height:3.25rem;top:1.56201171875rem;left:2.90625rem;font-size:1.25rem;font-family:nnnittigrotesk;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I3VlBnO58p9DhZdgAedL0CET2fmaCioJ { width:20rem;height:0;top:26.8786625rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dR3Uu9TpFipcT9lFFNAUq59DVyWnU0nD { width:16.9375rem;height:4.0625rem;top:18.06396484375rem;left:1.53125rem;font-size:0.625rem;z-index:15017;font-family:nnnittigrotesk;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #brfUXDxnSOBmWP6wD7npsTeInnNtHlqi { width:6.6875rem;height:2.5996125rem;top:6rem;left:6.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg8PLpfU3mvGDMh4fvW5TICHAngMWkdd { width:8.5rem;height:9.34375rem;top:7.125rem;left:3rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgM1tBKbqCtlaKexR8g3LamGL0VsoNHq { width:1.625rem;height:4.30615rem;top:9.125rem;left:15.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPImCuifDoJ9ezwG4R7icQRgz1fzMIpA { width:3.25rem;height:4.38720625rem;top:11.0625rem;left:12.1875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X { display:block; }#ccuWoTzENT4OPkN5UiGtxozDNf2ncG4X > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx { display:block; }#CxO1IPkghpnsfpSJFa1eBOBNuwLeAbTx > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9xbAhviuHeXfsHTb7F5wdtAXOsaXNvf { width:20rem;height:0;top:0.6240234375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JE7Tx72OZc6mV1BFuAexBoefH2DFa6NX { width:20rem;height:3.29980625rem;top:0.66162109375rem;left:0rem;font-size:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ImRm421kCi0SxT3vefHaVaTCHWDNghnP { display:block; }#ImRm421kCi0SxT3vefHaVaTCHWDNghnP > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2Xc57TuZKwXt804r84vRITi2TQoxl5K { width:13.8125rem;height:2.92480625rem;top:1.5625rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETkb7FdHOPV3sw132bGJlLhqdqGMlXa { width:16.6875rem;height:5.19921875rem;top:6.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACSoNXCcFC1unBlIJOWrdGlyODtLuhe1 { width:13.625rem;height:2.92480625rem;top:15.1875rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMLPfDMaEsTtJkyuIn3X6lkvwndJwb6I { width:15.5625rem;height:3.8994125rem;top:18.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Bfer1ODacLA2cCHdCL1E2iWzGIZA0F { width:12.1875rem;height:2.92480625rem;top:26rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRev4dWcXE87wkgWuoCJaRmX0TFKiNHr { width:19.125rem;height:2.5996125rem;top:30.1875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrBGgqlyqNWseJf5qThPqU8f2tBZ5zm3 { width:2rem;height:2rem;top:15.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfOv7DkORhS5EM3q2vpOnCXPomoxZcxD { width:2rem;height:2rem;top:2rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5m8TBB752TSikpoTuu9QtucsICPqu61 { width:2rem;height:2rem;top:26.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk4uOfsCTgyQBt1eVswUS9PzvtNd2Akq { width:2.625rem;height:2.625rem;top:14.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw2qeKRzuMUe6VshbhvuZTqruKc5yVld { width:2.625rem;height:2.625rem;top:1.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6pu3VnGIPP2JfGBlTQ52CxWd5SJIEzK { width:2.625rem;height:2.625rem;top:26.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR { display:block; }#ST4aBOHnEaJHzDQO6hm0Nbm7UTw3vKNR > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0DtdZf1OXv65zAENZ63erPqyR35Ur5h { width:20rem;height:3.7119125rem;top:1.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWclrhfhVMWV5oS1JsnTa7nNpbz1XP5 { width:20rem;height:0;top:9.22607421875rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #coyKtsINiltz8qxXQcZP4mOlWx3zdrSu { width:20rem;height:2.19970625rem;top:5.93115234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43ZrOHEHbtkywqW4vUkAr4r47lZnGuV { width:7.5rem;height:9.75rem;top:10.5rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTewslVxuMFusz2clI4tuvJgakZgNRhO { width:15.375rem;height:3.25rem;top:9.0625rem;left:2.3125rem;font-size:1.25rem;font-weight:400;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { display:block; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { background-color: transparent; background-image: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container > .video-iframe-container { display: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row > .video-iframe-container { display: none; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .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); }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ { border-width: 0; border-radius: 0; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .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; }#Fq9u2xyKlMXWia1TbFnTP5PNWAQBMkuQ > .row .container { width:20rem;height:1.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzRfJhL7fW9PFJrteTtIZE0arR1LTyKf { width:18.3110625rem;height:25.9375rem;top:17.091796875rem;left:0.84423828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxDdLTTp5immcrQfQglIyPZEvdBkdypv { width:18.1875rem;height:0;top:9.83740234375rem;left:0.90625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CcelLcCGyrwFAXgbTVOZXLFiP2q0Zh5a { width:16.875rem;height:0;top:14.24951171875rem;left:0.84423828125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqR8S5v6vg1SwvfDUTRDL1uov6DIUJ76 { width:20rem;height:41.3125rem;top:47.841796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9I0xQykTvofcX0a3QNc9HNkUQfSiePN { display:block; }#o9I0xQykTvofcX0a3QNc9HNkUQfSiePN > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiKfQqSoMiL3Mo1VkWTTxs7XlP9vDUBD { width:20rem;height:45.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVJK8RNiUPylWgWiXiOppxvy9Nt3vRCz { width:15.5625rem;height:1.51220625rem;top:1.25rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5OZNcMyzE4n6BM2GGv0g4A2lDcWPkoR { width:14.0625rem;height:1.4624rem;top:4.3125rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXV3PIx9hdSXCBdkZ2Vfxw0QRfyO6cTA { width:17.25rem;height:2.92480625rem;top:6.9375rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZl2RS7WCswxKirEXHzo20GpmzZaOpFH { width:18rem;height:1.4624rem;top:10.5rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQnzhbCrsxQC956gxzg5mZe1XT49DwI { width:17.5rem;height:30.7890625rem;top:13.125rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #f28801;display:block; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container { background-color: transparent; background-image: none; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container > .video-iframe-container { display: none; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row > .video-iframe-container { display: none; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .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); }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container { border-width: 0; border-radius: 0; }#aUZnDWimmcOLJpwsXeEzanLsOVI73nWQ > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v80FCemHgMbIWbazIKmBiGQCTIAXmIa8 { width:16.9365rem;height:2.4375rem;top:4.53662109375rem;left:1.53173828125rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;font-family:nnnittigrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #EdoJpb6BiK9GABwgGlKWizO1qBTsGz8w { width:6.7485625rem;height:4.22460625rem;top:8.36474609375rem;left:1.53125rem;font-size:0.8125rem;font-family:nnnittigrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #TH44it67s7Ru9HkGkeGoXSt3V90ivTmy { width:6.0620125rem;height:2.1123rem;top:8.36474609375rem;left:12.46728515625rem;font-size:0.8125rem;font-family:nnnittigrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #vRduvQNp5gvPFGQZgAPtk2WKNENapeuZ { width:20rem;height:3.125rem;top:28.8125rem;left:0rem;font-size:1.125rem;color:#f28801;display:none; }
 }@media only screen and (max-width: 763px) { #q33nbWcy44WzdbUrSUBEPUEiohvrZB6T { top:0rem;left:0rem;width:20rem;height:0.25rem;z-index:15017;background-color:#f28801;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #qIcCReZqw5PtMU8PqUmvSqxrx7PRXTKc { top:0rem;left:0rem;width:20rem;height:0.25rem;z-index:15018;background-color:#f28801;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #AyZnzsmpdzAN9dsFzdywdJMwVbnJ2C1S { width:16.8125rem;height:4.625rem;top:32.0625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9OeRkcm3mC2Onn7eXL1Fdcfy3posiEO { display:block; }
 }@media only screen and (max-width: 763px) { #ZnOfqs6eXbqF5ooVx3OokiV6LopeWu5R { width:1.625rem;height:1.6875rem;top:35.6875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmf6vqb1KLkc2zfzwUHLIzvmfIp0N3lP { width:8.375rem;height:auto;top:5.9375rem;left:5.8125rem;font-size:0.5625rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #NXFsc7nH9Tr1lNOa3t8uHtHKvOqLlMuI { width:9.6875rem;height:2.6875rem;top:1.125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWncRRQGbLEVwx8ziD7ZQD4zXJ8bTKkN { width:15.0625rem;height:0;top:12.30810546875rem;left:2.46875rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;font-family:nnnittigrotesk;display:none; }
 }@media only screen and (max-width: 763px) { #kpFv85ugXXyeonZox5VUkN1FxLWBLIbV { width:17.6875rem;height:9.75rem;top:17.55810546875rem;left:1.15625rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;font-family:nnnittigrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #UTXDyrCWggoNnZB9lD9D11ppfTBmyuuP { width:15.0625rem;height:3.65625rem;top:13.046875rem;left:2.46875rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;font-family:nnnittigrotesk;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 { display:block; }#Oy0chCSilyPM1eJuK1OOJeHe1amrQvf3 > .row .container { width:20rem;height:0.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IceL1KQWiHKHyIVlb5GX1XZLEAMIMfEW { width:20rem;height:0.25rem;top:6.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsFTcWcmyN5T6OuGxczCAHuyzEc5lvFg { width:20rem;height:0.1875rem;top:5.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iS2EvoDIdEf17kKHGeP0IlFzT2P8TLFi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }