.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:234,238,237;--color-primary-1:184,197,195;--color-primary-2:113,139,135;--color-primary-3:57,70,68;--color-primary-4:17,21,20;--color-secondary-0:255,233,217;--color-secondary-1:255,182,128;--color-secondary-2:255,108,0;--color-secondary-3:128,54,0;--color-secondary-4:38,16,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { background-color: transparent; background-image: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container > .video-iframe-container { display: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container { display: none; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .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); }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { border-width: 0; border-radius: 0; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#BqTJe6enJfhU6MREgR5KrUC54iG4K01S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.875rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.43); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2.0625rem;left:0rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:12.1875rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zwh2dTCngDsH6tlRTrUO9XnUPtCnFLzK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#uEhttyidHd9wLH9IIUTsPL3qwVCvzq9v { position:absolute;display:block;z-index:15035;height:41.6875rem;width:75rem;top:16.4375rem;left:0rem;display:none; }
#KAuKiqKIHchDuPcwtXx4rTr5zp9R7cvm { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:19.5rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#W4SXVOI9QWAa1TMXc7obuECcFaPKEEMv { position:absolute;display:block;z-index:15036;height:21.75rem;width:38.75rem;top:16.1875rem;left:18.125rem;display:block; }
#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { background-color: transparent; background-image: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .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); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { border-width: 0; border-radius: 0; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#Afv509o8iIT6P454O3PtGm1csnMwc0ec { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:15.6875rem;top:21.25rem;left:59.3125rem;overflow:hidden;display:none; }
#xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:18rem;top:3.40625rem;left:51.40625rem;overflow:hidden;display:none; }
#F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:15.9375rem;top:15.3125rem;left:51.40625rem;overflow:hidden;display:none; }
#lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:3.4375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:15.5rem;top:8.5rem;left:51.1875rem;overflow:hidden;display:none; }
#ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.875rem;top:6.75rem;left:53.25rem;overflow:hidden;display:none; }
#X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:13.75rem;top:6.6875rem;left:52.0625rem;overflow:hidden;display:none; }
#hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:14.1875rem;top:8.75rem;left:53.353515625rem;overflow:hidden;display:none; }
#txSs34wLnIBW3vyr4ytpghGv1gLtrSee { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:12.25rem;top:5.90625rem;left:55.5rem;overflow:hidden;display:none; }
#TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:8.8125rem;left:0rem;height:6.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:4.3125rem;left:14.90625rem;height:2.25rem;font-style:normal;display:none; }
#bvdmxGH9KngSB1o5OccIJUdTBnbUNZc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0.0625rem;height:6.53075rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { background-color: transparent; background-image: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container > .video-iframe-container { display: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container { display: none; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .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); }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { border-width: 0; border-radius: 0; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:0.125rem;top:7.5625rem;left:25.0625rem;display:block; }
#UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.9375rem;left:4.625rem;height:1.29980625rem;display:block; }
#xz81Xveup3Z6ufyaivQia4NDwXL3Nick { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:15.0625rem;left:4.625rem;height:1.29980625rem;display:block; }
#nENitiBL8NehottQDkotZxAF1xNIMuNW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:12.9375rem;left:29.4375rem;height:1.29980625rem;display:block; }
#JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.1875rem;left:30.5rem;height:1.29980625rem;display:block; }
#BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.9375rem;left:58.75rem;height:1.29980625rem;display:block; }
#TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.25rem;left:58.75rem;height:2.5996125rem;display:block; }
#srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:8.5rem;left:4.25rem;height:4.5rem;font-style:normal;display:block; }
#i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:8.5rem;left:29.4375rem;height:4.5rem;font-style:normal;display:block; }
#krzBPeuXRTThkXJGln9EyMDPezhwuLXr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:8.5rem;left:58.75rem;height:4.5rem;font-style:normal;display:block; }
#c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:0.125rem;top:7.5625rem;left:51.75rem;display:block; }
#LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:0.125rem;top:1.1875rem;left:25.0625rem;display:none; }
#LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:0.125rem;top:1.1875rem;left:25.0625rem;display:none; }
#BSnq9snK3c9ySeRByf5XoQvNcVCJ4se4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:2.375rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tKd2ugpmJyxOnanEi1aUhMThFnzumlze { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.0625rem;left:29rem;height:1.29980625rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:rgba(var(--color-tertiary-3),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.13);top:1.7556419372559rem;left:66.061420440675rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:13rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqTJe6enJfhU6MREgR5KrUC54iG4K01S { width:8.875rem;height:3.0625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:46.0625rem;height:5.75rem;top:5.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:31.125rem;height:3.32421875rem;top:14.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwh2dTCngDsH6tlRTrUO9XnUPtCnFLzK { width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEhttyidHd9wLH9IIUTsPL3qwVCvzq9v { width:47.75rem;height:41.6875rem;top:16.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KAuKiqKIHchDuPcwtXx4rTr5zp9R7cvm { width:31.125rem;height:6.6484375rem;top:14.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4SXVOI9QWAa1TMXc7obuECcFaPKEEMv { width:38.75rem;height:21.75rem;top:16.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { display:block; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { width:47.75rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afv509o8iIT6P454O3PtGm1csnMwc0ec { width:15.6875rem;height:16.1875rem;top:21.25rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { width:18rem;height:16.1875rem;top:3.375rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { width:15.9375rem;height:13.8125rem;top:15.3125rem;left:30.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { width:47.75rem;height:2.25rem;top:3.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { width:15.5rem;height:12.8125rem;top:8.5rem;left:30.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { width:12.875rem;height:12.0625rem;top:6.75rem;left:32.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { width:13.75rem;height:12.875rem;top:6.6875rem;left:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { width:14.1875rem;height:13.9375rem;top:8.75rem;left:32.916015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #txSs34wLnIBW3vyr4ytpghGv1gLtrSee { width:12.25rem;height:13.75rem;top:5.875rem;left:35.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { width:47.75rem;height:6rem;top:8.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { width:20rem;height:4.75rem;top:3rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvdmxGH9KngSB1o5OccIJUdTBnbUNZc4 { width:20rem;height:10.1875rem;top:11.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { display:block; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { width:0.125rem;height:13.6875rem;top:4.77490234375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { width:12.5rem;height:1.25rem;top:12.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz81Xveup3Z6ufyaivQia4NDwXL3Nick { width:17rem;height:1.25rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nENitiBL8NehottQDkotZxAF1xNIMuNW { width:12.5rem;height:1.25rem;top:12.9375rem;left:15.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { width:16.375rem;height:1.29980625rem;top:15.1875rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { width:12.5rem;height:1.25rem;top:12.9375rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { width:12.5625rem;height:2.5625rem;top:15.25rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { width:13.25rem;height:5rem;top:8.5rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { width:18.5rem;height:3.8125rem;top:8.5rem;left:15.8125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krzBPeuXRTThkXJGln9EyMDPezhwuLXr { width:12.25rem;height:5rem;top:8.5rem;left:35.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { width:0.125rem;height:13.6875rem;top:4.77490234375rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { width:0.125rem;height:13.6875rem;top:1.1875rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { width:0.125rem;height:13.6875rem;top:1.1875rem;left:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSnq9snK3c9ySeRByf5XoQvNcVCJ4se4 { width:47.75rem;height:2.25rem;top:2.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKd2ugpmJyxOnanEi1aUhMThFnzumlze { width:17rem;height:1.25rem;top:15.0625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:8.8125rem;height:1.13720625rem;top:1.75rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { width:47.75rem;height:13rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vZZPeINinpyTZlt75WQxT5ixUEA6wT6S { position:relative;z-index:auto;display:block; }#vZZPeINinpyTZlt75WQxT5ixUEA6wT6S > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqTJe6enJfhU6MREgR5KrUC54iG4K01S { width:5.375rem;height:1.9375rem;top:0.78125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b03560b-b03e-46fb-9d70-e183ca92333f/Planika_outdoorkitchen_colours.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:20rem;height:5.8125rem;top:2.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:20rem;height:2.625rem;top:24.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zwh2dTCngDsH6tlRTrUO9XnUPtCnFLzK { height:11.25rem;width:20rem;top:11.8740234375rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #uEhttyidHd9wLH9IIUTsPL3qwVCvzq9v { width:20rem;height:11.375rem;top:11.8115234375rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #KAuKiqKIHchDuPcwtXx4rTr5zp9R7cvm { width:20rem;height:1.3125rem;top:61.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #W4SXVOI9QWAa1TMXc7obuECcFaPKEEMv { width:20rem;height:25rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBCgRWONcHs1vsdMhD2gCnx8QT3486tk { background-color:rgba(255,255,255,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { background-color: transparent; background-image: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { display: none; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .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); }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { border-width: 0; border-radius: 0; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBCgRWONcHs1vsdMhD2gCnx8QT3486tk > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Afv509o8iIT6P454O3PtGm1csnMwc0ec { width:15.6875rem;height:16.1875rem;top:18.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcrOTipvHBxpvRGlfL1TQTIU5VLrs0RP { width:18rem;height:16.1875rem;top:1.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0FnOf5TfN0wWo9yAhParlFnHu5fcDdZ { width:18.625rem;height:16.1875rem;top:36.25rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVrQ6WriKEW91LJEGzqfR8JysAoQcoSa { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #MKnIa2MgRhWbOcXQ9QwLvmGQ8J1zWQnw { width:15.5rem;height:12.8125rem;top:74.67480625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUUUmZQJwUGFMRRVckEfZrv9vTdPBO3I { width:12.875rem;height:12.0625rem;top:102.86230625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5MTKg5fpWcUzNLluLuGIoAVlNd7NEeR { width:13.75rem;height:12.875rem;top:88.73730625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMt8ZnyqBH67Tsbh4vdab0Dq5o5oekRD { width:14.1875rem;height:13.9375rem;top:131.17480625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #txSs34wLnIBW3vyr4ytpghGv1gLtrSee { width:12.25rem;height:13.75rem;top:116.17480625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDO2vyTeiHkabEZTrVEvwPaFgSK1gUil { width:20rem;height:0;top:22.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #l3iqlFP0hEMuIbg764k3ZWTrw8liARKU { width:20rem;height:4.79980625rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #bvdmxGH9KngSB1o5OccIJUdTBnbUNZc4 { width:20rem;height:10.23485625rem;top:9.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av { display:block; }#EEAf5lGdsrl0fmTKDRWwwyeqJNfdT8av > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtoyMWELoZQ4wvTS4FnIVEJV3RIkpcZF { width:17.1875rem;height:0.125rem;top:15.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpscxpE6qsSTl32yqDlpIlCWNsPB4AB { width:12.5rem;height:1.94970625rem;top:10.1875rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz81Xveup3Z6ufyaivQia4NDwXL3Nick { width:11.4375rem;height:1.29980625rem;top:13rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nENitiBL8NehottQDkotZxAF1xNIMuNW { width:16.5rem;height:1.94970625rem;top:22.875rem;left:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSh88pqUuFQVxvib6SQ89t16TZe0LBdh { width:12.5625rem;height:1.29980625rem;top:28.537109375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwpLyDT4XnPCB4q9CehIkg4twS2gUmK { width:12.5rem;height:1.94970625rem;top:38.1875rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxadiFbmXLxv5lMcNyrhWpCUHEFfIoib { width:12.5625rem;height:2.5996125rem;top:41.3125rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGQDRFVlk9TT5Xu3eoo5iLo6CKOa2us { width:5.5rem;height:5rem;top:4.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:5rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #i5TToW2iTlkKNhF3wTsW8goOZaTZLPAy { width:18.375rem;height:3.8125rem;top:18.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:3.8125rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #krzBPeuXRTThkXJGln9EyMDPezhwuLXr { width:12.5625rem;height:5rem;top:32.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:5rem;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #c4mqB5UViuPWE1c9kl1nkzgTfSTTsprx { width:16.9375rem;height:0.125rem;top:46.25rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTDsU2Ts1FAfgX4GTCBT8kBOTsgxT5Gn { width:17.1875rem;height:0.125rem;top:30.75rem;left:1.40625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #LdCt7k3we5VqBzdtcGlD7r3mexBPgSQE { width:17.1875rem;height:0.125rem;top:3.1875rem;left:1.40625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BSnq9snK3c9ySeRByf5XoQvNcVCJ4se4 { width:20rem;height:auto;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #tKd2ugpmJyxOnanEi1aUhMThFnzumlze { width:17rem;height:1.29980625rem;top:25.912109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:6.6875rem;height:1.13769375rem;top:1.5rem;left:13.3125rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #efeZQKcl3gTCwH0p0fnPPhOdL8ONMiVT { width:20rem;height:0;top:7.375rem;left:0rem;font-size:1rem;display:none; }
 }