.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
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: 959px) {
    html {
        width: 960px;
    }
}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); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a543d92-8c24-4d1d-b68f-6054e02deadf/sypialnia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv.adaptive-delivery-prevent-bg, #Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv.lazyload, #Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv.lazyloading { background-image: none; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container { background-color: transparent; background-image: none; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,41,40,0.68); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container > .video-iframe-container { display: none; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,41,40,0.68); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row > .video-iframe-container { display: none; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .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); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container { border-width: 0; border-radius: 0; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row > .video-iframe-container {  }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#cEcKTsFKTC5WZvsfNpuR63FlaeqaeOG2 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.19);top:13.1875rem;left:18rem;height:3.98125rem;text-align:center;text-align-last:center;display:block; }
#rtmcoBSD32zELRmRpzmfl8An1K4Rxeok { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.19);top:17.125rem;left:18rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#iZDmru2gQnWkzcqLe4IQmw7U2UrTaW2r { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:18.8125rem;top:8.300000190735rem;left:21.249998092651rem;overflow:hidden;display:block; }
#Us86ZaDH8MrXQFxfAW3de5DT6r18nxlk { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.5625rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:22.875rem;left:17.031248092651rem;display:block; }
#Z0OeJ2wtszwAl4I8P3PfNUHwRJrlDVaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#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 {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#z7CTiQg724eZ2wAkaR4qRbHo5D7z8qU4 { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:9.0625rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#NJKIfDtva4fX1xAyAA5NcDTbq7TBH3Nt { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:25.0625rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmqGn8geelTQ8EklZTNrKFfgPnPZZoIt { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:33.8125rem;left:0rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#zDdUl7pIIOc9TPT71FX4vA91dXch6Bqg { box-sizing:content-box;color:#000000;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:28.14999961853rem;left:27.093748092651rem;display:block; }
#cdRZLCTCQvPmmCh7syDixgkM2DTr35Li { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:17.5rem;left:0.0625rem;height:6.5625rem;text-align:center;text-align-last:center;display:none; }
#v8ShnSd5GDaiXTZZSJ3Fg3rfAwucgbun { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.062500834465rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
#wMQCnnTl0GL1BCiTVE7zG4gy2MzzaG4a { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:13.625rem;left:4.9375rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#XvOkzmvnyx7qKwMgO8p30WH6oDlvlzCw { box-sizing:content-box;color:#000000;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:3.1875rem;left:27.5rem;display:block; }
#TzQ2CJkI6ZKDsRpzGmEUimv22tMvs95f { position:absolute;display:block;z-index:100000;background-color:rgba(230,102,0,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.625rem;width:2.625rem;top:3.75rem;left:27.5rem;display:block; }
#bLRopsko4JgTZmtInPAtem6CCIW2ZdRA { position:absolute;display:block;z-index:100001;background-color:rgba(230,102,0,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:0.75rem;width:0.75rem;top:5.8125rem;left:31.6875rem;display:block; }
#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/902fa863-bd22-4f0c-ad03-cd7e5e2450d8/salon.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3.adaptive-delivery-prevent-bg, #kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3.lazyload, #kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3.lazyloading { background-image: none; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container { background-color: transparent; background-image: none; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container > .video-iframe-container { display: none; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row > .video-iframe-container { display: none; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .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); }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container { border-width: 0; border-radius: 0; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row > .video-iframe-container {  }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#M2awebXlpGfAaOWPog1Gl9BVC9a8TqgZ { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.9375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:11.1875rem;left:16.375rem;display:block; }
#An3UgRKCmopTpWDlJvqgyWh8JupIH7FK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#efuRHk6HxsQLa90QMXMGgqrZmGk0I6Rt { box-sizing:content-box;color:#e66600;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.29);display:block;z-index:100049;top:4.75rem;left:26.75rem;display:block; }
#bE1b9OJbTrFEZeN5TRPPExaVgQ4AKmWd { box-sizing:content-box;color:#000000;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100005;top:28.14999961853rem;left:27.093748092651rem;display:none; }
#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF { position:relative;display:block; }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF { background-color: transparent; background-image: none; }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .row .container > .video-iframe-container { display: none; }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .row > .video-iframe-container { display: none; }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .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); }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF { border-width: 0; border-radius: 0; }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .row .container > .video-iframe-container {  }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .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:61.8125rem;width:60rem;position:relative;display:block; }#wTsJxXw5qCt5GT6tSKi5JmXacL3Ldf4C { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEUIkJ49pQ80aAzDA17q4sSdwCHEzmX1 { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:54.4375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKsEH7rSgLx5NLx3oPSH3tZNkAd6HQUW { color:#000000;display:block;width:59.625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.8250007629394rem;left:0.375rem;height:31.2rem;text-align:center;text-align-last:center;display:none; }
#gfrMH4dQFgNda2HeXCM0c9RowSn2DrZa { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:38.5625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kEC9EvmHZlJgb8yuCkXTKHAuEc5WV5KO { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:47.375rem;left:12.9375rem;height:4.2rem;text-align:left;text-align-last:left;display:block; }
#oANey2QURNgAQTuE0MgIfBcsfGqJ3voF { color:#000000;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:18.6875rem;left:12.9375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#S42eys4dKTWiHEpIgTrhrkoUrbU2xiMX { color:#000000;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100017;line-height:1.4;letter-spacing:0;top:25.125rem;left:12.9375rem;height:4.2rem;text-align:left;text-align-last:left;display:block; }
#T6kzIMi64NRFWBI95KGiuqziQ5pDgGTG { color:#000000;display:block;width:38.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:31.25rem;left:12.9375rem;height:4.199225rem;text-align:left;text-align-last:left;display:block; }
#ec47w0dbxVu8r6KBLuLLQs9PVaG175bb { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:37.375rem;left:13.0625rem;height:4.199225rem;text-align:left;text-align-last:left;display:block; }
#lHsHJ0ypdyAKtEJ5dvrGRJ02vruolSvI { color:#000000;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:43.5rem;left:12.9375rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#iNkhrtoTNkwKolUGFGiiHW5I4yvBwDLL { position:absolute;display:block;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:20.375rem;left:8.375rem;display:block; }
#yZTq1aT9MIbTBS9N7K4dJfCKBfzer3Gd { position:absolute;display:block;z-index:100024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:26.625rem;left:8.375rem;display:block; }
#JR8hNtq0UKkB16MkuMPZafG4SlPdWGlU { position:absolute;display:block;z-index:100025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:32.8125rem;left:8.375rem;display:block; }
#vOldaI4h51TJf4ZcDVFcekCHaV2ko8Kt { position:absolute;display:block;z-index:100026;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:38.9375rem;left:8.5rem;display:block; }
#TPaf1ynMmNd7CT9BiLR3A1dJotbRzU12 { position:absolute;display:block;z-index:100027;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:43.9375rem;left:8.375rem;display:block; }
#yTMtLU2tXE52uoilCaSnZ2FSfGO8da2T { position:absolute;display:block;z-index:100028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:48.9375rem;left:8.375rem;display:block; }
#d2MRR4wbPVt9QJ94vZpKJcgt0fAK9Vko { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:none; }
#JgTnO9NuKCdNMaPQa1Knrs1XkCvAcMXk { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:none; }
#aEN7hN8rdech4wtm5rSyTetRseE268NP { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:none; }
#N5JxKS5g5t8xNHAJauKPXIPTW5O3PGFd { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:none; }
#OQ57gEJJBoICABPExpixWsbtW3VPswCv { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:none; }
#Wh9iJmrbJzNnVZJQWlw6rNzKPczquN13 { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:none; }
#t5xVndnazoFcx7aqyqkk6SskfqoVr3cC { position:absolute;display:block;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:19.9375rem;left:8.375rem;display:none; }
#Mb6MVU1WucBnDyXEbwBPpet27gIn6rZi { position:absolute;display:block;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:19.9375rem;left:8.375rem;display:none; }
#ZfRtEblqOWuNHVrzRv3H1OREMgMJ2pcC { position:absolute;display:block;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:19.9375rem;left:8.375rem;display:none; }
#vsmxH6mfGteeKaPMGB1ZXmTQNdhFBBtm { position:absolute;display:block;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:19.9375rem;left:8.375rem;display:none; }
#gVWNnvbeQzhaic4WqM5TsFzpwZfxQuxg { position:absolute;display:block;z-index:100023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e66600;border-left:0.125rem solid #e66600;border-right:0.125rem solid #e66600;border-bottom:0.125rem solid #e66600;height:0.9375rem;width:0.9375rem;top:19.9375rem;left:8.375rem;display:none; }
#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row .container { background-color: transparent; background-image: none; }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row .container > .video-iframe-container { display: none; }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row > .video-iframe-container { display: none; }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .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); }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row .container { border-width: 0; border-radius: 0; }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row > .video-iframe-container {  }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;position:relative;display:block; }#Sz5VIXKqQmDkXankcpC6hMP8HDJyDozi { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#vJ26mlicSxTA8lUz3Da14GwTQZ2vat5T { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100017;line-height:1.5;letter-spacing:0;top:14.8125rem;left:4.9375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#cJFQVhVFXAJT1CCrmXHgnBdAPb98GqOT { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsPn0O4zVvhyEFIDxtX6ApbCet4kv66p { color:#000000;display:block;width:59.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;display:none; }
#aUbhkLQlMuhL4iER6kfoOSAaGWuK0OcC { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:12.9375rem;left:4.9375rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#DzJrwWxucH98xhbEwy9cETp6yE7Q4zMO { position:absolute;display:block;z-index:100000;height:11.25rem;width:20rem;display:none; }
#EBShxmkeWOGfTQ2PL16Nwkrkm7ScST2g { position:absolute;display:block;z-index:100018;height:23rem;width:40.25rem;top:21.9375rem;left:9.875rem;display:block; }
#ningglhbJrwbZasyUhfeVvk9iPZKkwWd { position:relative;display:block; }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd { background-color: transparent; background-image: none; }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .row .container > .video-iframe-container { display: none; }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .row > .video-iframe-container { display: none; }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .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); }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd { border-width: 0; border-radius: 0; }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .row .container > .video-iframe-container {  }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .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:106.5rem;width:60rem;position:relative;display:block; }#QSwe679mUlL1fBZMTQzJ5J8WWMa5T0Ay { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.1875038146972rem;left:0rem;height:10.2363375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckNrLAiqlVlTekb3hshCyBDRg2DIppdm { color:#000000;display:block;width:53.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:50.25rem;left:2.875rem;height:32.0625rem;text-align:left;text-align-last:left;display:block; }
#GpHKlpdoGBl7T3dO9FXF8wkmEhmK8wvW { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:22.9375rem;width:39.625rem;top:17.862498283386rem;left:9.4562492370606rem;overflow:hidden;display:block; }
#hdpew3DyCz4wPMyIlOrEICWUlfhUUD8x { color:#000000;display:block;width:53.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:98.5rem;left:2.875rem;height:2.9375rem;display:block; }#hdpew3DyCz4wPMyIlOrEICWUlfhUUD8x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hdpew3DyCz4wPMyIlOrEICWUlfhUUD8x li:before{  }
#bkQ5dbyGzGrSJaC5pO10HnmTz6PJoP2Q { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.5;letter-spacing:0;top:88.625rem;left:3.6875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UcaB5eTf0hTkkiIy0IdhSA4JXZhMVEXZ { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.1875038146972rem;left:0rem;height:10.2375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DoozLUmTbDStnHAqrrB5BnvXKARDTVQn { color:#000000;display:block;width:50.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.5;letter-spacing:0;top:45.125rem;left:4.8125rem;height:43.875rem;text-align:left;text-align-last:left;display:none; }
#ed2zQPimfZCCJkdwysetho2glor17GGh { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.6875rem;width:37.625rem;top:88rem;left:2.875rem;display:block; }
#ASCDc6eh9kQMOkCVGo8r2WVXDUT67yWp { color:#000000;display:block;width:50.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:96.93750190735rem;left:4.65625rem;height:10.125rem;display:none; }#ASCDc6eh9kQMOkCVGo8r2WVXDUT67yWp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ASCDc6eh9kQMOkCVGo8r2WVXDUT67yWp li:before{  }
#aMltJLtt6wB6abukVA7ipWfQV4mIHTyk { color:#000000;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100025;line-height:1.5;letter-spacing:0;top:92.112506866456rem;left:5.5812492370606rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#KDcOuHwA1rXK5wsZwJ5mCX1N9hafSJvq { color:#000000;display:block;width:53.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.5;letter-spacing:0;top:93.0625rem;left:2.875rem;height:3.375rem;display:block; }#KDcOuHwA1rXK5wsZwJ5mCX1N9hafSJvq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KDcOuHwA1rXK5wsZwJ5mCX1N9hafSJvq li:before{  }
#xaqGpvtTLX2ZiXygIzcZQkvMUOK6eBpx { color:#000000;display:block;width:53.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:44.875rem;left:3.6875rem;height:3.375rem;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; }
#hnH8hTB0tosT8HGrH5ipp8rgg4ZBJAoL { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.75rem;width:52.3125rem;top:44.25rem;left:2.875rem;display:block; }
#Nx06szAArVFhaAAtG18l43tElI27pFQo { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:8.4375rem;top:32.9375rem;left:0.625rem;display:none; }
#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22bfe218-8855-454d-a5e4-f08a7b6e13d2/kuchnia.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT.adaptive-delivery-prevent-bg, #BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT.lazyload, #BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT.lazyloading { background-image: none; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row .container { border-width: 0; border-radius: 0; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row > .video-iframe-container {  }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:none; }#XUFn7BTfo4TVtQZvbVV4MGx1PEWJG4Qu { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:11.5rem;left:16.375rem;display:block; }
#Ia7A0etoBLQhIiZKTfUHTCzFCELplc7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lg06n3qHfeoNc8G1hXA7QiZqC2QkTw7D { box-sizing:content-box;color:#e66600;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.29);display:block;z-index:100046;top:5.0625rem;left:26.75rem;display:block; }
#OAregs9fg1CiipOI4T1vMaHFCaT1o6zU { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:11rem;left:16.375rem;display:none; }
#HkPSfdgMVi2UmAKZWZlvb5N5UGW1muHo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sQO8ASV9KDNKDgK7AtBAG0TN0b0ygrZH { box-sizing:content-box;color:#000000;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100005;top:28.14999961853rem;left:27.093748092651rem;display:none; }
#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container { background-color: transparent; background-image: none; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container > .video-iframe-container { display: none; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row > .video-iframe-container { display: none; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .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); }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container { border-width: 0; border-radius: 0; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row > .video-iframe-container {  }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:60rem;position:relative;display:block; }#HrE5Ol8u96NXioq3SCh6Px5TaWtcZJP4 { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:4.3750057220459rem;left:0.125rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#weZ14wRkOZXJMV94nFGeOskTEnQ0OJL9 { box-sizing:content-box;color:#e66600;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:9.8125rem;left:9.875rem;display:block; }
#g244JelLKflGblu6lICz10dwN5sB7208 { box-sizing:content-box;color:#e66600;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:14.4375rem;left:9.875rem;display:block; }
#O2mihEifwWVLEnrKNsKs24TcwgDEQlsE { box-sizing:content-box;color:#e66600;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:20.0625rem;left:9.875rem;display:block; }
#HgBe8EN6LobZcmgqFFbKaeu29TBcH2GC { box-sizing:content-box;color:#e66600;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:25.625rem;left:9.875rem;display:block; }
#BmrP7IUxkIGlpPWCnvtoAf605e2WEh10 { box-sizing:content-box;color:#e66600;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:31.3125rem;left:9.875rem;display:block; }
#Q0RNtAhuLe7Lg42dktmbilsd3NF0VfhT { box-sizing:content-box;color:#e66600;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:42.4375rem;left:9.875rem;display:block; }
#HIBMLS6hRPTEq4UKEAvbGDCOe3T0dOTl { box-sizing:content-box;color:#e66600;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:36.6875rem;left:9.875rem;display:block; }
#TLzIcCZ3IwIQ2wIB09TlGaT1MivOOo4x { box-sizing:content-box;color:#e66600;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:48.375rem;left:9.875rem;display:block; }
#EZVIHgs5Rib7mwpZRCTxCDydQ4tJQP4Z { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100028;line-height:1.5;letter-spacing:0;top:10.8125rem;left:14.625rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#i1Jvl82oX73vQX3vmRC3KeO9sz88aN1B { color:#000000;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100029;line-height:1.5;letter-spacing:0;top:15.4375rem;left:14.625rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#a5kAZ5SJCTMagXUh9BJPouJRa7zOr13V { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:20.0625rem;left:14.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#ONmJrNvtwrzvlCEQhTIyzJy60twSOHXL { color:#000000;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100031;line-height:1.5;letter-spacing:0;top:26.5625rem;left:14.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#kB1Leda2dkEoXQMTQR9Inq5x3Ut56KVC { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100032;line-height:1.5;letter-spacing:0;top:31.1875rem;left:14.1875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#emNvCbQn1JJQfsQmCBXA6pUR3JWEWgus { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100033;line-height:1.5;letter-spacing:0;top:37.75rem;left:14.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#oS55DnpbtOLeGmGeHddr7y1v3zv7rX5m { color:#000000;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100034;line-height:1.5;letter-spacing:0;top:42.375rem;left:14.1875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#FLIl5lGdmoSizCG9TiNVMxGeCnUHMos2 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100035;line-height:1.5;letter-spacing:0;top:49.4375rem;left:14.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#pEEW57hdBZ5lF9iqKkTDizJsh0myt0uJ { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100030;line-height:1.5;letter-spacing:0;top:17.125rem;left:14.625rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#UgcKvDtwz1xqkTMrbnVFXXZgorT4kbg1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#RJSP6IJ7R7FkTcdWpOx9Hchl0wcZsQMx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#HlXqT4QH1bLyI8qgfEXcJNoWooMn1moX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#mOZlFNTJt8wH2z28t3gxbrtldT0Kd6Zs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#UDUKArTTGrnXA8yAxH7kIMLeJVbIWSZm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#ck2a2lzOcQ9pQIxHvHICDxrmFyr7SLVS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#JWpDZQbiIy92WhR8bGdLqS3EUTpIaNWZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#B2hWxtaZ8fTDr6iIywIVq8ZODbTLI75v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22bfe218-8855-454d-a5e4-f08a7b6e13d2/kuchnia.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT.adaptive-delivery-prevent-bg, #wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT.lazyload, #wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT.lazyloading { background-image: none; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row .container { background-color: transparent; background-image: none; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row .container > .video-iframe-container { display: none; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row > .video-iframe-container { display: none; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .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); }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row .container { border-width: 0; border-radius: 0; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row > .video-iframe-container {  }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#mLJ3QZh4Ws8biixcBwqe33h5FBCKPkTg { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:11.5rem;left:16.375rem;display:block; }
#HpQ3miBPdB9aUtKczHuEnSEeART4FEko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3023HzaBNoIIqKaiA3mybBmTy69d76G { box-sizing:content-box;color:#e66600;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.29);display:block;z-index:100046;top:5.0625rem;left:26.75rem;display:block; }
#onFrVR7sAidIzLTBw8ySJlmVoXvVSZmz { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:11rem;left:16.375rem;display:none; }
#D0NFXlvPPobFJvPoaKhhTobaGAITgTo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RXcRJaHlWlsStToFyZBGv5qOG7lMk5G6 { box-sizing:content-box;color:#000000;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100005;top:28.14999961853rem;left:27.093748092651rem;display:none; }
#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row .container { background-color: transparent; background-image: none; }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row .container > .video-iframe-container { display: none; }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row > .video-iframe-container { display: none; }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .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); }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row .container { border-width: 0; border-radius: 0; }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row > .video-iframe-container {  }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row .container { font-size:0.875rem;font-family:arial;height:191.6875rem;width:60rem;position:relative;display:block; }#aVZ8aUlVFJfJXIxroizLg717Q3ThQp1I { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.0624933242798rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDdJIFrv8GEfey6xFN5rpLxZH7LRnLMJ { position:absolute;display:block;z-index:100020;height:20.0625rem;width:36.125rem;top:15.68749332428rem;left:11.9375rem;display:block; }
#tb2igQtIuwenFIgovPHtPiPvAELqPRBB { position:absolute;display:block;z-index:100021;height:20.0625rem;width:36.125rem;top:38.5rem;left:11.9375rem;display:block; }
#zXvulGrWbasJ0IpbcS9onG77lNAQBdou { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0WRcGJ1renenpwd5Xo6w6NDncmGr94T { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.8125rem;width:27.375rem;top:9.75rem;left:16.25rem;display:block; }
#oFDbiW8X0sQ6JvpC6NnLoRwloBCduxkF { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:16.5625rem;width:49.0625rem;top:62rem;left:5.5rem;display:block; }
#DTTaQ6f2iMovrZaEBprgAvw8N1nsMNPt { color:#000000;display:block;width:46rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:65.9375rem;left:7.0625rem;height:11.15625rem;display:block; }
#QwHFWgCmTAiKM7MapUbnbeJbD3rd4cqV { box-sizing:content-box;color:#ffffff;font-size:13.125rem;font-weight:400;line-height:1;height:18.8125rem;width:18.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99999;top:64.3125rem;left:35.625rem;display:block; }
#hcCZlN9g6KpJwFtuh7IMbiFKwnHT2tEr { color:#000000;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.5;letter-spacing:0;top:63.612501144406rem;left:9.9375rem;height:1.875rem;font-style:normal;display:block; }
#DmFLwAvaBF7qZuW7oTrd5n8GAhuct2Rz { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:63.112501144406rem;left:7.0625rem;display:block; }
#kCcZ4QWVa5vxGIllXKwliud8FhicdVGM { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:13.625rem;width:49.0625rem;top:83.8125rem;left:5.4375rem;display:block; }
#rq7MAVNwrFwkmLkMh0a0dF8H6Bw9Ndwa { color:#000000;display:block;width:46.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100028;line-height:1.5;letter-spacing:0;top:87.75rem;left:7rem;height:7.96875rem;display:block; }
#f5EcurfaFS8fhuiHRrx49h8VF3XhWdBL { box-sizing:content-box;color:#ffffff;font-size:13.125rem;font-weight:400;line-height:1;height:18.8125rem;width:18.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:83.125rem;left:35.800001144409rem;display:block; }
#tIdE6nJbrkAvnaGqmwK0IfUCIVZgOnrm { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:84.9375rem;left:7rem;display:block; }
#hRNNO6WnvrD080G1LU8CASdL9nUkW5fs { color:#000000;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100029;line-height:1.5;letter-spacing:0;top:85.4375rem;left:9.875rem;height:1.875rem;font-style:normal;display:block; }
#sNv4TuaUFhfTTinhakWrHWi4aGKXUDWE { box-sizing:content-box;color:#ffffff;font-size:13.125rem;font-weight:400;line-height:1;height:18.8125rem;width:18.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:106.875rem;left:35.800001144409rem;display:block; }
#GeoUlisDdOgZM0vTHs2isbPOqDzwGfu7 { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:20.1875rem;width:49.0625rem;top:101.1875rem;left:5.375rem;display:block; }
#BcmHXQ0T1aTVqnsEg1p4p9Brn1THDF0U { color:#000000;display:block;width:46rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100033;line-height:1.5;letter-spacing:0;top:105.125rem;left:6.9375rem;height:12.75rem;display:block; }
#iN3clOdMdSA7ykFAsq5ls7tKhcR9wX3k { box-sizing:content-box;color:#000000;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:102.3125rem;left:6.6875rem;display:block; }
#LVFmOl2QXzl0xTy7hTiBRFBG31OCeaQX { color:#000000;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.5;letter-spacing:0;top:102.8125rem;left:9.5625rem;height:1.875rem;font-style:normal;display:block; }
#KDpX3qBxobfFtSx8f1AH6EoD275LmpWp { position:absolute;display:block;z-index:100020;height:20.0625rem;width:36.125rem;top:15.68749332428rem;left:11.9375rem;display:none; }
#xyRmB7hP4QfDrtyUyxT2ImWoxIhvW6IT { position:absolute;display:block;z-index:100021;height:20.0625rem;width:36.125rem;top:38.5rem;left:11.9375rem;display:none; }
#Otq0aLgnIIviX1rXmftnFQQSwAQLDN7t { color:#000000;display:block;width:46rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:65.9375rem;left:7.0625rem;height:11.15625rem;display:none; }
#ERGMRiH1SLsOaiVMIUr9LWB0UqpakaU2 { color:#000000;display:block;width:46.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100028;line-height:1.5;letter-spacing:0;top:87.75rem;left:7rem;height:7.96875rem;display:none; }
#A0hXBd6KLzwwOewHacgrX1orPTKmR1W0 { color:#000000;display:block;width:46rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100033;line-height:1.5;letter-spacing:0;top:105.125rem;left:6.9375rem;height:14.34375rem;display:none; }
#X7we6NcyVoghHwHOm01ydrMVdoQH2iV6 { box-sizing:content-box;color:#ffffff;font-size:13.125rem;font-weight:400;line-height:1;height:18.8125rem;width:18.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:106.875rem;left:35.875rem;display:none; }
#Puu4kFqklZHn36vOKKInidgrQF8kIRxQ { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:126.875rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GS8mhvKPueHtTiB5moMSeRsCuEW5FwN2 { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3rem;width:30rem;top:126.3125rem;left:14.9375rem;display:block; }
#KM5LmnX67xgI6gEECXTuXkIayxDCA5Jh { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:2.8125rem;width:27.375rem;top:9.5625rem;left:16.25rem;display:none; }
#oVSHOk9CcQsWecuaHXtyAOgkFoFz62SU { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.25rem;width:45rem;top:133.01250171661rem;left:7.5rem;display:block; }
#UPUp6hcvlRUEH7DT1bsJxxEaSrnhN6zM { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.25rem;width:45rem;top:160.88749694824rem;left:7.5rem;display:block; }
#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/051cc032-f7d2-4742-a747-6d3a6fc85513/sm3min.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf.adaptive-delivery-prevent-bg, #RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf.lazyload, #RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf.lazyloading { background-image: none; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row .container { border-width: 0; border-radius: 0; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row > .video-iframe-container {  }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:none; }#FlRI6DHCdSTZRGBwym6vuN1lJLE4XhCg { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:11.4375rem;left:16.375rem;display:block; }
#Z5DLzcxGdVXqfgoIZB8xrXtfPmIRCVO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LBq9FetZgO3rfwxsMFG0lqLOQlhqcwyh { box-sizing:content-box;color:#e66600;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.29);display:block;z-index:100044;top:5rem;left:26.75rem;display:block; }
#TfatNQBJgtfNPsVeaTPob0FySQBafD7w { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:11rem;left:16.375rem;display:none; }
#NAOoPrZyOspNMTHAVTIe6gnCfgzXfEUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BuGNt1xVhk3DcSGxOMQ9f7lf4w5QMyV2 { box-sizing:content-box;color:#000000;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100005;top:28.14999961853rem;left:27.093748092651rem;display:none; }
#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/051cc032-f7d2-4742-a747-6d3a6fc85513/sm3min.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79.adaptive-delivery-prevent-bg, #QI4x2buH8fXbTiixbpv60BrZGGSHTn79.lazyload, #QI4x2buH8fXbTiixbpv60BrZGGSHTn79.lazyloading { background-image: none; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row .container { background-color: transparent; background-image: none; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row .container > .video-iframe-container { display: none; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row > .video-iframe-container { display: none; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .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); }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row .container { border-width: 0; border-radius: 0; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row > .video-iframe-container {  }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#akT8NCTRnWzoUBvno6pPA77GHJfzCICv { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:3.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:11.4375rem;left:16.375rem;display:block; }
#NMh4Ekdf35h7mfsmWT26fMo5rT6kn05p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u5O7MmVVTszIZNqvAWfNPwQuSJy4TOqL { box-sizing:content-box;color:#e66600;font-size:4.5rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.29);display:block;z-index:100044;top:5rem;left:26.75rem;display:block; }
#Z6zDx73JuTZgf7bSgWcal6gDULt8fuir { background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6rem;border-top-right-radius:6rem;border-bottom-left-radius:6rem;border-bottom-right-radius:6rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.8125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:11rem;left:16.375rem;display:none; }
#CmSIFpRZBfI3BA3q1TPAKpJQlkbJAABZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BQ4JzoPxiLxZpUNhUIwb0ffobg4McXf8 { box-sizing:content-box;color:#000000;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100005;top:28.14999961853rem;left:27.093748092651rem;display:none; }
#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 { position:relative;display:block; }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 { background-color: transparent; background-image: none; }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .row .container > .video-iframe-container { display: none; }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .row > .video-iframe-container { display: none; }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .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); }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 { border-width: 0; border-radius: 0; }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .row .container > .video-iframe-container {  }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .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:54.875rem;width:60rem;position:relative;display:block; }#uadFoGE8UITioPmnqTiIc9xqFvXPmUVG { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:4.1250267028809rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TH03pXdNZchoDWNBR2XnyEvx9USzTWr2 { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100035;line-height:1.5;letter-spacing:0;top:10.75rem;left:9.5625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AKtmRNckHZn9Xg4OTUtv3ZU750VTXiTX { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100036;line-height:1.5;letter-spacing:0;top:13.6875rem;left:9.5625rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#WoBbCTldzDd2GnmRndxFN1nN0eAGVteB { color:#000000;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100038;line-height:1.5;letter-spacing:0;top:21.75rem;left:9.5625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fLsEfhJZHOpBxJuitWFbqEXxviONXMK0 { color:#000000;display:block;width:45.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100039;line-height:1.5;letter-spacing:0;top:24.6875rem;left:9.5625rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#sMdOwJXlDtqgkqvSq6Lql6fEzBqomTtU { box-sizing:content-box;color:#e66600;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:9.5625rem;left:5rem;display:block; }
#eiVTc3AXuaQIt8bx27tcL9i6PFXEF2xs { color:#000000;display:block;width:44.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100042;line-height:1.5;letter-spacing:0;top:35.625rem;left:9.625rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#bR4yekPlESRcsAPk0GZ7OUMa3W2tzrPJ { color:#000000;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.5;letter-spacing:0;top:32.6875rem;left:9.625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A0oQ71nZgrdCZUIhxykKQAo5yHkn32zd { color:#000000;display:block;width:43.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.5;letter-spacing:0;top:46.75rem;left:9.625rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#r3z0muxOXtqRGr2Qkkty8rzgFWsKFnXl { color:#000000;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100044;line-height:1.5;letter-spacing:0;top:43.8125rem;left:9.625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NqInX0ZrQC3T0ZZOS1Qaa8cTrdSWzbpk { color:#000000;display:block;width:43.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100036;line-height:1.5;letter-spacing:0;top:14.375rem;left:11.25rem;height:5.0625rem;text-align:left;text-align-last:left;display:none; }
#w1rMus1igB7XV5DbePkIT9dPbEdWfwQp { color:#000000;display:block;width:44.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100039;line-height:1.5;letter-spacing:0;top:25.375rem;left:11.25rem;height:5.0625rem;text-align:left;text-align-last:left;display:none; }
#rMdBxdVZNZzowGdbpg3lNfXwTpHwpbwJ { color:#000000;display:block;width:44.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100042;line-height:1.5;letter-spacing:0;top:36.3125rem;left:11.3125rem;height:5.0625rem;text-align:left;text-align-last:left;display:none; }
#otAv4BqhIFxuvz9piOBzHgcQD42KK9k1 { box-sizing:content-box;color:#e66600;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:20.5625rem;left:5rem;display:block; }
#uUK3IipJSfl05BisLEwtwkg1QleIOlRA { box-sizing:content-box;color:#e66600;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:31.5rem;left:5rem;display:block; }
#IayJmQOwmfGMpsMDJRmFlA2yX54ShPxs { box-sizing:content-box;color:#e66600;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:42.625rem;left:5rem;display:block; }
#dhbxv4svuMBfiDFR0XrmLRJrNbFZT5IS { box-sizing:content-box;color:#e66600;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:10.25rem;left:6.6749992370606rem;display:none; }
#M7RGl3s8xPKHHHGvKPEe6vLqMyaU9ysn { box-sizing:content-box;color:#e66600;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:10.25rem;left:6.6749992370606rem;display:none; }
#Tp5vgaHXIrhNR49FwouOUtk1PClphiTX { box-sizing:content-box;color:#e66600;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:10.25rem;left:6.6749992370606rem;display:none; }
#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row .container { background-color: transparent; background-image: none; }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row .container > .video-iframe-container { display: none; }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row > .video-iframe-container { display: none; }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .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); }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row .container { border-width: 0; border-radius: 0; }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row > .video-iframe-container {  }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#lC1Q2XZsJ5KPwART0ohKE3rdO5BLwNQS { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zruKl5ouIoIRovhlKT0gZ48JPRIoVcKo { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100046;line-height:1.5;letter-spacing:0;top:9.9375rem;left:4.15625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#fuNEVFGvT04mcCXsktMpR8EORImCK06c { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100047;line-height:1.5;letter-spacing:0;top:21.625rem;left:2.15625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#tLaslsOUMAhhovQm48MdekJwXPwdXlwh { box-sizing:content-box;color:#e66600;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:16.500000953674rem;left:26.968748092651rem;display:block; }
#MhDq3QPMTpeo2bF9H3svxSzRmTbNMNUG { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:29.199998855591rem;left:0.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1mPSB0i39xWuFPr2hEaG9qpgBMCoNVG { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.25rem;width:29.6875rem;top:28.5rem;left:15.106248855591rem;display:block; }
#FV6eJGtn47d9xJ1mg7iG6I4tZrreoGBL { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100046;line-height:1.5;letter-spacing:0;top:9.9375rem;left:4.15625rem;height:6.75rem;text-align:center;text-align-last:center;display:none; }
#F45SKm97qBW6kM8eSIvgtmpeXXK98SJt { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:100047;line-height:1.5;letter-spacing:0;top:21.625000953674rem;left:2.15625rem;height:4.5rem;text-align:center;text-align-last:center;display:none; }
#bDiwHaQimbFTu5k3eEa6ghEf10vMOQ5q { color:#000000;display:block;width:59.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yavVmmEuOoM1aoBTt3wBlwfDDpOAUwyJ { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;height:2.8125rem;width:27.375rem;top:9.5625rem;left:16.25rem;display:none; }
#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row .container { background-color: transparent; background-image: none; }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row .container > .video-iframe-container { display: none; }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row > .video-iframe-container { display: none; }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .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); }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row .container { border-width: 0; border-radius: 0; }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row > .video-iframe-container {  }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#AIPGZv9lC4QL9qTdP9NU5UddlxmDVFVr { position:absolute;display:block;z-index:100090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:40.8125rem;top:4.8124876022339rem;left:9.59375rem;overflow:hidden;display:block; }
#tePKET9NaUckHvETmzCcWkocSf6SM3XA { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:1.5rem;left:23.6875rem;height:1.54375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WNEH2oqKx27OuK2V5Qr3T3eNFtWUbDbF { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:1.0625rem;left:33.75rem;display:block; }
#OFFm8Np1lgpS3FXuttyN9fcZzOaCONdf { position:absolute;display:block;z-index:100089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:11.6875rem;top:8.1625366210938rem;left:24.612501144409rem;overflow:hidden;display:block; }
#kbaXCe6kmzJJo2brhVQHQX3HHKKqfOrJ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:10.25rem;top:7.7250232696531rem;left:24.874998092651rem;overflow:hidden;display:block; }
#nBfPnSxwpsUZ7WgT3RDT1CebTH8QMM0R { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:7.7250232696531rem;left:25.612501144409rem;overflow:hidden;display:block; }
#XIy9F9476rsd5MhRAtIVQwTfWVyVM3uF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.875rem;width:11.875rem;top:7.7250232696531rem;left:24.425001144409rem;overflow:hidden;display:block; }
#aeb6xaOmEUZOe6dWtH3wL3cFnF5KPl3y { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.6875rem;top:7.6625232696531rem;left:23.656248092651rem;overflow:hidden;display:block; }
#lULaC2KGZ2uIwFJzvQHCIegpMCozahyx { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:10.9375rem;top:7.5250225067137rem;left:25.362501144409rem;overflow:hidden;display:block; }
#nqTiDANmAsiZPApbPv4cm1nlKrhng79r { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:8.6875rem;top:8.7250232696531rem;left:25.656248092651rem;overflow:hidden;display:block; }
#vRoZH2GKpB04JJTgRWf7vvkW0dfJKEUk { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:9.8500232696531rem;left:26.862501144409rem;overflow:hidden;display:block; }
#nVGzSLnPhE5BkaofL7bIEqd6ZZ4ZpwtO { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:11.1875rem;top:10.225023269653rem;left:24.406248092651rem;overflow:hidden;display:block; }
#oz7JBgXJTSg3pfzi3VEnOWlPZNxyvHKD { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:12.1875rem;top:9.0687732696531rem;left:23.906248092651rem;overflow:hidden;display:block; }
#Zxy2rJKCMA1lLW5eEFhlEcwNKwuRTsRi { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:9.9375rem;top:9.7562732696531rem;left:25.031248092651rem;overflow:hidden;display:block; }
#ihoC2whOTkqaTD7fAIJu8QiUoW1e6EPw { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:12.8125rem;top:9.8187732696531rem;left:23.593748092651rem;overflow:hidden;display:block; }
#VgIOTwhMUH71yPpm8pJs9WgbL7lICRC3 { position:absolute;display:block;z-index:100059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:6.1875rem;top:7.7250232696531rem;left:26.906248092651rem;overflow:hidden;display:block; }
#lP8SgmD6xN48VrGrIIlKq0TDTmpJpiV7 { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:7.1875rem;top:7.7250232696531rem;left:25.093748092651rem;overflow:hidden;display:block; }
#yhFkb6lAlVVneEKlM3Z5kBxx7R2B4eQN { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:8.6875rem;top:8.19375038147rem;left:25.656248092651rem;overflow:hidden;display:block; }
#hH4KszPGrCDpgqBskoN9eCTpLoqKxnZP { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:9.625rem;top:7.56875038147rem;left:25.187498092651rem;overflow:hidden;display:block; }
#na6TaoUsJq4kTIctG9tlIKPrTpQx2bKf { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:9.625rem;top:7.5687742233275rem;left:25.187498092651rem;overflow:hidden;display:block; }
#a6mou0xbgIICcgZqaoKv8u1qChg7ggbT { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:9.3125rem;top:7.7562742233275rem;left:25.343748092651rem;overflow:hidden;display:block; }
#JGolowBSnDpOWNrtKL0cu4kk9CfkG9i4 { position:absolute;display:block;z-index:100067;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:8.4375rem;top:10.756225585938rem;left:26.112501144409rem;overflow:hidden;display:block; }
#GrB2suc8piE6TVTJQJcGVW0p6HRWf8Ox { position:absolute;display:block;z-index:100069;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:8.125rem;top:8.5999755859375rem;left:25.937498092651rem;overflow:hidden;display:block; }
#ocZpH4pHugEsWRlHXwNv59k5WMrSI2CS { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:6.625rem;top:8.8812255859375rem;left:26.687498092651rem;overflow:hidden;display:block; }
#mT7SAhZGETXc2SxpKb0dkKcPiTGAVuhs { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:9.0625rem;top:10.631225585938rem;left:26.112501144409rem;overflow:hidden;display:block; }
#BW36ctT3hNR6fuqmpGpHtB9KcP3bGEMx { position:absolute;display:block;z-index:100071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.1875rem;width:14.5625rem;top:8.9124755859375rem;left:22.718748092651rem;overflow:hidden;display:block; }
#bS2NNc4EGs1nTMFStRofXW0zNRZ3Zx9T { position:absolute;display:block;z-index:100072;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:15.5rem;top:7.7249755859375rem;left:22.249998092651rem;overflow:hidden;display:block; }
#SG33BUBlLhMWNkr4CRQq12fEEyAS0Tgm { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:14.5625rem;top:8.4749755859375rem;left:23.687498092651rem;overflow:hidden;display:block; }
#rxtAJ7ud5TlUCG7GyzVFb2We8mMTLUAw { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:9.6875rem;top:9.4437255859375rem;left:25.156248092651rem;overflow:hidden;display:block; }
#MuFVF6OPJv9XgtO22k2KbEygfp28tMJQ { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:8.6875rem;top:8.1937255859375rem;left:26.487501144409rem;overflow:hidden;display:block; }
#xlkfv1nJ7O8XNUSJpNqDmP5qBL2lx6Eg { position:absolute;display:block;z-index:100076;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:7.5rem;top:8.5999755859375rem;left:27.675001144409rem;overflow:hidden;display:block; }
#GUvGluTMWfmQP8e8IDyXh2L36BCWZ0TB { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:8.5999879837038rem;left:25.487501144409rem;overflow:hidden;display:block; }
#fCqWkeH8iR6D4Wkt21WQyzus4HeT1ulJ { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:7.7249755859375rem;left:25.487501144409rem;overflow:hidden;display:block; }
#IG96dQq51WFL3hlzcn14LXfZIDbXMbcs { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:8.5999879837038rem;left:25.487501144409rem;overflow:hidden;display:block; }
#nIztrW33mRqfmx09rJizTdZqpsI4wrh2 { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:7.72500038147rem;left:25.487501144409rem;overflow:hidden;display:block; }
#UPWJVzDS9k2u40nO2nXnbqzfPvHGQXRp { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:8.5999879837038rem;left:25.487501144409rem;overflow:hidden;display:block; }
#Tqgn02nOL6tqcvlnrkC3zQr5TpT0bhvN { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:8.5999879837038rem;left:24.593748092651rem;overflow:hidden;display:block; }
#UPNNxOoQmgNI3RcIItQaZqcu0kxzrTR7 { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:7.7249879837038rem;left:24.593748092651rem;overflow:hidden;display:block; }
#IR8ex2sGTIBIPEVrUQgBEBKfUchdGUqL { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:8.5999879837038rem;left:25.487501144409rem;overflow:hidden;display:block; }
#iKBulin1lkHFCVbtReXO0AGbX9B5VG0c { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:10.8125rem;top:9.9749879837038rem;left:25.487501144409rem;overflow:hidden;display:block; }
#pmbIUelgn8TkGp2Ogv7k8IGHgiDzNl6a { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:5.5625rem;top:8.38125038147rem;left:27.218748092651rem;overflow:hidden;display:block; }
#SJAmIrxc7FLW1hefCLToRMbv21ytc2xE { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:9.5250005722044rem;left:24.593748092651rem;overflow:hidden;display:block; }
#wxi9EWrbThhWaT213Z0LVqgnKRdDkf9M { position:absolute;display:block;z-index:100088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.8125rem;width:10.8125rem;top:8.6000366210938rem;left:24.593748092651rem;overflow:hidden;display:block; }
#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW { position:relative;display:block; }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW { background-color: transparent; background-image: none; }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .row .container > .video-iframe-container { display: none; }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .row > .video-iframe-container { display: none; }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .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); }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW { border-width: 0; border-radius: 0; }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .row .container > .video-iframe-container {  }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .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:37rem;width:60rem;position:relative;display:block; }#fBSl1Z9yTVlgpbDZXq7f2ISiLNV4u3Ft { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:5.375rem;left:6.5rem;height:5.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lI9x8UeOVdzfgdT160dEJi0fznp750t8 { color:#000000;display:block;width:47.8125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:14.5625rem;left:6.5rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XqTvrMLMFGqQ3SThZoGSH1tDppGafNoR { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100048;line-height:1.5;letter-spacing:0;top:24.4375rem;left:2.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sOXWnrX71yAt8sMsKdXnrzVwePZaVxqd { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100049;line-height:1.5;letter-spacing:0;top:30.25rem;left:1.9375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#s120Pg3sHSTA5FGNnHySXVbFOZ4Rzy50 { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:4.0625rem;width:47.6875rem;top:13.6875rem;left:6.5rem;display:block; }
#EnSBkcxsPzVik4hMHvJNQAqBvI9dO47B { box-sizing:content-box;color:#000000;font-size:3.0625rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:19.5rem;left:27.9375rem;display:block; }
#I64fIIbvEIAwn4Dh2R40zCF3IwqW8uMx { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:1.1875rem;left:6.5rem;height:5.8125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HpL2hBv6o0p45nTIOEEtCpvDVRg04TMo { position:absolute;display:block;z-index:100005;background-color:#e66600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:8.1875rem;width:47.6875rem;top:4.1875rem;left:6.4375rem;display:block; }
#GKuNGb02uFHsCttT0GTIFqnpJPNnla8y { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100048;line-height:1.5;letter-spacing:0;top:20.8125rem;left:2.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a543d92-8c24-4d1d-b68f-6054e02deadf/sypialnia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ.adaptive-delivery-prevent-bg, #DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ.lazyload, #DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ.lazyloading { background-image: none; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container { background-color: transparent; background-image: none; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container > .video-iframe-container { display: none; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row > .video-iframe-container { display: none; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .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); }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container { border-width: 0; border-radius: 0; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row > .video-iframe-container {  }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container { width:60rem;height:46.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#qwUE8Bxmox5EfX9eoaQyyoKmoQs8KRgs { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0.625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTwBPx9EKSfslaJUsMDTuwJazi7R828n { color:#ffffff;display:block;width:59.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:10.999987602234rem;left:0.03125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVDzOTrJdICFz9ImWtwSnc1BqeWfUvLl { position:absolute;display:block;z-index:100002;background-color:#e66600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:24.375rem;width:25.5625rem;top:17.3125rem;left:17.1875rem;display:block; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-form-header {  }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:montserrat; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-text {padding-top: 0; padding-bottom: 0;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:montserrat; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-select {padding-top: 0; padding-bottom: 0;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-button { border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.75rem;margin-bottom:0.25rem;margin-left:4.75rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#000000;width:13rem;height:3.875rem;font-family:montserrat;overflow:hidden; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b [class*="-text"]:-moz-placeholder { color:#090908;font-family:montserrat;font-size:0.875rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b [class*="-text"]::-moz-placeholder { color:#090908;font-family:montserrat;font-size:0.875rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b [class*="-text"]:-ms-input-placeholder { color:#090908;font-family:montserrat;font-size:0.875rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b [class*="-text"]::-webkit-input-placeholder { color:#090908;font-family:montserrat;font-size:0.875rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-container:first-of-type{padding-top:0;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-container:last-of-type{padding-bottom:0;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:17.25rem;left:17.4375rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b {display:block;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:17.25rem;left:17.4375rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #VWdiKUqIikRoA1I8cBaKgUqxVKdPh9Xy { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #yXq4LfTXMQNGooEJTEr6ENl16bgEuzZD { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #UBpIcGV8SOZ7h9UQ1O4zZATnfcvVdUTg { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #HpWziE2SxBSVvGn6tVzt9fp0yAMJ5aeA { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #uiEPw5Txf90ctd74PadbPQdamVV6RSuN { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #q0Eiy0bTrcTTZ8y83lEHhKMKoluVtbnp { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #kod9pZ2GVW4rfPMcapJorhmdfJVraUGt { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #ZAskeyK5HHZSUzTyMMy8IbccFoEPoio0 { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #sw6mxoitTRvq23f3TVzAo4R6Xu9pl0sH { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #xyBWTtrgRruT2Rwn5CA0KW92zKptUqGO { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #TKus89KSVKdD9prZFHK3vWuSIcgtRo4v { position:relative;z-index:2; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #hSpIDagBImVexMGP0y0zXJr4dF0mLSmM { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #GyTMWAMduX3L5P8R4eDOcLxnxxw5TwMk { position:relative; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b #obh67tpkorQSTMCyJi7lLdrfhE4XaQWJ { position:relative; }
#aOCBITTKNErTL6LdFeUIwO4wnl6XtPzG { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:4.6249961853028rem;left:0.56041526794434rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iRADsB90TaddlrpnqgSvuOPWDvTC9SAt { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:4.6249961853028rem;left:0.56041526794434rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ky6oOReyCKidA4tKUFIyvKel1zGVqDKF { color:#ffffff;display:block;width:43.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:12.183326721191rem;left:8.3416652679444rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row .container { background-color: transparent; background-image: none; }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row .container > .video-iframe-container { display: none; }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row > .video-iframe-container { display: none; }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .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); }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row .container { border-width: 0; border-radius: 0; }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row > .video-iframe-container {  }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#iT2gETEIwmN3aHEpCbTLK98KvMJ33Hvd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:13.3125rem;top:5.9375rem;left:2.375rem;overflow:hidden;display:block; }
#Rwz0SdedEOUTtiHvfDr7Jbadii4qpDZX { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:4.8125rem;left:21.375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fwIrVRJdlFTH4QsoALlTzqyApPbcZqEb { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:5.4375rem;left:42rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WMOgCpzpUhxGDx62E7EKtBrVIoRNQEHR { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:7.9375rem;left:42rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv { display:block; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEcKTsFKTC5WZvsfNpuR63FlaeqaeOG2 { top:13.1875rem;left:11.875rem;width:25.3125rem;height:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtmcoBSD32zELRmRpzmfl8An1K4Rxeok { top:17.125rem;left:11.875rem;width:25.3125rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZDmru2gQnWkzcqLe4IQmw7U2UrTaW2r { top:8.25rem;left:15.124998092651rem;width:18.8125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us86ZaDH8MrXQFxfAW3de5DT6r18nxlk { width:27.25rem;height:3.5625rem;top:22.875rem;left:10.906248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0OeJ2wtszwAl4I8P3PfNUHwRJrlDVaJ { 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) { #z7CTiQg724eZ2wAkaR4qRbHo5D7z8qU4 { top:9.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJKIfDtva4fX1xAyAA5NcDTbq7TBH3Nt { top:25.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqGn8geelTQ8EklZTNrKFfgPnPZZoIt { top:33.8125rem;left:0rem;width:47.75rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDdUl7pIIOc9TPT71FX4vA91dXch6Bqg { top:28.125rem;left:20.968748092651rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdRZLCTCQvPmmCh7syDixgkM2DTr35Li { top:11.5rem;left:0rem;width:20rem;height:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8ShnSd5GDaiXTZZSJ3Fg3rfAwucgbun { top:14.9375rem;left:0rem;width:20rem;height:3.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMQCnnTl0GL1BCiTVE7zG4gy2MzzaG4a { top:13.625rem;left:0rem;width:47.75rem;height:7rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvOkzmvnyx7qKwMgO8p30WH6oDlvlzCw { top:3.1875rem;left:21.375rem;width:4.875rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzQ2CJkI6ZKDsRpzGmEUimv22tMvs95f { top:3.75rem;left:21.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLRopsko4JgTZmtInPAtem6CCIW2ZdRA { top:5.8125rem;left:25.5625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 { display:block; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2awebXlpGfAaOWPog1Gl9BVC9a8TqgZ { width:27.25rem;height:3.9375rem;top:11.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #An3UgRKCmopTpWDlJvqgyWh8JupIH7FK { display:block; }
 }@media only screen and (max-width: 763px) { #efuRHk6HxsQLa90QMXMGgqrZmGk0I6Rt { top:4.75rem;left:20.625rem;width:6.4375rem;height:6.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE1b9OJbTrFEZeN5TRPPExaVgQ4AKmWd { top:28.125rem;left:20.968748092651rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRroehTuEI2gJB0NCcKtCyavo2UG7tuF { display:block; }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTsJxXw5qCt5GT6tSKi5JmXacL3Ldf4C { top:4.4375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEUIkJ49pQ80aAzDA17q4sSdwCHEzmX1 { top:54.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsEH7rSgLx5NLx3oPSH3tZNkAd6HQUW { top:2.8125rem;left:0rem;width:20rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfrMH4dQFgNda2HeXCM0c9RowSn2DrZa { top:39rem;left:0rem;width:20rem;height:5.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kEC9EvmHZlJgb8yuCkXTKHAuEc5WV5KO { top:47.375rem;left:6.8125rem;width:29.6875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANey2QURNgAQTuE0MgIfBcsfGqJ3voF { top:18.6875rem;left:6.8125rem;width:32.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S42eys4dKTWiHEpIgTrhrkoUrbU2xiMX { top:25.125rem;left:6.8125rem;width:32rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kzIMi64NRFWBI95KGiuqziQ5pDgGTG { top:31.25rem;left:6.8125rem;width:38.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec47w0dbxVu8r6KBLuLLQs9PVaG175bb { top:37.375rem;left:6.9375rem;width:37.0625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHsHJ0ypdyAKtEJ5dvrGRJ02vruolSvI { top:43.5rem;left:6.8125rem;width:34.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNkhrtoTNkwKolUGFGiiHW5I4yvBwDLL { top:20.375rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTq1aT9MIbTBS9N7K4dJfCKBfzer3Gd { top:26.625rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR8hNtq0UKkB16MkuMPZafG4SlPdWGlU { top:32.8125rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOldaI4h51TJf4ZcDVFcekCHaV2ko8Kt { top:38.9375rem;left:2.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPaf1ynMmNd7CT9BiLR3A1dJotbRzU12 { top:43.9375rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTMtLU2tXE52uoilCaSnZ2FSfGO8da2T { top:48.9375rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2MRR4wbPVt9QJ94vZpKJcgt0fAK9Vko { top:17.5625rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgTnO9NuKCdNMaPQa1Knrs1XkCvAcMXk { top:21.5rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEN7hN8rdech4wtm5rSyTetRseE268NP { top:28.3125rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5JxKS5g5t8xNHAJauKPXIPTW5O3PGFd { top:36.25rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQ57gEJJBoICABPExpixWsbtW3VPswCv { top:44.875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wh9iJmrbJzNnVZJQWlw6rNzKPczquN13 { top:56.875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5xVndnazoFcx7aqyqkk6SskfqoVr3cC { top:19.9375rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mb6MVU1WucBnDyXEbwBPpet27gIn6rZi { top:19.9375rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfRtEblqOWuNHVrzRv3H1OREMgMJ2pcC { top:19.9375rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsmxH6mfGteeKaPMGB1ZXmTQNdhFBBtm { top:19.9375rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVWNnvbeQzhaic4WqM5TsFzpwZfxQuxg { top:19.9375rem;left:2.25rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq { display:block; }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz5VIXKqQmDkXankcpC6hMP8HDJyDozi { top:11.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ26mlicSxTA8lUz3Da14GwTQZ2vat5T { top:14.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJFQVhVFXAJT1CCrmXHgnBdAPb98GqOT { top:4.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsPn0O4zVvhyEFIDxtX6ApbCet4kv66p { top:7.75rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUbhkLQlMuhL4iER6kfoOSAaGWuK0OcC { top:14.25rem;left:0rem;width:20rem;height:6.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzJrwWxucH98xhbEwy9cETp6yE7Q4zMO { display:none; }
 }@media only screen and (max-width: 763px) { #EBShxmkeWOGfTQ2PL16Nwkrkm7ScST2g { top:21.9375rem;left:3.75rem;width:40.25rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #ningglhbJrwbZasyUhfeVvk9iPZKkwWd { display:block; }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSwe679mUlL1fBZMTQzJ5J8WWMa5T0Ay { top:4.1875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckNrLAiqlVlTekb3hshCyBDRg2DIppdm { top:50.25rem;left:0rem;width:47.75rem;height:35.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpHKlpdoGBl7T3dO9FXF8wkmEhmK8wvW { top:17.8125rem;left:3.3312492370606rem;width:39.625rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdpew3DyCz4wPMyIlOrEICWUlfhUUD8x { top:98.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.125rem;display:block; }#hdpew3DyCz4wPMyIlOrEICWUlfhUUD8x li:before{  }
 }@media only screen and (max-width: 763px) { #bkQ5dbyGzGrSJaC5pO10HnmTz6PJoP2Q { top:88.625rem;left:0rem;width:36.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcaB5eTf0hTkkiIy0IdhSA4JXZhMVEXZ { top:0.9375rem;left:0rem;width:20rem;height:15.5625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoozLUmTbDStnHAqrrB5BnvXKARDTVQn { top:32.875rem;left:0rem;width:20rem;height:86.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ed2zQPimfZCCJkdwysetho2glor17GGh { top:88rem;left:0rem;width:37.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASCDc6eh9kQMOkCVGo8r2WVXDUT67yWp { top:135.625rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:none; }#ASCDc6eh9kQMOkCVGo8r2WVXDUT67yWp li:before{  }
 }@media only screen and (max-width: 763px) { #aMltJLtt6wB6abukVA7ipWfQV4mIHTyk { top:129.75rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDcOuHwA1rXK5wsZwJ5mCX1N9hafSJvq { top:93.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }#KDcOuHwA1rXK5wsZwJ5mCX1N9hafSJvq li:before{  }
 }@media only screen and (max-width: 763px) { #xaqGpvtTLX2ZiXygIzcZQkvMUOK6eBpx { top:44.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnH8hTB0tosT8HGrH5ipp8rgg4ZBJAoL { top:44.25rem;left:0rem;width:47.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx06szAArVFhaAAtG18l43tElI27pFQo { top:32.9375rem;left:0rem;width:18.6875rem;height:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT { display:block; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUFn7BTfo4TVtQZvbVV4MGx1PEWJG4Qu { width:27.25rem;height:3.9375rem;top:11.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia7A0etoBLQhIiZKTfUHTCzFCELplc7Z { display:block; }
 }@media only screen and (max-width: 763px) { #Lg06n3qHfeoNc8G1hXA7QiZqC2QkTw7D { top:5.0625rem;left:20.625rem;width:6.4375rem;height:6.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAregs9fg1CiipOI4T1vMaHFCaT1o6zU { width:27.25rem;height:4.8125rem;top:11rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkPSfdgMVi2UmAKZWZlvb5N5UGW1muHo { display:block; }
 }@media only screen and (max-width: 763px) { #sQO8ASV9KDNKDgK7AtBAG0TN0b0ygrZH { top:28.125rem;left:20.968748092651rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N { display:block; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrE5Ol8u96NXioq3SCh6Px5TaWtcZJP4 { top:4.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZ14wRkOZXJMV94nFGeOskTEnQ0OJL9 { top:9.8125rem;left:3.75rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #g244JelLKflGblu6lICz10dwN5sB7208 { top:14.4375rem;left:3.75rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2mihEifwWVLEnrKNsKs24TcwgDEQlsE { top:20.0625rem;left:3.75rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgBe8EN6LobZcmgqFFbKaeu29TBcH2GC { top:25.625rem;left:3.75rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmrP7IUxkIGlpPWCnvtoAf605e2WEh10 { top:31.3125rem;left:3.75rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0RNtAhuLe7Lg42dktmbilsd3NF0VfhT { top:42.4375rem;left:3.75rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIBMLS6hRPTEq4UKEAvbGDCOe3T0dOTl { top:36.6875rem;left:3.75rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLzIcCZ3IwIQ2wIB09TlGaT1MivOOo4x { top:48.375rem;left:3.75rem;width:4.3125rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZVIHgs5Rib7mwpZRCTxCDydQ4tJQP4Z { top:10.8125rem;left:8.5rem;width:29.5625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Jvl82oX73vQX3vmRC3KeO9sz88aN1B { top:15.4375rem;left:8.5rem;width:32.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kAZ5SJCTMagXUh9BJPouJRa7zOr13V { top:20.0625rem;left:8.5rem;width:29.375rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONmJrNvtwrzvlCEQhTIyzJy60twSOHXL { top:26.5625rem;left:8.0625rem;width:31rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB1Leda2dkEoXQMTQR9Inq5x3Ut56KVC { top:31.1875rem;left:8.0625rem;width:30.5rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNvCbQn1JJQfsQmCBXA6pUR3JWEWgus { top:37.75rem;left:8.0625rem;width:29.25rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS55DnpbtOLeGmGeHddr7y1v3zv7rX5m { top:42.375rem;left:8.0625rem;width:25.375rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLIl5lGdmoSizCG9TiNVMxGeCnUHMos2 { top:49.4375rem;left:8.0625rem;width:35.9375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEEW57hdBZ5lF9iqKkTDizJsh0myt0uJ { top:28.25rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgcKvDtwz1xqkTMrbnVFXXZgorT4kbg1 { display:none; }
 }@media only screen and (max-width: 763px) { #RJSP6IJ7R7FkTcdWpOx9Hchl0wcZsQMx { display:none; }
 }@media only screen and (max-width: 763px) { #HlXqT4QH1bLyI8qgfEXcJNoWooMn1moX { display:none; }
 }@media only screen and (max-width: 763px) { #mOZlFNTJt8wH2z28t3gxbrtldT0Kd6Zs { display:none; }
 }@media only screen and (max-width: 763px) { #UDUKArTTGrnXA8yAxH7kIMLeJVbIWSZm { display:none; }
 }@media only screen and (max-width: 763px) { #ck2a2lzOcQ9pQIxHvHICDxrmFyr7SLVS { display:none; }
 }@media only screen and (max-width: 763px) { #JWpDZQbiIy92WhR8bGdLqS3EUTpIaNWZ { display:none; }
 }@media only screen and (max-width: 763px) { #B2hWxtaZ8fTDr6iIywIVq8ZODbTLI75v { display:none; }
 }@media only screen and (max-width: 763px) { #wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT { display:block; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLJ3QZh4Ws8biixcBwqe33h5FBCKPkTg { width:27.25rem;height:3.9375rem;top:11.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpQ3miBPdB9aUtKczHuEnSEeART4FEko { display:block; }
 }@media only screen and (max-width: 763px) { #A3023HzaBNoIIqKaiA3mybBmTy69d76G { top:5.0625rem;left:20.625rem;width:6.4375rem;height:6.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onFrVR7sAidIzLTBw8ySJlmVoXvVSZmz { width:27.25rem;height:4.8125rem;top:11rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0NFXlvPPobFJvPoaKhhTobaGAITgTo1 { display:block; }
 }@media only screen and (max-width: 763px) { #RXcRJaHlWlsStToFyZBGv5qOG7lMk5G6 { top:28.125rem;left:20.968748092651rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaVhvxzbMyfldhf50qcmRMXU42az5XH6 { display:block; }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVZ8aUlVFJfJXIxroizLg717Q3ThQp1I { top:4rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDdJIFrv8GEfey6xFN5rpLxZH7LRnLMJ { top:15.625rem;left:5.8125rem;width:36.125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2igQtIuwenFIgovPHtPiPvAELqPRBB { top:38.5rem;left:5.8125rem;width:36.125rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvulGrWbasJ0IpbcS9onG77lNAQBdou { top:10.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WRcGJ1renenpwd5Xo6w6NDncmGr94T { top:9.75rem;left:10.125rem;width:27.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFDbiW8X0sQ6JvpC6NnLoRwloBCduxkF { top:62rem;left:0rem;width:47.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTaQ6f2iMovrZaEBprgAvw8N1nsMNPt { top:65.9375rem;left:0.9375rem;width:46rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwHFWgCmTAiKM7MapUbnbeJbD3rd4cqV { top:64.3125rem;left:28.9375rem;width:18.8125rem;height:18.8125rem;font-size:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcCZlN9g6KpJwFtuh7IMbiFKwnHT2tEr { top:63.5625rem;left:3.8125rem;width:11.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFLwAvaBF7qZuW7oTrd5n8GAhuct2Rz { top:63.0625rem;left:0.9375rem;width:2.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCcZ4QWVa5vxGIllXKwliud8FhicdVGM { top:83.8125rem;left:0rem;width:47.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq7MAVNwrFwkmLkMh0a0dF8H6Bw9Ndwa { top:87.75rem;left:0.875rem;width:46.25rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EcurfaFS8fhuiHRrx49h8VF3XhWdBL { top:83.125rem;left:28.9375rem;width:18.8125rem;height:18.8125rem;font-size:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIdE6nJbrkAvnaGqmwK0IfUCIVZgOnrm { top:84.9375rem;left:0.875rem;width:2.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRNNO6WnvrD080G1LU8CASdL9nUkW5fs { top:85.4375rem;left:3.75rem;width:11.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNv4TuaUFhfTTinhakWrHWi4aGKXUDWE { top:106.875rem;left:28.9375rem;width:18.8125rem;height:18.8125rem;font-size:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeoUlisDdOgZM0vTHs2isbPOqDzwGfu7 { top:101.1875rem;left:0rem;width:47.75rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcmHXQ0T1aTVqnsEg1p4p9Brn1THDF0U { top:105.125rem;left:0.8125rem;width:46rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN3clOdMdSA7ykFAsq5ls7tKhcR9wX3k { top:102.3125rem;left:0.5625rem;width:2.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVFmOl2QXzl0xTy7hTiBRFBG31OCeaQX { top:102.8125rem;left:3.4375rem;width:11.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDpX3qBxobfFtSx8f1AH6EoD275LmpWp { top:15.625rem;left:5.8125rem;width:36.125rem;height:20.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyRmB7hP4QfDrtyUyxT2ImWoxIhvW6IT { top:38.5rem;left:5.8125rem;width:36.125rem;height:20.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Otq0aLgnIIviX1rXmftnFQQSwAQLDN7t { top:64.8125rem;left:0rem;width:20rem;height:23.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERGMRiH1SLsOaiVMIUr9LWB0UqpakaU2 { top:101.3125rem;left:0rem;width:19.375rem;height:20.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0hXBd6KLzwwOewHacgrX1orPTKmR1W0 { top:116.375rem;left:0rem;width:18.75rem;height:36.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7we6NcyVoghHwHOm01ydrMVdoQH2iV6 { top:106.875rem;left:28.9375rem;width:18.8125rem;height:18.8125rem;font-size:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Puu4kFqklZHn36vOKKInidgrQF8kIRxQ { top:126.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS8mhvKPueHtTiB5moMSeRsCuEW5FwN2 { top:126.3125rem;left:8.8125rem;width:30rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM5LmnX67xgI6gEECXTuXkIayxDCA5Jh { top:9.5625rem;left:10.125rem;width:27.375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oVSHOk9CcQsWecuaHXtyAOgkFoFz62SU { top:133rem;left:1.375rem;width:45rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPUp6hcvlRUEH7DT1bsJxxEaSrnhN6zM { top:160.875rem;left:1.375rem;width:45rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf { display:none; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FlRI6DHCdSTZRGBwym6vuN1lJLE4XhCg { width:27.25rem;height:3.9375rem;top:11.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5DLzcxGdVXqfgoIZB8xrXtfPmIRCVO5 { display:block; }
 }@media only screen and (max-width: 763px) { #LBq9FetZgO3rfwxsMFG0lqLOQlhqcwyh { top:5rem;left:20.625rem;width:6.4375rem;height:6.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfatNQBJgtfNPsVeaTPob0FySQBafD7w { width:27.25rem;height:4.8125rem;top:11rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAOoPrZyOspNMTHAVTIe6gnCfgzXfEUa { display:block; }
 }@media only screen and (max-width: 763px) { #BuGNt1xVhk3DcSGxOMQ9f7lf4w5QMyV2 { top:28.125rem;left:20.968748092651rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QI4x2buH8fXbTiixbpv60BrZGGSHTn79 { display:none; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akT8NCTRnWzoUBvno6pPA77GHJfzCICv { width:27.25rem;height:3.9375rem;top:11.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMh4Ekdf35h7mfsmWT26fMo5rT6kn05p { display:block; }
 }@media only screen and (max-width: 763px) { #u5O7MmVVTszIZNqvAWfNPwQuSJy4TOqL { top:5rem;left:20.625rem;width:6.4375rem;height:6.4375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6zDx73JuTZgf7bSgWcal6gDULt8fuir { width:27.25rem;height:4.8125rem;top:11rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmSIFpRZBfI3BA3q1TPAKpJQlkbJAABZ { display:block; }
 }@media only screen and (max-width: 763px) { #BQ4JzoPxiLxZpUNhUIwb0ffobg4McXf8 { top:28.125rem;left:20.968748092651rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 { display:block; }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uadFoGE8UITioPmnqTiIc9xqFvXPmUVG { top:4.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH03pXdNZchoDWNBR2XnyEvx9USzTWr2 { top:10.75rem;left:3.4375rem;width:35.4375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKtmRNckHZn9Xg4OTUtv3ZU750VTXiTX { top:13.6875rem;left:3.4375rem;width:43.1875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoBbCTldzDd2GnmRndxFN1nN0eAGVteB { top:21.75rem;left:3.4375rem;width:31.375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLsEfhJZHOpBxJuitWFbqEXxviONXMK0 { top:24.6875rem;left:2.3125rem;width:45.4375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdOwJXlDtqgkqvSq6Lql6fEzBqomTtU { top:9.5625rem;left:0rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiVTc3AXuaQIt8bx27tcL9i6PFXEF2xs { top:35.625rem;left:3rem;width:44.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR4yekPlESRcsAPk0GZ7OUMa3W2tzrPJ { top:32.6875rem;left:3.5rem;width:31.375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0oQ71nZgrdCZUIhxykKQAo5yHkn32zd { top:46.75rem;left:3.5rem;width:43.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3z0muxOXtqRGr2Qkkty8rzgFWsKFnXl { top:43.8125rem;left:3.5rem;width:31.375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqInX0ZrQC3T0ZZOS1Qaa8cTrdSWzbpk { top:19.375rem;left:0rem;width:18.4375rem;height:11.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1rMus1igB7XV5DbePkIT9dPbEdWfwQp { top:39.9375rem;left:0rem;width:19.0625rem;height:13.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMdBxdVZNZzowGdbpg3lNfXwTpHwpbwJ { top:64.375rem;left:0rem;width:20rem;height:11.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #otAv4BqhIFxuvz9piOBzHgcQD42KK9k1 { top:20.5625rem;left:0rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUK3IipJSfl05BisLEwtwkg1QleIOlRA { top:31.5rem;left:0rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IayJmQOwmfGMpsMDJRmFlA2yX54ShPxs { top:42.625rem;left:0rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhbxv4svuMBfiDFR0XrmLRJrNbFZT5IS { top:10.25rem;left:0.54999923706055rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7RGl3s8xPKHHHGvKPEe6vLqMyaU9ysn { top:10.25rem;left:0.54999923706055rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tp5vgaHXIrhNR49FwouOUtk1PClphiTX { top:10.25rem;left:0.54999923706055rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX { display:block; }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC1Q2XZsJ5KPwART0ohKE3rdO5BLwNQS { top:4.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zruKl5ouIoIRovhlKT0gZ48JPRIoVcKo { top:9.9375rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNEVFGvT04mcCXsktMpR8EORImCK06c { top:21.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLaslsOUMAhhovQm48MdekJwXPwdXlwh { top:16.5rem;left:20.843748092651rem;width:6.0625rem;height:6.0625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhDq3QPMTpeo2bF9H3svxSzRmTbNMNUG { top:29.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1mPSB0i39xWuFPr2hEaG9qpgBMCoNVG { top:28.5rem;left:8.9812488555906rem;width:29.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV6eJGtn47d9xJ1mg7iG6I4tZrreoGBL { top:11.5625rem;left:0rem;width:20rem;height:9.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F45SKm97qBW6kM8eSIvgtmpeXXK98SJt { top:29.375rem;left:0rem;width:20rem;height:0;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDiwHaQimbFTu5k3eEa6ghEf10vMOQ5q { top:41.4375rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yavVmmEuOoM1aoBTt3wBlwfDDpOAUwyJ { top:9.5625rem;left:10.125rem;width:27.375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM { display:block; }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIPGZv9lC4QL9qTdP9NU5UddlxmDVFVr { top:4.75rem;left:3.46875rem;width:40.8125rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tePKET9NaUckHvETmzCcWkocSf6SM3XA { top:1.5rem;left:17.5625rem;width:10.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNEH2oqKx27OuK2V5Qr3T3eNFtWUbDbF { top:1.0625rem;left:27.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFFm8Np1lgpS3FXuttyN9fcZzOaCONdf { top:8.125rem;left:18.487501144409rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbaXCe6kmzJJo2brhVQHQX3HHKKqfOrJ { top:7.6875rem;left:18.749998092651rem;width:10.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBfPnSxwpsUZ7WgT3RDT1CebTH8QMM0R { top:7.6875rem;left:19.487501144409rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIy9F9476rsd5MhRAtIVQwTfWVyVM3uF { top:7.6875rem;left:18.300001144409rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeb6xaOmEUZOe6dWtH3wL3cFnF5KPl3y { top:7.625rem;left:17.531248092651rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lULaC2KGZ2uIwFJzvQHCIegpMCozahyx { top:7.5rem;left:19.237501144409rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTiDANmAsiZPApbPv4cm1nlKrhng79r { top:8.6875rem;left:19.531248092651rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRoZH2GKpB04JJTgRWf7vvkW0dfJKEUk { top:9.8125rem;left:20.737501144409rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVGzSLnPhE5BkaofL7bIEqd6ZZ4ZpwtO { top:10.1875rem;left:18.281248092651rem;width:11.1875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz7JBgXJTSg3pfzi3VEnOWlPZNxyvHKD { top:9.0625rem;left:17.781248092651rem;width:12.1875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxy2rJKCMA1lLW5eEFhlEcwNKwuRTsRi { top:9.75rem;left:18.906248092651rem;width:9.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihoC2whOTkqaTD7fAIJu8QiUoW1e6EPw { top:9.8125rem;left:17.468748092651rem;width:12.8125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgIOTwhMUH71yPpm8pJs9WgbL7lICRC3 { top:7.6875rem;left:20.781248092651rem;width:6.1875rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP8SgmD6xN48VrGrIIlKq0TDTmpJpiV7 { top:7.6875rem;left:18.968748092651rem;width:7.1875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhFkb6lAlVVneEKlM3Z5kBxx7R2B4eQN { top:8.1875rem;left:19.531248092651rem;width:8.6875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH4KszPGrCDpgqBskoN9eCTpLoqKxnZP { top:7.5625rem;left:19.062498092651rem;width:9.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #na6TaoUsJq4kTIctG9tlIKPrTpQx2bKf { top:7.5625rem;left:19.062498092651rem;width:9.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6mou0xbgIICcgZqaoKv8u1qChg7ggbT { top:7.75rem;left:19.218748092651rem;width:9.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGolowBSnDpOWNrtKL0cu4kk9CfkG9i4 { top:10.75rem;left:19.987501144409rem;width:8.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrB2suc8piE6TVTJQJcGVW0p6HRWf8Ox { top:8.5625rem;left:19.812498092651rem;width:8.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocZpH4pHugEsWRlHXwNv59k5WMrSI2CS { top:8.875rem;left:20.562498092651rem;width:6.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT7SAhZGETXc2SxpKb0dkKcPiTGAVuhs { top:10.625rem;left:19.987501144409rem;width:9.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW36ctT3hNR6fuqmpGpHtB9KcP3bGEMx { top:8.875rem;left:16.593748092651rem;width:14.5625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2NNc4EGs1nTMFStRofXW0zNRZ3Zx9T { top:7.6875rem;left:16.124998092651rem;width:15.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG33BUBlLhMWNkr4CRQq12fEEyAS0Tgm { top:8.4375rem;left:17.562498092651rem;width:14.5625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtAJ7ud5TlUCG7GyzVFb2We8mMTLUAw { top:9.4375rem;left:19.031248092651rem;width:9.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuFVF6OPJv9XgtO22k2KbEygfp28tMJQ { top:8.1875rem;left:20.362501144409rem;width:8.6875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkfv1nJ7O8XNUSJpNqDmP5qBL2lx6Eg { top:8.5625rem;left:21.550001144409rem;width:7.5rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUvGluTMWfmQP8e8IDyXh2L36BCWZ0TB { top:8.5625rem;left:19.362501144409rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCqWkeH8iR6D4Wkt21WQyzus4HeT1ulJ { top:7.6875rem;left:19.362501144409rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG96dQq51WFL3hlzcn14LXfZIDbXMbcs { top:8.5625rem;left:19.362501144409rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIztrW33mRqfmx09rJizTdZqpsI4wrh2 { top:7.6875rem;left:19.362501144409rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWJVzDS9k2u40nO2nXnbqzfPvHGQXRp { top:8.5625rem;left:19.362501144409rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqgn02nOL6tqcvlnrkC3zQr5TpT0bhvN { top:8.5625rem;left:18.468748092651rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPNNxOoQmgNI3RcIItQaZqcu0kxzrTR7 { top:7.6875rem;left:18.468748092651rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR8ex2sGTIBIPEVrUQgBEBKfUchdGUqL { top:8.5625rem;left:19.362501144409rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKBulin1lkHFCVbtReXO0AGbX9B5VG0c { top:9.9375rem;left:19.362501144409rem;width:10.8125rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmbIUelgn8TkGp2Ogv7k8IGHgiDzNl6a { top:8.375rem;left:21.093748092651rem;width:5.5625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJAmIrxc7FLW1hefCLToRMbv21ytc2xE { top:9.5rem;left:18.468748092651rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxi9EWrbThhWaT213Z0LVqgnKRdDkf9M { top:8.5625rem;left:18.468748092651rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW { display:block; }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBSl1Z9yTVlgpbDZXq7f2ISiLNV4u3Ft { top:5.375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI9x8UeOVdzfgdT160dEJi0fznp750t8 { top:14.5625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTvrMLMFGqQ3SThZoGSH1tDppGafNoR { top:24.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOXWnrX71yAt8sMsKdXnrzVwePZaVxqd { top:30.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s120Pg3sHSTA5FGNnHySXVbFOZ4Rzy50 { top:13.6875rem;left:0rem;width:47.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnSBkcxsPzVik4hMHvJNQAqBvI9dO47B { top:19.5rem;left:21.8125rem;width:4.4375rem;height:4.4375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I64fIIbvEIAwn4Dh2R40zCF3IwqW8uMx { top:2.75rem;left:0rem;width:20rem;height:8.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpL2hBv6o0p45nTIOEEtCpvDVRg04TMo { top:4.1875rem;left:0.0625rem;width:47.6875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKuNGb02uFHsCttT0GTIFqnpJPNnla8y { top:23.375rem;left:0rem;width:20rem;height:9rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ { display:block; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwUE8Bxmox5EfX9eoaQyyoKmoQs8KRgs { width:47.75rem;height:6.5rem;top:3.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTwBPx9EKSfslaJUsMDTuwJazi7R828n { width:47.75rem;height:3.75rem;top:10.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVDzOTrJdICFz9ImWtwSnc1BqeWfUvLl { width:25.5625rem;height:24.375rem;top:17.3125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-text {padding-top: 0; padding-bottom: 0;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-select {padding-top: 0; padding-bottom: 0;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b {display:block;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #VWdiKUqIikRoA1I8cBaKgUqxVKdPh9Xy {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #yXq4LfTXMQNGooEJTEr6ENl16bgEuzZD {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #UBpIcGV8SOZ7h9UQ1O4zZATnfcvVdUTg {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #HpWziE2SxBSVvGn6tVzt9fp0yAMJ5aeA {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #uiEPw5Txf90ctd74PadbPQdamVV6RSuN {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #q0Eiy0bTrcTTZ8y83lEHhKMKoluVtbnp {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #kod9pZ2GVW4rfPMcapJorhmdfJVraUGt {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #ZAskeyK5HHZSUzTyMMy8IbccFoEPoio0 {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #sw6mxoitTRvq23f3TVzAo4R6Xu9pl0sH {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #xyBWTtrgRruT2Rwn5CA0KW92zKptUqGO {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #TKus89KSVKdD9prZFHK3vWuSIcgtRo4v {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #hSpIDagBImVexMGP0y0zXJr4dF0mLSmM {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #GyTMWAMduX3L5P8R4eDOcLxnxxw5TwMk {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #obh67tpkorQSTMCyJi7lLdrfhE4XaQWJ {  }
 }@media only screen and (max-width: 763px) { #aOCBITTKNErTL6LdFeUIwO4wnl6XtPzG { width:19.75rem;height:1.75rem;top:5.0625rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRADsB90TaddlrpnqgSvuOPWDvTC9SAt { width:19.75rem;height:;top:5.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky6oOReyCKidA4tKUFIyvKel1zGVqDKF { width:19.4375rem;height:5.0625rem;top:9.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld { display:block; }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2gETEIwmN3aHEpCbTLK98KvMJ33Hvd { top:5.9375rem;left:0.3125rem;width:13.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwz0SdedEOUTtiHvfDr7Jbadii4qpDZX { width:16.875rem;height:5.625rem;top:4.8125rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwIrVRJdlFTH4QsoALlTzqyApPbcZqEb { width:15.625rem;height:1.875rem;top:5.4375rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMOgCpzpUhxGDx62E7EKtBrVIoRNQEHR { width:15.625rem;height:1.875rem;top:7.9375rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a543d92-8c24-4d1d-b68f-6054e02deadf/sypialnia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv.adaptive-delivery-prevent-bg, #Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv.lazyload, #Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv.lazyloading { background-image: none; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container { background-color: transparent; background-image: none; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,41,40,0.68); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container > .video-iframe-container { display: none; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,41,40,0.68); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row > .video-iframe-container { display: none; }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .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); }#Ky7IhmOPgNy37MVCJfz9NuiTfmm7PWLv > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEcKTsFKTC5WZvsfNpuR63FlaeqaeOG2 { width:19.9375rem;height:2.03125rem;top:6.6875rem;left:0.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtmcoBSD32zELRmRpzmfl8An1K4Rxeok { width:20rem;height:1.38125rem;top:8.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZDmru2gQnWkzcqLe4IQmw7U2UrTaW2r { width:10.125rem;height:2.625rem;top:3.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us86ZaDH8MrXQFxfAW3de5DT6r18nxlk { width:19rem;height:2.8125rem;top:12.4375rem;left:0.5rem;font-size:0.9375rem;font-weight:700;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37) ;display:block; }
 }@media only screen and (max-width: 763px) { #Z0OeJ2wtszwAl4I8P3PfNUHwRJrlDVaJ { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7CTiQg724eZ2wAkaR4qRbHo5D7z8qU4 { width:20rem;height:0;top:7.53750038147rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJKIfDtva4fX1xAyAA5NcDTbq7TBH3Nt { width:20rem;height:2.19375rem;top:21.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmqGn8geelTQ8EklZTNrKFfgPnPZZoIt { width:20rem;height:8.4375rem;top:28.625rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zDdUl7pIIOc9TPT71FX4vA91dXch6Bqg { width:4.75rem;height:4.75rem;top:23.875rem;left:7.625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdRZLCTCQvPmmCh7syDixgkM2DTr35Li { width:20rem;height:8.4375rem;top:11.5rem;left:0rem;font-size:1.125rem;z-index:100003;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v8ShnSd5GDaiXTZZSJ3Fg3rfAwucgbun { width:20rem;height:3.375rem;top:7.125rem;left:0rem;font-size:1.125rem;z-index:100002;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wMQCnnTl0GL1BCiTVE7zG4gy2MzzaG4a { width:20rem;height:auto;top:13.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvOkzmvnyx7qKwMgO8p30WH6oDlvlzCw { width:3.875rem;height:3.875rem;top:2.0625rem;left:8.0625rem;font-size:2.6875rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #TzQ2CJkI6ZKDsRpzGmEUimv22tMvs95f { width:1.8125rem;height:1.8125rem;top:2.5250009536743rem;left:8.0875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLRopsko4JgTZmtInPAtem6CCIW2ZdRA { width:0.6875rem;height:0.6875rem;top:4.3374996185303rem;left:11.299999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ce34e71-b085-4e92-8e3e-e077a4eb408e/jn1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3.adaptive-delivery-prevent-bg, #kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3.lazyload, #kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3.lazyloading { background-image: none; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container { background-color: transparent; background-image: none; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container > .video-iframe-container { display: none; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row > .video-iframe-container { display: none; }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .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); }#kTuvTHLhtQ0eKyLcoSOPt20TxzdGipO3 > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2awebXlpGfAaOWPog1Gl9BVC9a8TqgZ { width:19rem;height:2.875rem;top:9.375rem;left:0.5rem;font-size:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37) ;display:block; }
 }@media only screen and (max-width: 763px) { #An3UgRKCmopTpWDlJvqgyWh8JupIH7FK { display:block; }
 }@media only screen and (max-width: 763px) { #efuRHk6HxsQLa90QMXMGgqrZmGk0I6Rt { width:6.4375rem;height:6.4375rem;top:4.75rem;left:6.75rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bE1b9OJbTrFEZeN5TRPPExaVgQ4AKmWd { width:5.25rem;height:5.25rem;top:4.75rem;left:7.375rem;font-size:3.625rem;z-index:100006;color:#ed6921;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #mRroehTuEI2gJB0NCcKtCyavo2UG7tuF { display:block; }#mRroehTuEI2gJB0NCcKtCyavo2UG7tuF > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTsJxXw5qCt5GT6tSKi5JmXacL3Ldf4C { width:20rem;height:auto;top:4.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEUIkJ49pQ80aAzDA17q4sSdwCHEzmX1 { width:20rem;height:auto;top:54.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKsEH7rSgLx5NLx3oPSH3tZNkAd6HQUW { width:20rem;height:10.058625rem;top:2.8562526702881rem;left:0rem;font-size:1.4375rem;z-index:100000;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gfrMH4dQFgNda2HeXCM0c9RowSn2DrZa { width:20rem;height:6.03515625rem;top:62.25rem;left:0rem;font-size:1.4375rem;z-index:100005;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kEC9EvmHZlJgb8yuCkXTKHAuEc5WV5KO { width:20rem;height:auto;top:47.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oANey2QURNgAQTuE0MgIfBcsfGqJ3voF { width:20rem;height:auto;top:18.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S42eys4dKTWiHEpIgTrhrkoUrbU2xiMX { width:20rem;height:auto;top:25.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6kzIMi64NRFWBI95KGiuqziQ5pDgGTG { width:20rem;height:auto;top:31.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec47w0dbxVu8r6KBLuLLQs9PVaG175bb { width:20rem;height:auto;top:37.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHsHJ0ypdyAKtEJ5dvrGRJ02vruolSvI { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNkhrtoTNkwKolUGFGiiHW5I4yvBwDLL { width:0.75rem;height:0.75rem;top:15.8125rem;left:9.5rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yZTq1aT9MIbTBS9N7K4dJfCKBfzer3Gd { width:0.9375rem;height:0.9375rem;top:21.5625rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JR8hNtq0UKkB16MkuMPZafG4SlPdWGlU { width:0.9375rem;height:0.9375rem;top:28.0625rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOldaI4h51TJf4ZcDVFcekCHaV2ko8Kt { width:0.9375rem;height:0.9375rem;top:36rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPaf1ynMmNd7CT9BiLR3A1dJotbRzU12 { width:0.9375rem;height:0.9375rem;top:44.625rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTMtLU2tXE52uoilCaSnZ2FSfGO8da2T { width:0.9375rem;height:0.9375rem;top:51.6875rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2MRR4wbPVt9QJ94vZpKJcgt0fAK9Vko { width:20rem;height:2.923825rem;top:17.5rem;left:0rem;font-size:1.125rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #JgTnO9NuKCdNMaPQa1Knrs1XkCvAcMXk { width:20rem;height:2.923825rem;top:24.8125rem;left:0rem;font-size:1.125rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #aEN7hN8rdech4wtm5rSyTetRseE268NP { width:20rem;height:4.38574375rem;top:32rem;left:0rem;font-size:1.125rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #N5JxKS5g5t8xNHAJauKPXIPTW5O3PGFd { width:20rem;height:4.3857375rem;top:40.875rem;left:0rem;font-size:1.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #OQ57gEJJBoICABPExpixWsbtW3VPswCv { width:20rem;height:2.923825rem;top:49.625rem;left:0rem;font-size:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #Wh9iJmrbJzNnVZJQWlw6rNzKPczquN13 { width:20rem;height:2.923825rem;top:56.9375rem;left:0rem;font-size:1.125rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #t5xVndnazoFcx7aqyqkk6SskfqoVr3cC { width:0.75rem;height:0.75rem;top:22.9375rem;left:9.5rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #Mb6MVU1WucBnDyXEbwBPpet27gIn6rZi { width:0.75rem;height:0.75rem;top:30.1875rem;left:9.5rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #ZfRtEblqOWuNHVrzRv3H1OREMgMJ2pcC { width:0.75rem;height:0.75rem;top:38.8125rem;left:9.5rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #vsmxH6mfGteeKaPMGB1ZXmTQNdhFBBtm { width:0.75rem;height:0.75rem;top:47.6875rem;left:9.5rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #gVWNnvbeQzhaic4WqM5TsFzpwZfxQuxg { width:0.75rem;height:0.75rem;top:55rem;left:9.5rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq { display:block; }#U4rH6WNxwTUJSJlILmowzSGQNBkzO1dq > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz5VIXKqQmDkXankcpC6hMP8HDJyDozi { width:20rem;height:0;top:7.9999914169313rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJ26mlicSxTA8lUz3Da14GwTQZ2vat5T { width:20rem;height:0;top:15.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJFQVhVFXAJT1CCrmXHgnBdAPb98GqOT { width:20rem;height:2.6rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsPn0O4zVvhyEFIDxtX6ApbCet4kv66p { width:20rem;height:5.0625rem;top:8.3125rem;left:0rem;font-size:1.125rem;z-index:100017;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aUbhkLQlMuhL4iER6kfoOSAaGWuK0OcC { width:20rem;height:6.75rem;top:14.25rem;left:0rem;font-size:1.125rem;z-index:100018;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DzJrwWxucH98xhbEwy9cETp6yE7Q4zMO { top:23.875rem;left:0rem;width:20rem;height:11.25rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #EBShxmkeWOGfTQ2PL16Nwkrkm7ScST2g { width:20rem;height:23rem;top:39.675001144409rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ningglhbJrwbZasyUhfeVvk9iPZKkwWd { display:block; }#ningglhbJrwbZasyUhfeVvk9iPZKkwWd > .row .container { width:20rem;height:165.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSwe679mUlL1fBZMTQzJ5J8WWMa5T0Ay { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckNrLAiqlVlTekb3hshCyBDRg2DIppdm { width:20rem;height:0;top:33.41562461853rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GpHKlpdoGBl7T3dO9FXF8wkmEhmK8wvW { width:20rem;height:11.5625rem;top:17.487500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdpew3DyCz4wPMyIlOrEICWUlfhUUD8x { width:20rem;height:0;top:136.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }#hdpew3DyCz4wPMyIlOrEICWUlfhUUD8x li:before{  }
 }@media only screen and (max-width: 763px) { #bkQ5dbyGzGrSJaC5pO10HnmTz6PJoP2Q { width:20rem;height:0;top:129.87499713898rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UcaB5eTf0hTkkiIy0IdhSA4JXZhMVEXZ { width:20rem;height:12.1875rem;top:2.8125rem;left:0rem;font-size:1.875rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #DoozLUmTbDStnHAqrrB5BnvXKARDTVQn { width:20rem;height:86.0625rem;top:43.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #ed2zQPimfZCCJkdwysetho2glor17GGh { width:20.0625rem;height:6.0625rem;top:131.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASCDc6eh9kQMOkCVGo8r2WVXDUT67yWp { width:20rem;height:21.9375rem;top:140.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100025;display:block; }#ASCDc6eh9kQMOkCVGo8r2WVXDUT67yWp li:before{  }
 }@media only screen and (max-width: 763px) { #aMltJLtt6wB6abukVA7ipWfQV4mIHTyk { width:20rem;height:5.0625rem;top:132.5rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #KDcOuHwA1rXK5wsZwJ5mCX1N9hafSJvq { width:20rem;height:auto;top:93.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }#KDcOuHwA1rXK5wsZwJ5mCX1N9hafSJvq li:before{  }
 }@media only screen and (max-width: 763px) { #xaqGpvtTLX2ZiXygIzcZQkvMUOK6eBpx { width:20rem;height:0;top:161.03750038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hnH8hTB0tosT8HGrH5ipp8rgg4ZBJAoL { width:19.9375rem;height:9.6875rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx06szAArVFhaAAtG18l43tElI27pFQo { top:32.625rem;left:0.6875rem;width:18.6875rem;height:8.4375rem;z-index:100027;line-height:1.5;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/051cc032-f7d2-4742-a747-6d3a6fc85513/sm3min.crop_1500x823_0,177.preview.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT.adaptive-delivery-prevent-bg, #BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT.lazyload, #BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT.lazyloading { background-image: none; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row .container { background-color: transparent; background-image: none; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row .container > .video-iframe-container { display: none; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row > .video-iframe-container { display: none; }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .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); }#BwTrhkd7dKvhIpZ3Vwz5f9ASvN7UQTdT > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUFn7BTfo4TVtQZvbVV4MGx1PEWJG4Qu { width:19rem;height:4.8125rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ia7A0etoBLQhIiZKTfUHTCzFCELplc7Z { display:block; }
 }@media only screen and (max-width: 763px) { #Lg06n3qHfeoNc8G1hXA7QiZqC2QkTw7D { width:6.4375rem;height:6.4375rem;top:5.0625rem;left:6.75rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAregs9fg1CiipOI4T1vMaHFCaT1o6zU { width:19rem;height:2.875rem;top:8.5625rem;left:0.5rem;font-size:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.39) ;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #HkPSfdgMVi2UmAKZWZlvb5N5UGW1muHo { display:block; }
 }@media only screen and (max-width: 763px) { #sQO8ASV9KDNKDgK7AtBAG0TN0b0ygrZH { width:5.25rem;height:5.25rem;top:3.9375rem;left:7.375rem;font-size:3.625rem;z-index:100009;color:#ed6921;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N { background-color:#ffffff;background-image:none;display:block; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container { background-color: transparent; background-image: none; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container > .video-iframe-container { display: none; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row > .video-iframe-container { display: none; }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .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); }#LpqrtPP7ylUT8w9k6v1OEpKvG2KKHy5N > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HrE5Ol8u96NXioq3SCh6Px5TaWtcZJP4 { width:20rem;height:5.2rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZ14wRkOZXJMV94nFGeOskTEnQ0OJL9 { width:6.6875rem;height:6.6875rem;top:127.21562194824rem;left:6.65625rem;font-size:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g244JelLKflGblu6lICz10dwN5sB7208 { width:4.3125rem;height:4.3125rem;top:14.4375rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2mihEifwWVLEnrKNsKs24TcwgDEQlsE { width:4.3125rem;height:4.3125rem;top:20.0625rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgBe8EN6LobZcmgqFFbKaeu29TBcH2GC { width:4.3125rem;height:4.3125rem;top:25.625rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmrP7IUxkIGlpPWCnvtoAf605e2WEh10 { width:4.3125rem;height:4.3125rem;top:31.3125rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0RNtAhuLe7Lg42dktmbilsd3NF0VfhT { width:4.3125rem;height:4.3125rem;top:42.4375rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIBMLS6hRPTEq4UKEAvbGDCOe3T0dOTl { width:4.3125rem;height:4.3125rem;top:36.6875rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLzIcCZ3IwIQ2wIB09TlGaT1MivOOo4x { width:4.3125rem;height:4.3125rem;top:48.375rem;left:7.8125rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZVIHgs5Rib7mwpZRCTxCDydQ4tJQP4Z { width:20rem;height:3.375rem;top:13.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1Jvl82oX73vQX3vmRC3KeO9sz88aN1B { width:14.375rem;height:3.375rem;top:21.75rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5kAZ5SJCTMagXUh9BJPouJRa7zOr13V { width:20rem;height:0;top:28.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ONmJrNvtwrzvlCEQhTIyzJy60twSOHXL { width:15.625rem;height:3.375rem;top:41.0625rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kB1Leda2dkEoXQMTQR9Inq5x3Ut56KVC { width:20rem;height:3.375rem;top:49.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emNvCbQn1JJQfsQmCBXA6pUR3JWEWgus { width:20rem;height:3.375rem;top:58.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oS55DnpbtOLeGmGeHddr7y1v3zv7rX5m { width:20rem;height:3.375rem;top:67.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLIl5lGdmoSizCG9TiNVMxGeCnUHMos2 { width:20rem;height:3.375rem;top:76rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEEW57hdBZ5lF9iqKkTDizJsh0myt0uJ { width:20rem;height:5.0625rem;top:30.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #UgcKvDtwz1xqkTMrbnVFXXZgorT4kbg1 { top:8.375rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:100037;color:#e66600;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJSP6IJ7R7FkTcdWpOx9Hchl0wcZsQMx { top:17.0625rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:100038;color:#e66600;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlXqT4QH1bLyI8qgfEXcJNoWooMn1moX { top:36.25rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:100039;color:#e66600;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOZlFNTJt8wH2z28t3gxbrtldT0Kd6Zs { top:25.75rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:100040;color:#e66600;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDUKArTTGrnXA8yAxH7kIMLeJVbIWSZm { top:45rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:100041;color:#e66600;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck2a2lzOcQ9pQIxHvHICDxrmFyr7SLVS { top:53.875rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:100042;color:#e66600;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWpDZQbiIy92WhR8bGdLqS3EUTpIaNWZ { top:62.625rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:100043;color:#e66600;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2hWxtaZ8fTDr6iIywIVq8ZODbTLI75v { top:71.25rem;left:7rem;width:6.0625rem;height:6.0625rem;z-index:100044;color:#e66600;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/051cc032-f7d2-4742-a747-6d3a6fc85513/sm3min.crop_1500x823_0,177.preview.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT.adaptive-delivery-prevent-bg, #wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT.lazyload, #wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT.lazyloading { background-image: none; }#wyB2QAMWbDg3kiOQ7zZAPJZqVzpMrhkT > .row .container { width:20rem;height:13.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mLJ3QZh4Ws8biixcBwqe33h5FBCKPkTg { width:19rem;height:4.8125rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpQ3miBPdB9aUtKczHuEnSEeART4FEko { display:block; }
 }@media only screen and (max-width: 763px) { #A3023HzaBNoIIqKaiA3mybBmTy69d76G { width:6.4375rem;height:6.4375rem;top:5.0625rem;left:6.75rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #onFrVR7sAidIzLTBw8ySJlmVoXvVSZmz { width:19rem;height:2.875rem;top:8.5625rem;left:0.5rem;font-size:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.39) ;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #D0NFXlvPPobFJvPoaKhhTobaGAITgTo1 { display:block; }
 }@media only screen and (max-width: 763px) { #RXcRJaHlWlsStToFyZBGv5qOG7lMk5G6 { width:5.25rem;height:5.25rem;top:3.9375rem;left:7.375rem;font-size:3.625rem;z-index:100009;color:#ed6921;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.27);display:block; }
 }@media only screen and (max-width: 763px) { #QaVhvxzbMyfldhf50qcmRMXU42az5XH6 { display:block; }#QaVhvxzbMyfldhf50qcmRMXU42az5XH6 > .row .container { width:20rem;height:190.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVZ8aUlVFJfJXIxroizLg717Q3ThQp1I { width:20rem;height:5.2rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDdJIFrv8GEfey6xFN5rpLxZH7LRnLMJ { width:20rem;height:20.0625rem;top:17.0125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tb2igQtIuwenFIgovPHtPiPvAELqPRBB { width:20rem;height:20.0625rem;top:38.325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXvulGrWbasJ0IpbcS9onG77lNAQBdou { width:12.3125rem;height:3.25rem;top:9.8125rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0WRcGJ1renenpwd5Xo6w6NDncmGr94T { width:14.5rem;height:4.1875rem;top:9.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFDbiW8X0sQ6JvpC6NnLoRwloBCduxkF { width:20rem;height:32.8125rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTaQ6f2iMovrZaEBprgAvw8N1nsMNPt { width:20rem;height:0;top:63.575rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwHFWgCmTAiKM7MapUbnbeJbD3rd4cqV { width:18.8125rem;height:18.8125rem;top:46.75rem;left:1.1875rem;font-size:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcCZlN9g6KpJwFtuh7IMbiFKwnHT2tEr { width:9.9375rem;height:1.875rem;top:46rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFLwAvaBF7qZuW7oTrd5n8GAhuct2Rz { width:2.875rem;height:2.875rem;top:45.5rem;left:3.3125rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kCcZ4QWVa5vxGIllXKwliud8FhicdVGM { width:20rem;height:26.875rem;top:80.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq7MAVNwrFwkmLkMh0a0dF8H6Bw9Ndwa { width:19.375rem;height:0;top:101.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f5EcurfaFS8fhuiHRrx49h8VF3XhWdBL { width:18.8125rem;height:18.8125rem;top:62.6875rem;left:1.1875rem;font-size:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIdE6nJbrkAvnaGqmwK0IfUCIVZgOnrm { width:2.875rem;height:2.875rem;top:82rem;left:2.75rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hRNNO6WnvrD080G1LU8CASdL9nUkW5fs { width:11.3125rem;height:1.875rem;top:82.5rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNv4TuaUFhfTTinhakWrHWi4aGKXUDWE { width:18.8125rem;height:18.8125rem;top:93.4375rem;left:1.1875rem;font-size:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeoUlisDdOgZM0vTHs2isbPOqDzwGfu7 { width:20rem;height:42.75rem;top:111.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcmHXQ0T1aTVqnsEg1p4p9Brn1THDF0U { width:20rem;height:0;top:163.43750190735rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iN3clOdMdSA7ykFAsq5ls7tKhcR9wX3k { width:2.875rem;height:2.875rem;top:112.9375rem;left:3.8125rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LVFmOl2QXzl0xTy7hTiBRFBG31OCeaQX { width:8.8125rem;height:1.875rem;top:113.4375rem;left:7.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDpX3qBxobfFtSx8f1AH6EoD275LmpWp { width:20rem;height:11.9375rem;top:16.5625rem;left:0rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #xyRmB7hP4QfDrtyUyxT2ImWoxIhvW6IT { width:20rem;height:11.9375rem;top:30.5rem;left:0rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #Otq0aLgnIIviX1rXmftnFQQSwAQLDN7t { width:18.875rem;height:27.09375rem;top:49.0625rem;left:0.5625rem;font-size:1.0625rem;z-index:100024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERGMRiH1SLsOaiVMIUr9LWB0UqpakaU2 { width:19.375rem;height:20.71875rem;top:85.5625rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #A0hXBd6KLzwwOewHacgrX1orPTKmR1W0 { width:18.75rem;height:36.65625rem;top:116.375rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #X7we6NcyVoghHwHOm01ydrMVdoQH2iV6 { width:18.8125rem;height:18.8125rem;top:140.25rem;left:1.1875rem;font-size:13.125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #Puu4kFqklZHn36vOKKInidgrQF8kIRxQ { width:15.8125rem;height:3.25rem;top:158.75rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS8mhvKPueHtTiB5moMSeRsCuEW5FwN2 { width:20.125rem;height:5.25rem;top:166.00001525879rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KM5LmnX67xgI6gEECXTuXkIayxDCA5Jh { width:17.375rem;height:4.3125rem;top:157.875rem;left:1.3125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #oVSHOk9CcQsWecuaHXtyAOgkFoFz62SU { height:11.222222222223rem;width:20rem;top:163.5375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPUp6hcvlRUEH7DT1bsJxxEaSrnhN6zM { height:11.222222222223rem;width:20rem;top:176.009375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22bfe218-8855-454d-a5e4-f08a7b6e13d2/kuchnia.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf.adaptive-delivery-prevent-bg, #RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf.lazyload, #RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf.lazyloading { background-image: none; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row .container { background-color: transparent; background-image: none; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row .container > .video-iframe-container { display: none; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row > .video-iframe-container { display: none; }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .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); }#RS0E1lQ0gGg7OqWEzXvt6qOpvoon6ABf > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlRI6DHCdSTZRGBwym6vuN1lJLE4XhCg { width:19rem;height:4.8125rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5DLzcxGdVXqfgoIZB8xrXtfPmIRCVO5 { display:block; }
 }@media only screen and (max-width: 763px) { #LBq9FetZgO3rfwxsMFG0lqLOQlhqcwyh { width:6.4375rem;height:6.4375rem;top:5rem;left:6.75rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfatNQBJgtfNPsVeaTPob0FySQBafD7w { width:19rem;height:2.875rem;top:8.6875rem;left:0.5rem;font-size:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.27) ;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #NAOoPrZyOspNMTHAVTIe6gnCfgzXfEUa { display:block; }
 }@media only screen and (max-width: 763px) { #BuGNt1xVhk3DcSGxOMQ9f7lf4w5QMyV2 { width:5.25rem;height:5.25rem;top:4.0625rem;left:7.375rem;font-size:3.625rem;z-index:100012;color:#ed6921;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.39);display:block; }
 }@media only screen and (max-width: 763px) { #QI4x2buH8fXbTiixbpv60BrZGGSHTn79 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22bfe218-8855-454d-a5e4-f08a7b6e13d2/kuchnia.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79.adaptive-delivery-prevent-bg, #QI4x2buH8fXbTiixbpv60BrZGGSHTn79.lazyload, #QI4x2buH8fXbTiixbpv60BrZGGSHTn79.lazyloading { background-image: none; }#QI4x2buH8fXbTiixbpv60BrZGGSHTn79 > .row .container { width:20rem;height:13.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #akT8NCTRnWzoUBvno6pPA77GHJfzCICv { width:19rem;height:4.8125rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMh4Ekdf35h7mfsmWT26fMo5rT6kn05p { display:block; }
 }@media only screen and (max-width: 763px) { #u5O7MmVVTszIZNqvAWfNPwQuSJy4TOqL { width:6.4375rem;height:6.4375rem;top:5rem;left:6.75rem;font-size:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6zDx73JuTZgf7bSgWcal6gDULt8fuir { width:19rem;height:2.875rem;top:8.6875rem;left:0.5rem;font-size:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.27) ;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #CmSIFpRZBfI3BA3q1TPAKpJQlkbJAABZ { display:block; }
 }@media only screen and (max-width: 763px) { #BQ4JzoPxiLxZpUNhUIwb0ffobg4McXf8 { width:5.25rem;height:5.25rem;top:4.0625rem;left:7.375rem;font-size:3.625rem;z-index:100012;color:#ed6921;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.39);display:block; }
 }@media only screen and (max-width: 763px) { #HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 { display:block; }#HG9qs8pDhf38d8aq3nTBgorryFiNlBX3 > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uadFoGE8UITioPmnqTiIc9xqFvXPmUVG { width:20rem;height:7.7988125rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH03pXdNZchoDWNBR2XnyEvx9USzTWr2 { width:14.9375rem;height:3.375rem;top:16.0625rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AKtmRNckHZn9Xg4OTUtv3ZU750VTXiTX { width:18.4375rem;height:0;top:18.1125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WoBbCTldzDd2GnmRndxFN1nN0eAGVteB { width:12.875rem;height:3.375rem;top:38rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fLsEfhJZHOpBxJuitWFbqEXxviONXMK0 { width:19.0625rem;height:0;top:40rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sMdOwJXlDtqgkqvSq6Lql6fEzBqomTtU { width:5.875rem;height:5.875rem;top:11.1875rem;left:7.0625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiVTc3AXuaQIt8bx27tcL9i6PFXEF2xs { width:20rem;height:0;top:64.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bR4yekPlESRcsAPk0GZ7OUMa3W2tzrPJ { width:20rem;height:1.6875rem;top:61.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A0oQ71nZgrdCZUIhxykKQAo5yHkn32zd { width:20rem;height:8.4375rem;top:85.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3z0muxOXtqRGr2Qkkty8rzgFWsKFnXl { width:20rem;height:3.375rem;top:81.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NqInX0ZrQC3T0ZZOS1Qaa8cTrdSWzbpk { width:18.4375rem;height:11.8125rem;top:20.0625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #w1rMus1igB7XV5DbePkIT9dPbEdWfwQp { width:19.0625rem;height:13.5rem;top:42.125rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #rMdBxdVZNZzowGdbpg3lNfXwTpHwpbwJ { width:20rem;height:11.8125rem;top:63.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #otAv4BqhIFxuvz9piOBzHgcQD42KK9k1 { width:4.625rem;height:4.625rem;top:98.062507629394rem;left:7.6875rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUK3IipJSfl05BisLEwtwkg1QleIOlRA { width:4.625rem;height:4.625rem;top:103.93750762939rem;left:7.6875rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IayJmQOwmfGMpsMDJRmFlA2yX54ShPxs { width:4.625rem;height:4.625rem;top:109.81250762939rem;left:7.6875rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhbxv4svuMBfiDFR0XrmLRJrNbFZT5IS { width:5.875rem;height:5.875rem;top:32.749999046326rem;left:7.0625rem;font-size:4.0625rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #M7RGl3s8xPKHHHGvKPEe6vLqMyaU9ysn { width:5.875rem;height:5.875rem;top:56.5625rem;left:7.0625rem;font-size:4.0625rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5vgaHXIrhNR49FwouOUtk1PClphiTX { width:5.875rem;height:5.875rem;top:76.375rem;left:7.0625rem;font-size:4.0625rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX { display:block; }#zHJBlUR1mOM7iHHsyZ7sILImeo1voAiX > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lC1Q2XZsJ5KPwART0ohKE3rdO5BLwNQS { width:20rem;height:7.7988125rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zruKl5ouIoIRovhlKT0gZ48JPRIoVcKo { width:20rem;height:0;top:12.799999237061rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fuNEVFGvT04mcCXsktMpR8EORImCK06c { width:20rem;height:0;top:27.3rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tLaslsOUMAhhovQm48MdekJwXPwdXlwh { width:6.0625rem;height:6.0625rem;top:22.612499237061rem;left:6.96875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhDq3QPMTpeo2bF9H3svxSzRmTbNMNUG { width:20rem;height:0;top:34.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1mPSB0i39xWuFPr2hEaG9qpgBMCoNVG { width:17.5625rem;height:4.625rem;top:33.449981689453rem;left:1.1999998092651rem;display:none; }
 }@media only screen and (max-width: 763px) { #FV6eJGtn47d9xJ1mg7iG6I4tZrreoGBL { width:20rem;height:9.375rem;top:13.237500190735rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #F45SKm97qBW6kM8eSIvgtmpeXXK98SJt { width:20rem;height:5.625rem;top:28.062463760376rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #bDiwHaQimbFTu5k3eEa6ghEf10vMOQ5q { width:17.1875rem;height:3.25rem;top:36.0625rem;left:1.4375rem;font-size:1.25rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #yavVmmEuOoM1aoBTt3wBlwfDDpOAUwyJ { width:17.375rem;height:4.3125rem;top:35.5rem;left:1.3125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM { display:block; }#TMwu4Crf7kORrc5zsD1OVC1ldwy9F9VM > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIPGZv9lC4QL9qTdP9NU5UddlxmDVFVr { width:20rem;height:10.375rem;top:4rem;left:0rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #tePKET9NaUckHvETmzCcWkocSf6SM3XA { width:10.0625rem;height:1.54375rem;top:1.125rem;left:3.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNEH2oqKx27OuK2V5Qr3T3eNFtWUbDbF { width:2.125rem;height:2.125rem;top:0.8125rem;left:14rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFFm8Np1lgpS3FXuttyN9fcZzOaCONdf { width:6.875rem;height:6.875rem;top:5.75rem;left:6.5625rem;z-index:100131;display:block; }
 }@media only screen and (max-width: 763px) { #kbaXCe6kmzJJo2brhVQHQX3HHKKqfOrJ { width:6.6875rem;height:8.1875rem;top:5.125rem;left:5.9375rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #nBfPnSxwpsUZ7WgT3RDT1CebTH8QMM0R { width:7.75rem;height:7.75rem;top:5.125rem;left:5.1875rem;z-index:100091;display:block; }
 }@media only screen and (max-width: 763px) { #XIy9F9476rsd5MhRAtIVQwTfWVyVM3uF { width:6.8125rem;height:6.8125rem;top:5.875rem;left:5.75rem;z-index:100092;display:block; }
 }@media only screen and (max-width: 763px) { #aeb6xaOmEUZOe6dWtH3wL3cFnF5KPl3y { width:7.5rem;height:7.5rem;top:5.3125rem;left:5.25rem;z-index:100093;display:block; }
 }@media only screen and (max-width: 763px) { #lULaC2KGZ2uIwFJzvQHCIegpMCozahyx { width:7.5rem;height:7.5rem;top:5.125rem;left:5rem;z-index:100094;display:block; }
 }@media only screen and (max-width: 763px) { #nqTiDANmAsiZPApbPv4cm1nlKrhng79r { width:7.1875rem;height:7.1875rem;top:5.75rem;left:5.6875rem;z-index:100095;display:block; }
 }@media only screen and (max-width: 763px) { #vRoZH2GKpB04JJTgRWf7vvkW0dfJKEUk { width:5.4375rem;height:5.4375rem;top:6.1875rem;left:6.0625rem;z-index:100106;display:block; }
 }@media only screen and (max-width: 763px) { #nVGzSLnPhE5BkaofL7bIEqd6ZZ4ZpwtO { width:10.5625rem;height:7.1875rem;top:6.5rem;left:4.75rem;z-index:100096;display:block; }
 }@media only screen and (max-width: 763px) { #oz7JBgXJTSg3pfzi3VEnOWlPZNxyvHKD { width:9.875rem;height:6.4375rem;top:6.125rem;left:3.9375rem;z-index:100097;display:block; }
 }@media only screen and (max-width: 763px) { #Zxy2rJKCMA1lLW5eEFhlEcwNKwuRTsRi { width:9.9375rem;height:6.625rem;top:6.8125rem;left:5.0625rem;z-index:100098;display:block; }
 }@media only screen and (max-width: 763px) { #ihoC2whOTkqaTD7fAIJu8QiUoW1e6EPw { width:8.9375rem;height:5.875rem;top:7.1875rem;left:5.5625rem;z-index:100099;display:block; }
 }@media only screen and (max-width: 763px) { #VgIOTwhMUH71yPpm8pJs9WgbL7lICRC3 { width:4.5rem;height:7.9375rem;top:4.375rem;left:6.9375rem;z-index:100100;display:block; }
 }@media only screen and (max-width: 763px) { #lP8SgmD6xN48VrGrIIlKq0TDTmpJpiV7 { width:4.25rem;height:6.375rem;top:6.25rem;left:7.9375rem;z-index:100101;display:block; }
 }@media only screen and (max-width: 763px) { #yhFkb6lAlVVneEKlM3Z5kBxx7R2B4eQN { width:5.1875rem;height:7rem;top:6rem;left:6.9375rem;z-index:100102;display:block; }
 }@media only screen and (max-width: 763px) { #hH4KszPGrCDpgqBskoN9eCTpLoqKxnZP { width:5.75rem;height:7.75rem;top:5.125rem;left:6.875rem;z-index:100103;display:block; }
 }@media only screen and (max-width: 763px) { #na6TaoUsJq4kTIctG9tlIKPrTpQx2bKf { width:5.4375rem;height:7.3125rem;top:5.125rem;left:7rem;z-index:100107;display:block; }
 }@media only screen and (max-width: 763px) { #a6mou0xbgIICcgZqaoKv8u1qChg7ggbT { width:5.4375rem;height:7.3125rem;top:5.125rem;left:7.4375rem;z-index:100108;display:block; }
 }@media only screen and (max-width: 763px) { #JGolowBSnDpOWNrtKL0cu4kk9CfkG9i4 { width:6.75rem;height:5.1875rem;top:6.875rem;left:5.9375rem;z-index:100110;display:block; }
 }@media only screen and (max-width: 763px) { #GrB2suc8piE6TVTJQJcGVW0p6HRWf8Ox { width:5.375rem;height:7.1875rem;top:5.125rem;left:6.75rem;z-index:100112;display:block; }
 }@media only screen and (max-width: 763px) { #ocZpH4pHugEsWRlHXwNv59k5WMrSI2CS { width:5.25rem;height:8.125rem;top:4.1875rem;left:6.6875rem;z-index:100111;display:block; }
 }@media only screen and (max-width: 763px) { #mT7SAhZGETXc2SxpKb0dkKcPiTGAVuhs { width:7.3125rem;height:5.4375rem;top:6.5rem;left:5.3125rem;z-index:100115;display:block; }
 }@media only screen and (max-width: 763px) { #BW36ctT3hNR6fuqmpGpHtB9KcP3bGEMx { width:9.0625rem;height:6.3125rem;top:6.0625rem;left:5.9375rem;z-index:100126;display:block; }
 }@media only screen and (max-width: 763px) { #bS2NNc4EGs1nTMFStRofXW0zNRZ3Zx9T { width:8rem;height:5.8125rem;top:6.3125rem;left:6rem;z-index:100116;display:block; }
 }@media only screen and (max-width: 763px) { #SG33BUBlLhMWNkr4CRQq12fEEyAS0Tgm { width:6.1875rem;height:4.6875rem;top:6.875rem;left:6.9375rem;z-index:100117;display:block; }
 }@media only screen and (max-width: 763px) { #rxtAJ7ud5TlUCG7GyzVFb2We8mMTLUAw { width:7.4375rem;height:5.5625rem;top:6.5rem;left:5.9375rem;z-index:100109;display:block; }
 }@media only screen and (max-width: 763px) { #MuFVF6OPJv9XgtO22k2KbEygfp28tMJQ { width:4.5625rem;height:6.125rem;top:6.125rem;left:7.75rem;z-index:100114;display:block; }
 }@media only screen and (max-width: 763px) { #xlkfv1nJ7O8XNUSJpNqDmP5qBL2lx6Eg { width:5rem;height:7.25rem;top:5.125rem;left:7rem;z-index:100113;display:block; }
 }@media only screen and (max-width: 763px) { #GUvGluTMWfmQP8e8IDyXh2L36BCWZ0TB { width:5rem;height:5rem;top:7.375rem;left:8.375rem;z-index:100118;display:block; }
 }@media only screen and (max-width: 763px) { #fCqWkeH8iR6D4Wkt21WQyzus4HeT1ulJ { width:4.5625rem;height:4.5625rem;top:6.9375rem;left:7.75rem;z-index:100122;display:block; }
 }@media only screen and (max-width: 763px) { #IG96dQq51WFL3hlzcn14LXfZIDbXMbcs { width:5.6875rem;height:5.6875rem;top:6.375rem;left:7.1875rem;z-index:100119;display:block; }
 }@media only screen and (max-width: 763px) { #nIztrW33mRqfmx09rJizTdZqpsI4wrh2 { width:7.125rem;height:7.125rem;top:5.625rem;left:5.4375rem;z-index:100123;display:block; }
 }@media only screen and (max-width: 763px) { #UPWJVzDS9k2u40nO2nXnbqzfPvHGQXRp { width:7.1875rem;height:7.1875rem;top:5.625rem;left:6.4375rem;z-index:100121;display:block; }
 }@media only screen and (max-width: 763px) { #Tqgn02nOL6tqcvlnrkC3zQr5TpT0bhvN { width:6rem;height:6rem;top:6.1875rem;left:7rem;z-index:100124;display:block; }
 }@media only screen and (max-width: 763px) { #UPNNxOoQmgNI3RcIItQaZqcu0kxzrTR7 { width:5.875rem;height:5.875rem;top:6.25rem;left:7.125rem;z-index:100120;display:block; }
 }@media only screen and (max-width: 763px) { #IR8ex2sGTIBIPEVrUQgBEBKfUchdGUqL { width:6.125rem;height:6.125rem;top:6.125rem;left:6.9375rem;z-index:100125;display:block; }
 }@media only screen and (max-width: 763px) { #iKBulin1lkHFCVbtReXO0AGbX9B5VG0c { width:8.4375rem;height:6.25rem;top:6.0625rem;left:5.8125rem;z-index:100127;display:block; }
 }@media only screen and (max-width: 763px) { #pmbIUelgn8TkGp2Ogv7k8IGHgiDzNl6a { width:3.125rem;height:6.3125rem;top:6.0625rem;left:8.4375rem;z-index:100128;display:block; }
 }@media only screen and (max-width: 763px) { #SJAmIrxc7FLW1hefCLToRMbv21ytc2xE { width:5.0625rem;height:5.0625rem;top:6.6875rem;left:7.5rem;z-index:100129;display:block; }
 }@media only screen and (max-width: 763px) { #wxi9EWrbThhWaT213Z0LVqgnKRdDkf9M { width:6.125rem;height:6.125rem;top:6.125rem;left:6.9375rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW { display:block; }#Mlfh7htUbD0Urh14FfPoAb3qaBMbXzqW > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBSl1Z9yTVlgpbDZXq7f2ISiLNV4u3Ft { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.6875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #lI9x8UeOVdzfgdT160dEJi0fznp750t8 { width:20rem;height:3.736325rem;top:15.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTvrMLMFGqQ3SThZoGSH1tDppGafNoR { width:20rem;height:0;top:23.406225204467rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sOXWnrX71yAt8sMsKdXnrzVwePZaVxqd { width:20rem;height:9rem;top:35.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #s120Pg3sHSTA5FGNnHySXVbFOZ4Rzy50 { width:19.75rem;height:5.0625rem;top:14.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnSBkcxsPzVik4hMHvJNQAqBvI9dO47B { width:4.4375rem;height:4.4375rem;top:20.5rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I64fIIbvEIAwn4Dh2R40zCF3IwqW8uMx { width:20rem;height:8.39844375rem;top:4rem;left:0rem;font-size:1.5rem;color:#ffffff;z-index:100012;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HpL2hBv6o0p45nTIOEEtCpvDVRg04TMo { width:20rem;height:10.6875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKuNGb02uFHsCttT0GTIFqnpJPNnla8y { width:20rem;height:9rem;top:24.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:100049;display:block; }
 }@media only screen and (max-width: 763px) { #DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e28378e-7218-4b30-a46d-049eb7cafd59/przedpokj.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ.adaptive-delivery-prevent-bg, #DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ.lazyload, #DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ.lazyloading { background-image: none; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container { background-color: transparent; background-image: none; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container > .video-iframe-container { display: none; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row > .video-iframe-container { display: none; }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .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); }#DPb8XWAv1FJdMAtN9Pd4VFaqPaqTdfuZ > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwUE8Bxmox5EfX9eoaQyyoKmoQs8KRgs { width:19.75rem;height:0;top:4.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #oTwBPx9EKSfslaJUsMDTuwJazi7R828n { width:18.75rem;height:0;top:12.244791984558rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #TVDzOTrJdICFz9ImWtwSnc1BqeWfUvLl { width:18.8125rem;height:23.6875rem;top:16.375rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-family:montserrat; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-text {padding-top: 0; padding-bottom: 0;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-select {padding-top: 0; padding-bottom: 0;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-input-button { width:10.375rem;margin-top:0.25rem;margin-right:2.9375rem;margin-bottom:0.25rem;margin-left:2.9375rem;height:2.875rem;font-size:1.1875rem;overflow:hidden;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b [class*="-text"]:-moz-placeholder { color:#727272; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b [class*="-text"]::-moz-placeholder { color:#727272; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b [class*="-text"]:-ms-input-placeholder { color:#727272; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b [class*="-text"]::-webkit-input-placeholder { color:#727272; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .widget-checkbox-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b  { width:16.25rem;height:auto;top:16.3125rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ImpG0M72TmFHNfHIywTEdcptHInTnL1b {display:block;}#ImpG0M72TmFHNfHIywTEdcptHInTnL1b { width:16.25rem;height:auto;top:16.3125rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #VWdiKUqIikRoA1I8cBaKgUqxVKdPh9Xy {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #yXq4LfTXMQNGooEJTEr6ENl16bgEuzZD {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #UBpIcGV8SOZ7h9UQ1O4zZATnfcvVdUTg {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #HpWziE2SxBSVvGn6tVzt9fp0yAMJ5aeA {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #uiEPw5Txf90ctd74PadbPQdamVV6RSuN {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #q0Eiy0bTrcTTZ8y83lEHhKMKoluVtbnp {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #kod9pZ2GVW4rfPMcapJorhmdfJVraUGt {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #ZAskeyK5HHZSUzTyMMy8IbccFoEPoio0 {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #sw6mxoitTRvq23f3TVzAo4R6Xu9pl0sH {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #xyBWTtrgRruT2Rwn5CA0KW92zKptUqGO {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #TKus89KSVKdD9prZFHK3vWuSIcgtRo4v {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #hSpIDagBImVexMGP0y0zXJr4dF0mLSmM {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #GyTMWAMduX3L5P8R4eDOcLxnxxw5TwMk {  }
 }@media only screen and (max-width: 763px) { #ImpG0M72TmFHNfHIywTEdcptHInTnL1b #obh67tpkorQSTMCyJi7lLdrfhE4XaQWJ {  }
 }@media only screen and (max-width: 763px) { #aOCBITTKNErTL6LdFeUIwO4wnl6XtPzG { width:19.75rem;height:1.8rem;top:3.0625rem;left:0.25rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #iRADsB90TaddlrpnqgSvuOPWDvTC9SAt { width:19.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;z-index:100002;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ky6oOReyCKidA4tKUFIyvKel1zGVqDKF { width:19.4375rem;height:5.0625rem;top:9.625rem;left:0.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld { display:block; }#S1Q2qtf1PqSV7Xm6qhsuqTDi01t0Q5Ld > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2gETEIwmN3aHEpCbTLK98KvMJ33Hvd { width:13.3125rem;height:3.375rem;top:3.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwz0SdedEOUTtiHvfDr7Jbadii4qpDZX { width:16.875rem;height:4.21875rem;top:7.875rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fwIrVRJdlFTH4QsoALlTzqyApPbcZqEb { width:15.625rem;height:1.40625rem;top:13.375rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WMOgCpzpUhxGDx62E7EKtBrVIoRNQEHR { width:15.625rem;height:1.40625rem;top:15.3125rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }