.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:231,226,225;--color-primary-1:176,159,155;--color-primary-2:97,63,55;--color-primary-3:49,32,28;--color-primary-4:15,9,8;--color-secondary-0:247,227,233;--color-secondary-1:231,172,190;--color-secondary-2:215,117,147;--color-secondary-3:107,44,67;--color-secondary-4:43,23,29;--color-tertiary-0:255,255,255;--color-tertiary-1:248,250,252;--color-tertiary-2:231,237,246;--color-tertiary-3:116,119,123;--color-tertiary-4:23,24,25;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:transparent;background-image:url("https://images.assets-landingi.com/eU90ia5I/sekcja8_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eef1f8; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eef1f8; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { background-color:rgba(var(--color-tertiary-0),0.96);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { background-color: transparent; background-image: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:60rem;height:10.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.0625rem;left:9.625rem;display:block; }
#wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0625rem;left:22.25rem;display:block; }
#ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.0625rem;left:30.125rem;display:block; }
#oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.0625rem;left:39.625rem;display:block; }
#Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.9375rem;left:48.1875rem;display:block; }
#AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fMKPC35kwa08xVuM8U40DLJUeVCTwDgV { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#433c3f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0625rem;left:16.25rem;display:block; }
#W1T3uDmoqVeLu4on4779UorwLkQfxLxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ho9SPsUiqduXE4W1QikQELTsUExUMGGs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0);background-image:url("https://images.assets-landingi.com/uc/684ad4a4-2e9d-40d0-a66d-a3d917f85cc4/4edb2c5da89849b8b3d261b31e843d5e.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { border-width: 0; border-radius: 0; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#XARW3W63fC8kidOJ3dewgrQdGITGkAOE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:"bree serif";font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:12.0625rem;left:1.21875rem;height:6.1875rem;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; }
#s3GXT6LDuiTXVvguM93hg9K8CRuxabLE { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:17.5625rem;left:1.21875rem;height:8.49609375rem;display:block; }
#AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.84);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:38.1875rem;top:9.78515625rem;left:0rem;display:block; }
#sREitm1avbXcQyXdbT315nL7ymSVDglk { 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.1875rem;width:12.1875rem;top:42.03125rem;left:23.90625rem;overflow:hidden;display:block; }
#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { 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;display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { background-color: transparent; background-image: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container > .video-iframe-container { display: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container { display: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .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); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { border-width: 0; border-radius: 0; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:6.1875rem;left:20.75rem;display:block; }
#ILN5Tis5zTsqi7T6ZkT90TcKZpkS09W7 { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:6.1875rem;left:36.0625rem;display:block; }
#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { 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;display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { background-color: transparent; background-image: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container > .video-iframe-container { display: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container { display: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .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); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { border-width: 0; border-radius: 0; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#Xcv4IVMy9FnGAB6gNAXUmtetxTN1ll5M { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:1.8125rem;top:2.3125rem;left:44.125rem;overflow:hidden;display:block; }
#CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:30.25rem;top:0rem;left:29.75rem;display:block; }#CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE.adaptive-delivery-prevent-bg, #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE.lazyload, #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE.lazyloading { background-image: none; }
#mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:6.125rem;left:38.78125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:9.5rem;left:37.53125rem;display:block; }#uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.adaptive-delivery-prevent-bg, #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.lazyload, #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.lazyloading { background-image: none; }
#PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:11.068359375rem;left:37.4375rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:11.625rem;top:16.5625rem;left:39.21875rem;display:block; }#gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.adaptive-delivery-prevent-bg, #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.lazyload, #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.lazyloading { background-image: none; }
#ZZsMEaOu5glsyUP3xJZiZfQWMRwEZTkv { 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:18.9375rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#z4m8hL2He7v080RHmznJ6WvbN0dToKOV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { 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;display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { background-color: transparent; background-image: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .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); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { border-width: 0; border-radius: 0; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#dArT1CpzP4BR8PXrElB8xITqGRnCNsqZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:4.625rem;left:8.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { position:absolute;display:block;z-index:15017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:9.875rem;left:7.4375rem;display:block; }#BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.adaptive-delivery-prevent-bg, #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.lazyload, #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x.lazyloading { background-image: none; }
#wu17DEVyI2Q7DaTpMEcfu0rx4Ty1vOAT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:9.875rem;left:8.0625rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#W34ZIJg0fHofvnJDdV4luJeTTe24BUP0 { position:absolute;display:block;z-index:15018;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:12.6875rem;left:8.375rem;display:block; }#W34ZIJg0fHofvnJDdV4luJeTTe24BUP0.adaptive-delivery-prevent-bg, #W34ZIJg0fHofvnJDdV4luJeTTe24BUP0.lazyload, #W34ZIJg0fHofvnJDdV4luJeTTe24BUP0.lazyloading { background-image: none; }
#IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:40.375rem;top:0rem;left:0rem;display:block; }
#hfRROs1DRgSCJkbpleG2TphiCto0XMrw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.4375rem;top:0.875rem;left:13.21875rem;overflow:hidden;display:block; }
#Tmf1kLvawWzfv8iCDJ9yxAxl1nnBiOlT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.8;letter-spacing:0;top:14.6875rem;left:8.0625rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#qPtOfRMDa1Ar65gMHW4xL3gPa7wtdxT3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:30.25rem;top:0rem;left:29.75rem;overflow:hidden;display:block; }
#ef9ddHd3hTUCLP5k0DpOayovl14Ardbu { 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:10.0625rem;width:10.0625rem;top:18.8623046875rem;left:24.96875rem;overflow:hidden;display:block; }
#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { background-color: transparent; background-image: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .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); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { border-width: 0; border-radius: 0; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:4.875rem;left:21.6875rem;display:block; }
#SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:4.875rem;left:34.9375rem;display:block; }
#Bn4c933N48MBQCURK5S0quq8zlrO6KUP { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:9.6748046875rem;left:45.5rem;height:;text-align:center;text-align-last:center;display:block; }
#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { background-color: transparent; background-image: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .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); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { border-width: 0; border-radius: 0; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:1.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ug7W9WEUIChiqgF1yt7MJoAkaUVqvSMs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.88671875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gEXfwEfv27lakndZvIECuTEX2Bp8ezTO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.5rem;left:6.1875rem;overflow:hidden;display:block; }
#Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.3125rem;left:4.8125rem;display:block; }
#Enlut1pNAwxawqvnvWZZie6etB8UdvIz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.375rem;left:19.8125rem;display:block; }
#Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.025390625rem;left:16.25rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDzU6oVGZQBXVq6GAkHhbfd95Q3q7nzr { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:11.412109375rem;left:16rem;height:11.19725rem;text-align:center;text-align-last:center;display:block; }
#yp534xvKgzNL9oQKWTfmTwWFWJdFaLQh { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.375rem;left:34.8125rem;display:block; }
#vCoQreA1nZTcs3iw3BNoxTLr6TBFCpEH { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.025390625rem;left:31.25rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTsNDvOoThXUCxRvXMGX79y86DLtOvhR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:11.412109375rem;left:30rem;height:12.796875rem;text-align:center;text-align-last:center;display:block; }
#OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.375rem;left:49.8125rem;display:block; }
#ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.9375rem;left:46.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QE8bTobnAvIiMUpvkGWcWeGQJw5uIwau { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2rem;top:1.90625rem;left:21.5rem;overflow:hidden;display:block; }
#rUZiCUkhUholuiJGxhe0smRANRxPm1Ga { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2rem;top:1.9375rem;left:36.5rem;overflow:hidden;display:block; }
#wFrUAcq2J68yIH38B8dXGNXOc9WVMmW9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.1875rem;top:1.84375rem;left:50.90625rem;overflow:hidden;display:block; }
#ye1pwwm4H7c9gToTUfJtmwrukpTp32AT { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:11.412109375rem;left:1rem;height:7.9980625rem;text-align:center;text-align-last:center;display:block; }
#MWb8bdQXlflMRTl07FPUw1Z6aPx2NunP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:11.412109375rem;left:45rem;height:11.19725rem;text-align:center;text-align-last:center;display:block; }
#EAEfB2oobRST6C1neATAlWU5DhAe8pJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/kzideKFG/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy.adaptive-delivery-prevent-bg, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyload, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyloading { background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { background-color: transparent; background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .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); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { border-width: 0; border-radius: 0; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:60rem;position:relative;display:block; }#WVamLwJopccAQRrhsmAu4eGTyQ5KTZhK { color:rgba(var(--color-primary-0),0.95);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:18.0517578125rem;left:0rem;height:11.8945625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:27.9375rem;top:15.654296875rem;left:32.0625rem;display:block; }
#FfMiCIWCz9s47kWgB5pmstEEXWGTBWKb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:33.3125rem;left:32rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:32.28125rem;left:0rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:24.4375rem;display:block; }
#PsTbtRUBcF2hhusApNBDavMnaGXHBcca { 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:1.1875rem;width:1.5rem;top:6.3125rem;left:29.375rem;overflow:hidden;display:block; }
#kVHpzy4nwVqlycUB8uHeoxQeAkyu4TTT { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:32.125rem;display:block; }
#brLOv1dilmGD3ara4XtsCFbZtzahEEem { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { background-color: transparent; background-image: none; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container > .video-iframe-container { display: none; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row > .video-iframe-container { display: none; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .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); }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { border-width: 0; border-radius: 0; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.625rem;left:-0.03125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icpHU4M9WHo65LrIIDCBR7WCG0OXtg0a { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:24.4375rem;display:block; }
#Odb7XKVmAm6GTkTwdpd9PhTf7UiFMFEE { 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:1.1875rem;width:1.5rem;top:6.3125rem;left:29.375rem;overflow:hidden;display:block; }
#v2xCFk25QXidWHCEG7hZKCWomMhn8t3G { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:32.125rem;display:block; }
#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/d1rdupIt/bg3.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.adaptive-delivery-prevent-bg, #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.lazyload, #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK.lazyloading { background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { background-color: transparent; background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .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); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { border-width: 0; border-radius: 0; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#euRn5KDqti4P864TH0mmUQmU5Zo0UxHa { position:absolute;display:block;z-index:15001;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.375rem;left:4.3125rem;overflow:hidden;display:block; }
#GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.875rem;left:3.8125rem;display:block; }
#n8ULyvntM6FdUU4tr4KQUb42JpEEAMB4 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:14.5625rem;left:1.8125rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#s6UAKFQEDdZTWPTOtAwCM4V51vT7cKEP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0.0625rem;left:0rem;display:block; }
#kK9yXTdJlx7siCLxMOh0PEFHe6RTLKxW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:23.75rem;left:7.9375rem;display:block; }
#J8AkaZQnArOeimfDK142eSBky2hkLStJ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:24.8125rem;left:1.125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#d7Awr9TkkZkBHmNLL1KIdUBBMxcAVIxA { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:9.993625rem;font-style:normal;display:block; }
#wMEw8GPIhsL5FiF5SoyJX7uBzBXOZPiU { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0.0625rem;left:20.5rem;display:block; }
#UpXwIVRXyqFyRNpiw1lgfBnNrLmeDFZ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.0625rem;left:20.5rem;height:9.9931875rem;font-style:normal;display:block; }
#lNlbRl4ArT1ur0io5T0dlaPv673HtTle { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.875rem;left:24.3125rem;display:block; }
#vkvV67MNK1EZXqn2PX8Lbdr5XtKawo4u { position:absolute;display:block;z-index:15008;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:6.8125rem;width:10.3125rem;top:4.125rem;left:24.71875rem;overflow:hidden;display:block; }
#zkd76mykLWnbANVVCgymOec9wOU9cftK { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.5625rem;left:22.3125rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eIn4ebWAK7QhtrOHJv240hsqiKz5unpA { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:23.75rem;left:28.4375rem;display:block; }
#gb0FexDyA8aQv0meWfevBDqxzDy1Ika8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:24.8125rem;left:21.625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ooKRebMCp1BrwEcaLWrncZftzHAUZ3dT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0rem;left:41.0625rem;display:block; }
#UHqocVt8C2yHT99Hpx8xGKSl8QCzwrUR { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:24.75rem;left:42.1875rem;height:;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VzUtOkTE9uouronu2xT6r08F02SFqsnJ { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.8125rem;left:44.875rem;display:block; }
#Zru6TLNZmH8wr7Aaa8Fgyq3VnwOe1uyc { position:absolute;display:block;z-index:15015;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:6.9375rem;top:2.375rem;left:46.96875rem;overflow:hidden;display:block; }
#fob4L3J2qTy5U8asUtLDZKPJU7115d0b { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.5rem;left:42.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yplLfSwHgFz5MvnU4ch9Euh8rpvtK6e7 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:23.6875rem;left:49rem;display:block; }
#TFWh8QRVI9GTg1VPZKaTEmHR01UoHRh1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:41.0625rem;height:9.993625rem;font-style:normal;display:block; }
#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z { 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;display:block; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { background-color: transparent; background-image: none; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container > .video-iframe-container { display: none; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row > .video-iframe-container { display: none; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .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); }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { border-width: 0; border-radius: 0; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#BXNVpNVVRFdxWVoa9PAJfdMrGH9LVWtw { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.625rem;left:-0.03125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8bU8FJT8WnU5nTvunayTtJipIspzk0q { 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:1.1875rem;width:1.5rem;top:6.3125rem;left:29.375rem;overflow:hidden;display:block; }
#IxbQ96SbelogPG95mrawBuMAQWPLCV2M { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:24.4375rem;display:block; }
#HnnCLJP4CwswS8oeHcVRJVNdoNIdg6Fh { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:32.125rem;display:block; }
#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE { 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;display:block; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { background-color: transparent; background-image: none; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container > .video-iframe-container { display: none; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row > .video-iframe-container { display: none; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .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); }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { border-width: 0; border-radius: 0; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#ErwCDPaIbW1ld6VwHelDKTqoO9zsD4d8 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.9375rem;left:1.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z1u1QvHSqr4cqG38JawTJKiKIMNKETnZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0rem;left:0rem;display:block; }
#zeuq1cdH4vTWgkrUbWrzzVuSEOJwOaND { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:24.125rem;left:5.75rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tX349ofptHm2bq8byD9Hop8dQTJweATk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:16.1875rem;top:0.625rem;left:1.90625rem;overflow:hidden;display:block; }
#OD41Z0XK5QF8G6rg276Cf19qVgmrMlmm { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:17.8388671875rem;left:1.3125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZP7aBk2IFxgxQwrAWuRTFSp2AS95qfWS { color:rgba(var(--color-primary-2),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:23.125rem;left:8.75rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E9TkERtur0KMyOD4HRwgR9P01hfGOprR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0.0625rem;left:20.5rem;display:block; }
#W6WhlfAhhnFGIkZQZACX0dNAlzpJTGkX { color:rgba(var(--color-primary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:23.1875rem;left:29.25rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQ9I0MqxyUSHsqEwkTKClryPUR0Kqlan { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:19.375rem;left:22.1875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcSc2UrOnNoAond65p2uVXrUbL0vcQQ7 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15rem;left:22.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nACSerJDXJOOk5kzINWnXCGaFNIWA9q0 { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:24.1875rem;left:26.25rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AT3dzQdGC0iQbPg38z8KX9wTl1KMBET0 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19rem;top:0.0625rem;left:41rem;display:block; }
#Nh2sxXgqFBBHq56OtcVeT0paMAKI5yXE { color:rgba(var(--color-primary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:23.1875rem;left:49.75rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sqUCaEoPa09W3Qxoux9JQATNrBTblxOq { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:19.375rem;left:42.6875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ikRn4QeU14rByb4oboI2q08aLD0AsBFr { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:42.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SCI83DV0o5xTcBeOKfTqSHh6I07LUVfa { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:24.1875rem;left:46.75rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AoC6SdQtXgBlyNwDPh38D4vKTKbJLaLl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18.0625rem;top:0.625rem;left:41.5625rem;overflow:hidden;display:block; }
#EGf60DZrDTLoQUEnOod3VOtTbKhKlWxO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:11.75rem;top:0.71875rem;left:24.125rem;overflow:hidden;display:block; }
#fZu4hVzcdgnN4XecikaBoDtelqgol2pV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:23.2060546875rem;left:1.25rem;display:block; }
#nv5rXzFLhhQBDtwI2az6qrRwRzovZqSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MbcnprEcVgMJWc2e7nonow1JznAwFo7g { 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;display:block; }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row .container { background-color: transparent; background-image: none; }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row .container > .video-iframe-container { display: none; }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row > .video-iframe-container { display: none; }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .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); }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row .container { border-width: 0; border-radius: 0; }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#lo8XdIUkZEypqJoRDVRpzNV3HtXMfdHc { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5EuKpcsM6cqc26RVuwTmcyc6ch25R1d { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:19rem;top:0rem;left:0rem;display:block; }
#n3XKsPsg9FFtmhR6JHmoXRak7382SXTt { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:26.724609375rem;left:5.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfVSkueTEKzUASM0IybCMR9dlx3kVXMz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:14.1875rem;top:0.6875rem;left:2.46875rem;overflow:hidden;display:block; }
#Zz2MHv1x6n0KOVVSK1GKFHTrTpXUP95x { color:rgba(var(--color-tertiary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:16.5625rem;left:0.6875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtVG0gnD6S9V4ia4Lr1JVBBzL5BybpoC { color:rgba(var(--color-primary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:25.724609375rem;left:8.8125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRMwRPKWyEox1okrKNTFUJxMOFTAkJRx { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:19rem;top:0.0625rem;left:20.5rem;display:block; }
#MpPytPfFltFQvynq8mfuUSHysEPX0Cxs { color:rgba(var(--color-primary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:25.8369140625rem;left:29.3125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKNZmKgOsr46LoMOQRGcDS6gWW7ce8PB { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:17.361328125rem;left:20.65625rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DTcRUtEcBS9lhihJBXETQiFeo8yoee6X { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.1875rem;left:22.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqEixKQtEPSaBJWgWTT4qoqInf2A0dfS { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:26.724609375rem;left:26.3125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DGUJ9ZmHUuPVB9sTDBHNktWqBmTmd6KF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18.0625rem;top:0.625rem;left:21.0625rem;overflow:hidden;display:block; }
#ScRIWXsisFpJMT86e3tLPnNTyPTBdN65 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:19rem;top:0.0625rem;left:41rem;display:block; }
#xD01wAvAgo4MT8E1GzsX5VT6hTee5z9H { color:rgba(var(--color-primary-2),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:25.8369140625rem;left:49.875rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DgdqVBTPLg6L818JenVhdAPMpZ0d5Ftu { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:17.189453125rem;left:41.25rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DSzheX4BF6avTKyRIXnfPlDXw1xniKke { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:42.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tXPzBADuoBsIBtr0y2ZoFG3omHMGcm8l { color:rgba(var(--color-tertiary-3),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:26.724609375rem;left:46.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uKMZps4JTqsRa9BrzBS9D7fuOB1cReGT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.8125rem;top:1.0625rem;left:44.78125rem;overflow:hidden;display:block; }
#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/3R42bQ4n/bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.adaptive-delivery-prevent-bg, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyload, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyloading { background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { background-color: transparent; background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .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); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { border-width: 0; border-radius: 0; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:60rem;position:relative;display:block; }#Gm9RoTLd8VvdL4kpKiImLR3WKHLmxP7C { color:#433c3f;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRWs5dJtvXxXT1ssLUT4e2XknqrWXRZx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.65625rem;left:15.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PC743WQzgmtVmWar9sviiqsAySOJ5QuF { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:20.34375rem;left:8.90625rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#xsMc0UqAW9C7dlHAEB8I3V6VD9fSbsXg { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:3rem;width:3rem;top:30.6875rem;left:0rem;display:block; }
#mWT01NUGLhcqgIaDp0W9BvN5Q9PGFGJZ { color:rgba(var(--color-primary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:30.38671875rem;left:4.875rem;height:3.5996125rem;display:block; }
#l99piC2M8Aza9rTGseKmbsmIpUhSWCiw { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:3rem;width:3rem;top:30.6875rem;left:22.125rem;display:block; }
#QX2DIl3M2VFXzft322VhnLPQ313JtvE6 { color:#b9a698;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:31.25rem;left:26.5625rem;height:1.79980625rem;display:block; }
#BdWT1VUaqsyIkvxM2mTfttXvgCWnyrT9 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:3rem;width:3rem;top:30.6875rem;left:40.4375rem;display:block; }
#RwC8nK35QV6mEzP9V8ubOHfLdzkCTI1q { color:#b9a698;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:31.25rem;left:44.6875rem;height:1.79980625rem;display:block; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-form-header {  }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-regular-label { display:block;width:17.375rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#dde4ec;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-text { border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:17.375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#433c3f;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-text {padding-top: 0; padding-bottom: 0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-textarea { border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:17.375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#433c3f;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:17.375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-select {padding-top: 0; padding-bottom: 0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-button { border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:18.9375rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:rgba(var(--color-primary-0),1);background-image:none;overflow:hidden; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#727272;text-align:center;text-align-last:center; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#727272;text-align:center;text-align-last:center; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#727272;text-align:center;text-align-last:center; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:#727272;text-align:center;text-align-last:center; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:55.5rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.6875rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-container:first-of-type{padding-top:0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-container:last-of-type{padding-bottom:0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:57.4375rem;height:auto;left:0rem;top:35.875rem;z-index:15020;position:absolute; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .radio-container { width:18rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:57.4375rem;height:auto;left:0rem;top:35.875rem;z-index:15020;position:absolute; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #EuWZ5tTvkiLnccKOwtTuXCMFFsVtkFOd { position:relative; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #sGFnTH6JicS7nJgzuW8iVxLdtQRRAq4k { position:relative;display:block; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #JhZ2fGKkCu02HhftoJwTsmVWb2szHKpw { position:relative; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #dgdDMSrwcDF0GvMkqTU23ggz6o3N3vNJ { position:relative; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #hecWyT92C1pBx6BTxG1whoi30kt6lL60 { position:relative;display:block; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #bxRAARTrSoBVFdGSUmxIOm2K8Hsi9zTN { position:relative; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #sTnML1qf906G4wM1OTO4HkKb7T54ZkTO { position:relative; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #y1ho0IJQ2yUqraZS2sAaZN3Grqzn6K2T { position:relative; }
#rDPiIQPBi9UboObd1PDJ7M9pJ1JiOgyt { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:34.0625rem;display:block; }
#Af8rCGHHBb1fsfFbTa0TJgTCE9N58h0O { 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:10.0625rem;width:10.0625rem;top:1.5rem;left:25.125rem;overflow:hidden;display:block; }
#AS6dl6ciGs5aT6bLxenhSN25nDvGzMNE { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:21.90625rem;display:block; }
#pDLMMiWVg7NzqW5xnGTK3XnJ5lHfOgaZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:31.4375rem;left:0.75rem; }
#SgxlfgG2c12D9wbWJJI1wTTEBZ3h4ac2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:31.4375rem;left:22.875rem; }
#guI7PTbETJxqtzKdfx7CXztavOTq1NI7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:31.4375rem;left:41.1875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { width:5.6875rem;height:3.4375rem;top:3.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block; }
 }@media only screen and (max-width: 763px) { #PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { width:7.875rem;height:3.4375rem;top:3.0625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block; }
 }@media only screen and (max-width: 763px) { #hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { width:9.5rem;height:3.4375rem;top:3.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block; }
 }@media only screen and (max-width: 763px) { #gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { width:8.1875rem;height:3.4375rem;top:3.0625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block; }
 }@media only screen and (max-width: 763px) { #F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { width:11.8125rem;height:3.6875rem;top:2.9375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block; }
 }@media only screen and (max-width: 763px) { #fMKPC35kwa08xVuM8U40DLJUeVCTwDgV { width:6.0625rem;height:3.4375rem;top:3.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1T3uDmoqVeLu4on4779UorwLkQfxLxB { display:block; }
 }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:9.5625rem;height:9.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:22.6875rem;height:4.125rem;top:12.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3GXT6LDuiTXVvguM93hg9K8CRuxabLE { width:36.6875rem;height:;top:17.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { width:38.1875rem;height:25.75rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sREitm1avbXcQyXdbT315nL7ymSVDglk { width:12.1875rem;height:12.1875rem;top:42rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:47.75rem;height:3.6875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { width:3.4375rem;height:0.125rem;top:6.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILN5Tis5zTsqi7T6ZkT90TcKZpkS09W7 { width:3.4375rem;height:0.125rem;top:6.1875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xcv4IVMy9FnGAB6gNAXUmtetxTN1ll5M { width:1.8125rem;height:2.5625rem;top:2.3125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { width:30.25rem;height:18.9375rem;top:0rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { width:12.5rem;height:2.25rem;top:6.125rem;left:32.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { width:15rem;height:0.0625rem;top:9.5rem;left:31.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { width:15.1875rem;height:3.5625rem;top:11.0625rem;left:31.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { width:11.625rem;height:0.125rem;top:16.5625rem;left:33.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZsMEaOu5glsyUP3xJZiZfQWMRwEZTkv { width:30rem;height:18.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4m8hL2He7v080RHmznJ6WvbN0dToKOV { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dArT1CpzP4BR8PXrElB8xITqGRnCNsqZ { width:12.5rem;height:4.5rem;top:4.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { width:15rem;height:0.0625rem;top:9.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu17DEVyI2Q7DaTpMEcfu0rx4Ty1vOAT { width:13.75rem;height:3.5625rem;top:9.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W34ZIJg0fHofvnJDdV4luJeTTe24BUP0 { width:2.5rem;height:0.0625rem;top:12.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { width:40.375rem;height:19.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfRROs1DRgSCJkbpleG2TphiCto0XMrw { width:3.4375rem;height:3.125rem;top:0.875rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmf1kLvawWzfv8iCDJ9yxAxl1nnBiOlT { width:13.75rem;height:3.5625rem;top:14.6875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtOfRMDa1Ar65gMHW4xL3gPa7wtdxT3 { width:30.25rem;height:19.75rem;top:0rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9ddHd3hTUCLP5k0DpOayovl14Ardbu { width:10.0625rem;height:10.0625rem;top:18.8125rem;left:18.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:47.75rem;height:3.6875rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { width:3.4375rem;height:0.125rem;top:4.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { width:3.4375rem;height:0.125rem;top:4.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4c933N48MBQCURK5S0quq8zlrO6KUP { width:13rem;height:;top:9.625rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { width:12.5rem;height:1.9375rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug7W9WEUIChiqgF1yt7MJoAkaUVqvSMs { width:20.5rem;height:;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEXfwEfv27lakndZvIECuTEX2Bp8ezTO { width:2.625rem;height:2.625rem;top:1.5rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { width:5.375rem;height:5.375rem;top:0.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enlut1pNAwxawqvnvWZZie6etB8UdvIz { width:5.375rem;height:5.375rem;top:0.375rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { width:12.5rem;height:3.875rem;top:6rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDzU6oVGZQBXVq6GAkHhbfd95Q3q7nzr { width:13rem;height:12.75rem;top:11.375rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp534xvKgzNL9oQKWTfmTwWFWJdFaLQh { width:5.375rem;height:5.375rem;top:0.375rem;left:27.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCoQreA1nZTcs3iw3BNoxTLr6TBFCpEH { width:12.5rem;height:3.875rem;top:6rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsNDvOoThXUCxRvXMGX79y86DLtOvhR { width:14.6875rem;height:12.75rem;top:11.375rem;left:21.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { width:5.375rem;height:5.375rem;top:0.375rem;left:39.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { width:12.5rem;height:1.9375rem;top:6.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE8bTobnAvIiMUpvkGWcWeGQJw5uIwau { width:2rem;height:2.1875rem;top:1.875rem;left:16.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZiCUkhUholuiJGxhe0smRANRxPm1Ga { width:2rem;height:2.125rem;top:1.9375rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFrUAcq2J68yIH38B8dXGNXOc9WVMmW9 { width:3.1875rem;height:2.1875rem;top:1.8125rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye1pwwm4H7c9gToTUfJtmwrukpTp32AT { width:13rem;height:7.9375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWb8bdQXlflMRTl07FPUw1Z6aPx2NunP { width:14.8125rem;height:12.75rem;top:11.375rem;left:32.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVamLwJopccAQRrhsmAu4eGTyQ5KTZhK { width:30.9375rem;height:11.875rem;top:18rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { width:27.9375rem;height:16.6875rem;top:15.625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfMiCIWCz9s47kWgB5pmstEEXWGTBWKb { width:27.4375rem;height:2rem;top:33.3125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { width:27.4375rem;height:1.5625rem;top:32.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { width:3.4375rem;height:0.125rem;top:7rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsTbtRUBcF2hhusApNBDavMnaGXHBcca { width:1.5rem;height:1.1875rem;top:6.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHpzy4nwVqlycUB8uHeoxQeAkyu4TTT { width:3.4375rem;height:0.125rem;top:7rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLOv1dilmGD3ara4XtsCFbZtzahEEem { width:47.75rem;height:3.6875rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 { display:block; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { width:47.75rem;height:3.6875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpHU4M9WHo65LrIIDCBR7WCG0OXtg0a { width:3.4375rem;height:0.125rem;top:7rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odb7XKVmAm6GTkTwdpd9PhTf7UiFMFEE { width:1.5rem;height:1.1875rem;top:6.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2xCFk25QXidWHCEG7hZKCWomMhn8t3G { width:3.4375rem;height:0.125rem;top:7rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { display:block; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euRn5KDqti4P864TH0mmUQmU5Zo0UxHa { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { width:11.375rem;height:11.375rem;top:1.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ULyvntM6FdUU4tr4KQUb42JpEEAMB4 { width:15.75rem;height:6.375rem;top:14.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UAKFQEDdZTWPTOtAwCM4V51vT7cKEP { width:19rem;height:27.625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK9yXTdJlx7siCLxMOh0PEFHe6RTLKxW { width:3.25rem;height:0.0625rem;top:23.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8AkaZQnArOeimfDK142eSBky2hkLStJ { width:16.875rem;height:1.5625rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Awr9TkkZkBHmNLL1KIdUBBMxcAVIxA { width:5.25rem;height:9.9375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEw8GPIhsL5FiF5SoyJX7uBzBXOZPiU { width:19rem;height:27.625rem;top:0.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXwIVRXyqFyRNpiw1lgfBnNrLmeDFZ1 { width:5.25rem;height:9.9375rem;top:0.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNlbRl4ArT1ur0io5T0dlaPv673HtTle { width:11.375rem;height:11.375rem;top:1.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvV67MNK1EZXqn2PX8Lbdr5XtKawo4u { width:10.3125rem;height:6.8125rem;top:4.125rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkd76mykLWnbANVVCgymOec9wOU9cftK { width:15.75rem;height:6.375rem;top:14.5625rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIn4ebWAK7QhtrOHJv240hsqiKz5unpA { width:3.25rem;height:0.0625rem;top:23.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0FexDyA8aQv0meWfevBDqxzDy1Ika8 { width:16.875rem;height:1.5625rem;top:24.8125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooKRebMCp1BrwEcaLWrncZftzHAUZ3dT { width:19rem;height:27.625rem;top:0rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHqocVt8C2yHT99Hpx8xGKSl8QCzwrUR { width:16.875rem;height:;top:24.75rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzUtOkTE9uouronu2xT6r08F02SFqsnJ { width:11.375rem;height:11.375rem;top:1.8125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zru6TLNZmH8wr7Aaa8Fgyq3VnwOe1uyc { width:6.9375rem;height:10.3125rem;top:2.375rem;left:36.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fob4L3J2qTy5U8asUtLDZKPJU7115d0b { width:15.75rem;height:4.75rem;top:14.5rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yplLfSwHgFz5MvnU4ch9Euh8rpvtK6e7 { width:3.25rem;height:0.0625rem;top:23.6875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWh8QRVI9GTg1VPZKaTEmHR01UoHRh1 { width:5.25rem;height:9.9375rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z { display:block; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXNVpNVVRFdxWVoa9PAJfdMrGH9LVWtw { width:47.75rem;height:3.6875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8bU8FJT8WnU5nTvunayTtJipIspzk0q { width:1.5rem;height:1.1875rem;top:6.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxbQ96SbelogPG95mrawBuMAQWPLCV2M { width:3.4375rem;height:0.125rem;top:7rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnnCLJP4CwswS8oeHcVRJVNdoNIdg6Fh { width:3.4375rem;height:0.125rem;top:7rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE { display:block; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErwCDPaIbW1ld6VwHelDKTqoO9zsD4d8 { width:15.75rem;height:;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1u1QvHSqr4cqG38JawTJKiKIMNKETnZ { width:19rem;height:27.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeuq1cdH4vTWgkrUbWrzzVuSEOJwOaND { width:3.0625rem;height:1.5625rem;top:24.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX349ofptHm2bq8byD9Hop8dQTJweATk { width:16.1875rem;height:12.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD41Z0XK5QF8G6rg276Cf19qVgmrMlmm { width:17.375rem;height:4.75rem;top:17.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP7aBk2IFxgxQwrAWuRTFSp2AS95qfWS { width:4.5rem;height:3.625rem;top:23.125rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9TkERtur0KMyOD4HRwgR9P01hfGOprR { width:19rem;height:27.625rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6WhlfAhhnFGIkZQZACX0dNAlzpJTGkX { width:5.5625rem;height:3.5625rem;top:23.1875rem;left:23.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ9I0MqxyUSHsqEwkTKClryPUR0Kqlan { width:15.75rem;height:;top:19.375rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcSc2UrOnNoAond65p2uVXrUbL0vcQQ7 { width:15.75rem;height:;top:15rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nACSerJDXJOOk5kzINWnXCGaFNIWA9q0 { width:3.0625rem;height:1.5625rem;top:24.1875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT3dzQdGC0iQbPg38z8KX9wTl1KMBET0 { width:19rem;height:27.625rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh2sxXgqFBBHq56OtcVeT0paMAKI5yXE { width:5.5625rem;height:3.5625rem;top:23.1875rem;left:39.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqUCaEoPa09W3Qxoux9JQATNrBTblxOq { width:15.75rem;height:1.5625rem;top:19.375rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikRn4QeU14rByb4oboI2q08aLD0AsBFr { width:15.75rem;height:;top:15rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCI83DV0o5xTcBeOKfTqSHh6I07LUVfa { width:3.0625rem;height:1.5625rem;top:24.1875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoC6SdQtXgBlyNwDPh38D4vKTKbJLaLl { width:18.0625rem;height:12.875rem;top:0.625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGf60DZrDTLoQUEnOod3VOtTbKhKlWxO { width:11.75rem;height:12.6875rem;top:0.6875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZu4hVzcdgnN4XecikaBoDtelqgol2pV { width:17.5rem;height:3.4375rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv5rXzFLhhQBDtwI2az6qrRwRzovZqSn { display:block; }
 }@media only screen and (max-width: 763px) { #MbcnprEcVgMJWc2e7nonow1JznAwFo7g { display:block; }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lo8XdIUkZEypqJoRDVRpzNV3HtXMfdHc { width:15.75rem;height:0;top:13.875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5EuKpcsM6cqc26RVuwTmcyc6ch25R1d { width:19rem;height:29.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3XKsPsg9FFtmhR6JHmoXRak7382SXTt { width:3.0625rem;height:1.5625rem;top:26.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfVSkueTEKzUASM0IybCMR9dlx3kVXMz { width:14.1875rem;height:12.875rem;top:0.6875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2MHv1x6n0KOVVSK1GKFHTrTpXUP95x { width:18.1875rem;height:9.625rem;top:16.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVG0gnD6S9V4ia4Lr1JVBBzL5BybpoC { width:5.5625rem;height:3.5625rem;top:25.6875rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRMwRPKWyEox1okrKNTFUJxMOFTAkJRx { width:19rem;height:29.3125rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpPytPfFltFQvynq8mfuUSHysEPX0Cxs { width:5.5625rem;height:3.5625rem;top:25.8125rem;left:23.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKNZmKgOsr46LoMOQRGcDS6gWW7ce8PB { width:18.6875rem;height:7.9375rem;top:17.3125rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTcRUtEcBS9lhihJBXETQiFeo8yoee6X { width:15.75rem;height:;top:14.1875rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqEixKQtEPSaBJWgWTT4qoqInf2A0dfS { width:3.0625rem;height:1.5625rem;top:26.6875rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGUJ9ZmHUuPVB9sTDBHNktWqBmTmd6KF { width:18.0625rem;height:12.875rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScRIWXsisFpJMT86e3tLPnNTyPTBdN65 { width:19rem;height:29.25rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD01wAvAgo4MT8E1GzsX5VT6hTee5z9H { width:5.5625rem;height:3.5625rem;top:25.8125rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgdqVBTPLg6L818JenVhdAPMpZ0d5Ftu { width:18.6875rem;height:8rem;top:17.1875rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSzheX4BF6avTKyRIXnfPlDXw1xniKke { width:15.75rem;height:1.625rem;top:15rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPzBADuoBsIBtr0y2ZoFG3omHMGcm8l { width:3.0625rem;height:1.5625rem;top:26.6875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMZps4JTqsRa9BrzBS9D7fuOB1cReGT { width:12.8125rem;height:12.875rem;top:1.0625rem;left:34.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm9RoTLd8VvdL4kpKiImLR3WKHLmxP7C { width:47.75rem;height:3.6875rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRWs5dJtvXxXT1ssLUT4e2XknqrWXRZx { width:29.5rem;height:;top:16.625rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC743WQzgmtVmWar9sviiqsAySOJ5QuF { width:45.4375rem;height:1.5625rem;top:20.3125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsMc0UqAW9C7dlHAEB8I3V6VD9fSbsXg { width:3rem;height:3rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWT01NUGLhcqgIaDp0W9BvN5Q9PGFGJZ { width:13.875rem;height:3.5625rem;top:30.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l99piC2M8Aza9rTGseKmbsmIpUhSWCiw { width:3rem;height:3rem;top:30.6875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX2DIl3M2VFXzft322VhnLPQ313JtvE6 { width:12.5rem;height:1.75rem;top:31.25rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdWT1VUaqsyIkvxM2mTfttXvgCWnyrT9 { width:3rem;height:3rem;top:30.6875rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwC8nK35QV6mEzP9V8ubOHfLdzkCTI1q { width:12.5rem;height:1.75rem;top:31.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-regular-label { width:11.25rem;display:block; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-text { width:11.25rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-text {padding-top: 0; padding-bottom: 0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-textarea { width:11.25rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-select { width:11.25rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-select {padding-top: 0; padding-bottom: 0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-checkbox-label { width:43.3125rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-radio-label { width:4.625rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC  { width:45.25rem;height:auto;top:35.875rem;left:0rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .radio-container { width:11.875rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC {display:inline-block;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC { width:45.25rem;height:auto;top:35.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #EuWZ5tTvkiLnccKOwtTuXCMFFsVtkFOd {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #sGFnTH6JicS7nJgzuW8iVxLdtQRRAq4k { display:none; }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #JhZ2fGKkCu02HhftoJwTsmVWb2szHKpw {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #dgdDMSrwcDF0GvMkqTU23ggz6o3N3vNJ {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #hecWyT92C1pBx6BTxG1whoi30kt6lL60 { display:none; }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #bxRAARTrSoBVFdGSUmxIOm2K8Hsi9zTN {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #sTnML1qf906G4wM1OTO4HkKb7T54ZkTO {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #y1ho0IJQ2yUqraZS2sAaZN3Grqzn6K2T {  }
 }@media only screen and (max-width: 763px) { #rDPiIQPBi9UboObd1PDJ7M9pJ1JiOgyt { width:3.4375rem;height:0.125rem;top:7rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af8rCGHHBb1fsfFbTa0TJgTCE9N58h0O { width:10.0625rem;height:10.0625rem;top:1.5rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS6dl6ciGs5aT6bLxenhSN25nDvGzMNE { width:3.4375rem;height:0.125rem;top:7rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDLMMiWVg7NzqW5xnGTK3XnJ5lHfOgaZ { width:1.5rem;height:1.5rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgxlfgG2c12D9wbWJJI1wTTEBZ3h4ac2 { width:1.5rem;height:1.5rem;top:31.4375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #guI7PTbETJxqtzKdfx7CXztavOTq1NI7 { width:1.5rem;height:1.5rem;top:31.4375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { position:relative;z-index:auto;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwBWxkAMEuu2dW0XRgWTHQVI8Wcw5Zto { width:5.375rem;height:3.4375rem;top:9.125rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwkRzuiBZN09r0ebPyKHCdIER2RTiakQ { display:block; }
 }@media only screen and (max-width: 763px) { #PqZG2RwJX4HksybMC1xbzDTlVu6HGEmt { width:7.625rem;height:3.4375rem;top:18.5rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThAeawCwLxH0nMK08ZT1WwT6D8Z9imfe { display:block; }
 }@media only screen and (max-width: 763px) { #hI1dZBnkOu2XF8LmAHNngT4GdwHIb38W { width:8.3125rem;height:3.4375rem;top:23.1875rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWz73vVJSdy9qHwE0HzXuJdTiO1iDsrN { display:block; }
 }@media only screen and (max-width: 763px) { #gnTyCoTevFv0ir56BAzvSo8dJ4qZtp7W { width:7rem;height:2.375rem;top:31.625rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1khmckFuqEH1tqNi3Oy6qWAJpHUmwMR { display:block; }
 }@media only screen and (max-width: 763px) { #F2rEaPVhcTblTpDoERMgLhD2nmGCnKSR { width:9.5625rem;height:2.5rem;top:27.875rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOthJVm84RLD6QggB2ZkbaETeJqvJTrm { display:block; }
 }@media only screen and (max-width: 763px) { #fMKPC35kwa08xVuM8U40DLJUeVCTwDgV { width:4.375rem;height:3.4375rem;top:13.8125rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1T3uDmoqVeLu4on4779UorwLkQfxLxB { display:block; }
 }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:6.625rem;height:6.625rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { background-color:rgba(255,255,255,0.86);background-image:url("https://images.assets-landingi.com/43fT0DTJ/sekcja1_foto_tlo2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:15.5rem;height:5.3994125rem;top:3.52734375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #s3GXT6LDuiTXVvguM93hg9K8CRuxabLE { width:19.6875rem;height:16.9921875rem;top:9.02734375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbmtEcrNbdvRTdBPPAbZr6ab8WTguoCC { width:20rem;height:24.1875rem;top:1.25rem;left:0rem;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sREitm1avbXcQyXdbT315nL7ymSVDglk { width:1.25rem;height:1.25rem;top:27.26953125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:20rem;height:2.5996125rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { width:3.4375rem;height:0.125rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILN5Tis5zTsqi7T6ZkT90TcKZpkS09W7 { width:3.4375rem;height:0.125rem;top:2.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xcv4IVMy9FnGAB6gNAXUmtetxTN1ll5M { width:1.3125rem;height:1.8125rem;top:11.75rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { width:20rem;height:19.8125rem;top:22.6865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLhiQLJctaJyI3r2TTcaa6cVV5oh8cot { width:12.5rem;height:1.5rem;top:13.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { width:15rem;height:0.0625rem;top:17.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { width:13.75rem;height:3.5996125rem;top:15.0625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { width:2.5rem;height:0.0625rem;top:24.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZsMEaOu5glsyUP3xJZiZfQWMRwEZTkv { width:15.3125rem;height:9.6875rem;top:1.25rem;left:2.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z4m8hL2He7v080RHmznJ6WvbN0dToKOV { top:1.25rem;left:0rem;width:20rem;height:17.25rem;z-index:14999;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dArT1CpzP4BR8PXrElB8xITqGRnCNsqZ { width:12.5rem;height:1.5rem;top:6rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRAt3nHnLfi2wCSdKp8wyGawxX8xlP4x { width:15rem;height:0.0625rem;top:11.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu17DEVyI2Q7DaTpMEcfu0rx4Ty1vOAT { width:13.75rem;height:3.5996125rem;top:11.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W34ZIJg0fHofvnJDdV4luJeTTe24BUP0 { width:2.5rem;height:0.0625rem;top:13.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IStLxnXEPLER510PlrQtSDkqpO9W8Lqf { width:20rem;height:19rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfRROs1DRgSCJkbpleG2TphiCto0XMrw { width:2.375rem;height:2.1875rem;top:2.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmf1kLvawWzfv8iCDJ9yxAxl1nnBiOlT { width:13.75rem;height:3.5996125rem;top:15.57421875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPtOfRMDa1Ar65gMHW4xL3gPa7wtdxT3 { width:14.25rem;height:12.875rem;top:21.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9ddHd3hTUCLP5k0DpOayovl14Ardbu { width:1.25rem;height:1.25rem;top:21.5rem;left:9.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:20rem;height:2.3994125rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { width:3.4375rem;height:0.125rem;top:1.25rem;left:8.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { width:3.4375rem;height:0.125rem;top:2.625rem;left:8.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4c933N48MBQCURK5S0quq8zlrO6KUP { width:13rem;height:0;top:7.6484375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { width:12.5rem;height:1.29980625rem;top:9.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug7W9WEUIChiqgF1yt7MJoAkaUVqvSMs { width:13rem;height:0;top:7.875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEXfwEfv27lakndZvIECuTEX2Bp8ezTO { width:2.625rem;height:2.625rem;top:2.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { width:5.375rem;height:5.375rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enlut1pNAwxawqvnvWZZie6etB8UdvIz { width:5.375rem;height:5.375rem;top:20.92286875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { width:12.5rem;height:1.29980625rem;top:27.54786875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDzU6oVGZQBXVq6GAkHhbfd95Q3q7nzr { width:13rem;height:12.796875rem;top:30.097675rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp534xvKgzNL9oQKWTfmTwWFWJdFaLQh { width:5.375rem;height:5.375rem;top:44.14455rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCoQreA1nZTcs3iw3BNoxTLr6TBFCpEH { width:12.5rem;height:1.29980625rem;top:50.76955rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsNDvOoThXUCxRvXMGX79y86DLtOvhR { width:13rem;height:14.3965rem;top:53.31935625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { width:5.375rem;height:5.375rem;top:68.96585625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { width:12.5rem;height:1.29980625rem;top:75.59085625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE8bTobnAvIiMUpvkGWcWeGQJw5uIwau { width:2rem;height:2.1875rem;top:22.45411875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZiCUkhUholuiJGxhe0smRANRxPm1Ga { width:2rem;height:2.125rem;top:45.70705rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFrUAcq2J68yIH38B8dXGNXOc9WVMmW9 { width:3.1875rem;height:2.1875rem;top:70.43460625rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye1pwwm4H7c9gToTUfJtmwrukpTp32AT { width:13rem;height:7.9980625rem;top:11.67480625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWb8bdQXlflMRTl07FPUw1Z6aPx2NunP { width:14.8125rem;height:12.796875rem;top:78.1406625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { background-color:#4d0f26;background-image:none;display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { background-color: transparent; background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .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); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVamLwJopccAQRrhsmAu4eGTyQ5KTZhK { width:20rem;height:15.996075rem;top:16.2109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { height:11.9375rem;width:20rem;top:37.9053rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfMiCIWCz9s47kWgB5pmstEEXWGTBWKb { width:20rem;height:4rem;top:51.0928rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { width:20rem;height:1.5996125rem;top:35.0556875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { width:3.4375rem;height:0.125rem;top:1.25rem;left:8.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PsTbtRUBcF2hhusApNBDavMnaGXHBcca { width:1.5rem;height:1.1875rem;top:2.625rem;left:9.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kVHpzy4nwVqlycUB8uHeoxQeAkyu4TTT { width:3.4375rem;height:0.125rem;top:5.0625rem;left:8.25rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #brLOv1dilmGD3ara4XtsCFbZtzahEEem { width:20rem;height:2.3994125rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 { display:block; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpHU4M9WHo65LrIIDCBR7WCG0OXtg0a { width:3.4375rem;height:0.125rem;top:5.0996125rem;left:8.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Odb7XKVmAm6GTkTwdpd9PhTf7UiFMFEE { width:1.5rem;height:1.1875rem;top:6.4746125rem;left:9.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #v2xCFk25QXidWHCEG7hZKCWomMhn8t3G { width:3.4375rem;height:0.125rem;top:8.9121125rem;left:8.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { background-color:rgba(0,0,0,0);background-image:none;display:block; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { background-color: transparent; background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .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); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euRn5KDqti4P864TH0mmUQmU5Zo0UxHa { width:10.3125rem;height:10.3125rem;top:3.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { width:11.375rem;height:11.375rem;top:3.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ULyvntM6FdUU4tr4KQUb42JpEEAMB4 { width:15.75rem;height:6.3984375rem;top:15.75rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6UAKFQEDdZTWPTOtAwCM4V51vT7cKEP { width:19rem;height:27.625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK9yXTdJlx7siCLxMOh0PEFHe6RTLKxW { width:3.25rem;height:0.0625rem;top:24.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8AkaZQnArOeimfDK142eSBky2hkLStJ { width:16.875rem;height:1.5996125rem;top:26rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Awr9TkkZkBHmNLL1KIdUBBMxcAVIxA { width:5.25rem;height:2.5996125rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEw8GPIhsL5FiF5SoyJX7uBzBXOZPiU { width:19rem;height:27.625rem;top:30.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpXwIVRXyqFyRNpiw1lgfBnNrLmeDFZ1 { width:5.25rem;height:2.5996125rem;top:30.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNlbRl4ArT1ur0io5T0dlaPv673HtTle { width:11.375rem;height:11.375rem;top:31.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvV67MNK1EZXqn2PX8Lbdr5XtKawo4u { width:10.3125rem;height:6.8125rem;top:34.15625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkd76mykLWnbANVVCgymOec9wOU9cftK { width:15.75rem;height:6.3984375rem;top:44.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIn4ebWAK7QhtrOHJv240hsqiKz5unpA { width:3.25rem;height:0.0625rem;top:53.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb0FexDyA8aQv0meWfevBDqxzDy1Ika8 { width:16.875rem;height:1.5996125rem;top:54.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooKRebMCp1BrwEcaLWrncZftzHAUZ3dT { width:19rem;height:27.625rem;top:59rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHqocVt8C2yHT99Hpx8xGKSl8QCzwrUR { width:16.875rem;height:1.5996125rem;top:83.75rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzUtOkTE9uouronu2xT6r08F02SFqsnJ { width:11.375rem;height:11.375rem;top:60.8125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zru6TLNZmH8wr7Aaa8Fgyq3VnwOe1uyc { width:6.9375rem;height:10.3125rem;top:61.28125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fob4L3J2qTy5U8asUtLDZKPJU7115d0b { width:15.75rem;height:4.798825rem;top:73.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yplLfSwHgFz5MvnU4ch9Euh8rpvtK6e7 { width:3.25rem;height:0.0625rem;top:82.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWh8QRVI9GTg1VPZKaTEmHR01UoHRh1 { width:5.25rem;height:2.5996125rem;top:59rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z { display:block; }#Mkuzan95Ed8lVEsQfROxVf39xtsGaw0Z > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXNVpNVVRFdxWVoa9PAJfdMrGH9LVWtw { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8bU8FJT8WnU5nTvunayTtJipIspzk0q { width:1.5rem;height:1.1875rem;top:6.4746125rem;left:9.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #IxbQ96SbelogPG95mrawBuMAQWPLCV2M { width:3.4375rem;height:0.125rem;top:5.0996125rem;left:8.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HnnCLJP4CwswS8oeHcVRJVNdoNIdg6Fh { width:3.4375rem;height:0.125rem;top:8.9121125rem;left:8.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE { display:block; }#kQwcrBQszxSyvEdQkQAVOgPEeKfPZdyE > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErwCDPaIbW1ld6VwHelDKTqoO9zsD4d8 { width:15.75rem;height:1.29980625rem;top:16.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1u1QvHSqr4cqG38JawTJKiKIMNKETnZ { width:19rem;height:27.625rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeuq1cdH4vTWgkrUbWrzzVuSEOJwOaND { width:3.0625rem;height:1.5996125rem;top:25.375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX349ofptHm2bq8byD9Hop8dQTJweATk { width:12.875rem;height:12.875rem;top:1.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD41Z0XK5QF8G6rg276Cf19qVgmrMlmm { width:15.75rem;height:6.3984375rem;top:19.0888671875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP7aBk2IFxgxQwrAWuRTFSp2AS95qfWS { width:5.5625rem;height:1.5996125rem;top:25.375rem;left:9.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9TkERtur0KMyOD4HRwgR9P01hfGOprR { width:19rem;height:27.625rem;top:30.25rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #W6WhlfAhhnFGIkZQZACX0dNAlzpJTGkX { width:5.5625rem;height:1.5996125rem;top:54.375rem;left:9.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ9I0MqxyUSHsqEwkTKClryPUR0Kqlan { width:15.75rem;height:3.19921875rem;top:49.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcSc2UrOnNoAond65p2uVXrUbL0vcQQ7 { width:15.75rem;height:1.29980625rem;top:45.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nACSerJDXJOOk5kzINWnXCGaFNIWA9q0 { width:3.0625rem;height:1.5996125rem;top:54.375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT3dzQdGC0iQbPg38z8KX9wTl1KMBET0 { width:19rem;height:27.625rem;top:59.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh2sxXgqFBBHq56OtcVeT0paMAKI5yXE { width:5.5625rem;height:1.5996125rem;top:83.375rem;left:9.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqUCaEoPa09W3Qxoux9JQATNrBTblxOq { width:15.75rem;height:1.5996125rem;top:78.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikRn4QeU14rByb4oboI2q08aLD0AsBFr { width:15.75rem;height:1.625rem;top:74.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCI83DV0o5xTcBeOKfTqSHh6I07LUVfa { width:3.0625rem;height:1.5996125rem;top:83.375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoC6SdQtXgBlyNwDPh38D4vKTKbJLaLl { width:18.0625rem;height:12.875rem;top:59.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGf60DZrDTLoQUEnOod3VOtTbKhKlWxO { width:7.375rem;height:11.125rem;top:31.46875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZu4hVzcdgnN4XecikaBoDtelqgol2pV { width:17.5rem;height:3.4375rem;top:88.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv5rXzFLhhQBDtwI2az6qrRwRzovZqSn { display:block; }
 }@media only screen and (max-width: 763px) { #MbcnprEcVgMJWc2e7nonow1JznAwFo7g { display:block; }#MbcnprEcVgMJWc2e7nonow1JznAwFo7g > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lo8XdIUkZEypqJoRDVRpzNV3HtXMfdHc { width:15.75rem;height:1.29980625rem;top:15.125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5EuKpcsM6cqc26RVuwTmcyc6ch25R1d { width:19rem;height:27.625rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3XKsPsg9FFtmhR6JHmoXRak7382SXTt { width:3.0625rem;height:1.5996125rem;top:27.4619140625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfVSkueTEKzUASM0IybCMR9dlx3kVXMz { width:10.0625rem;height:12.875rem;top:2.3125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2MHv1x6n0KOVVSK1GKFHTrTpXUP95x { width:18.9375rem;height:9.597625rem;top:17.9267578125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVG0gnD6S9V4ia4Lr1JVBBzL5BybpoC { width:5.5625rem;height:1.5996125rem;top:27.4619140625rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRMwRPKWyEox1okrKNTFUJxMOFTAkJRx { width:19rem;height:27.625rem;top:30.824221875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpPytPfFltFQvynq8mfuUSHysEPX0Cxs { width:5.5625rem;height:1.5996125rem;top:56.5986359375rem;left:9.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKNZmKgOsr46LoMOQRGcDS6gWW7ce8PB { width:19.1875rem;height:7.9980625rem;top:48.12305rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTcRUtEcBS9lhihJBXETQiFeo8yoee6X { width:15.75rem;height:2.5996125rem;top:44.949221875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqEixKQtEPSaBJWgWTT4qoqInf2A0dfS { width:3.0625rem;height:1.5996125rem;top:56.5986328125rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGUJ9ZmHUuPVB9sTDBHNktWqBmTmd6KF { width:18.0625rem;height:12.875rem;top:31.386721875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScRIWXsisFpJMT86e3tLPnNTyPTBdN65 { width:19rem;height:27.625rem;top:60.33594375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD01wAvAgo4MT8E1GzsX5VT6hTee5z9H { width:5.5625rem;height:1.5996125rem;top:86.1103578125rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgdqVBTPLg6L818JenVhdAPMpZ0d5Ftu { width:15.75rem;height:9.597625rem;top:79.64844375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSzheX4BF6avTKyRIXnfPlDXw1xniKke { width:15.75rem;height:1.625rem;top:75.27344375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXPzBADuoBsIBtr0y2ZoFG3omHMGcm8l { width:3.0625rem;height:1.5996125rem;top:86.1103515625rem;left:6.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMZps4JTqsRa9BrzBS9D7fuOB1cReGT { width:8.5625rem;height:12.875rem;top:61.3359375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fe6ceaMM/sekcja7_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.adaptive-delivery-prevent-bg, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyload, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyloading { background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { background-color: transparent; background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .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); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm9RoTLd8VvdL4kpKiImLR3WKHLmxP7C { width:20rem;height:2.5996125rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRWs5dJtvXxXT1ssLUT4e2XknqrWXRZx { width:20rem;height:1.29980625rem;top:12.9121125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC743WQzgmtVmWar9sviiqsAySOJ5QuF { width:20rem;height:1.5996125rem;top:15.46191875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsMc0UqAW9C7dlHAEB8I3V6VD9fSbsXg { width:3rem;height:3rem;top:18.31153125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWT01NUGLhcqgIaDp0W9BvN5Q9PGFGJZ { width:12.5rem;height:3.199225rem;top:22.56153125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l99piC2M8Aza9rTGseKmbsmIpUhSWCiw { width:3rem;height:3rem;top:27.01075rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX2DIl3M2VFXzft322VhnLPQ313JtvE6 { width:12.5rem;height:1.5996125rem;top:31.26075rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdWT1VUaqsyIkvxM2mTfttXvgCWnyrT9 { width:3rem;height:3rem;top:34.1103625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwC8nK35QV6mEzP9V8ubOHfLdzkCTI1q { width:12.5rem;height:1.5996125rem;top:38.3603625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-regular-label { width:16.0625rem;display:block; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-text { width:16.0625rem;height:3rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-text {padding-top: 0; padding-bottom: 0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-textarea { width:16.0625rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-select { width:16.0625rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-select {padding-top: 0; padding-bottom: 0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-input-button { width:16.0625rem;height:3rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-checkbox-label { width:15.375rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-radio-label { width:6.9375rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-container { padding-top:0;padding-right:0.4375rem;padding-bottom:0;padding-left:0.375rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-container:first-of-type{padding-top:0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .widget-container:last-of-type{padding-bottom:0;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC  { width:17.5rem;height:10.875rem;top:41.209975rem;left:0rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC .radio-container { width:16.6875rem; }
#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC {display:inline-block;}#EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC { width:17.5rem;height:10.875rem;top:41.209975rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #EuWZ5tTvkiLnccKOwtTuXCMFFsVtkFOd {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #sGFnTH6JicS7nJgzuW8iVxLdtQRRAq4k { display:none; }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #JhZ2fGKkCu02HhftoJwTsmVWb2szHKpw {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #dgdDMSrwcDF0GvMkqTU23ggz6o3N3vNJ {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #hecWyT92C1pBx6BTxG1whoi30kt6lL60 { display:none; }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #bxRAARTrSoBVFdGSUmxIOm2K8Hsi9zTN {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #sTnML1qf906G4wM1OTO4HkKb7T54ZkTO {  }
 }@media only screen and (max-width: 763px) { #EvWKXrpDruQwBDlK3xV9TiHNWkXT6fkC #y1ho0IJQ2yUqraZS2sAaZN3Grqzn6K2T {  }
 }@media only screen and (max-width: 763px) { #rDPiIQPBi9UboObd1PDJ7M9pJ1JiOgyt { width:3.4375rem;height:0.125rem;top:7.6875rem;left:8.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Af8rCGHHBb1fsfFbTa0TJgTCE9N58h0O { width:6.625rem;height:6.625rem;top:1.375rem;left:6.8125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #AS6dl6ciGs5aT6bLxenhSN25nDvGzMNE { width:3.4375rem;height:0.125rem;top:1.25rem;left:8.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pDLMMiWVg7NzqW5xnGTK3XnJ5lHfOgaZ { width:1.5rem;height:1.5rem;top:19.06153125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgxlfgG2c12D9wbWJJI1wTTEBZ3h4ac2 { width:1.5rem;height:1.5rem;top:27.76075rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guI7PTbETJxqtzKdfx7CXztavOTq1NI7 { width:1.5rem;height:1.5rem;top:34.8603625rem;left:9.25rem;display:block; }
 }