.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ac9771;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row .container { background-color: transparent; background-image: none; }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row .container > .video-iframe-container { display: none; }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row > .video-iframe-container { display: none; }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .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); }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row .container { border-width: 0; border-radius: 0; }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#gHRLmB5a8gzKEfqn73xkSGDIFnEinmz2 { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75625038146975rem;left:1.8125rem;height:1.3rem;display:block; }
#NWSb6aGxp9JTOMtmz2lbGhyvgQmfKPle { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75625038146975rem;left:22.875rem;height:1.3rem;display:block; }
#TC9ToilpnoCbKIR9pBZB60aTUkgrrySN { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75625038146975rem;left:42.1875rem;height:1.3rem;display:block; }
#IsvekB649erIOb57CvPuFRQWlH5umsJm { display:block; }#IsvekB649erIOb57CvPuFRQWlH5umsJm { background-color: transparent; background-image: none; }#IsvekB649erIOb57CvPuFRQWlH5umsJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container > .video-iframe-container { display: none; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row > .video-iframe-container { display: none; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .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); }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:60rem;height:6.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { 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:3.8125rem;width:8.5625rem;top:1.15625rem;left:0.0625rem;overflow:hidden;display:block; }
#XpezCK5Tc6nonS3KdNIt91eXrDcr6llE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.875rem;left:9.5rem;display:block; }
#GAL2EuQDkfEGq5omf0f1AzshzyFJcPyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNPfPP8rvzxJAKzTHAsZGqn8hNPTn2nm { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.5625rem;left:20.875rem;display:block; }
#ruBGaL1qSIciiUNzzUTyz4eWMuC7tsPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XEpJass0yFAPDsierHlTxxa9E6QB41J5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.34375rem;left:31.1875rem;display:block; }
#AGLJyFSLq0J8ofMndV37ItClvWUgsyv2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGP0oIpTBsRWXJxtM2777pSTHPPa1kM1 { z-index:15003;top:1.78125rem;left:40.1875rem;background-color:#012f94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B9vTNzIxbOIylLgMWQTkXv0CsyJgEvdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u74oQGAX6MdxM6CN3u9XKtA3kwm6Uuh2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:1rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.5625rem;left:52.8125rem;display:block; }
#BeCupCvPlMSRC27b88mXWO0omDf1igLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#feb34b;background-image:url("https://images.assets-landingi.com/uc/f7e4ac92-6e64-4038-8881-775660d3cc03/DSC05967kopia.jpg");background-position: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; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.3125rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5);top:20.6875rem;left:0rem;height:6.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(2,0,0,0.92);top:28.875rem;left:0rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.8125rem;left:15.46875rem;display:block; }
#eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LcvCtDmFDCRi8whhP6ttpedkuS8lV7rL { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.8125rem;left:31.59375rem;display:block; }
#AO26mTwFlGxkN5FDH4K8ILKgJqDoc3rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhRxZJZqTBHu7Lb6dxRXq9V2efJnzXEh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.1875rem;top:1.0625rem;left:55.20476495652rem;overflow:hidden;display:block; }
#lx2J3LFHqiELAkhnB8FiOfmx4sPdPGWt { 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:2.1875rem;width:1.875rem;top:1.8125rem;left:52.705207824707rem;overflow:hidden;display:block; }
#xecrZktB74LArAqcAyTc8V8wewlsSIOQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.1875rem;top:7.4375rem;left:46.455207824707rem;overflow:hidden;display:block; }
#f5RktPN7SxcnQq0uJnN2ODXBVIAtKq6R { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.1875rem;top:4.75rem;left:49.580207824707rem;overflow:hidden;display:block; }
#tLTiCi5hTHtZptdtxXTWwoiOaEg2QEiw { position:absolute;display:block;z-index:15008;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.875rem;width:2.5rem;top:12.125rem;left:50.9375rem;overflow:hidden;display:block; }
#OJCx1tW71XQBWsaoxTFLWUQhNkC3wGEh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.3125rem;top:4.75rem;left:52.486457824707rem;overflow:hidden;display:block; }
#h2d6U14sU37NR33DG5yBZanWPbZZPuTQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:5.5rem;left:55.205207824707rem;overflow:hidden;display:block; }
#BB6sDDPz6Ci1vnTQi2opc5cOX03dlWlO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.1875rem;top:7.625rem;left:52.705207824707rem;overflow:hidden;display:block; }
#bhwaM5KcKOqstZCUR2xvSPFVw0aC4NK1 { position:absolute;display:block;z-index:15012;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:2.125rem;top:41.6875rem;left:0.5625rem;overflow:hidden;display:block; }
#nBwEbzRV2pWrcfOPPXVZwN1IgkD8QixL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:40.0625rem;left:5.375rem;overflow:hidden;display:block; }
#cg2ww7MJbKevdkPNWlJVCAPs3mqUa5aR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:35.75rem;left:2.125rem;overflow:hidden;display:block; }
#U6pfnIPhMrQ0RQdChVgIWd0rTevMnCER { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:26rem;left:5.375rem;overflow:hidden;display:block; }
#XGd2TpZsTxwfdytRuAt6MsrKlOmAsvEx { 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.25rem;width:2.25rem;top:22.875rem;left:5.875rem;overflow:hidden;display:block; }
#w6JsVEil2hScdZb9onlC37wFLQc9EnMK { 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:1.625rem;width:1.625rem;top:36.8125rem;left:6.75rem;overflow:hidden;display:block; }
#xI7hCskbTZRJcSSNtSzFGDoKROb649NV { 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:3.25rem;width:3.25rem;top:41.1875rem;left:2.6875rem;overflow:hidden;display:block; }
#BP7dbPrfQSd5OfHpSOOHTq8BxUqgVXOI { 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:1.875rem;width:1.875rem;top:38.75rem;left:0.6875rem;overflow:hidden;display:block; }
#kvpLJf3E4fXlUqH1VSB1mJ5QHVcvchIU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:33.625rem;left:0rem;overflow:hidden;display:block; }
#hM9nsTvKsXCJbHIGUvZLqR4DFBg0GahQ { 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:1.9375rem;width:1.9375rem;top:38.6875rem;left:10.875rem;overflow:hidden;display:block; }
#TwMeE4EvtOlPAtwedbLmtZNDAFymSB2w { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:33.625rem;left:12.8125rem;overflow:hidden;display:block; }
#d8C5O62b3mwo6N7rp7i72l67S24HDWtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000171;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; }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row .container { background-color: transparent; background-image: none; }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row .container > .video-iframe-container { display: none; }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row > .video-iframe-container { display: none; }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .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); }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row .container { border-width: 0; border-radius: 0; }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#kUr2oePNKwSg8Iy4tBOKMMTxTsySVm9n { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9749984741211rem;left:0.4375rem;height:1.3rem;font-style:normal;display:block; }
#MWcHVtmLTlWg1QDMo4bNOPStE6IkQJ4w { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6906242370606rem;left:12.5625rem;height:1.86875rem;font-style:normal;display:block; }
#azz2hV76QEHX7AGTCfuneLrfBD7lcxGn { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9750003814698rem;left:7.9375rem;height:1.3rem;font-style:normal;display:block; }
#Qg9zvoDBQJnbFFTBARFMURfa5m2vKwB3 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6906242370606rem;left:25.40625rem;height:1.86875rem;font-style:normal;display:block; }
#SEh0gOuP5uF6L2XmbnpRyDbLm5pVHoe7 { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9750003814698rem;left:21.28125rem;height:1.3rem;font-style:normal;display:block; }
#EFNCdaWGeQbgky3gTvorTnRo23yRDB5m { z-index:15003;top:0.90625rem;left:43.65625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yxGNGJ9aLbcEQqAATGnvpMVdnpxgP6kT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc { z-index:;position:relative;display:block; }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc { background-color: transparent; background-image: none; }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc > .row .container > .video-iframe-container { display: none; }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc > .row > .video-iframe-container { display: none; }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc > .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); }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc { border-width: 0; border-radius: 0; }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#lAptPKUp2TPmhrBR7ZE50kPr1FfiiRnx { color:#010304;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:5.6875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#huJPH7op694J2JqQVIV1NhWzb8dqEFsm { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.0625rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#OdT3hOE7JT133WVfIXaPpeTkEK2r7tXl { position:absolute;display:block;z-index:15035;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.6875rem;width:5.625rem;top:9.78125rem;left:8.25rem;overflow:hidden;display:block; }
#Tv081N5yVcwaJyXmoCATUR17uQsDMEA5 { position:absolute;display:block;z-index:15036;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.875rem;width:5.9375rem;top:9.6875rem;left:15.4375rem;overflow:hidden;display:block; }
#FkiHvoLCNrz454lvtFS1DngUztJLBMXX { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3.1875rem;top:1.125rem;left:28.40625rem;overflow:hidden;display:block; }
#ba21RESDslTXZsZTWnPGwDVi06icXGva { position:absolute;display:block;z-index:15040;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.875rem;width:2rem;top:2.8125rem;left:33.375rem;overflow:hidden;display:block; }
#ESLaJhhp9DxPA2GJE0eKtNifigvZldQb { position:absolute;display:block;z-index:15037;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.875rem;width:5.75rem;top:9.6875rem;left:23.75rem;overflow:hidden;display:block; }
#kwaPzWNmsno7UuHkyiFNQrZhBa2VcAfk { position:absolute;display:block;z-index:15038;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.875rem;width:5.75rem;top:9.6875rem;left:32.25rem;overflow:hidden;display:block; }
#QOVAJnkGcJdK4Txcs7Ja8eihcsh7MdGu { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.75rem;top:9.6875rem;left:40.53125rem;overflow:hidden;display:block; }
#qTl2hk2hbAkEum5X0QDL3bnpZi6sVhRV { position:absolute;display:block;z-index:15040;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.875rem;width:5.75rem;top:9.6875rem;left:47.84375rem;overflow:hidden;display:block; }
#LUcTC8HGJigali90GVwJ30K4en82114q { position:absolute;display:block;z-index:15041;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.875rem;width:5.75rem;top:9.6875rem;left:54.25rem;overflow:hidden;display:block; }
#JJZTrhTJxuafO4wZh4p8T2cmaKlIbKul { position:absolute;display:block;z-index:15041;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.875rem;width:2rem;top:2.8125rem;left:23.75rem;overflow:hidden;display:block; }
#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7f0;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; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { background-color: transparent; background-image: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container > .video-iframe-container { display: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container { display: none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .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); }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { border-width: 0; border-radius: 0; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:60rem;position:relative;display:block; }#sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD { position:absolute;display:block;z-index:15000;background-color:#fed04b;background-image:url("https://images.assets-landingi.com/uc/9b159f32-37e5-4213-8862-81d95f0b079f/zestawywtackach.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.625rem;width:29.375rem;top:4.875rem;left:30.625rem;display:block; }#sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.adaptive-delivery-prevent-bg, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyload, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyloading { background-image: none; }
#T8vD1Nwexp6rfO7U14PTcoOJqk7VwHe0 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:24.037498474121rem;left:36.40625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N3O73iLcqkvMh8KuVUbvZzzAuwnp0kDy { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.5rem;left:38.75rem;display:block; }
#JFUVKK5ovmcUn22ot5J0S5mF6nPuItbb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i0DohK9CfDrM94fAxTfVvLNzNHaQ45Wr { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.625rem;left:38.75rem;display:block; }
#amToV3dRqz6dafe7pfRqcZIUDC3alTMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSg5v4PhATbioUnGA05iymUBFCO5Io8z { position:absolute;display:block;z-index:15001;background-color:#ef8b8b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:29.375rem;top:4.875rem;left:0rem;display:block; }
#lnH3STum7Gmc2oKpZuXr33RM8eGoxXX8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:8.75rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkavPtuoFpakSHhuqvM64WvSZGf33e69 { position:absolute;display:block;z-index:15002;background-color:#92e8d1;background-image:url("https://images.assets-landingi.com/uc/e632aca1-e5c1-4508-a085-6b690e8351a7/zestawyzdodatkowymigadzetami.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.4375rem;width:29.375rem;top:11.125rem;left:0rem;display:block; }#MkavPtuoFpakSHhuqvM64WvSZGf33e69.adaptive-delivery-prevent-bg, #MkavPtuoFpakSHhuqvM64WvSZGf33e69.lazyload, #MkavPtuoFpakSHhuqvM64WvSZGf33e69.lazyloading { background-image: none; }
#MJBhrDu0b4g8Jl4CtWO0VoT55inzLIPZ { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.4375rem;left:8.125rem;display:block; }
#O39IAkKtKfvvL9oWWzcZlhwkTvomJZvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITenvJcLNvF9vEU4NUsEd4iWbponuQqy { position:absolute;display:block;z-index:15000;background-color:#ef8b8b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.25rem;width:29.375rem;top:22.375rem;left:30.625rem;display:block; }
#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { background-color: transparent; background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .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); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { border-width: 0; border-radius: 0; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { color:#162f4e;display:block;width:28.625rem;position:absolute;font-family:"bree serif";font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.6875rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.674999237061rem;left:6.875rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIhfeAvyqU8y135tfKSPCsx9privgawP { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162f4e;border-left:0.0625rem solid #162f4e;border-right:0.0625rem solid #162f4e;border-bottom:0.0625rem solid #162f4e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#162f4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.25rem;left:8.4375rem;display:block; }
#TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.875rem;width:13.375rem;top:1.9875001907349rem;left:31.6875rem;overflow:hidden;display:block; }
#wfQzcryERXxWSJNdzOPPFFfTDOq6gvqC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:13.375rem;top:15.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#RDZ7q62Wx6t1dgKuGOd8wA12T2X3QOdu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:13.375rem;top:15.5625rem;left:45.78125rem;overflow:hidden;display:block; }
#fZtSaThDuG9Ma3brGwNd0cFNsJNZrVEI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.875rem;width:13.3125rem;top:1.9875001907349rem;left:45.78125rem;overflow:hidden;display:block; }
#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000171;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; }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row .container { background-color: transparent; background-image: none; }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row .container > .video-iframe-container { display: none; }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row > .video-iframe-container { display: none; }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .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); }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row .container { border-width: 0; border-radius: 0; }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#b3l94XU0eiflKn3twmWFckyz7mMNALqc { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9749984741211rem;left:0.4375rem;height:1.3rem;font-style:normal;display:block; }
#JCMG6ZTMh3dgd7docoJKKNVo27uSASE0 { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6906242370606rem;left:12.6875rem;height:1.86875rem;font-style:normal;display:block; }
#fI3kGGTnEwhB3aLNzT6WQnfZw8KRtUWJ { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9750003814698rem;left:7.9375rem;height:1.3rem;font-style:normal;display:block; }
#SIJb3wgRmohu6yAggbD2peoiq5En68x8 { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6906242370606rem;left:25.40625rem;height:1.86875rem;font-style:normal;display:block; }
#OLzh5u3tTORaFpTRHtLiLHTtDGFqF6AV { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9749984741211rem;left:21.09375rem;height:1.3rem;font-style:normal;display:block; }
#C0vpyD6y7GkQP0xMzHUMzhDbtQ1Mb0lP { z-index:15003;top:0.90625rem;left:43.65625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TBM28Te8U57kM4rzn8IPlMB0uMtBrqyV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7f0;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; }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row .container { background-color: transparent; background-image: none; }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row .container > .video-iframe-container { display: none; }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row > .video-iframe-container { display: none; }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .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); }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row .container { border-width: 0; border-radius: 0; }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#SfyuHqp3p147Fb8c3N09IpDckTDbuKpL { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.49375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XEk7FyR41LWXdTHAF2V1e46R5DGgel6o { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#fG1Qq8cAgJlBT6x0uKVW9zzqRkxIXShn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:1.2156248092651rem;left:5.375rem;overflow:hidden;display:block; }
#RNNC6gSB2cbdl0CbKK2gVTXrU9HhlQTq { 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:4.0625rem;width:4.0625rem;top:1.5rem;left:50.6875rem;overflow:hidden;display:block; }
#MMhyC62BahnQyK31EeJhSVM71OSW0UuM { 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:4.125rem;width:3.5rem;top:11.5625rem;left:36.945831298828rem;overflow:hidden;display:block; }
#gH4O85KO3DRrbTE0mKQigAL4bv0e50Fq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:2.75rem;top:12rem;left:57.251037597656rem;overflow:hidden;display:block; }
#rFvscZOe25nyndG1PRND6upInQlyEmTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7f0;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row .container { background-color: transparent; background-image: none; }#rFvscZOe25nyndG1PRND6upInQlyEmTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row .container > .video-iframe-container { display: none; }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row > .video-iframe-container { display: none; }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .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); }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row .container { border-width: 0; border-radius: 0; }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:60rem;position:relative;display:block; }#oMm7ooELU3WET9TGZqq60d5ZAvSMU3VX { 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.75rem;width:18.75rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#EBwnrqk7HM12NMaLwQxcVD8JfE4TDEZl { position:absolute;display:block;z-index:14999;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:19.0625rem;left:0rem;display:block; }
#s14Dqkm7TJw0XUVZGAiv62RvQEP9U6AM { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.71875rem;left:1.15625rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfF5PXGtryfTTxO6HGWUGT6d24umciO1 { position:absolute;display:block;z-index:15010;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:19.0625rem;left:20.625rem;display:block; }
#uHnwfsKa8ptk7RTeJRfF3tOAXkDqPTHR { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.75rem;left:21.8125rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pmcd70oDmzCDbCXkmvLTy8WPsAPLV8oq { 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:18.75rem;width:18.75rem;top:0.3125rem;left:20.625rem;overflow:hidden;display:block; }
#x5su922n9owNvTuUn8v0V6m5JFzqvIwk { position:absolute;display:block;z-index:15021;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:19.0625rem;left:41.25rem;display:block; }
#aeockGsz6AP3lvH4So3OMvBRWK6BNQyQ { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:20.75rem;left:42.4375rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JV1unA3z5lBWW5a2KFsC99QqntTkwTRW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0.3125rem;left:41.25rem;overflow:hidden;display:block; }
#HlANwXv1TtteSrRrHXhZaWG8GGCn5QTW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.75rem;top:27.3125rem;left:41.25rem;overflow:hidden;display:block; }
#NgRprOzgdNQEPG3uNJbZBIxAOFlfnJmR { position:absolute;display:block;z-index:15027;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:46rem;left:41.25rem;display:block; }
#ChuT6hBuw4xi9KlZmAinxvb4dxdnukgM { position:absolute;display:block;z-index:15016;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:46rem;left:20.625rem;display:block; }
#ahSbWtxMaWEcPevMmdmSu407P4s4eBkz { 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:18.75rem;width:18.75rem;top:27.3125rem;left:20.625rem;overflow:hidden;display:block; }
#Ps3NDTUZQwR3LPk7RVcI7fZsH2Rr0Eae { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:27.3125rem;left:0rem;overflow:hidden;display:block; }
#xeV5MSNzHcJu5NpI1xpcTk97cQHApX7p { position:absolute;display:block;z-index:15005;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:18.75rem;top:46rem;left:0rem;display:block; }
#BFXytLyPvKglf2T6zwHT9ufdQy9DTD52 { z-index:15004;top:57rem;left:13.15625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.58333375rem;height:4.33333375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xVyFwqSEtZQKBkBmy6fTSw2EIqFOAe58 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PVAopQLJHVcpWp4iCQWws6HO48zCzwHe { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:47.618748664856rem;left:1.15625rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#akq4m8hgsECnD8UkJCgwaNZnAu2JCw2p { color:#162f4e;display:block;width:17.9375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:47.618748664856rem;left:21.78125rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L3eTJ2eJXLxTvzc3gAmbsBfwzEHkrQFI { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:47.618748664856rem;left:42.40625rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zrHB8SS4AzX5RTGmTVWD1Ar4EfyahqTA { 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:2.125rem;width:1.8125rem;top:1.375rem;left:17.59375rem;overflow:hidden;display:block; }
#fGbTxEtdCcNvfneqh4SKzTKpsHrGQ0Pi { position:absolute;display:block;z-index:15012;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:1.8125rem;top:2.875rem;left:17.820831298828rem;overflow:hidden;display:block; }
#ZW7Gc6aqlmmUMgL3nXic5kPHrhgsQ5MT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:2rem;left:15.838539123535rem;overflow:hidden;display:block; }
#wv4TKnIzN3hZEwWsbTFspDsOMJCSfyQo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:16.3125rem;left:2.1333312988281rem;overflow:hidden;display:block; }
#RzLxpSHk0XtssGlh07S992CVyvW8K9vq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:14.244792938233rem;left:0rem;overflow:hidden;display:block; }
#f5TnGI9UzHVt6DJl8PHvtZZ5bWPqiTR4 { 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.125rem;width:1.8125rem;top:16.3125rem;left:1.15625rem;overflow:hidden;display:block; }
#TKSSnJQ0tK1treovDXMPhCui2p433wWh { 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:1.8125rem;top:16.994792938233rem;left:0rem;overflow:hidden;display:block; }
#TC91m5g4CFWEMBmvkT1gmqM5TF0T7TeM { 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.125rem;width:1.8125rem;top:15.5625rem;left:22.320831298828rem;overflow:hidden;display:block; }
#P3z2epzt9x3V2PGd9uiD9UQAMTsOdZIE { 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:2.125rem;width:1.8125rem;top:16.3125rem;left:24.133331298828rem;overflow:hidden;display:block; }
#mPWcAF1nn8JBsUC8uQK9FdO45fBPbZ4U { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.375rem;top:16.192709563233rem;left:20.580924098692rem;overflow:hidden;display:block; }
#h8dbkWK70maaFRe5Bdi6VzrQyJk0hFfF { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:0rem;left:55.258331298828rem;overflow:hidden;display:block; }
#P7rVLvoHlbclrSD7T2EvIqZXGeF2CtdT { position:absolute;display:block;z-index:15023;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:1.8125rem;top:1.5625rem;left:56.258331298828rem;overflow:hidden;display:block; }
#teyqld7Gg6azwW890cIbz5gaksNyp3Tg { position:absolute;display:block;z-index:15025;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:1.8125rem;top:16.994792938233rem;left:58.188537597656rem;overflow:hidden;display:block; }
#NU4CnHKEXimkBS4VbUoZFSWZruI14f4p { position:absolute;display:block;z-index:15026;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:1.8125rem;top:16.3125rem;left:57.119789123535rem;overflow:hidden;display:block; }
#Wy2hSnuy5M6xLATEhFKTHk13WSlIrmNc { position:absolute;display:block;z-index:15027;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.5625rem;width:3rem;top:15.557292938233rem;left:41.25rem;overflow:hidden;display:block; }
#cPEcDBMNhr2qtI9ZliPxxEVXbace3RNx { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:15.5625rem;left:44.25rem;overflow:hidden;display:block; }
#EIaCvc3KnmpI34PPD58MmcpoQObGhv5d { position:absolute;display:block;z-index:15029;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:1.8125rem;top:44rem;left:15.195831298828rem;overflow:hidden;display:block; }
#VwXZUShQFlXEI9IzwpMDxL0yvbQwa8TG { position:absolute;display:block;z-index:15030;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:1.8125rem;top:41.3125rem;left:16.883331298828rem;overflow:hidden;display:block; }
#rByoJ7QOV2QzkFiRTOB6nFxcIAAGx4pa { position:absolute;display:block;z-index:15031;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:1.8125rem;top:41.932292938233rem;left:15.195831298828rem;overflow:hidden;display:block; }
#qMvAe1rTZBVDfbTUndkkePz6sXpTcsWS { position:absolute;display:block;z-index:15032;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:1.8125rem;top:42.875rem;left:16.994789123535rem;overflow:hidden;display:block; }
#gdhQ91RMGeZJ8atpprx5TkIkITbO5PAP { position:absolute;display:block;z-index:15033;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:1.8125rem;top:42.25rem;left:9.0708312988281rem;overflow:hidden;display:block; }
#rEc3U5J3Oy1wGMnWZIPGMrWqs6ncTXXe { position:absolute;display:block;z-index:15034;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:1.8125rem;top:27.3125rem;left:16.994789123535rem;overflow:hidden;display:block; }
#fQJQIUvlGpdGKwOwyOgJsqGmTHCKJeDi { position:absolute;display:block;z-index:15035;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:1.8125rem;top:39.864582061767rem;left:0.37812423706055rem;overflow:hidden;display:block; }
#OpWGOLJoShvSRy5JZvMQtfGmEQQOmnck { position:absolute;display:block;z-index:15036;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:1.8125rem;top:43.4375rem;left:0rem;overflow:hidden;display:block; }
#MJl4IWO6S2cg7MI2H8KNZB1l89VMDIWE { position:absolute;display:block;z-index:15037;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:1.8125rem;top:43.4375rem;left:2.1333312988281rem;overflow:hidden;display:block; }
#qQUDrttqqMtMP3k9T4aT8vzUMPFLiDtQ { position:absolute;display:block;z-index:15038;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:1.8125rem;top:41.932292938233rem;left:1.15625rem;overflow:hidden;display:block; }
#FCnquNUPTO8AkRa2y2cRVEPmROHLdSiC { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.8125rem;top:45.3125rem;left:25.883331298828rem;overflow:hidden;display:block; }
#J6CuSeyrHGWW5BBycdTHyXrZizHKTcn3 { position:absolute;display:block;z-index:15040;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.1875rem;width:2.6875rem;top:41.932292938233rem;left:27.695831298828rem;overflow:hidden;display:block; }
#sH7BTAntG9drA4yQsPgL7IFLu3vNmv3B { position:absolute;display:block;z-index:15041;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:1.8125rem;top:41.932292938233rem;left:24.133331298828rem;overflow:hidden;display:block; }
#pzXXTZ7nhVHoOxEUiyH8hAXJ0bsoTmVh { position:absolute;display:block;z-index:15042;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:1.8125rem;top:42.875rem;left:21.8125rem;overflow:hidden;display:block; }
#kXFI0TWAXhgeZyXM2PsId91Dwb3rRzNg { position:absolute;display:block;z-index:15043;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:1.8125rem;top:27.3125rem;left:36.494789123535rem;overflow:hidden;display:block; }
#sqlFCTaIiPu15yzkrd3cloiVkfehEXTT { position:absolute;display:block;z-index:15044;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:1.8125rem;top:30rem;left:37.320831298828rem;overflow:hidden;display:block; }
#koUAn7Zx0GIlKbSSvoZvVA5TvSP1u8n9 { position:absolute;display:block;z-index:15045;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:1.8125rem;top:31.25rem;left:41.84375rem;overflow:hidden;display:block; }
#Ug5NlWJ6Cw3rrknleLqkbvQQnPH5vMAR { position:absolute;display:block;z-index:15046;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:1.8125rem;top:27.3125rem;left:41.25rem;overflow:hidden;display:block; }
#o7sS1G2SkDbMd0Iyv7904qKoUpE4hlfd { position:absolute;display:block;z-index:15047;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.375rem;width:2.875rem;top:27.807292938233rem;left:42.494789123535rem;overflow:hidden;display:block; }
#yuJxlqAsDerLBlUXybeRQETvL28S4y2n { position:absolute;display:block;z-index:15048;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:1.8125rem;top:41.932292938233rem;left:53.503120422363rem;overflow:hidden;display:block; }
#KHiBK6WOFlRWEc3GWanApZ6QvBIlM6BF { position:absolute;display:block;z-index:15049;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:1.8125rem;top:40.807292938233rem;left:57.119789123535rem;overflow:hidden;display:block; }
#pU70CU7sDHrZ2P3iKmSnycV4KcHTrkes { position:absolute;display:block;z-index:15050;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:3rem;width:2.5625rem;top:42.447916625rem;left:56.284027001723rem;overflow:hidden;display:block; }
#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg { position:relative;display:block; }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg { background-color: transparent; background-image: none; }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .row .container > .video-iframe-container { display: none; }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .row > .video-iframe-container { display: none; }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .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); }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg { border-width: 0; border-radius: 0; }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DNqghnCAZbaHPcpUgzxyglx3pTHKFD1J { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"bree serif";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.0625rem;height:1.95rem;display:block; }
#dGZbVqMRhdb1PDot0qoPrWWgM9dL2GyJ { color:#000000;display:block;width:28.125rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1750011444092rem;left:0.9375rem;height:6.3375rem;display:block; }
#GHdvEna9EybSzwkx74xUdPTsDXrFkfeN { z-index:15005;top:25.153137207031rem;left:3.2916679382324rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L2Ml4JoeSqQ28GA1OgDl4H43s158qsrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2OdcaUunxamCwcPEe3OEtl2OgfG35KW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:13.375rem;top:15.200000762939rem;left:45.432289123535rem;overflow:hidden;display:block; }
#gp7lBsrFiwwpUtx8w7vdx1OobrpfKMQD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.375rem;width:13.375rem;top:15.200000762939rem;left:31.25rem;overflow:hidden;display:block; }
#U0GZNdvp6W4WEEuVpFzxhRnw89cuCo4C { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.3125rem;width:27.5rem;top:1.1875rem;left:31.25rem;overflow:hidden;display:block; }
#WBt3hdo9Uxeb3ZfHEcFBJAOCXrlH9MkO { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.587498664856rem;left:0.9375rem;height:11.61875rem;display:block; }
#Ptg79Nk4Zpwukh4obhbAUAqdmHSsJ5ET { position:absolute;display:block;z-index:15047;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:8.875rem;width:6.8125rem;top:11.375000953674rem;left:22.182289123535rem;overflow:hidden;display:block; }
#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000171;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; }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row .container { background-color: transparent; background-image: none; }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row .container > .video-iframe-container { display: none; }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row > .video-iframe-container { display: none; }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .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); }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row .container { border-width: 0; border-radius: 0; }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#DgzKtbnFbp0ZT0XV97lPG9JG0cdW1okK { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9749984741211rem;left:0.4375rem;height:1.3rem;font-style:normal;display:block; }
#u6xa0gG0stZStsaup2ILX6gDm2la9ybD { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6906242370606rem;left:12.6875rem;height:1.86875rem;font-style:normal;display:block; }
#hCpBVeOHAvTPV77sQ6f5AaGEnpTEl7dm { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9750003814698rem;left:7.9375rem;height:1.3rem;font-style:normal;display:block; }
#iFvOOeHxF4NBgczsub6AI1AvqLrvzEZh { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6906242370606rem;left:25.40625rem;height:1.86875rem;font-style:normal;display:block; }
#QExaESSIR9W4WL3MNmn7x94R7RnUu6un { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9749984741211rem;left:21.09375rem;height:1.3rem;font-style:normal;display:block; }
#vpKWRn51wkZC0toqCrs11CiwxgORuKky { z-index:15003;top:0.90625rem;left:43.65625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MK5iiQ8VThiUx2yBn09t83MssJBFCFQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7f0;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; }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row .container { background-color: transparent; background-image: none; }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row .container > .video-iframe-container { display: none; }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row > .video-iframe-container { display: none; }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .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); }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row .container { border-width: 0; border-radius: 0; }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:60rem;position:relative;display:block; }#K7zH8eCckRJUh4OJiJbxDWd4ot6Cg1ww { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ea91cef1-bc6e-4fef-bd20-a2cafd91ce58/OBWOLUTY1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.3125rem;width:14.3125rem;top:36rem;left:0rem;display:block; }#K7zH8eCckRJUh4OJiJbxDWd4ot6Cg1ww.adaptive-delivery-prevent-bg, #K7zH8eCckRJUh4OJiJbxDWd4ot6Cg1ww.lazyload, #K7zH8eCckRJUh4OJiJbxDWd4ot6Cg1ww.lazyloading { background-image: none; }
#Bh18dr1sAcpzHpDEDSdtp97B6UUEVQ0p { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:7.3125rem;width:7.3125rem;top:47.4375rem;left:9.375rem;display:block; }
#RvPhuh4Ll63STSlBzOGELTpbUFTlxRlo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.125rem;left:16.4375rem;height:2.1125rem;font-style:normal;display:block; }
#GKRihNBW63Z96IPOe5sd9Ckk5xqMz0CA { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/640a3da0-ae88-46c9-b552-20ccf77ac107/ETYKIETA1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.3125rem;width:14.3125rem;top:36rem;left:30.0625rem;display:block; }#GKRihNBW63Z96IPOe5sd9Ckk5xqMz0CA.adaptive-delivery-prevent-bg, #GKRihNBW63Z96IPOe5sd9Ckk5xqMz0CA.lazyload, #GKRihNBW63Z96IPOe5sd9Ckk5xqMz0CA.lazyloading { background-image: none; }
#ZZBlTvHWTfFcz6GkRutAFgP1fu6Prqon { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:7.3125rem;width:7.3125rem;top:47.375rem;left:39.3125rem;display:block; }
#BcEfaNEBCbmlpvI7UDBTufSrqz1UiQ09 { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:41.0625rem;left:46.375rem;height:4.225rem;font-style:normal;display:block; }
#sbdb7rgtAMKC1x5JUpXF6xwMIlf3JpLT { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/33c3700f-8895-442b-a693-38d42338b101/eleganckanaklejka1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.3125rem;width:14.3125rem;top:15.0625rem;left:0rem;display:block; }#sbdb7rgtAMKC1x5JUpXF6xwMIlf3JpLT.adaptive-delivery-prevent-bg, #sbdb7rgtAMKC1x5JUpXF6xwMIlf3JpLT.lazyload, #sbdb7rgtAMKC1x5JUpXF6xwMIlf3JpLT.lazyloading { background-image: none; }
#kKEkO4wlLcabOMkT9Jt1XZ1TuTTEIQFf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.125rem;left:16.4375rem;height:4.225rem;font-style:normal;display:block; }
#B2bUH382mHUP6gCcEc2qLhfmPLkf3Bpc { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:7.3125rem;width:7.3125rem;top:26.5rem;left:9.375rem;display:block; }
#bCqQgsxWFQJy6XJ9MrdLJ2QqKSE2rDTl { color:#ed5a0a;display:block;width:5.5rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.994809150696rem;left:10.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GuDeCDEH2sT61dgERmpyUozkWeF3JyMA { color:#ed5a0a;display:block;width:5.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:.8;letter-spacing:0;top:29.375019073486rem;left:10.1875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#cemkPT2e1LbcP3Fk1UVrsRbuIdZsu9ml { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b471b029-b976-45df-9565-a91affe079d6/grawernadrewnie1kopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:14.3125rem;width:14.3125rem;top:15.0625rem;left:30.0625rem;display:block; }#cemkPT2e1LbcP3Fk1UVrsRbuIdZsu9ml.adaptive-delivery-prevent-bg, #cemkPT2e1LbcP3Fk1UVrsRbuIdZsu9ml.lazyload, #cemkPT2e1LbcP3Fk1UVrsRbuIdZsu9ml.lazyloading { background-image: none; }
#dHwQILM6RJssHA6lcxDqse0pq5W2naCz { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:7.3125rem;width:7.3125rem;top:26.4375rem;left:39.3125rem;display:block; }
#KJhE7VduX8qRgppWFBaGPm7noIa4fHAa { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:20.125rem;left:46.375rem;height:4.225rem;font-style:normal;display:block; }
#QWgo0O5guIJ5L778lWxaFdVTyTP7lvE9 { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nV2q9O3rTmHZ10PbukeftSBBcFq2viWi { color:#000000;display:block;width:60rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#JmE5OePfWE6ddOyqdlAHm3GqTsNZ2eO8 { color:#ed5a0a;display:block;width:5.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:normal;z-index:15035;line-height:.8;letter-spacing:0;top:29.432290077209rem;left:40.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#u8nAlvMn4ytQ8lFEyZTHWD3V27cr2qvh { color:#ed5a0a;display:block;width:5.5rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:26.994791030884rem;left:40.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#en4GtxewaBp0PcEgMwmZ8tPeD33ILLTW { color:#ed5a0a;display:block;width:5.5rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:47.932290077209rem;left:10.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OEBZeTMcK8pwckrftlMSClFprdwWXzi4 { color:#ed5a0a;display:block;width:5.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:normal;z-index:15005;line-height:.8;letter-spacing:0;top:50.312500953674rem;left:10.1875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#UmvNweEeP1FL3hXDL01b0Jtv1K6tmQSp { color:#ed5a0a;display:block;width:5.5rem;position:absolute;font-family:"roboto condensed";font-size:1.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:47.932290077209rem;left:40.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bmaOoes7JCKJ36vvy3hAq4wTEI3PmW70 { color:#ed5a0a;display:block;width:5.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:normal;z-index:15038;line-height:.8;letter-spacing:0;top:50.312500953674rem;left:40.125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7f0;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; }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row .container { background-color: transparent; background-image: none; }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row .container > .video-iframe-container { display: none; }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row > .video-iframe-container { display: none; }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .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); }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row .container { border-width: 0; border-radius: 0; }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#VfHQ1IiBBcOQm9vUeTOax9zZDSr19twm { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd95b846-5a2d-45a5-8328-6b71399988f0/HandmadeChristmasCardBlackReindeerA5largecardforfriend.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.5rem;left:0rem;display:block; }#VfHQ1IiBBcOQm9vUeTOax9zZDSr19twm.adaptive-delivery-prevent-bg, #VfHQ1IiBBcOQm9vUeTOax9zZDSr19twm.lazyload, #VfHQ1IiBBcOQm9vUeTOax9zZDSr19twm.lazyloading { background-image: none; }
#nHarWgoJT9IU2395vRdNNx2t9taKfc0w { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.6875rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJ2oSkyCySfu2972naeieU5fRgXHftL9 { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fVIOimV59T6f5PpWKkpSF9DdQ3JonFUq { color:#000000;display:block;width:60rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#eSdtbXN90TyRq4TUavNr2nIcdawfLZVX { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.375rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#PcekiNzdxVZDz2ESddRBAsPrd0zC6Iyy { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8850263f-3083-4589-b9d1-dff56b031d7f/zawieszkaczarnachoinkanaprezentyzlogobilecikifimowe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.5rem;left:9.1875rem;display:block; }#PcekiNzdxVZDz2ESddRBAsPrd0zC6Iyy.adaptive-delivery-prevent-bg, #PcekiNzdxVZDz2ESddRBAsPrd0zC6Iyy.lazyload, #PcekiNzdxVZDz2ESddRBAsPrd0zC6Iyy.lazyloading { background-image: none; }
#JuHoBppGPtZZEeyrLTfTyaB1WQuhT2wR { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.6875rem;left:9.1875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGJ7Qgh856og3xlkSUv40Lc13SHDJAon { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9893eb17-812c-4b66-b8c5-7b86a034d068/GADZETY.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.5rem;left:27.1875rem;display:block; }#ZGJ7Qgh856og3xlkSUv40Lc13SHDJAon.adaptive-delivery-prevent-bg, #ZGJ7Qgh856og3xlkSUv40Lc13SHDJAon.lazyload, #ZGJ7Qgh856og3xlkSUv40Lc13SHDJAon.lazyloading { background-image: none; }
#APNw4h8HTDx5qOFvxU7i7FPhpBRDirpk { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:27.1875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzO1mBGtGFlTzwQOXJ2OefyIK0voHZTT { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c6d3dd66-7f9b-4c0b-87c2-364d9ae75812/01_Kalendarze_jednodzielne_EKO_mockup_PL.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.5rem;left:18.125rem;display:block; }#CzO1mBGtGFlTzwQOXJ2OefyIK0voHZTT.adaptive-delivery-prevent-bg, #CzO1mBGtGFlTzwQOXJ2OefyIK0voHZTT.lazyload, #CzO1mBGtGFlTzwQOXJ2OefyIK0voHZTT.lazyloading { background-image: none; }
#FWmFPlZbclpXtJHuFanEeSKe33rEKtln { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.6875rem;left:18.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zl3EMBUBDDSeXvQFCToTymGuaATgpJfq { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8e99d67-e732-43c4-a808-60e1923c9314/OWN.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.5rem;left:44.75rem;display:block; }#zl3EMBUBDDSeXvQFCToTymGuaATgpJfq.adaptive-delivery-prevent-bg, #zl3EMBUBDDSeXvQFCToTymGuaATgpJfq.lazyload, #zl3EMBUBDDSeXvQFCToTymGuaATgpJfq.lazyloading { background-image: none; }
#JnHFsqTvdaXnRxSs7V2DcshyzkOLrfXq { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.6875rem;left:44.75rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNKOphqygNtn8XbT3FFgeQDC4WVarJ6b { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/95135313-a847-4871-8de6-7177d1f9fb14/TECHGADZETY.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.5rem;left:35.75rem;display:block; }#bNKOphqygNtn8XbT3FFgeQDC4WVarJ6b.adaptive-delivery-prevent-bg, #bNKOphqygNtn8XbT3FFgeQDC4WVarJ6b.lazyload, #bNKOphqygNtn8XbT3FFgeQDC4WVarJ6b.lazyloading { background-image: none; }
#TLE6bbe5ye54Gd7l3iE6k6WcAQA6AlFO { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.6875rem;left:35.75rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dnVVHHfRvCwqg8bORgxf00vaa2MJEJvG { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c07e01e4-97df-4e8c-bc5f-24c4921ec89d/SKARPETKI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.5rem;left:53.3125rem;display:block; }#dnVVHHfRvCwqg8bORgxf00vaa2MJEJvG.adaptive-delivery-prevent-bg, #dnVVHHfRvCwqg8bORgxf00vaa2MJEJvG.lazyload, #dnVVHHfRvCwqg8bORgxf00vaa2MJEJvG.lazyloading { background-image: none; }
#guCviQ88N5UV4WNBOLXx0ESB65Il6wFw { color:#000000;display:block;width:6.625rem;position:absolute;font-family:"bree serif";font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.6875rem;left:53.3125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuWkkfkUmFOUh9pt5ZTGX0fEcnBHaMdd { color:#000000;display:block;width:60rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:31.75rem;left:0rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7f0;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; }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row .container { background-color: transparent; background-image: none; }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row .container > .video-iframe-container { display: none; }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row > .video-iframe-container { display: none; }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .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); }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row .container { border-width: 0; border-radius: 0; }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#sQBWnh0cxxlOwPMx4Z4FSFqrKJRA6J0I { color:rgba(0,0,0,0.7);display:block;width:9.5625rem;position:absolute;font-family:"bree serif";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:2.125rem;left:7.5rem;height:2.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eEOKCdbT4D9xE1mNXXOKys5aQ9mVELK1 { position:absolute;display:block;z-index:15007;background-color:#0054ff;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:6.25rem;top:4.125rem;left:0rem;display:block; }
#e8Zr8EfNFHTlXNnMI5HZ7HbwUUBTITa9 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6906251907349rem;left:0rem;height:1.86875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JQgtB0lFV4hEuhXzhA2mvWBO1LzkOJVB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.0625rem;width:12.8125rem;top:8.5625rem;left:3.59375rem;overflow:hidden;display:block; }
#Vcv7U2rBrBUypctiuxUKXGDoCAXTJCX2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:2.9500007629394rem;left:20rem;overflow:hidden;display:block; }
#TJaLHvTFM7tui4OD2gL2eUHutNyrTLgv { color:rgba(0,0,0,0.5);display:block;width:15.4375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.3125rem;left:24.625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oaXzLq8FLKDpwJxvZnERT1Z99Q0FqDDR { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.9500007629394rem;left:24.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#APt35lBG7MxuyxqVXdT9zvT3nRAhT4qq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:10.5rem;left:20rem;overflow:hidden;display:block; }
#QzsuwxVKqIHJni5oyKWJTC2UdD6eKw3e { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.3125rem;left:24.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LxIcxwNJSrzwnuXMo8JBy7z8TrX6ouxJ { color:rgba(0,0,0,0.5);display:block;width:12.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.84375rem;left:24.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UKNHFXITsiplgRof4Itxlkp6fE1l3ZxV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:19.4375rem;left:20rem;overflow:hidden;display:block; }
#xM73AGiNvkZTXpKAPyTIJabWNOvcS7nN { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.65625rem;left:24.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ETKef7Xc3GMoKLeezPIk1KhUTy29O2DD { color:rgba(0,0,0,0.5);display:block;width:13.625rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.6875rem;left:24.125rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#werhFdRUe6b1XI9GqCvsN194gAQiV52g { color:rgba(0,0,0,0.5);display:block;width:13.75rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.3125rem;left:44.375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eyK7isSPGxg4uStWtxqp01MFppoWeDMR { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.9500007629394rem;left:44.34375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LaibbEnGpgAb4o8wZtVg0MpdllL8zHBk { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:10.5rem;left:44.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C1qxBV5ZbhhU7vXV0rdmavZUlOGViFTt { 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:4.1875rem;width:4.1875rem;top:3.4343757629394rem;left:40rem;overflow:hidden;display:block; }
#iSdcMkRoRoNIdKvMRB9pltPnJwmRkuxo { 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:3.875rem;width:4.0625rem;top:10.0625rem;left:40rem;overflow:hidden;display:block; }
#U4JcHHBnWuJQtlpyzmFNwdBKmMl5zCog { color:rgba(0,0,0,0.5);display:block;width:15.375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.84375rem;left:44.625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l4T9fJMMWszHne6UVdRvyDTTeTaIoBOO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:19.15625rem;left:40rem;overflow:hidden;display:block; }
#FpupXMZ5LrD52A0MVq673fzmVTNIDPXl { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:18.65625rem;left:44.375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CGCfEVb8ybFy1Lehcx0cUChptBZKtkIT { color:rgba(0,0,0,0.5);display:block;width:12.5625rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:21.8125rem;left:44.375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aAKlvaTy738kpxPfpwQonU2o7X76TGJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff7f0;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; }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row .container { background-color: transparent; background-image: none; }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row .container > .video-iframe-container { display: none; }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row > .video-iframe-container { display: none; }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .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); }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row .container { border-width: 0; border-radius: 0; }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#LdnrMwVGAWaMEPOqSTGZsMFiFh8QPWCy { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.5rem;width:60rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000171;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; }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row .container { background-color: transparent; background-image: none; }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row .container > .video-iframe-container { display: none; }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row > .video-iframe-container { display: none; }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .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); }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row .container { border-width: 0; border-radius: 0; }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#OgwF0ToPzxXxmVRKTFx8MLeksr7E4T9R { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9749984741211rem;left:0.4375rem;height:1.3rem;font-style:normal;display:block; }
#adc0xpVamsMp2U1n1ccqKOmHqgeTUZNH { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6906242370606rem;left:12.6875rem;height:1.86875rem;font-style:normal;display:block; }
#Uu2idB2RKn8LGhhVckrlZTOwCLKruKTX { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9750003814698rem;left:7.9375rem;height:1.3rem;font-style:normal;display:block; }
#NaUGEgIrV32KT5ufAMwLR1dk6TRgX8zc { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"bree serif";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6906242370606rem;left:25.40625rem;height:1.86875rem;font-style:normal;display:block; }
#KGgvTHpgRExLGGrhER44NBaCPNbJHTRf { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9749984741211rem;left:21.09375rem;height:1.3rem;font-style:normal;display:block; }
#UBDzQ7SGdQocQuUMKdO2cRqEBVwFfJhM { z-index:15003;top:0.90625rem;left:43.65625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TTZTdClxpGwqUU0b2F0mNMLmdvbcNJVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7f6f6;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; }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row .container { background-color: transparent; background-image: none; }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row .container > .video-iframe-container { display: none; }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row > .video-iframe-container { display: none; }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .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); }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row .container { border-width: 0; border-radius: 0; }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#knE3fGEhfKFhnZ4NNFilAB0ZooNWNIit { 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.75rem;width:18.75rem;top:4.875rem;left:0rem;overflow:hidden;display:block; }
#c7AGJqe7Q5zz8nH50OpqMVqdDuvGyFg2 { position:absolute;display:block;z-index:14999;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:23.625rem;left:0rem;display:block; }
#usD16fTvU44LlheECH9tpzXNRMtSfeF2 { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.28125rem;left:1.15625rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QyieezfAlMxwAhlRGxPfzH4b5vJE8cKl { position:absolute;display:block;z-index:15010;background-color:#e0e0e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:23.625rem;left:20.625rem;display:block; }
#TUixWpdk1X6L6Ps9Mg1pcJyxWyE1M6ni { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.3125rem;left:21.8125rem;height:5.3625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mlTHzODImWdL76HknygV5SuWwBCmFWIO { 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:18.75rem;width:18.75rem;top:4.875rem;left:20.625rem;overflow:hidden;display:block; }
#pHnlqSmOhHBdq5vOCOllDPIpSJbG9Q7Q { position:absolute;display:block;z-index:15021;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:23.625rem;left:41.25rem;display:block; }
#KlAzJDBu8JgNWI1v6glpA9IJlyTaF63v { color:#162f4e;display:block;width:16.4375rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.3125rem;left:42.4375rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DzT3gVbRcUa2evAlBtiuhDnC6OBwPyhf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.875rem;left:41.25rem;overflow:hidden;display:block; }
#qTcpJOKQ8EXSC5dmz0bgr33mtfW2T04K { z-index:15005;top:35.125rem;left:13.208332061767rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.58333375rem;height:4.33333375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T4bprOyFcL9sF48EV2DtbpkvuMypOl6B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row .container { background-color: transparent; background-image: none; }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row .container > .video-iframe-container { display: none; }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row > .video-iframe-container { display: none; }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .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); }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row .container { border-width: 0; border-radius: 0; }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:60rem;position:relative;display:block; }#GK1Jb53quMud98sOkU18eaT34FpdPd2T { color:#010304;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BFTAprfo8rVs5y5WxBxFnPhP9kasM3TW { box-sizing:content-box;height:13.5625rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:17.25rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#MqVXnLPGcXGPCk6Ih1J6IeycifboHqi8 { color:#010304;display:block;width:13.375rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:19.8125rem;left:3.15625rem;height:1.5rem;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; }
#qu0O3CmmTlG37zZ3usKig1CX6U4h1TAI { color:#010304;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.84375rem;left:3.15625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bx3XgQna5vEDtva1a2TnSRUQSa23H1zX { box-sizing:content-box;height:13.5625rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:33.4375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#AlkdGZEP6oFLsNzGrBQtURvAipZhZu23 { color:#010304;display:block;width:18.9375rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:36.6875rem;left:3.15625rem;height:1.5rem;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; }
#FKPUud3uAtPnTxTl3yixJK6kATed5WOL { color:#010304;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:39.625rem;left:3.15625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PVUAvOIfUpgJGpx8aQ6OW4Dimo0ayucx { box-sizing:content-box;height:13.5625rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:17.25rem;left:35.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#pA63z5sJSNhFcJ19VXuuVhtbg307XIsd { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:19.8125rem;left:39.625rem;height:1.5rem;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; }
#CL6UWVT3rrUM0JIltaBozAfpuEtFGsco { color:#010304;display:block;width:18rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22.78125rem;left:39.625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m6IOUIfqxOL5U37dSzc0LhSUcCfOdnml { box-sizing:content-box;height:13.5625rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:33.4375rem;left:35.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#uzhge4IGvHOyk2BtZsziJoLlZI7aBIqV { color:#010304;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:39.625rem;left:39.625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a6iCFg72GS9OKORVe18cUUsCvVbLngnf { color:#010304;display:block;width:14.375rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:36.6875rem;left:39.625rem;height:1.5rem;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; }
#Lc5pEM3gklaDFw9l5vzzTSKWN4b0suR6 { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#fff1dd;background-image:none;top:15.375rem;left:26.6875rem;display:block; }
#ARJGrmfyo4aph1RprsquCUodeXHxK9is { box-sizing:content-box;height:6.6875rem;width:6.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:#fff1dd;background-image:none;top:42.4375rem;left:26.6875rem;display:block; }
#wR8cBG9mH4gpZVarJJCW1Q6O5Mpc4K51 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:38.625rem;width:29.4375rem;top:12.875rem;left:15.9375rem;overflow:hidden;display:block; }
#okI05cXt7K0scNzBZCJtoT6y82bx7DBr { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.75rem;left:8.21875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row .container { background-color: transparent; background-image: none; }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row .container > .video-iframe-container { display: none; }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row > .video-iframe-container { display: none; }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .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); }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row .container { border-width: 0; border-radius: 0; }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#lN4O0knMT19voIAJdspivckd76MiQq0T { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#OUAyIAGZ4FA4kuBBvu8CKKmHT9DisI63 { color:#000000;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MeFw1UT5cMI8xwfy3QVoXbGhdnifFs4U { position:absolute;display:block;z-index:15011;background-color:#f4cf89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#uC0BpLoiBGtfaDaLZR44a365tChbeOxV { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDEAzlkt2wsxUlWkVyka4xvSWC2bU7xX { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:19.8125rem;left:0rem;display:block; }
#EEItJAsMi1xVM80fCdA6twevseNI5cql { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:21.9375rem;left:0.6875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oSrr1kA5ZFHx2ba6nzKucpKa24qTPzxr { color:#606060;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.125rem;left:5.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsdq813Ipb5uuFFefcDOkfAJMzt58kvP { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.3125rem;left:5.625rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IrIf91gqIqPoGcAyeaSpStMylUFcWa4i { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d923bfeb-96b9-459d-ab5a-75bdd3b3afb7/MarcinKrajkowski.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:33.4375rem;left:0rem;display:block; }#IrIf91gqIqPoGcAyeaSpStMylUFcWa4i.adaptive-delivery-prevent-bg, #IrIf91gqIqPoGcAyeaSpStMylUFcWa4i.lazyload, #IrIf91gqIqPoGcAyeaSpStMylUFcWa4i.lazyloading { background-image: none; }
#dsExU1TbAeLzHe599PV4W5fFTTMsiIRS { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.125rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ep3DARQIFCWbZnT7v7SSoNqVXHpnznJr { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:36.3125rem;left:26.1875rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rofT4vcf5SxMwb19wQsqpEgrATREBToi { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:19.8125rem;left:20.5625rem;display:block; }
#S0vbQLeKVnpWKozlZkGFh6iHBVAKATeT { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15016;line-height:2;letter-spacing:0;top:21.9375rem;left:21.25rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2JOVVflUsPWXvE3Kcp4oRDyELwpWT7v { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2f1f9be-6c27-41d6-b120-6b5b8b6f2ad4/LeszekNidgorski.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:33.4375rem;left:20.5625rem;display:block; }#h2JOVVflUsPWXvE3Kcp4oRDyELwpWT7v.adaptive-delivery-prevent-bg, #h2JOVVflUsPWXvE3Kcp4oRDyELwpWT7v.lazyload, #h2JOVVflUsPWXvE3Kcp4oRDyELwpWT7v.lazyloading { background-image: none; }
#UTX75M0PbmizmBiFmW7Pi6fuMNyPcCmC { color:#606060;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:34.125rem;left:46.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iv3VFr6JkAJdWFHHTqhpSK41W6QSRA5g { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:36.3125rem;left:46.6875rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLPUQPKIGn1w0lS0hMNaVguel0bgvzZW { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:12.25rem;width:18.9375rem;top:19.8125rem;left:41.0625rem;display:block; }
#aTLRdZGWsLUZ0RL3MTJVyJ3Plx3lTGWZ { color:#808080;display:block;width:17.5rem;position:absolute;font-family:"bree serif";font-size:1rem;font-weight:400;z-index:15021;line-height:2;letter-spacing:0;top:21.9375rem;left:41.75rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlnCut7eHIoTTnLbMeUnPJL7TaFvSlmB { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ddY0kc3W/07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:4.5625rem;width:4.5625rem;top:33.4375rem;left:41.0625rem;display:block; }#AlnCut7eHIoTTnLbMeUnPJL7TaFvSlmB.adaptive-delivery-prevent-bg, #AlnCut7eHIoTTnLbMeUnPJL7TaFvSlmB.lazyload, #AlnCut7eHIoTTnLbMeUnPJL7TaFvSlmB.lazyloading { background-image: none; }
#pVvr4cpWrhw9C5FpbPQmVroSNv2XvKa8 { z-index:15006;top:42.1875rem;left:13.208332061767rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.47914625rem;height:4.229165rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uUNMzOuZAZUbNFhnN1wUnszrQukevkgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #282828, #19197f);background-image: -moz-linear-gradient(45deg, #282828, #19197f);background-image: -ms-linear-gradient(45deg, #282828, #19197f);background-image: -o-linear-gradient(45deg, #282828, #19197f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#19197f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#19197f' );";background-image: linear-gradient(45deg, #282828, #19197f);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; }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row .container { background-color: transparent; background-image: none; }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row .container > .video-iframe-container { display: none; }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row > .video-iframe-container { display: none; }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .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); }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row .container { border-width: 0; border-radius: 0; }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row .container { font-size:0.875rem;font-family:arial;height:63.9375rem;width:60rem;position:relative;display:block; }#U2VXGHwuFb8mWSToXEbinS1hmruc5UeX { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"bree serif";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1125001907349rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgQXuUhxJnkArFCZMCaogmVoUNXzZDPb { color:#ffffff;display:block;width:55.5625rem;position:absolute;font-family:"bree serif";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9249877929688rem;left:2.75rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-form-header {  }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-regular-label { height:auto;display:block;font-family:bitter;font-size:1.1875rem;font-weight:400;color:#ffffff;width:55.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1;font-style:normal; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:55.5625rem;box-sizing:border-box;height:3.125rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-text {padding-top: 0; padding-bottom: 0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:55.5625rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:1.0625rem;overflow:hidden;font-family:dosis;vertical-align:top;text-align:center;text-align-last:center; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:55.5625rem;box-sizing:border-box;height:2.8125rem;color:#ffffff;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-select {padding-top: 0; padding-bottom: 0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#e1af90;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.5625rem;margin-bottom:0.25rem;margin-left:6.9375rem;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:400;color:#ffffff;width:41.625rem;height:3.125rem;font-family:dosis;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:"open sans";font-size:1.0625rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;line-height:1.3;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:54.3125rem;overflow:hidden;font-style:normal;float:none; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-container:first-of-type{padding-top:0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-container:last-of-type{padding-bottom:0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.21875rem;top:9.6875rem;z-index:15005;position:absolute; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:55.5625rem;display:block;vertical-align:top; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB {display:block;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:55.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:2.21875rem;top:9.6875rem;z-index:15005;position:absolute; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #gquToGFZO3xxyc9L8BdoUtICXSw8y5aU { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Fs0vR0ovaOCAlmSy7TllSpmno9kEVT8T { position:relative;display:block; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #neNEdnAGfafnKwfbdmgrlTGzWOSPPlR0 { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Ne9171Rry5DlyASM9JNEmUN2qxA8v3TW { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #VO6Np1qm9Qreiuxu2BAxbKIfNO1L0THa { position:relative;display:block; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #l9qULZ56dz8ib1Ipc7DShMFTTCUbrn3l { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #TiB8QtKBhwZhRMzikbcy5Iy9274HXIdI { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #XuNQNzo7MV01m7zW3d1Nbp15ufiq97sL { position:relative;display:block; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #LWRT9vIuuLu9r3ZkIOltfFcXUnoqW8Ra { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #vXC5PMKkTVN0DP3zu6GgOzXIfJmJafCZ { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #AF38azaaJqy4Jb919nDNwvHavBukqO8A { position:relative;display:block; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #ewg1Pdqrd7APJbUwFDW2V91R6SPw7oKF { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #qPDIIPJO3so2lBBsItWuEDJsgofD8QLF { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #ZksrmJxkhrwbisokdEnck5gKhuJSnxRk { position:relative;display:block; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #dotInu6DSepDd0AM08VABccZNgAEPlck { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #sq56127s8Fm1KlyqmK5IlePyQ5yF9ke3 { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mIoCFBQDTBSARFBNh3uLIqSpri8tRHGS { position:relative;display:block; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mG5AlTA492EBbEafPZoMsU3ade5DRA6D { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mb0dvVo3t64Sr7Fn0yGeST6HBA4CLJJ1 { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #xBOFaO9kVBrtx4X0yRcWbpffkOtPAk8S { position:relative;display:block; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #PldWRtfhmPgoeczqeaXSwpkOe1Nz2O7d { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #v07x5R55TQdzMULIMNCHqetETghaIuEX { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Gu4oBEDHulGfVzThieZf5R4FoSAP1bgr { position:relative;z-index:2; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #IS99oAnPaUOZBOgwk5BbkcyybNHaQ7TZ { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #I5CZdu8HtG8rRcWMUVoTUg8Fwg4NeCDe { position:relative; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #kdFktZ3SlFdHzC4yOpIImOfPUCXr7XD5 { position:relative; }
#gkgvtknsoElm37nkDycfT6UeG88Meh5t { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.8125rem;top:1.8187503814698rem;left:1.5729179382324rem;overflow:hidden;display:block; }
#hOMWTHOsG7arTZKNwZtegXTFubAFH30E { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.8125rem;top:0rem;left:55.5625rem;overflow:hidden;display:block; }
#hNKNxRf2TJWsS5DhPTKAtGw7WCdKzXh5 { position:absolute;display:block;z-index:15008;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.1875rem;width:2.8125rem;top:2.1125001907349rem;left:51.6875rem;overflow:hidden;display:block; }
#kHmHrcItFHhOeVxIFGCadgrJO8U3TiBh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.8125rem;top:59.84375rem;left:0.6875rem;overflow:hidden;display:block; }
#wFMSTggNItb6dnTrmu8TCEUObz6pW0ZT { position:absolute;display:block;z-index:15008;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.0625rem;width:1.8125rem;top:57.84375rem;left:3.5rem;overflow:hidden;display:block; }
#iblzFw9F88T5hE5rvCfc3Nxi5OzCQdHP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.4375rem;top:60.03125rem;left:4.3854179382324rem;overflow:hidden;display:block; }
#U19AW1PErnmPVI0My7nn5KmJ2WmNsF0X { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.625rem;top:61.21875rem;left:57.354164123535rem;overflow:hidden;display:block; }
#oSI5FJak2fRpC75vELm4Z8FpJgxW5d6Q { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:2.8125rem;top:59.84375rem;left:53.625rem;overflow:hidden;display:block; }
#dXbfT9HQ9caWIILZhdHtM6UJ0hANeeHs { position:absolute;display:block;z-index:15012;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.25rem;width:2rem;top:57.65625rem;left:56.375rem;overflow:hidden;display:block; }
#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8b032e, #410c1d);background-image: -moz-linear-gradient(90deg, #8b032e, #410c1d);background-image: -ms-linear-gradient(90deg, #8b032e, #410c1d);background-image: -o-linear-gradient(90deg, #8b032e, #410c1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b032e', endColorstr='#410c1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b032e', endColorstr='#410c1d' );";background-image: linear-gradient(90deg, #8b032e, #410c1d);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; }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row .container { background-color: transparent; background-image: none; }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row .container > .video-iframe-container { display: none; }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row > .video-iframe-container { display: none; }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .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); }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row .container { border-width: 0; border-radius: 0; }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#SL4pT6BL8gZFUTCoOh40ootluQJqiWpe { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f02f8590-562c-4004-b5e1-5ed975f8e67c/DSC06149.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:0rem;display:block; }#SL4pT6BL8gZFUTCoOh40ootluQJqiWpe.adaptive-delivery-prevent-bg, #SL4pT6BL8gZFUTCoOh40ootluQJqiWpe.lazyload, #SL4pT6BL8gZFUTCoOh40ootluQJqiWpe.lazyloading { background-image: none; }
#BmK9CvaA9Wa4TJkgkWdhzmIvZgJLV52v { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/82bae19d-5956-41e6-b389-5ad692b23a5a/PL_KATALOGKalendarzeAdwentowe2025_600x600.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:28.625rem;left:40.25rem;display:block; }#BmK9CvaA9Wa4TJkgkWdhzmIvZgJLV52v.adaptive-delivery-prevent-bg, #BmK9CvaA9Wa4TJkgkWdhzmIvZgJLV52v.lazyload, #BmK9CvaA9Wa4TJkgkWdhzmIvZgJLV52v.lazyloading { background-image: none; }
#pmddaTFRwg5yCpUTRM1TKVarNGcSbGlL { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:6.25rem;left:41.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LLGGS60OniuEBikkkue7Ph0eXrgt8u1K { color:#f9f9f9;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:13.125rem;left:41.71875rem;height:3.15rem;font-style:normal;display:block; }
#DTNJn10J58AT75MccNFT7ds7eSWI8mvI { color:#f9f9f9;display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:17.375rem;left:41.75rem;height:9.8rem;font-style:normal;display:block; }
#QB0l3vGacTImVhnPAnInkPMe5fW6dGDA { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/14ad18c7-37a9-4b26-8771-6ffc36e8ba0f/DSC06101.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:20.1875rem;display:block; }#QB0l3vGacTImVhnPAnInkPMe5fW6dGDA.adaptive-delivery-prevent-bg, #QB0l3vGacTImVhnPAnInkPMe5fW6dGDA.lazyload, #QB0l3vGacTImVhnPAnInkPMe5fW6dGDA.lazyloading { background-image: none; }
#g3HFtzw3LZ1HpG59s1o64v1yDecxHaDL { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8aa7505b-59b6-4b05-b754-47b7c301c7c6/DSC06066.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14.625rem;left:0rem;display:block; }#g3HFtzw3LZ1HpG59s1o64v1yDecxHaDL.adaptive-delivery-prevent-bg, #g3HFtzw3LZ1HpG59s1o64v1yDecxHaDL.lazyload, #g3HFtzw3LZ1HpG59s1o64v1yDecxHaDL.lazyloading { background-image: none; }
#AvK3rOmCBxEEhMMdZpx4b3RiiLL8EEk7 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bcc52933-d637-4045-a366-97369ccf77b2/DSC06193.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:19.75rem;top:14.625rem;left:20.1875rem;display:block; }#AvK3rOmCBxEEhMMdZpx4b3RiiLL8EEk7.adaptive-delivery-prevent-bg, #AvK3rOmCBxEEhMMdZpx4b3RiiLL8EEk7.lazyload, #AvK3rOmCBxEEhMMdZpx4b3RiiLL8EEk7.lazyloading { background-image: none; }
#lVogtVLZzW2h3JA4L6oyIwHfwkRE4vJT { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/653a185e-d1cd-47c0-8462-8ba28b77589c/ZESTAWYWKOSZUWIKLINOWYM.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.625rem;left:0rem;display:block; }#lVogtVLZzW2h3JA4L6oyIwHfwkRE4vJT.adaptive-delivery-prevent-bg, #lVogtVLZzW2h3JA4L6oyIwHfwkRE4vJT.lazyload, #lVogtVLZzW2h3JA4L6oyIwHfwkRE4vJT.lazyloading { background-image: none; }
#bRNT6JKftMIWox2bOncEzMhJG7k57H42 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.6875rem;top:3.75rem;left:38.458333333333rem;display:block; }
#WbsyZ9l9xTQAhIDcgT6s7sXi87DgH3r5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.625rem;left:41.1875rem;height:2.03125rem;display:block; }
#tbDULwrksbOz9xGy3RkWNWkerPdV6fdP { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:39.5rem;left:20.6875rem;height:1.625rem;display:block; }
#GFbAvNkActQo36p2av7RDihEOsvIkMV4 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:39.5rem;left:0.6875rem;height:1.625rem;display:block; }
#orB1uNmVQoPOWWtg8JGaGRZbm9k96EEd { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.612499237061rem;left:0.6875rem;height:1.625rem;display:block; }
#iauaBZvqhKMbMaTQdnGisMhGW2konRDd { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0.6875rem;height:1.625rem;display:block; }
#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD.adaptive-delivery-prevent-bg, #pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD.lazyload, #pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD.lazyloading { background-image: none; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container { background-color: transparent; background-image: none; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container > .video-iframe-container { display: none; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row > .video-iframe-container { display: none; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .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); }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container { border-width: 0; border-radius: 0; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:60rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#OC1Niq98pbpp8qUsoqk1SUnVJSmOF3Ms { color:#0b0b0b;display:block;width:26.25rem;position:absolute;font-family:"bree serif";font-size:5.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:3.375rem;left:0.0625rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#et1iVvE4msCEcl7KgelMMkcTPIt10hTd { color:#0b0b0b;display:block;width:19.5rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:9.375rem;left:0rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:#dfedeb;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;color:#0b0b0b;font-family:"bree serif";height:auto;line-height:1.4;overflow:hidden;font-style:normal; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#0b0b0b;font-family:"bree serif";height:auto;line-height:1.4;overflow:hidden; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_51fa790341df1261286c5a5ee78b0b330fcdbcc6.svg");background-size:contain !important; }#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-trigger.adaptive-delivery-prevent-bg, #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-trigger.lazyload, #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-trigger.lazyloading { background-image: none; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 { box-sizing:content-box;height:auto;width:36.9375rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:3.9125003814698rem;left:23.0625rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #OodsPV5BXukE8bItk32bfgEf4TFFXFHJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #OfroabEz6zEtw3TFlNFksI1kA1VtHIuS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #ZHIcwEslyLulLCrVpapgbsGwvgDiIr45 { display:block;position:relative; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #MeQ26HlEEITMQsrcBhxyVDH6UyeciSwr {  }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #LZhLtz9Ug3rXLsVDZLmlHnZwtpEP5kXQ { display:none; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #gVAksP4d8xKSPi5W2p3sbC3dRn1Wwob0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #Zy8tUis2tvclE8S06TcfpwQQwMFa76OM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #HqRWQftDJ19S6Sk83F3XCOriG8Z04m4l { display:block;position:relative; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #NQplFe31i5QcifyKgG7R64TmIemCQRZl {  }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #CJu3oCuyv8sLhSxRDEGQQw4ADBiaiuev { display:none; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #isyJL9Xn7ofWh6G6bB2emOoiRtURIEc1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #BLJTWzAtd0dICbOqwUuuoiT1fDcOa6V9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #LEK5pl83ohus3pwOHLz1uANDLNsmkP1y { display:block;position:relative; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #cai8hqkOzneKzlRACHKin3TwliTcpSc4 {  }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #gkH7PCvNNxuSd63I98ReKEqTkLfKodVi { display:none; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #dfqNTsQ0xTmu3lJw1SihO7opVG8xBd5q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #hAyZoBicDtOcGp766DQe7tXBh4aIB8Tc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #olAB6TGb62szqENuE81nPEWZTdUwEZB5 { display:block;position:relative; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #rrDXR9bpOBXFGIZJm1zp9tfCcVTGux2O {  }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #kmkq3ckpMl0SLvwwiLvZXadlh9muNK0G { display:none; }
#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r { position:relative;display:block; }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r { background-color: transparent; background-image: none; }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .row .container > .video-iframe-container { display: none; }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .row > .video-iframe-container { display: none; }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .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); }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r { border-width: 0; border-radius: 0; }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:62.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qI0F6sZTRyyoQn9X9CAMENp38aGqPpvX { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0.59375rem;height:2.03125rem;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; }
#nkvIz6MlTrS0t52sTzv9XduwxMz2MXzk { color:#000000;display:block;width:58.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0750007629394rem;left:0.59375rem;height:44.3625rem;display:block; }
#TGzCoTd9Tg5ESUxlBPlv1U9UgyCFGUiN { z-index:15007;top:56.125rem;left:12.645832061767rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bree serif";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.47914625rem;height:4.229165rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zLm6AkO1nauOkRwIPdMon8tZ9xnhQvyt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row .container { background-color: transparent; background-image: none; }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row .container > .video-iframe-container { display: none; }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row > .video-iframe-container { display: none; }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .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); }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row .container { border-width: 0; border-radius: 0; }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#KLriy0WSAqBW85FzN867MrrTI0279wvN { color:#707070;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T66fJTThox4DsI9wIFwHTtm0BhofcSy1 { color:#4c4c4c;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCtlzA1t760NTBnlEUMAQshFtmWipNQd { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.125rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lgo32rQwDBixTW1ngJOcXccwOxxqghfy { color:#707070;display:block;width:18.9375rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmlnf1bEKzFWWcHOS9JZS7JDdEzOFQmc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:17.1875rem;top:10.6875rem;left:1.375rem;overflow:hidden;display:block; }
#Eg5MocaZ4tLI432D1CtUEWhaDqxcdIH7 { color:#707070;display:block;width:18.75rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:28.75rem;left:20.625rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGg3K4m2PhDQ9ToRGUB2eTw2q6cKALNg { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.125rem;left:20.0625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHyFKIRHlLoyfMxttTHmFTzNs5kGtkWF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:16.125rem;top:11.0625rem;left:21.9375rem;overflow:hidden;display:block; }
#Ktnrb4dzPq7Cr8yEik9PJob6hPug0DrV { color:#707070;display:block;width:18.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.375rem;left:40.8125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udEX0iM6pdr6yu44tvfTUueU0kpW6H7R { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.0625rem;left:40.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d14oFZz2VdG1THxuo2gTMLSkt82OBGXR { position:absolute;display:block;z-index:15012;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:11.4375rem;width:18.5625rem;top:9.9375rem;left:40.75rem;overflow:hidden;display:block; }
#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #282828, #19197f);background-image: -moz-linear-gradient(45deg, #282828, #19197f);background-image: -ms-linear-gradient(45deg, #282828, #19197f);background-image: -o-linear-gradient(45deg, #282828, #19197f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#19197f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#19197f' );";background-image: linear-gradient(45deg, #282828, #19197f);background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row .container { background-color: transparent; background-image: none; }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row .container > .video-iframe-container { display: none; }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row > .video-iframe-container { display: none; }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .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); }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row .container { border-width: 0; border-radius: 0; }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:60rem;position:relative;display:block; }#Bm1ys1kfWaxamOo8WRyxHWOTyzZCmduR { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:"bree serif";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:5.9999961853028rem;left:2.8125rem;height:6.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KtIZ9FMw500u48WKQHwtvvTWi8dhNMZM { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:bitter;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:13.937496185302rem;left:2.8125rem;height:9.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/726fa128-a621-4865-aa24-43ece6ad1ae7/mAGDA.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:6rem;left:27.0625rem;display:block; }#fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4.adaptive-delivery-prevent-bg, #fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4.lazyload, #fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4.lazyloading { background-image: none; }
#xTt6w1iEgrr2i41yZTVlTzRLNCIAyB1v { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:22.125rem;width:24.375rem;top:6rem;left:35.625rem;display:block; }
#XdOQoQWmwLcqSNl5BLxzWvC2fSKipHWJ { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:8.5rem;left:37.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vLfBBR7untuW9RNpdxliOUvqu1X6G8JR { color:rgba(16,16,16,0.5);display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1;letter-spacing:0;top:11.3125rem;left:37.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HtULBTXM4K8er4lkWKfnQynEMDdIaaOh { position:absolute;display:block;z-index:15041;background-color:rgba(16,16,16,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:0.0625rem;width:20rem;top:14.3125rem;left:37.8125rem;display:block; }
#CiuyQRXNRxBVw64AfGBLaRwnxFN3eOR7 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.5rem;left:40.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JgDmTuhlVJMMuENzuedHlTSIR4e4d8k6 { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"bree serif";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.3125rem;left:40.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e9iZ3iSiO18AiurNOSPoPSWpPUpNPeGO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:19.375rem;left:38.125rem; }
#TennuNHabT5tnbkbmlgzzG3wRovNwZkr { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:16.375rem;left:38.1875rem; }
#x9OdFUcAai3STTDx8oibGztOtsTMBxZa { position:absolute;display:block;z-index:15044;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.3125rem;width:17.4375rem;top:33.916687011719rem;left:2.8125rem;overflow:hidden;display:block; }
#kOcWXkI2xcxO8K7VQoFs2azP3qxQ3sTz { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:38.604187011719rem;left:2.8125rem;height:5.28125rem;display:block; }
#tXJKJNBIzZeHwuJMqVi3S2CHkySymM9r { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:18.0625rem;top:42.6875rem;left:2.8125rem;overflow:hidden;display:block; }
#TpIbOCZqLFVB54ieQNQUWhRkSEvGhZLv { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:51.287475585938rem;left:3.3833312988281rem;height:3.16875rem;display:block; }
#W4mtuwpxJsx8CPy22J0ywyr3ZXmTCU6C { position:absolute;display:block;z-index:15048;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.3125rem;width:5.5rem;top:51.030212402344rem;left:14.807289123535rem;overflow:hidden;display:block; }
#Eil5yRqbn0vculaVxrLLLL6dAk5IirpZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:33.916687011719rem;left:28.369789123535rem;height:1.3rem;font-style:normal;display:block; }
#vR1EQzXcIUVuVHFT2GygZzoToHsnnqfp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:36.386474609375rem;left:28.369789123535rem;height:2.275rem;display:block; }
#gSPr6Szqftfsus0ipUpWJOCTIsZwh8Hs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:39.419799804688rem;left:28.369789123535rem;height:1.1375rem;display:block; }
#Bi4BLBV2kxG8b3XaBsfKV3zSLueUUhbg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:41.607299804688rem;left:28.369789123535rem;height:1.1375rem;display:block; }
#fXWZrZfcOZ6T0g3yGTMr0HSVm2AcGOSv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:43.885437011719rem;left:28.369789123535rem;height:1.1375rem;display:block; }
#KG6HSfP4dTxMEeRkfrHGUSz8TEqFtREZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:46.291687011719rem;left:28.369789123535rem;height:1.1375rem;display:block; }
#WZi2JVZyk9f4yZt1iBpQ5ORluDzOyGTi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:33.9375rem;left:45.1875rem;height:1.3rem;font-style:normal;display:block; }
#ASc0T60TJbXFuqkMDJTdekR6fZ3qHra3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:36.375rem;left:45.1875rem;height:2.275rem;display:block; }
#CEAWqVW35oCsAkzgAAP4QOnZ6Z0BvC0G { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:39.4375rem;left:45.1875rem;height:1.1375rem;display:block; }
#iTSSegAnMLHRTGcATeOlufg0okw8cPe3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:41.625rem;left:45.1875rem;height:1.1375rem;display:block; }
#ArH9nqswvzXJPD6GD8q2Pc03REMbwDAy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:43.875rem;left:45.1875rem;height:1.1375rem;display:block; }
#aJygEiu7aWurDB3RTWQLOQwh8s0UAE27 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:48.544799804688rem;left:28.369789123535rem;height:1.1375rem;display:block; }
#DuOEEVin6hTcPwMlxz33faZmULdO6CHE { color:#ffffff;display:block;width:54.4375rem;position:absolute;font-family:bitter;font-size:0.75rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:56.828125rem;left:2.8125rem;height:0.975rem;display:block; }
#onTGXxNyUPFl5SAw8hbyxAgE7VZCEu52 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:46.291667938233rem;left:45.182289123535rem;height:1.3rem;font-style:normal;display:block; }
#O2qGIALc8JyUy5xQwiucT9V6sP6zg57u { position:absolute;display:block;z-index:15047;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:2.5625rem;top:48.525001525879rem;left:45.1875rem;overflow:hidden;display:block; }
#hCor8DSwgXZzwbmBGBuZSwp5kWK9leBh { z-index:15061;top:23.4375rem;left:37.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #3c0ac5;border-left:0.0625rem solid #3c0ac5;border-right:0.0625rem solid #3c0ac5;border-bottom:0.0625rem solid #3c0ac5;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#3c0ac5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z5rexSzU98FeWdPtcbuzpvWQEVoi6Rfw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv { display:block; }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHRLmB5a8gzKEfqn73xkSGDIFnEinmz2 { top:0.75rem;left:0rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWSb6aGxp9JTOMtmz2lbGhyvgQmfKPle { top:0.75rem;left:16.75rem;width:19.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9ToilpnoCbKIR9pBZB60aTUkgrrySN { top:0.75rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsvekB649erIOb57CvPuFRQWlH5umsJm { display:block; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:8.5625rem;height:3.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpezCK5Tc6nonS3KdNIt91eXrDcr6llE { width:11.375rem;height:2.0625rem;top:1.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAL2EuQDkfEGq5omf0f1AzshzyFJcPyE { display:block; }
 }@media only screen and (max-width: 763px) { #RNPfPP8rvzxJAKzTHAsZGqn8hNPTn2nm { width:8.5625rem;height:1rem;top:2.5625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruBGaL1qSIciiUNzzUTyz4eWMuC7tsPp { display:block; }
 }@media only screen and (max-width: 763px) { #XEpJass0yFAPDsierHlTxxa9E6QB41J5 { width:6rem;height:3.4375rem;top:1.3125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGLJyFSLq0J8ofMndV37ItClvWUgsyv2 { display:block; }
 }@media only screen and (max-width: 763px) { #AGP0oIpTBsRWXJxtM2777pSTHPPa1kM1 { top:1.75rem;left:34.0625rem;width:10.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9vTNzIxbOIylLgMWQTkXv0CsyJgEvdh { display:block; }
 }@media only screen and (max-width: 763px) { #u74oQGAX6MdxM6CN3u9XKtA3kwm6Uuh2 { width:6.5625rem;height:1rem;top:2.5625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeCupCvPlMSRC27b88mXWO0omDf1igLr { display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:47.75rem;height:6.625rem;top:20.6875rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { width:47.75rem;height:5.8125rem;top:28.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:13.125rem;height:3.75rem;top:36.8125rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #LcvCtDmFDCRi8whhP6ttpedkuS8lV7rL { width:13.125rem;height:3.75rem;top:36.8125rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO26mTwFlGxkN5FDH4K8ILKgJqDoc3rm { display:block; }
 }@media only screen and (max-width: 763px) { #KhRxZJZqTBHu7Lb6dxRXq9V2efJnzXEh { top:1.0625rem;left:43.0625rem;width:3.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx2J3LFHqiELAkhnB8FiOfmx4sPdPGWt { top:1.8125rem;left:45.875rem;width:1.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xecrZktB74LArAqcAyTc8V8wewlsSIOQ { top:7.4375rem;left:40.330207824707rem;width:3.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5RktPN7SxcnQq0uJnN2ODXBVIAtKq6R { top:4.75rem;left:43.455207824707rem;width:3.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLTiCi5hTHtZptdtxXTWwoiOaEg2QEiw { top:12.125rem;left:44.8125rem;width:2.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJCx1tW71XQBWsaoxTFLWUQhNkC3wGEh { top:4.75rem;left:45.4375rem;width:2.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2d6U14sU37NR33DG5yBZanWPbZZPuTQ { top:5.5rem;left:45.9375rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6sDDPz6Ci1vnTQi2opc5cOX03dlWlO { top:7.625rem;left:44.5625rem;width:3.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhwaM5KcKOqstZCUR2xvSPFVw0aC4NK1 { top:41.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBwEbzRV2pWrcfOPPXVZwN1IgkD8QixL { top:40.0625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg2ww7MJbKevdkPNWlJVCAPs3mqUa5aR { top:35.75rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6pfnIPhMrQ0RQdChVgIWd0rTevMnCER { top:26rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGd2TpZsTxwfdytRuAt6MsrKlOmAsvEx { top:22.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6JsVEil2hScdZb9onlC37wFLQc9EnMK { top:36.8125rem;left:0.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI7hCskbTZRJcSSNtSzFGDoKROb649NV { top:41.1875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP7dbPrfQSd5OfHpSOOHTq8BxUqgVXOI { top:38.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvpLJf3E4fXlUqH1VSB1mJ5QHVcvchIU { top:33.625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM9nsTvKsXCJbHIGUvZLqR4DFBg0GahQ { top:38.6875rem;left:4.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMeE4EvtOlPAtwedbLmtZNDAFymSB2w { top:33.625rem;left:6.6875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8C5O62b3mwo6N7rp7i72l67S24HDWtg { display:block; }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUr2oePNKwSg8Iy4tBOKMMTxTsySVm9n { top:1.9375rem;left:0rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWcHVtmLTlWg1QDMo4bNOPStE6IkQJ4w { top:1.6875rem;left:6.4375rem;width:9.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azz2hV76QEHX7AGTCfuneLrfBD7lcxGn { top:1.9375rem;left:1.8125rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9zvoDBQJnbFFTBARFMURfa5m2vKwB3 { top:1.6875rem;left:19.28125rem;width:15.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEh0gOuP5uF6L2XmbnpRyDbLm5pVHoe7 { top:1.9375rem;left:15.15625rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFNCdaWGeQbgky3gTvorTnRo23yRDB5m { top:0.875rem;left:31.5rem;width:15.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGNGJ9aLbcEQqAATGnvpMVdnpxgP6kT { display:block; }
 }@media only screen and (max-width: 763px) { #T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc { display:block; }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAptPKUp2TPmhrBR7ZE50kPr1FfiiRnx { top:5.6875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huJPH7op694J2JqQVIV1NhWzb8dqEFsm { width:9.0625rem;height:4.375rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdT3hOE7JT133WVfIXaPpeTkEK2r7tXl { width:5.625rem;height:2.6875rem;top:9.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv081N5yVcwaJyXmoCATUR17uQsDMEA5 { width:5.9375rem;height:2.875rem;top:9.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkiHvoLCNrz454lvtFS1DngUztJLBMXX { top:1.125rem;left:22.28125rem;width:3.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba21RESDslTXZsZTWnPGwDVi06icXGva { top:2.8125rem;left:27.25rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESLaJhhp9DxPA2GJE0eKtNifigvZldQb { width:5.75rem;height:2.875rem;top:9.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwaPzWNmsno7UuHkyiFNQrZhBa2VcAfk { width:5.75rem;height:2.875rem;top:9.6875rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOVAJnkGcJdK4Txcs7Ja8eihcsh7MdGu { width:5.75rem;height:2.875rem;top:9.6875rem;left:34.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTl2hk2hbAkEum5X0QDL3bnpZi6sVhRV { width:5.75rem;height:2.875rem;top:9.6875rem;left:41.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcTC8HGJigali90GVwJ30K4en82114q { width:5.75rem;height:2.875rem;top:9.6875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJZTrhTJxuafO4wZh4p8T2cmaKlIbKul { top:2.8125rem;left:17.625rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { display:block; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD { width:29.375rem;height:20.625rem;top:4.875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8vD1Nwexp6rfO7U14PTcoOJqk7VwHe0 { width:17.1875rem;height:2.875rem;top:24rem;left:27.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3O73iLcqkvMh8KuVUbvZzzAuwnp0kDy { width:13.125rem;height:3.75rem;top:9.5rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUVKK5ovmcUn22ot5J0S5mF6nPuItbb { display:block; }
 }@media only screen and (max-width: 763px) { #i0DohK9CfDrM94fAxTfVvLNzNHaQ45Wr { width:13.125rem;height:3.75rem;top:14.625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amToV3dRqz6dafe7pfRqcZIUDC3alTMH { display:block; }
 }@media only screen and (max-width: 763px) { #CSg5v4PhATbioUnGA05iymUBFCO5Io8z { width:29.375rem;height:6.25rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnH3STum7Gmc2oKpZuXr33RM8eGoxXX8 { width:12.5rem;height:2.875rem;top:6.5625rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkavPtuoFpakSHhuqvM64WvSZGf33e69 { width:29.375rem;height:17.4375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJBhrDu0b4g8Jl4CtWO0VoT55inzLIPZ { width:13.125rem;height:3.75rem;top:19.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O39IAkKtKfvvL9oWWzcZlhwkTvomJZvr { display:block; }
 }@media only screen and (max-width: 763px) { #ITenvJcLNvF9vEU4NUsEd4iWbponuQqy { width:29.375rem;height:6.25rem;top:22.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { width:28.625rem;height:6.8125rem;top:5.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { width:16.25rem;height:4.375rem;top:14.625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIhfeAvyqU8y135tfKSPCsx9privgawP { width:13.125rem;height:3.75rem;top:22.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block; }
 }@media only screen and (max-width: 763px) { #yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { width:13.375rem;height:12.875rem;top:1.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfQzcryERXxWSJNdzOPPFFfTDOq6gvqC { top:15.5625rem;left:23.875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZ7q62Wx6t1dgKuGOd8wA12T2X3QOdu { top:15.5625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZtSaThDuG9Ma3brGwNd0cFNsJNZrVEI { width:13.3125rem;height:12.875rem;top:1.9375rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F { display:block; }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3l94XU0eiflKn3twmWFckyz7mMNALqc { top:1.9375rem;left:0rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCMG6ZTMh3dgd7docoJKKNVo27uSASE0 { top:1.6875rem;left:6.5625rem;width:9.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI3kGGTnEwhB3aLNzT6WQnfZw8KRtUWJ { top:1.9375rem;left:1.8125rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIJb3wgRmohu6yAggbD2peoiq5En68x8 { top:1.6875rem;left:19.28125rem;width:15.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLzh5u3tTORaFpTRHtLiLHTtDGFqF6AV { top:1.9375rem;left:14.96875rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0vpyD6y7GkQP0xMzHUMzhDbtQ1Mb0lP { top:0.875rem;left:31.5rem;width:15.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBM28Te8U57kM4rzn8IPlMB0uMtBrqyV { display:block; }
 }@media only screen and (max-width: 763px) { #P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn { display:block; }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfyuHqp3p147Fb8c3N09IpDckTDbuKpL { top:1.5rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEk7FyR41LWXdTHAF2V1e46R5DGgel6o { top:5.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG1Qq8cAgJlBT6x0uKVW9zzqRkxIXShn { top:1.1875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNNC6gSB2cbdl0CbKK2gVTXrU9HhlQTq { top:1.5rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMhyC62BahnQyK31EeJhSVM71OSW0UuM { top:11.5625rem;left:30.820831298828rem;width:3.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH4O85KO3DRrbTE0mKQigAL4bv0e50Fq { top:12rem;left:45rem;width:2.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFvscZOe25nyndG1PRND6upInQlyEmTH { display:block; }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMm7ooELU3WET9TGZqq60d5ZAvSMU3VX { width:18.75rem;height:18.75rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBwnrqk7HM12NMaLwQxcVD8JfE4TDEZl { width:18.75rem;height:6.8125rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14Dqkm7TJw0XUVZGAiv62RvQEP9U6AM { width:16.4375rem;height:3.5625rem;top:20.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfF5PXGtryfTTxO6HGWUGT6d24umciO1 { width:18.75rem;height:6.8125rem;top:19.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHnwfsKa8ptk7RTeJRfF3tOAXkDqPTHR { width:16.4375rem;height:3.5625rem;top:20.75rem;left:15.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmcd70oDmzCDbCXkmvLTy8WPsAPLV8oq { width:18.75rem;height:18.75rem;top:0.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5su922n9owNvTuUn8v0V6m5JFzqvIwk { width:18.75rem;height:6.8125rem;top:19.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeockGsz6AP3lvH4So3OMvBRWK6BNQyQ { width:16.4375rem;height:3.5625rem;top:20.75rem;left:31.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV1unA3z5lBWW5a2KFsC99QqntTkwTRW { width:18.75rem;height:18.75rem;top:0.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlANwXv1TtteSrRrHXhZaWG8GGCn5QTW { width:18.75rem;height:18.6875rem;top:27.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgRprOzgdNQEPG3uNJbZBIxAOFlfnJmR { width:18.75rem;height:6.8125rem;top:46rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChuT6hBuw4xi9KlZmAinxvb4dxdnukgM { width:18.75rem;height:6.8125rem;top:46rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahSbWtxMaWEcPevMmdmSu407P4s4eBkz { width:18.75rem;height:18.75rem;top:27.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps3NDTUZQwR3LPk7RVcI7fZsH2Rr0Eae { width:18.75rem;height:18.75rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeV5MSNzHcJu5NpI1xpcTk97cQHApX7p { width:18.75rem;height:6.8125rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFXytLyPvKglf2T6zwHT9ufdQy9DTD52 { top:57rem;left:0rem;width:33.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyFwqSEtZQKBkBmy6fTSw2EIqFOAe58 { display:block; }
 }@media only screen and (max-width: 763px) { #PVAopQLJHVcpWp4iCQWws6HO48zCzwHe { width:16.4375rem;height:3.5625rem;top:47.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akq4m8hgsECnD8UkJCgwaNZnAu2JCw2p { width:17.9375rem;height:3.5625rem;top:47.5625rem;left:13.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3eTJ2eJXLxTvzc3gAmbsBfwzEHkrQFI { width:16.4375rem;height:1.75rem;top:47.5625rem;left:31.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrHB8SS4AzX5RTGmTVWD1Ar4EfyahqTA { top:1.375rem;left:14.0625rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGbTxEtdCcNvfneqh4SKzTKpsHrGQ0Pi { top:3.5rem;left:14.0625rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW7Gc6aqlmmUMgL3nXic5kPHrhgsQ5MT { top:2rem;left:13.776039123535rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv4TKnIzN3hZEwWsbTFspDsOMJCSfyQo { top:16.3125rem;left:0.070831298828125rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzLxpSHk0XtssGlh07S992CVyvW8K9vq { top:14.1875rem;left:0rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TnGI9UzHVt6DJl8PHvtZZ5bWPqiTR4 { top:16.3125rem;left:0rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSSnJQ0tK1treovDXMPhCui2p433wWh { top:16.9375rem;left:0rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC91m5g4CFWEMBmvkT1gmqM5TF0T7TeM { top:15.5625rem;left:16.133331298828rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3z2epzt9x3V2PGd9uiD9UQAMTsOdZIE { top:16.3125rem;left:17.945831298828rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPWcAF1nn8JBsUC8uQK9FdO45fBPbZ4U { top:16.1875rem;left:15.875rem;width:2.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8dbkWK70maaFRe5Bdi6VzrQyJk0hFfF { top:0rem;left:44.945831298828rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7rVLvoHlbclrSD7T2EvIqZXGeF2CtdT { top:2.1875rem;left:45.8125rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teyqld7Gg6azwW890cIbz5gaksNyp3Tg { top:16.9375rem;left:45.8125rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU4CnHKEXimkBS4VbUoZFSWZruI14f4p { top:16.3125rem;left:45.8125rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy2hSnuy5M6xLATEhFKTHk13WSlIrmNc { top:15.5rem;left:31.75rem;width:3rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPEcDBMNhr2qtI9ZliPxxEVXbace3RNx { top:15.5625rem;left:33.9375rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIaCvc3KnmpI34PPD58MmcpoQObGhv5d { top:44.625rem;left:13.758331298828rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXZUShQFlXEI9IzwpMDxL0yvbQwa8TG { top:41.9375rem;left:14.0625rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rByoJ7QOV2QzkFiRTOB6nFxcIAAGx4pa { top:41.875rem;left:13.133331298828rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMvAe1rTZBVDfbTUndkkePz6sXpTcsWS { top:42.875rem;left:14.0625rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdhQ91RMGeZJ8atpprx5TkIkITbO5PAP { top:42.875rem;left:7.6333312988281rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEc3U5J3Oy1wGMnWZIPGMrWqs6ncTXXe { top:27.3125rem;left:14.0625rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQJQIUvlGpdGKwOwyOgJsqGmTHCKJeDi { top:39.8125rem;left:0rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpWGOLJoShvSRy5JZvMQtfGmEQQOmnck { top:43.4375rem;left:0rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJl4IWO6S2cg7MI2H8KNZB1l89VMDIWE { top:43.4375rem;left:0.070831298828125rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQUDrttqqMtMP3k9T4aT8vzUMPFLiDtQ { top:41.875rem;left:0rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCnquNUPTO8AkRa2y2cRVEPmROHLdSiC { top:45.9375rem;left:20.320831298828rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6CuSeyrHGWW5BBycdTHyXrZizHKTcn3 { top:41.875rem;left:21.508331298828rem;width:2.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH7BTAntG9drA4yQsPgL7IFLu3vNmv3B { top:41.875rem;left:17.945831298828rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzXXTZ7nhVHoOxEUiyH8hAXJ0bsoTmVh { top:42.875rem;left:15.875rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXFI0TWAXhgeZyXM2PsId91Dwb3rRzNg { top:27.3125rem;left:29.9375rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqlFCTaIiPu15yzkrd3cloiVkfehEXTT { top:30.625rem;left:29.9375rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koUAn7Zx0GIlKbSSvoZvVA5TvSP1u8n9 { top:31.25rem;left:31.75rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5NlWJ6Cw3rrknleLqkbvQQnPH5vMAR { top:27.3125rem;left:31.75rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7sS1G2SkDbMd0Iyv7904qKoUpE4hlfd { top:27.75rem;left:32.182289123535rem;width:2.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuJxlqAsDerLBlUXybeRQETvL28S4y2n { top:41.875rem;left:43.190620422363rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHiBK6WOFlRWEc3GWanApZ6QvBIlM6BF { top:40.75rem;left:45.8125rem;width:1.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU70CU7sDHrZ2P3iKmSnycV4KcHTrkes { top:42.4375rem;left:45.1875rem;width:2.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg { display:block; }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNqghnCAZbaHPcpUgzxyglx3pTHKFD1J { top:1.1875rem;left:0rem;width:27.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGZbVqMRhdb1PDot0qoPrWWgM9dL2GyJ { top:4.125rem;left:0rem;width:28.125rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHdvEna9EybSzwkx74xUdPTsDXrFkfeN { top:25.125rem;left:0.22916793823243rem;width:23.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ml4JoeSqQ28GA1OgDl4H43s158qsrI { display:block; }
 }@media only screen and (max-width: 763px) { #X2OdcaUunxamCwcPEe3OEtl2OgfG35KW { top:15.1875rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp7lBsrFiwwpUtx8w7vdx1OobrpfKMQD { top:15.1875rem;left:23.875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0GZNdvp6W4WEEuVpFzxhRnw89cuCo4C { width:27.5rem;height:13.3125rem;top:1.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBt3hdo9Uxeb3ZfHEcFBJAOCXrlH9MkO { top:11.5625rem;left:0rem;width:21.3125rem;height:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ptg79Nk4Zpwukh4obhbAUAqdmHSsJ5ET { top:11.375rem;left:17.0625rem;width:6.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx { display:block; }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgzKtbnFbp0ZT0XV97lPG9JG0cdW1okK { top:1.9375rem;left:0rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6xa0gG0stZStsaup2ILX6gDm2la9ybD { top:1.6875rem;left:6.5625rem;width:9.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCpBVeOHAvTPV77sQ6f5AaGEnpTEl7dm { top:1.9375rem;left:1.8125rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvOOeHxF4NBgczsub6AI1AvqLrvzEZh { top:1.6875rem;left:19.28125rem;width:15.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QExaESSIR9W4WL3MNmn7x94R7RnUu6un { top:1.9375rem;left:14.96875rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKWRn51wkZC0toqCrs11CiwxgORuKky { top:0.875rem;left:31.5rem;width:15.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK5iiQ8VThiUx2yBn09t83MssJBFCFQH { display:block; }
 }@media only screen and (max-width: 763px) { #zzEAk26VkkQVgwp7WWdAUcbswbynaFVf { display:block; }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7zH8eCckRJUh4OJiJbxDWd4ot6Cg1ww { top:36rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh18dr1sAcpzHpDEDSdtp97B6UUEVQ0p { top:47.4375rem;left:6.3125rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvPhuh4Ll63STSlBzOGELTpbUFTlxRlo { top:42.125rem;left:11.375rem;width:12.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKRihNBW63Z96IPOe5sd9Ckk5xqMz0CA { top:36rem;left:23.875rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZBlTvHWTfFcz6GkRutAFgP1fu6Prqon { top:47.375rem;left:30.125rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcEfaNEBCbmlpvI7UDBTufSrqz1UiQ09 { top:41.0625rem;left:34.125rem;width:13.625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbdb7rgtAMKC1x5JUpXF6xwMIlf3JpLT { top:15.0625rem;left:0rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEkO4wlLcabOMkT9Jt1XZ1TuTTEIQFf { top:20.125rem;left:11.375rem;width:12.5rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2bUH382mHUP6gCcEc2qLhfmPLkf3Bpc { top:26.5rem;left:6.3125rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCqQgsxWFQJy6XJ9MrdLJ2QqKSE2rDTl { top:26.9375rem;left:7.21875rem;width:5.5rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuDeCDEH2sT61dgERmpyUozkWeF3JyMA { top:29.375rem;left:7.125rem;width:5.6875rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cemkPT2e1LbcP3Fk1UVrsRbuIdZsu9ml { top:15.0625rem;left:23.875rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHwQILM6RJssHA6lcxDqse0pq5W2naCz { top:26.4375rem;left:30.125rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJhE7VduX8qRgppWFBaGPm7noIa4fHAa { top:20.125rem;left:34.125rem;width:13.625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWgo0O5guIJ5L778lWxaFdVTyTP7lvE9 { top:2.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV2q9O3rTmHZ10PbukeftSBBcFq2viWi { top:7.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmE5OePfWE6ddOyqdlAHm3GqTsNZ2eO8 { top:29.375rem;left:30.9375rem;width:5.6875rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8nAlvMn4ytQ8lFEyZTHWD3V27cr2qvh { top:26.9375rem;left:31.03125rem;width:5.5rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4GtxewaBp0PcEgMwmZ8tPeD33ILLTW { top:47.875rem;left:7.21875rem;width:5.5rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEBZeTMcK8pwckrftlMSClFprdwWXzi4 { top:50.3125rem;left:7.125rem;width:5.6875rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmvNweEeP1FL3hXDL01b0Jtv1K6tmQSp { top:47.875rem;left:31.03125rem;width:5.5rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmaOoes7JCKJ36vvy3hAq4wTEI3PmW70 { top:50.3125rem;left:30.9375rem;width:5.6875rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th { display:block; }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfHQ1IiBBcOQm9vUeTOax9zZDSr19twm { top:13.5rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHarWgoJT9IU2395vRdNNx2t9taKfc0w { top:21.6875rem;left:0rem;width:6.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2oSkyCySfu2972naeieU5fRgXHftL9 { top:1.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVIOimV59T6f5PpWKkpSF9DdQ3JonFUq { top:6.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdtbXN90TyRq4TUavNr2nIcdawfLZVX { top:26.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcekiNzdxVZDz2ESddRBAsPrd0zC6Iyy { top:13.5rem;left:6.125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuHoBppGPtZZEeyrLTfTyaB1WQuhT2wR { top:21.6875rem;left:6.125rem;width:6.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGJ7Qgh856og3xlkSUv40Lc13SHDJAon { top:13.5rem;left:17.1875rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNw4h8HTDx5qOFvxU7i7FPhpBRDirpk { top:21.6875rem;left:17.25rem;width:6.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzO1mBGtGFlTzwQOXJ2OefyIK0voHZTT { top:13.5rem;left:15.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWmFPlZbclpXtJHuFanEeSKe33rEKtln { top:21.6875rem;left:15.0625rem;width:6.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3EMBUBDDSeXvQFCToTymGuaATgpJfq { top:13.5rem;left:35.5625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnHFsqTvdaXnRxSs7V2DcshyzkOLrfXq { top:21.6875rem;left:35.5625rem;width:6.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNKOphqygNtn8XbT3FFgeQDC4WVarJ6b { top:13.5rem;left:26.5625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLE6bbe5ye54Gd7l3iE6k6WcAQA6AlFO { top:21.6875rem;left:26.5625rem;width:6.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnVVHHfRvCwqg8bORgxf00vaa2MJEJvG { top:13.5rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guCviQ88N5UV4WNBOLXx0ESB65Il6wFw { top:21.6875rem;left:41.125rem;width:6.625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuWkkfkUmFOUh9pt5ZTGX0fEcnBHaMdd { top:31.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 { display:block; }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQBWnh0cxxlOwPMx4Z4FSFqrKJRA6J0I { width:9.5625rem;height:2.4375rem;top:2.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEOKCdbT4D9xE1mNXXOKys5aQ9mVELK1 { width:6.25rem;height:0.0625rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Zr8EfNFHTlXNnMI5HZ7HbwUUBTITa9 { width:15.6875rem;height:1.875rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQgtB0lFV4hEuhXzhA2mvWBO1LzkOJVB { width:12.8125rem;height:18.0625rem;top:8.5625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcv7U2rBrBUypctiuxUKXGDoCAXTJCX2 { width:4.125rem;height:4.125rem;top:2.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJaLHvTFM7tui4OD2gL2eUHutNyrTLgv { width:15.4375rem;height:2.625rem;top:5.3125rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaXzLq8FLKDpwJxvZnERT1Z99Q0FqDDR { width:7.9375rem;height:1.6875rem;top:2.9375rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APt35lBG7MxuyxqVXdT9zvT3nRAhT4qq { width:3.875rem;height:3.875rem;top:10.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsuwxVKqIHJni5oyKWJTC2UdD6eKw3e { width:15.625rem;height:1.6875rem;top:10.3125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxIcxwNJSrzwnuXMo8JBy7z8TrX6ouxJ { width:12.9375rem;height:3.9375rem;top:12.8125rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKNHFXITsiplgRof4Itxlkp6fE1l3ZxV { width:3.625rem;height:3.625rem;top:19.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM73AGiNvkZTXpKAPyTIJabWNOvcS7nN { width:14.0625rem;height:1.6875rem;top:18.625rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKef7Xc3GMoKLeezPIk1KhUTy29O2DD { width:13.625rem;height:1.3125rem;top:21.6875rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #werhFdRUe6b1XI9GqCvsN194gAQiV52g { width:13.75rem;height:2.625rem;top:5.3125rem;left:33.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyK7isSPGxg4uStWtxqp01MFppoWeDMR { width:13.8125rem;height:1.6875rem;top:2.9375rem;left:33.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaibbEnGpgAb4o8wZtVg0MpdllL8zHBk { width:15.625rem;height:1.6875rem;top:10.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1qxBV5ZbhhU7vXV0rdmavZUlOGViFTt { width:4.1875rem;height:4.1875rem;top:3.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSdcMkRoRoNIdKvMRB9pltPnJwmRkuxo { width:4.0625rem;height:3.875rem;top:10.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4JcHHBnWuJQtlpyzmFNwdBKmMl5zCog { width:15.375rem;height:2.625rem;top:12.8125rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4T9fJMMWszHne6UVdRvyDTTeTaIoBOO { width:4.1875rem;height:4.1875rem;top:19.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpupXMZ5LrD52A0MVq673fzmVTNIDPXl { width:15.625rem;height:1.6875rem;top:18.625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGCfEVb8ybFy1Lehcx0cUChptBZKtkIT { width:12.5625rem;height:1.3125rem;top:21.8125rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAKlvaTy738kpxPfpwQonU2o7X76TGJT { display:block; }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdnrMwVGAWaMEPOqSTGZsMFiFh8QPWCy { top:1.5625rem;left:0rem;width:47.75rem;height:5.1729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV { display:block; }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgwF0ToPzxXxmVRKTFx8MLeksr7E4T9R { top:1.9375rem;left:0rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adc0xpVamsMp2U1n1ccqKOmHqgeTUZNH { top:1.6875rem;left:6.5625rem;width:9.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu2idB2RKn8LGhhVckrlZTOwCLKruKTX { top:1.9375rem;left:1.8125rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaUGEgIrV32KT5ufAMwLR1dk6TRgX8zc { top:1.6875rem;left:19.28125rem;width:15.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGgvTHpgRExLGGrhER44NBaCPNbJHTRf { top:1.9375rem;left:14.96875rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBDzQ7SGdQocQuUMKdO2cRqEBVwFfJhM { top:0.875rem;left:31.5rem;width:15.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZTdClxpGwqUU0b2F0mNMLmdvbcNJVb { display:block; }
 }@media only screen and (max-width: 763px) { #UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt { display:block; }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knE3fGEhfKFhnZ4NNFilAB0ZooNWNIit { width:18.75rem;height:18.75rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7AGJqe7Q5zz8nH50OpqMVqdDuvGyFg2 { width:18.75rem;height:6.8125rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usD16fTvU44LlheECH9tpzXNRMtSfeF2 { width:16.4375rem;height:3.5625rem;top:25.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyieezfAlMxwAhlRGxPfzH4b5vJE8cKl { width:18.75rem;height:6.8125rem;top:23.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUixWpdk1X6L6Ps9Mg1pcJyxWyE1M6ni { width:16.4375rem;height:3.5625rem;top:25.3125rem;left:15.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTHzODImWdL76HknygV5SuWwBCmFWIO { width:18.75rem;height:18.75rem;top:4.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHnlqSmOhHBdq5vOCOllDPIpSJbG9Q7Q { width:18.75rem;height:6.8125rem;top:23.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlAzJDBu8JgNWI1v6glpA9IJlyTaF63v { width:16.4375rem;height:3.5625rem;top:25.3125rem;left:31.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzT3gVbRcUa2evAlBtiuhDnC6OBwPyhf { width:18.75rem;height:18.75rem;top:4.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcpJOKQ8EXSC5dmz0bgr33mtfW2T04K { top:35.125rem;left:0rem;width:33.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4bprOyFcL9sF48EV2DtbpkvuMypOl6B { display:block; }
 }@media only screen and (max-width: 763px) { #UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 { display:block; }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK1Jb53quMud98sOkU18eaT34FpdPd2T { top:3.375rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFTAprfo8rVs5y5WxBxFnPhP9kasM3TW { top:17.25rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVXnLPGcXGPCk6Ih1J6IeycifboHqi8 { top:19.8125rem;left:0rem;width:13.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu0O3CmmTlG37zZ3usKig1CX6U4h1TAI { top:22.8125rem;left:0rem;width:18.1875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx3XgQna5vEDtva1a2TnSRUQSa23H1zX { top:33.4375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlkdGZEP6oFLsNzGrBQtURvAipZhZu23 { top:36.6875rem;left:0rem;width:18.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKPUud3uAtPnTxTl3yixJK6kATed5WOL { top:39.625rem;left:0rem;width:17.5rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVUAvOIfUpgJGpx8aQ6OW4Dimo0ayucx { top:17.25rem;left:23.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA63z5sJSNhFcJ19VXuuVhtbg307XIsd { top:19.8125rem;left:33.375rem;width:14.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL6UWVT3rrUM0JIltaBozAfpuEtFGsco { top:22.75rem;left:29.75rem;width:18rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6IOUIfqxOL5U37dSzc0LhSUcCfOdnml { top:33.4375rem;left:23.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzhge4IGvHOyk2BtZsziJoLlZI7aBIqV { top:39.625rem;left:29.0625rem;width:18.6875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iCFg72GS9OKORVe18cUUsCvVbLngnf { top:36.6875rem;left:33.375rem;width:14.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc5pEM3gklaDFw9l5vzzTSKWN4b0suR6 { top:15.375rem;left:20.5625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARJGrmfyo4aph1RprsquCUodeXHxK9is { top:42.4375rem;left:20.5625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR8cBG9mH4gpZVarJJCW1Q6O5Mpc4K51 { top:12.875rem;left:9.8125rem;width:29.4375rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okI05cXt7K0scNzBZCJtoT6y82bx7DBr { top:7.75rem;left:2.09375rem;width:43.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r { display:block; }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lN4O0knMT19voIAJdspivckd76MiQq0T { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUAyIAGZ4FA4kuBBvu8CKKmHT9DisI63 { width:47.75rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFw1UT5cMI8xwfy3QVoXbGhdnifFs4U { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC0BpLoiBGtfaDaLZR44a365tChbeOxV { width:47.75rem;height:9.75rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDEAzlkt2wsxUlWkVyka4xvSWC2bU7xX { width:18.9375rem;height:12.25rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEItJAsMi1xVM80fCdA6twevseNI5cql { width:17.5rem;height:8rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrr1kA5ZFHx2ba6nzKucpKa24qTPzxr { width:12.4375rem;height:1.625rem;top:34.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsdq813Ipb5uuFFefcDOkfAJMzt58kvP { width:11.25rem;height:1rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrIf91gqIqPoGcAyeaSpStMylUFcWa4i { width:4.5625rem;height:4.5625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsExU1TbAeLzHe599PV4W5fFTTMsiIRS { width:11.25rem;height:1.625rem;top:34.125rem;left:20.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep3DARQIFCWbZnT7v7SSoNqVXHpnznJr { width:11.25rem;height:1rem;top:36.3125rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rofT4vcf5SxMwb19wQsqpEgrATREBToi { width:18.9375rem;height:12.25rem;top:19.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0vbQLeKVnpWKozlZkGFh6iHBVAKATeT { width:17.5rem;height:6rem;top:21.9375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2JOVVflUsPWXvE3Kcp4oRDyELwpWT7v { width:4.5625rem;height:4.5625rem;top:33.4375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX75M0PbmizmBiFmW7Pi6fuMNyPcCmC { width:11.9375rem;height:1.625rem;top:34.125rem;left:35.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv3VFr6JkAJdWFHHTqhpSK41W6QSRA5g { width:11.25rem;height:1rem;top:36.3125rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPUQPKIGn1w0lS0hMNaVguel0bgvzZW { width:18.9375rem;height:12.25rem;top:19.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTLRdZGWsLUZ0RL3MTJVyJ3Plx3lTGWZ { width:17.5rem;height:6rem;top:21.9375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlnCut7eHIoTTnLbMeUnPJL7TaFvSlmB { width:4.5625rem;height:4.5625rem;top:33.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVvr4cpWrhw9C5FpbPQmVroSNv2XvKa8 { top:42.1875rem;left:7.0833320617675rem;width:33.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUNMzOuZAZUbNFhnN1wUnszrQukevkgq { display:block; }
 }@media only screen and (max-width: 763px) { #OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv { display:block; }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2VXGHwuFb8mWSToXEbinS1hmruc5UeX { top:2.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgQXuUhxJnkArFCZMCaogmVoUNXzZDPb { top:5.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-text {padding-top: 0; padding-bottom: 0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-select {padding-top: 0; padding-bottom: 0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-button { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.625rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB  { width:45.25rem;height:auto;top:9.6875rem;left:0rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB {display:block;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB { width:45.25rem;height:auto;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #gquToGFZO3xxyc9L8BdoUtICXSw8y5aU {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Fs0vR0ovaOCAlmSy7TllSpmno9kEVT8T {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #neNEdnAGfafnKwfbdmgrlTGzWOSPPlR0 {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Ne9171Rry5DlyASM9JNEmUN2qxA8v3TW {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #VO6Np1qm9Qreiuxu2BAxbKIfNO1L0THa {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #l9qULZ56dz8ib1Ipc7DShMFTTCUbrn3l {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #TiB8QtKBhwZhRMzikbcy5Iy9274HXIdI {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #XuNQNzo7MV01m7zW3d1Nbp15ufiq97sL {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #LWRT9vIuuLu9r3ZkIOltfFcXUnoqW8Ra {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #vXC5PMKkTVN0DP3zu6GgOzXIfJmJafCZ {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #AF38azaaJqy4Jb919nDNwvHavBukqO8A {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #ewg1Pdqrd7APJbUwFDW2V91R6SPw7oKF {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #qPDIIPJO3so2lBBsItWuEDJsgofD8QLF {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #ZksrmJxkhrwbisokdEnck5gKhuJSnxRk {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #dotInu6DSepDd0AM08VABccZNgAEPlck {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #sq56127s8Fm1KlyqmK5IlePyQ5yF9ke3 {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mIoCFBQDTBSARFBNh3uLIqSpri8tRHGS {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mG5AlTA492EBbEafPZoMsU3ade5DRA6D {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mb0dvVo3t64Sr7Fn0yGeST6HBA4CLJJ1 {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #xBOFaO9kVBrtx4X0yRcWbpffkOtPAk8S {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #PldWRtfhmPgoeczqeaXSwpkOe1Nz2O7d {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #v07x5R55TQdzMULIMNCHqetETghaIuEX {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Gu4oBEDHulGfVzThieZf5R4FoSAP1bgr {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #IS99oAnPaUOZBOgwk5BbkcyybNHaQ7TZ {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #I5CZdu8HtG8rRcWMUVoTUg8Fwg4NeCDe {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #kdFktZ3SlFdHzC4yOpIImOfPUCXr7XD5 {  }
 }@media only screen and (max-width: 763px) { #gkgvtknsoElm37nkDycfT6UeG88Meh5t { top:1.8125rem;left:0rem;width:2.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMWTHOsG7arTZKNwZtegXTFubAFH30E { top:0rem;left:44.9375rem;width:2.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNKNxRf2TJWsS5DhPTKAtGw7WCdKzXh5 { top:2.0625rem;left:44.9375rem;width:2.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHmHrcItFHhOeVxIFGCadgrJO8U3TiBh { top:59.8125rem;left:0rem;width:2.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFMSTggNItb6dnTrmu8TCEUObz6pW0ZT { top:57.8125rem;left:0rem;width:1.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iblzFw9F88T5hE5rvCfc3Nxi5OzCQdHP { top:60rem;left:0rem;width:2.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U19AW1PErnmPVI0My7nn5KmJ2WmNsF0X { top:61.1875rem;left:46.125rem;width:1.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSI5FJak2fRpC75vELm4Z8FpJgxW5d6Q { top:59.8125rem;left:44.9375rem;width:2.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXbfT9HQ9caWIILZhdHtM6UJ0hANeeHs { top:57.625rem;left:45.75rem;width:2rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK { display:block; }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL4pT6BL8gZFUTCoOh40ootluQJqiWpe { width:19.75rem;height:13.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmK9CvaA9Wa4TJkgkWdhzmIvZgJLV52v { width:19.75rem;height:13.625rem;top:28.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmddaTFRwg5yCpUTRM1TKVarNGcSbGlL { width:17.875rem;height:6rem;top:6.25rem;left:29.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLGGS60OniuEBikkkue7Ph0eXrgt8u1K { width:16.5625rem;height:3.125rem;top:13.125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNJn10J58AT75MccNFT7ds7eSWI8mvI { width:16.75rem;height:9.75rem;top:17.375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB0l3vGacTImVhnPAnInkPMe5fW6dGDA { top:0.6875rem;left:12rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3HFtzw3LZ1HpG59s1o64v1yDecxHaDL { top:14.625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvK3rOmCBxEEhMMdZpx4b3RiiLL8EEk7 { top:14.625rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVogtVLZzW2h3JA4L6oyIwHfwkRE4vJT { top:28.625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRNT6JKftMIWox2bOncEzMhJG7k57H42 { top:3.75rem;left:26.125rem;width:7.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsyZ9l9xTQAhIDcgT6s7sXi87DgH3r5 { top:29.625rem;left:31.75rem;width:12.5rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbDULwrksbOz9xGy3RkWNWkerPdV6fdP { top:39.5rem;left:13.125rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFbAvNkActQo36p2av7RDihEOsvIkMV4 { top:39.5rem;left:0rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orB1uNmVQoPOWWtg8JGaGRZbm9k96EEd { top:25.5625rem;left:0rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iauaBZvqhKMbMaTQdnGisMhGW2konRDd { top:11.5625rem;left:0rem;width:18.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD { display:block; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC1Niq98pbpp8qUsoqk1SUnVJSmOF3Ms { top:3.375rem;left:0rem;width:26.25rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #et1iVvE4msCEcl7KgelMMkcTPIt10hTd { top:9.375rem;left:0rem;width:19.5rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #OodsPV5BXukE8bItk32bfgEf4TFFXFHJ {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #OfroabEz6zEtw3TFlNFksI1kA1VtHIuS {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #ZHIcwEslyLulLCrVpapgbsGwvgDiIr45 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #MeQ26HlEEITMQsrcBhxyVDH6UyeciSwr {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #LZhLtz9Ug3rXLsVDZLmlHnZwtpEP5kXQ {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #gVAksP4d8xKSPi5W2p3sbC3dRn1Wwob0 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #Zy8tUis2tvclE8S06TcfpwQQwMFa76OM {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #HqRWQftDJ19S6Sk83F3XCOriG8Z04m4l {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #NQplFe31i5QcifyKgG7R64TmIemCQRZl {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #CJu3oCuyv8sLhSxRDEGQQw4ADBiaiuev {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #isyJL9Xn7ofWh6G6bB2emOoiRtURIEc1 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #BLJTWzAtd0dICbOqwUuuoiT1fDcOa6V9 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #LEK5pl83ohus3pwOHLz1uANDLNsmkP1y {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #cai8hqkOzneKzlRACHKin3TwliTcpSc4 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #gkH7PCvNNxuSd63I98ReKEqTkLfKodVi {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #dfqNTsQ0xTmu3lJw1SihO7opVG8xBd5q {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #hAyZoBicDtOcGp766DQe7tXBh4aIB8Tc {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #olAB6TGb62szqENuE81nPEWZTdUwEZB5 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #rrDXR9bpOBXFGIZJm1zp9tfCcVTGux2O {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #kmkq3ckpMl0SLvwwiLvZXadlh9muNK0G {  }
 }@media only screen and (max-width: 763px) { #yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r { display:block; }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI0F6sZTRyyoQn9X9CAMENp38aGqPpvX { top:2.25rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvIz6MlTrS0t52sTzv9XduwxMz2MXzk { top:4.0625rem;left:0rem;width:47.75rem;height:50rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzCoTd9Tg5ESUxlBPlv1U9UgyCFGUiN { top:56.125rem;left:6.5208320617675rem;width:33.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLm6AkO1nauOkRwIPdMon8tZ9xnhQvyt { display:block; }
 }@media only screen and (max-width: 763px) { #BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 { display:block; }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLriy0WSAqBW85FzN867MrrTI0279wvN { width:47.75rem;height:1.375rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T66fJTThox4DsI9wIFwHTtm0BhofcSy1 { width:47.75rem;height:4.0625rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCtlzA1t760NTBnlEUMAQshFtmWipNQd { width:19.9375rem;height:1.75rem;top:24.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgo32rQwDBixTW1ngJOcXccwOxxqghfy { width:18.9375rem;height:6.0625rem;top:27.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmlnf1bEKzFWWcHOS9JZS7JDdEzOFQmc { width:17.1875rem;height:11.375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg5MocaZ4tLI432D1CtUEWhaDqxcdIH7 { width:18.75rem;height:5.1875rem;top:28.75rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGg3K4m2PhDQ9ToRGUB2eTw2q6cKALNg { width:19.9375rem;height:3.5625rem;top:24.125rem;left:13.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHyFKIRHlLoyfMxttTHmFTzNs5kGtkWF { width:16.125rem;height:10.6875rem;top:11.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktnrb4dzPq7Cr8yEik9PJob6hPug0DrV { width:18.5rem;height:7.75rem;top:27.375rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udEX0iM6pdr6yu44tvfTUueU0kpW6H7R { width:19.9375rem;height:1.75rem;top:24.0625rem;left:27.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d14oFZz2VdG1THxuo2gTMLSkt82OBGXR { width:18.5625rem;height:11.4375rem;top:9.9375rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 { display:block; }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm1ys1kfWaxamOo8WRyxHWOTyzZCmduR { width:22.5rem;height:6.25rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtIZ9FMw500u48WKQHwtvvTWi8dhNMZM { width:18.0625rem;height:9.5rem;top:13.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4 { width:8.625rem;height:8.625rem;top:6rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTt6w1iEgrr2i41yZTVlTzRLNCIAyB1v { width:24.375rem;height:22.125rem;top:6rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdOQoQWmwLcqSNl5BLxzWvC2fSKipHWJ { width:19.6875rem;height:;top:8.5rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLfBBR7untuW9RNpdxliOUvqu1X6G8JR { width:14.6875rem;height:;top:11.3125rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtULBTXM4K8er4lkWKfnQynEMDdIaaOh { width:20rem;height:0.0625rem;top:14.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiuyQRXNRxBVw64AfGBLaRwnxFN3eOR7 { width:13.5rem;height:;top:19.5rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgDmTuhlVJMMuENzuedHlTSIR4e4d8k6 { width:13.5rem;height:1.625rem;top:16.3125rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9iZ3iSiO18AiurNOSPoPSWpPUpNPeGO { top:19.375rem;left:32rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TennuNHabT5tnbkbmlgzzG3wRovNwZkr { top:16.375rem;left:32.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OdFUcAai3STTDx8oibGztOtsTMBxZa { top:33.875rem;left:0rem;width:17.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcWXkI2xcxO8K7VQoFs2azP3qxQ3sTz { top:38.5625rem;left:0rem;width:17.625rem;height:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXJKJNBIzZeHwuJMqVi3S2CHkySymM9r { top:42.6875rem;left:0rem;width:18.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpIbOCZqLFVB54ieQNQUWhRkSEvGhZLv { top:51.25rem;left:0rem;width:18.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4mtuwpxJsx8CPy22J0ywyr3ZXmTCU6C { top:51rem;left:8.682289123535rem;width:5.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eil5yRqbn0vculaVxrLLLL6dAk5IirpZ { top:33.875rem;left:22.244789123535rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR1EQzXcIUVuVHFT2GygZzoToHsnnqfp { top:36.375rem;left:22.244789123535rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSPr6Szqftfsus0ipUpWJOCTIsZwh8Hs { top:39.375rem;left:22.244789123535rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi4BLBV2kxG8b3XaBsfKV3zSLueUUhbg { top:41.5625rem;left:22.244789123535rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXWZrZfcOZ6T0g3yGTMr0HSVm2AcGOSv { top:43.875rem;left:22.244789123535rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG6HSfP4dTxMEeRkfrHGUSz8TEqFtREZ { top:46.25rem;left:22.244789123535rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZi2JVZyk9f4yZt1iBpQ5ORluDzOyGTi { top:33.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASc0T60TJbXFuqkMDJTdekR6fZ3qHra3 { top:36.375rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEAWqVW35oCsAkzgAAP4QOnZ6Z0BvC0G { top:39.4375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTSSegAnMLHRTGcATeOlufg0okw8cPe3 { top:41.625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArH9nqswvzXJPD6GD8q2Pc03REMbwDAy { top:43.875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJygEiu7aWurDB3RTWQLOQwh8s0UAE27 { top:48.5rem;left:22.244789123535rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuOEEVin6hTcPwMlxz33faZmULdO6CHE { top:56.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTGXxNyUPFl5SAw8hbyxAgE7VZCEu52 { top:46.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2qGIALc8JyUy5xQwiucT9V6sP6zg57u { top:48.5rem;left:39.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCor8DSwgXZzwbmBGBuZSwp5kWK9leBh { top:23.4375rem;left:27.6875rem;width:20.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rexSzU98FeWdPtcbuzpvWQEVoi6Rfw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv { position:relative;z-index:auto;display:block; }#R1CJCz0QeGdGRxH7Xap7OvQeibzueGVv > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gHRLmB5a8gzKEfqn73xkSGDIFnEinmz2 { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWSb6aGxp9JTOMtmz2lbGhyvgQmfKPle { width:19.3125rem;height:1.3rem;top:3.8rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC9ToilpnoCbKIR9pBZB60aTUkgrrySN { width:16.8125rem;height:0;top:6.35rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IsvekB649erIOb57CvPuFRQWlH5umsJm { display:block; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9z19s6aseE8b9phbiGE2NTh2iZBTdaN { width:7.9375rem;height:3.625rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpezCK5Tc6nonS3KdNIt91eXrDcr6llE { width:20rem;height:2.9375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAL2EuQDkfEGq5omf0f1AzshzyFJcPyE { display:block; }
 }@media only screen and (max-width: 763px) { #RNPfPP8rvzxJAKzTHAsZGqn8hNPTn2nm { width:8.9375rem;height:1rem;top:10.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruBGaL1qSIciiUNzzUTyz4eWMuC7tsPp { display:block; }
 }@media only screen and (max-width: 763px) { #XEpJass0yFAPDsierHlTxxa9E6QB41J5 { width:20rem;height:3.125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGLJyFSLq0J8ofMndV37ItClvWUgsyv2 { display:block; }
 }@media only screen and (max-width: 763px) { #AGP0oIpTBsRWXJxtM2777pSTHPPa1kM1 { top:16.9375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9vTNzIxbOIylLgMWQTkXv0CsyJgEvdh { display:block; }
 }@media only screen and (max-width: 763px) { #u74oQGAX6MdxM6CN3u9XKtA3kwm6Uuh2 { width:6.5625rem;height:1rem;top:21.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeCupCvPlMSRC27b88mXWO0omDf1igLr { display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:#fed04b;background-image:url("https://images.assets-landingi.com/uc/b136e3f5-55d7-468d-afbd-485b2eec4f2c/wybranetlo.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:20rem;height:4rem;top:16.437500953674rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { width:20rem;height:8.775rem;top:21.500000953674rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:13.125rem;height:3.75rem;top:32.019790649414rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #LcvCtDmFDCRi8whhP6ttpedkuS8lV7rL { width:13.125rem;height:3.75rem;top:36.868751525879rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO26mTwFlGxkN5FDH4K8ILKgJqDoc3rm { display:block; }
 }@media only screen and (max-width: 763px) { #KhRxZJZqTBHu7Lb6dxRXq9V2efJnzXEh { width:3.1875rem;height:3.6875rem;top:30.39999961853rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lx2J3LFHqiELAkhnB8FiOfmx4sPdPGWt { width:1.875rem;height:2.1875rem;top:40.21249961853rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xecrZktB74LArAqcAyTc8V8wewlsSIOQ { width:3.1875rem;height:3.6875rem;top:38.21249961853rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5RktPN7SxcnQq0uJnN2ODXBVIAtKq6R { width:3.1875rem;height:3.6875rem;top:43.14999961853rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLTiCi5hTHtZptdtxXTWwoiOaEg2QEiw { width:2.5rem;height:2.875rem;top:53.02499961853rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJCx1tW71XQBWsaoxTFLWUQhNkC3wGEh { width:2.3125rem;height:2.6875rem;top:43.14999961853rem;left:11.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2d6U14sU37NR33DG5yBZanWPbZZPuTQ { width:1.8125rem;height:2.125rem;top:34.83749961853rem;left:8.3754428681875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BB6sDDPz6Ci1vnTQi2opc5cOX03dlWlO { width:3.1875rem;height:3.6875rem;top:48.08749961853rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhwaM5KcKOqstZCUR2xvSPFVw0aC4NK1 { width:2.125rem;height:2.125rem;top:78.212499618531rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBwEbzRV2pWrcfOPPXVZwN1IgkD8QixL { width:3.25rem;height:3.25rem;top:82.212499618531rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cg2ww7MJbKevdkPNWlJVCAPs3mqUa5aR { width:3.25rem;height:3.25rem;top:68.712499618531rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6pfnIPhMrQ0RQdChVgIWd0rTevMnCER { width:2.3125rem;height:2.3125rem;top:60.64999961853rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGd2TpZsTxwfdytRuAt6MsrKlOmAsvEx { width:2.25rem;height:2.25rem;top:57.14999961853rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6JsVEil2hScdZb9onlC37wFLQc9EnMK { width:1.625rem;height:1.625rem;top:69.774999618531rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #xI7hCskbTZRJcSSNtSzFGDoKROb649NV { width:3.25rem;height:3.25rem;top:77.712499618531rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BP7dbPrfQSd5OfHpSOOHTq8BxUqgVXOI { width:1.875rem;height:1.875rem;top:75.274999618531rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvpLJf3E4fXlUqH1VSB1mJ5QHVcvchIU { width:3.25rem;height:3.25rem;top:64.212499618531rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hM9nsTvKsXCJbHIGUvZLqR4DFBg0GahQ { width:1.9375rem;height:1.9375rem;top:86.712499618531rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwMeE4EvtOlPAtwedbLmtZNDAFymSB2w { width:3.25rem;height:3.25rem;top:73.212499618531rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8C5O62b3mwo6N7rp7i72l67S24HDWtg { display:block; }#d8C5O62b3mwo6N7rp7i72l67S24HDWtg > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUr2oePNKwSg8Iy4tBOKMMTxTsySVm9n { width:7.5rem;height:1.3rem;top:1.25rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWcHVtmLTlWg1QDMo4bNOPStE6IkQJ4w { width:9.3125rem;height:1.86875rem;top:6.35rem;left:5.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azz2hV76QEHX7AGTCfuneLrfBD7lcxGn { width:5.1875rem;height:1.3rem;top:3.8rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qg9zvoDBQJnbFFTBARFMURfa5m2vKwB3 { width:15.9375rem;height:1.86875rem;top:12.01875rem;left:2rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEh0gOuP5uF6L2XmbnpRyDbLm5pVHoe7 { width:3.625rem;height:1.3rem;top:9.46875rem;left:8.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFNCdaWGeQbgky3gTvorTnRo23yRDB5m { top:15.1375rem;left:2.375rem;width:15.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxGNGJ9aLbcEQqAATGnvpMVdnpxgP6kT { display:block; }
 }@media only screen and (max-width: 763px) { #T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc { display:block; }#T3ckA1MyQ6Im6ho0A6C80vOOO67kFhgc > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAptPKUp2TPmhrBR7ZE50kPr1FfiiRnx { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huJPH7op694J2JqQVIV1NhWzb8dqEFsm { width:3.875rem;height:1.9375rem;top:4.6249971389771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdT3hOE7JT133WVfIXaPpeTkEK2r7tXl { width:3.875rem;height:1.9375rem;top:4.625rem;left:4.2447919845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv081N5yVcwaJyXmoCATUR17uQsDMEA5 { width:3.875rem;height:1.9375rem;top:4.625rem;left:9.0572919845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkiHvoLCNrz454lvtFS1DngUztJLBMXX { width:4.4375rem;height:4.1875rem;top:4.375rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ba21RESDslTXZsZTWnPGwDVi06icXGva { width:2.875rem;height:2.6875rem;top:9.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESLaJhhp9DxPA2GJE0eKtNifigvZldQb { width:5.75rem;height:2.875rem;top:7.9999990463256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwaPzWNmsno7UuHkyiFNQrZhBa2VcAfk { width:5.75rem;height:2.875rem;top:7.9999990463256rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOVAJnkGcJdK4Txcs7Ja8eihcsh7MdGu { width:5.75rem;height:2.875rem;top:7.9999990463256rem;left:14.251041412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTl2hk2hbAkEum5X0QDL3bnpZi6sVhRV { width:5.75rem;height:2.875rem;top:4.15625rem;left:14.251041412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcTC8HGJigali90GVwJ30K4en82114q { width:5.75rem;height:2.875rem;top:30.5625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJZTrhTJxuafO4wZh4p8T2cmaKlIbKul { width:2rem;height:1.875rem;top:1.25rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { display:block; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD { width:20rem;height:20.625rem;top:24.3125rem;left:0rem;background-color:#fed04b;background-image:url("https://images.assets-landingi.com/uc/9b159f32-37e5-4213-8862-81d95f0b079f/zestawywtackach.webp");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.adaptive-delivery-prevent-bg, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyload, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T8vD1Nwexp6rfO7U14PTcoOJqk7VwHe0 { width:14.5625rem;height:2.925rem;top:25.975001335144rem;left:2.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3O73iLcqkvMh8KuVUbvZzzAuwnp0kDy { width:13.125rem;height:3.75rem;top:34rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFUVKK5ovmcUn22ot5J0S5mF6nPuItbb { display:block; }
 }@media only screen and (max-width: 763px) { #i0DohK9CfDrM94fAxTfVvLNzNHaQ45Wr { width:13.125rem;height:3.75rem;top:38.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amToV3dRqz6dafe7pfRqcZIUDC3alTMH { display:block; }
 }@media only screen and (max-width: 763px) { #CSg5v4PhATbioUnGA05iymUBFCO5Io8z { width:20rem;height:6.25rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnH3STum7Gmc2oKpZuXr33RM8eGoxXX8 { width:12.5rem;height:2.925rem;top:4.125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkavPtuoFpakSHhuqvM64WvSZGf33e69 { width:20rem;height:14.375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJBhrDu0b4g8Jl4CtWO0VoT55inzLIPZ { width:13.125rem;height:3.75rem;top:17.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O39IAkKtKfvvL9oWWzcZlhwkTvomJZvr { display:block; }
 }@media only screen and (max-width: 763px) { #ITenvJcLNvF9vEU4NUsEd4iWbponuQqy { width:20rem;height:6.25rem;top:24.312500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { width:20rem;height:5.2rem;top:1.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { width:16.25rem;height:4.3875rem;top:6.9375rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIhfeAvyqU8y135tfKSPCsx9privgawP { width:13.010416625rem;height:3.635416625rem;top:12.937500953674rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block; }
 }@media only screen and (max-width: 763px) { #yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { width:9.8125rem;height:9.8125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfQzcryERXxWSJNdzOPPFFfTDOq6gvqC { width:10rem;height:10rem;top:29.562500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZ7q62Wx6t1dgKuGOd8wA12T2X3QOdu { width:9.8125rem;height:9.8125rem;top:29.656249046326rem;left:10.188541412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZtSaThDuG9Ma3brGwNd0cFNsJNZrVEI { width:9.875rem;height:9.5625rem;top:19.369791984558rem;left:10.005561809525rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F { display:block; }#tWuFfRtWewBzRfUFlLSl0UOfgMQUFS2F > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3l94XU0eiflKn3twmWFckyz7mMNALqc { width:7.5rem;height:1.3rem;top:1.25rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCMG6ZTMh3dgd7docoJKKNVo27uSASE0 { width:9.3125rem;height:1.86875rem;top:6.35rem;left:5.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fI3kGGTnEwhB3aLNzT6WQnfZw8KRtUWJ { width:5.1875rem;height:1.3rem;top:3.8rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SIJb3wgRmohu6yAggbD2peoiq5En68x8 { width:15.9375rem;height:1.86875rem;top:12.01875rem;left:2rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLzh5u3tTORaFpTRHtLiLHTtDGFqF6AV { width:3.625rem;height:1.3rem;top:9.46875rem;left:8.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0vpyD6y7GkQP0xMzHUMzhDbtQ1Mb0lP { top:15.1375rem;left:2.375rem;width:15.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBM28Te8U57kM4rzn8IPlMB0uMtBrqyV { display:block; }
 }@media only screen and (max-width: 763px) { #P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn { display:block; }#P47Z9FI8MkZp95s5a2x9zg0T3QVo8Kvn > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfyuHqp3p147Fb8c3N09IpDckTDbuKpL { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEk7FyR41LWXdTHAF2V1e46R5DGgel6o { width:20rem;height:9.66875rem;top:7.1375055313113rem;left:0rem;font-size:0.8125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fG1Qq8cAgJlBT6x0uKVW9zzqRkxIXShn { width:4.0625rem;height:4.0625rem;top:7.7rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNNC6gSB2cbdl0CbKK2gVTXrU9HhlQTq { width:4.0625rem;height:4.0625rem;top:13.0125rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMhyC62BahnQyK31EeJhSVM71OSW0UuM { width:3.5rem;height:4.125rem;top:31.275rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gH4O85KO3DRrbTE0mKQigAL4bv0e50Fq { width:2.75rem;height:3.25rem;top:36.65rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFvscZOe25nyndG1PRND6upInQlyEmTH { display:block; }#rFvscZOe25nyndG1PRND6upInQlyEmTH > .row .container { width:20rem;height:99.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMm7ooELU3WET9TGZqq60d5ZAvSMU3VX { width:18.75rem;height:18.75rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBwnrqk7HM12NMaLwQxcVD8JfE4TDEZl { width:18.75rem;height:6.8125rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14Dqkm7TJw0XUVZGAiv62RvQEP9U6AM { width:16.4375rem;height:3.575rem;top:22.9375rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfF5PXGtryfTTxO6HGWUGT6d24umciO1 { width:18.75rem;height:6.8125rem;top:48.937500953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHnwfsKa8ptk7RTeJRfF3tOAXkDqPTHR { width:16.4375rem;height:3.575rem;top:50.556248664856rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pmcd70oDmzCDbCXkmvLTy8WPsAPLV8oq { width:18.75rem;height:18.75rem;top:30.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5su922n9owNvTuUn8v0V6m5JFzqvIwk { width:18.75rem;height:6.8125rem;top:77.624997138975rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeockGsz6AP3lvH4So3OMvBRWK6BNQyQ { width:16.4375rem;height:3.575rem;top:79.243747711181rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV1unA3z5lBWW5a2KFsC99QqntTkwTRW { width:18.75rem;height:18.75rem;top:58.874994277954rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlANwXv1TtteSrRrHXhZaWG8GGCn5QTW { width:5.9375rem;height:5.9375rem;top:85.4375rem;left:13.494791984558rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgRprOzgdNQEPG3uNJbZBIxAOFlfnJmR { width:18.75rem;height:6.8125rem;top:180.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ChuT6hBuw4xi9KlZmAinxvb4dxdnukgM { width:18.75rem;height:6.8125rem;top:152.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahSbWtxMaWEcPevMmdmSu407P4s4eBkz { width:5.6875rem;height:5.6875rem;top:85.562497138975rem;left:7.15625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps3NDTUZQwR3LPk7RVcI7fZsH2Rr0Eae { width:5.6875rem;height:5.6875rem;top:85.562497138975rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeV5MSNzHcJu5NpI1xpcTk97cQHApX7p { width:18.75rem;height:6.8125rem;top:105.625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFXytLyPvKglf2T6zwHT9ufdQy9DTD52 { top:92.387499809262rem;left:0.67708301544187rem;width:18.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyFwqSEtZQKBkBmy6fTSw2EIqFOAe58 { display:block; }
 }@media only screen and (max-width: 763px) { #PVAopQLJHVcpWp4iCQWws6HO48zCzwHe { width:16.4375rem;height:0;top:246.1250038147rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #akq4m8hgsECnD8UkJCgwaNZnAu2JCw2p { width:17.9375rem;height:0;top:285.2625038147rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L3eTJ2eJXLxTvzc3gAmbsBfwzEHkrQFI { width:16.4375rem;height:0;top:330.7750038147rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zrHB8SS4AzX5RTGmTVWD1Ar4EfyahqTA { width:1.8125rem;height:2.125rem;top:192.1250038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGbTxEtdCcNvfneqh4SKzTKpsHrGQ0Pi { width:1.8125rem;height:2.125rem;top:195.5000038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZW7Gc6aqlmmUMgL3nXic5kPHrhgsQ5MT { width:1.8125rem;height:2.125rem;top:188.7500038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wv4TKnIzN3hZEwWsbTFspDsOMJCSfyQo { width:1.8125rem;height:2.125rem;top:209.0000038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzLxpSHk0XtssGlh07S992CVyvW8K9vq { width:1.8125rem;height:2.125rem;top:198.8750038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5TnGI9UzHVt6DJl8PHvtZZ5bWPqiTR4 { width:1.8125rem;height:2.125rem;top:205.6250038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKSSnJQ0tK1treovDXMPhCui2p433wWh { width:1.8125rem;height:2.125rem;top:202.2500038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TC91m5g4CFWEMBmvkT1gmqM5TF0T7TeM { width:1.8125rem;height:2.125rem;top:260.5750038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3z2epzt9x3V2PGd9uiD9UQAMTsOdZIE { width:1.8125rem;height:2.125rem;top:256.63228530884rem;left:12.364582061767rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPWcAF1nn8JBsUC8uQK9FdO45fBPbZ4U { width:2.375rem;height:2.8125rem;top:256.5125038147rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8dbkWK70maaFRe5Bdi6VzrQyJk0hFfF { width:1.8125rem;height:2.125rem;top:290.0875038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7rVLvoHlbclrSD7T2EvIqZXGeF2CtdT { width:1.8125rem;height:2.125rem;top:293.4625038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #teyqld7Gg6azwW890cIbz5gaksNyp3Tg { width:1.8125rem;height:2.125rem;top:305.0250038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU4CnHKEXimkBS4VbUoZFSWZruI14f4p { width:1.8125rem;height:2.125rem;top:301.6500038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wy2hSnuy5M6xLATEhFKTHk13WSlIrmNc { width:3rem;height:3.5625rem;top:296.8375038147rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPEcDBMNhr2qtI9ZliPxxEVXbace3RNx { width:1.8125rem;height:2.125rem;top:296.84272232056rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIaCvc3KnmpI34PPD58MmcpoQObGhv5d { width:1.8125rem;height:2.125rem;top:239.3750038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwXZUShQFlXEI9IzwpMDxL0yvbQwa8TG { width:1.8125rem;height:2.125rem;top:236.0000038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rByoJ7QOV2QzkFiRTOB6nFxcIAAGx4pa { width:1.8125rem;height:2.125rem;top:232.6250038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMvAe1rTZBVDfbTUndkkePz6sXpTcsWS { width:1.8125rem;height:2.125rem;top:242.7500038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdhQ91RMGeZJ8atpprx5TkIkITbO5PAP { width:1.8125rem;height:2.125rem;top:229.2500038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEc3U5J3Oy1wGMnWZIPGMrWqs6ncTXXe { width:1.8125rem;height:2.125rem;top:212.3750038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQJQIUvlGpdGKwOwyOgJsqGmTHCKJeDi { width:1.8125rem;height:2.125rem;top:215.7500038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OpWGOLJoShvSRy5JZvMQtfGmEQQOmnck { width:1.8125rem;height:2.125rem;top:219.1250038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJl4IWO6S2cg7MI2H8KNZB1l89VMDIWE { width:1.8125rem;height:2.125rem;top:225.8750038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQUDrttqqMtMP3k9T4aT8vzUMPFLiDtQ { width:1.8125rem;height:2.125rem;top:222.5000038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCnquNUPTO8AkRa2y2cRVEPmROHLdSiC { width:1.8125rem;height:2.125rem;top:281.8875038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6CuSeyrHGWW5BBycdTHyXrZizHKTcn3 { width:2.6875rem;height:3.1875rem;top:277.4500038147rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH7BTAntG9drA4yQsPgL7IFLu3vNmv3B { width:1.8125rem;height:2.125rem;top:274.0750038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzXXTZ7nhVHoOxEUiyH8hAXJ0bsoTmVh { width:1.8125rem;height:2.125rem;top:270.7000038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXFI0TWAXhgeZyXM2PsId91Dwb3rRzNg { width:1.8125rem;height:2.125rem;top:263.9500038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqlFCTaIiPu15yzkrd3cloiVkfehEXTT { width:1.8125rem;height:2.125rem;top:267.3250038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #koUAn7Zx0GIlKbSSvoZvVA5TvSP1u8n9 { width:1.8125rem;height:2.125rem;top:316.4000038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ug5NlWJ6Cw3rrknleLqkbvQQnPH5vMAR { width:1.8125rem;height:2.125rem;top:308.4000038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7sS1G2SkDbMd0Iyv7904qKoUpE4hlfd { width:2.875rem;height:3.375rem;top:311.7750038147rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuJxlqAsDerLBlUXybeRQETvL28S4y2n { width:1.8125rem;height:2.125rem;top:319.7750038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHiBK6WOFlRWEc3GWanApZ6QvBIlM6BF { width:1.8125rem;height:2.125rem;top:327.4000038147rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pU70CU7sDHrZ2P3iKmSnycV4KcHTrkes { width:2.5625rem;height:3rem;top:323.1500038147rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg { display:block; }#SiwHAVJohWL7MbFfi4tPgTOg1pAVcisg > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNqghnCAZbaHPcpUgzxyglx3pTHKFD1J { width:14.3125rem;height:5.85rem;top:1.5124998092651rem;left:5.6885414123535rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGZbVqMRhdb1PDot0qoPrWWgM9dL2GyJ { width:20rem;height:0;top:6.4rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GHdvEna9EybSzwkx74xUdPTsDXrFkfeN { top:45.637499809265rem;left:0.67708301544187rem;width:18.64583375rem;height:3.70833375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ml4JoeSqQ28GA1OgDl4H43s158qsrI { display:block; }
 }@media only screen and (max-width: 763px) { #X2OdcaUunxamCwcPEe3OEtl2OgfG35KW { width:9.75rem;height:9.75rem;top:34.059374809265rem;left:10.251041412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp7lBsrFiwwpUtx8w7vdx1OobrpfKMQD { width:9.5625rem;height:9.5625rem;top:34.1531457901rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0GZNdvp6W4WEEuVpFzxhRnw89cuCo4C { width:20rem;height:9.6823125rem;top:23.877062797546rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBt3hdo9Uxeb3ZfHEcFBJAOCXrlH9MkO { width:20rem;height:12.675rem;top:9.5249986648563rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ptg79Nk4Zpwukh4obhbAUAqdmHSsJ5ET { width:6.8125rem;height:8.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx { display:none; }#pybDAxH3lRSsVb4R9dhlN6CL6k1Ocwzx > .row .container { width:20rem;height:19.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DgzKtbnFbp0ZT0XV97lPG9JG0cdW1okK { width:7.5rem;height:1.3rem;top:1.25rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6xa0gG0stZStsaup2ILX6gDm2la9ybD { width:9.3125rem;height:1.86875rem;top:6.35rem;left:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCpBVeOHAvTPV77sQ6f5AaGEnpTEl7dm { width:5.1875rem;height:1.3rem;top:3.8rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvOOeHxF4NBgczsub6AI1AvqLrvzEZh { width:15.9375rem;height:1.86875rem;top:12.01875rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QExaESSIR9W4WL3MNmn7x94R7RnUu6un { width:3.625rem;height:1.3rem;top:9.46875rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKWRn51wkZC0toqCrs11CiwxgORuKky { top:15.1375rem;left:2.375rem;width:15.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK5iiQ8VThiUx2yBn09t83MssJBFCFQH { display:block; }
 }@media only screen and (max-width: 763px) { #zzEAk26VkkQVgwp7WWdAUcbswbynaFVf { display:block; }#zzEAk26VkkQVgwp7WWdAUcbswbynaFVf > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7zH8eCckRJUh4OJiJbxDWd4ot6Cg1ww { width:5.1875rem;height:5.1875rem;top:6.7812509536744rem;left:12.251041412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh18dr1sAcpzHpDEDSdtp97B6UUEVQ0p { width:6.875rem;height:6.875rem;top:31.96875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvPhuh4Ll63STSlBzOGELTpbUFTlxRlo { width:6.75rem;height:1.625rem;top:13.119790077209rem;left:12.251041412354rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKRihNBW63Z96IPOe5sd9Ckk5xqMz0CA { width:4.8125rem;height:4.8125rem;top:18.151040077209rem;left:12.438541412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZBlTvHWTfFcz6GkRutAFgP1fu6Prqon { width:6.875rem;height:6.875rem;top:66.40625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcEfaNEBCbmlpvI7UDBTufSrqz1UiQ09 { width:8.125rem;height:3.25rem;top:23.562500953674rem;left:11.876041412354rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbdb7rgtAMKC1x5JUpXF6xwMIlf3JpLT { width:5rem;height:5rem;top:6.8750009536744rem;left:1.7447919845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEkO4wlLcabOMkT9Jt1XZ1TuTTEIQFf { width:6.6875rem;height:3.25rem;top:13.119790077209rem;left:1.2447919845581rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2bUH382mHUP6gCcEc2qLhfmPLkf3Bpc { width:6.875rem;height:6.875rem;top:15.1875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCqQgsxWFQJy6XJ9MrdLJ2QqKSE2rDTl { width:5.5rem;height:0;top:16.875rem;left:4.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuDeCDEH2sT61dgERmpyUozkWeF3JyMA { width:5.6875rem;height:0;top:18.625rem;left:4.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cemkPT2e1LbcP3Fk1UVrsRbuIdZsu9ml { width:4.875rem;height:4.875rem;top:18.119790077209rem;left:1.8072919845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHwQILM6RJssHA6lcxDqse0pq5W2naCz { width:6.875rem;height:6.875rem;top:49.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJhE7VduX8qRgppWFBaGPm7noIa4fHAa { width:6.5625rem;height:3.25rem;top:23.562500953674rem;left:1.3697919845581rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWgo0O5guIJ5L778lWxaFdVTyTP7lvE9 { width:20rem;height:4.3875rem;top:1.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nV2q9O3rTmHZ10PbukeftSBBcFq2viWi { width:20rem;height:0;top:74.53125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JmE5OePfWE6ddOyqdlAHm3GqTsNZ2eO8 { width:5.6875rem;height:0;top:98.83125rem;left:7.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8nAlvMn4ytQ8lFEyZTHWD3V27cr2qvh { width:5.5rem;height:0;top:95.63125rem;left:7.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #en4GtxewaBp0PcEgMwmZ8tPeD33ILLTW { width:5.5rem;height:0;top:92.43125rem;left:7.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEBZeTMcK8pwckrftlMSClFprdwWXzi4 { width:5.6875rem;height:0;top:90.08125rem;left:7.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmvNweEeP1FL3hXDL01b0Jtv1K6tmQSp { width:5.5rem;height:0;top:105.73125rem;left:7.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmaOoes7JCKJ36vvy3hAq4wTEI3PmW70 { width:5.6875rem;height:0;top:102.28125rem;left:7.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th { display:block; }#tU9ZMwNLTg4TFNQzEIdo2TdXV9U8s7Th > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfHQ1IiBBcOQm9vUeTOax9zZDSr19twm { width:4.4375rem;height:4.4375rem;top:5.125rem;left:2.2447919845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHarWgoJT9IU2395vRdNNx2t9taKfc0w { width:8.125rem;height:3.25rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2oSkyCySfu2972naeieU5fRgXHftL9 { width:20rem;height:2.19375rem;top:1.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVIOimV59T6f5PpWKkpSF9DdQ3JonFUq { width:20rem;height:0;top:18.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSdtbXN90TyRq4TUavNr2nIcdawfLZVX { width:20rem;height:2.19375rem;top:27.149998664856rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcekiNzdxVZDz2ESddRBAsPrd0zC6Iyy { width:4.6875rem;height:4.6875rem;top:5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuHoBppGPtZZEeyrLTfTyaB1WQuhT2wR { width:6.625rem;height:1.625rem;top:11.5rem;left:12.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGJ7Qgh856og3xlkSUv40Lc13SHDJAon { width:6.6875rem;height:6.6875rem;top:15.96249961853rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNw4h8HTDx5qOFvxU7i7FPhpBRDirpk { width:6.625rem;height:1.625rem;top:23.71249961853rem;left:12.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzO1mBGtGFlTzwQOXJ2OefyIK0voHZTT { width:6.6875rem;height:6.6875rem;top:15.962498664856rem;left:1.1197919845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWmFPlZbclpXtJHuFanEeSKe33rEKtln { width:6.625rem;height:1.625rem;top:23.712497711182rem;left:1.1510419845581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3EMBUBDDSeXvQFCToTymGuaATgpJfq { width:6.6875rem;height:6.6875rem;top:87.81875rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnHFsqTvdaXnRxSs7V2DcshyzkOLrfXq { width:6.625rem;height:0;top:106.81875rem;left:6.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNKOphqygNtn8XbT3FFgeQDC4WVarJ6b { width:6.6875rem;height:6.6875rem;top:76.75625rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLE6bbe5ye54Gd7l3iE6k6WcAQA6AlFO { width:6.625rem;height:0;top:84.94375rem;left:6.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnVVHHfRvCwqg8bORgxf00vaa2MJEJvG { width:6.6875rem;height:6.6875rem;top:95.75625rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #guCviQ88N5UV4WNBOLXx0ESB65Il6wFw { width:6.625rem;height:0;top:103.94375rem;left:6.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuWkkfkUmFOUh9pt5ZTGX0fEcnBHaMdd { width:20rem;height:0;top:66.40625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 { display:none; }#Ws9JZLXJTOtdpOtWuO94o4eM3SSozKC9 > .row .container { width:20rem;height:98.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sQBWnh0cxxlOwPMx4Z4FSFqrKJRA6J0I { width:9.5625rem;height:2.8rem;top:4.8125rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eEOKCdbT4D9xE1mNXXOKys5aQ9mVELK1 { width:6.25rem;height:0.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Zr8EfNFHTlXNnMI5HZ7HbwUUBTITa9 { width:14.625rem;height:1.3rem;top:7.0625rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQgtB0lFV4hEuhXzhA2mvWBO1LzkOJVB { width:14.625rem;height:20.5rem;top:13rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcv7U2rBrBUypctiuxUKXGDoCAXTJCX2 { width:1.875rem;height:1.875rem;top:35.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJaLHvTFM7tui4OD2gL2eUHutNyrTLgv { width:16.5625rem;height:3rem;top:41.375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaXzLq8FLKDpwJxvZnERT1Z99Q0FqDDR { width:15.625rem;height:1.5rem;top:38.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APt35lBG7MxuyxqVXdT9zvT3nRAhT4qq { width:1.875rem;height:1.875rem;top:45.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsuwxVKqIHJni5oyKWJTC2UdD6eKw3e { width:15.625rem;height:1.5rem;top:48.375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxIcxwNJSrzwnuXMo8JBy7z8TrX6ouxJ { width:16.5625rem;height:3rem;top:51.3125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKNHFXITsiplgRof4Itxlkp6fE1l3ZxV { width:1.875rem;height:1.875rem;top:55.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM73AGiNvkZTXpKAPyTIJabWNOvcS7nN { width:15.625rem;height:1.5rem;top:58.3125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETKef7Xc3GMoKLeezPIk1KhUTy29O2DD { width:16.5625rem;height:1.5rem;top:61.25rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #werhFdRUe6b1XI9GqCvsN194gAQiV52g { width:16.5625rem;height:3rem;top:71.1875rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyK7isSPGxg4uStWtxqp01MFppoWeDMR { width:15.625rem;height:1.5rem;top:68.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LaibbEnGpgAb4o8wZtVg0MpdllL8zHBk { width:15.625rem;height:1.5rem;top:78.1875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1qxBV5ZbhhU7vXV0rdmavZUlOGViFTt { width:1.875rem;height:1.875rem;top:65.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSdcMkRoRoNIdKvMRB9pltPnJwmRkuxo { width:1.875rem;height:1.8125rem;top:75.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4JcHHBnWuJQtlpyzmFNwdBKmMl5zCog { width:16.5625rem;height:3rem;top:81.125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4T9fJMMWszHne6UVdRvyDTTeTaIoBOO { width:1.875rem;height:1.875rem;top:85rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpupXMZ5LrD52A0MVq673fzmVTNIDPXl { width:15.625rem;height:1.5rem;top:88.125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGCfEVb8ybFy1Lehcx0cUChptBZKtkIT { width:16.5625rem;height:1.5rem;top:91.0625rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAKlvaTy738kpxPfpwQonU2o7X76TGJT { display:none; }#aAKlvaTy738kpxPfpwQonU2o7X76TGJT > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LdnrMwVGAWaMEPOqSTGZsMFiFh8QPWCy { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV { display:block; }#G7HwLr30ZcdN3bv59SG8cE2Wh5c3BHwV > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgwF0ToPzxXxmVRKTFx8MLeksr7E4T9R { width:7.5rem;height:1.3rem;top:1.25rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adc0xpVamsMp2U1n1ccqKOmHqgeTUZNH { width:9.3125rem;height:1.86875rem;top:6.35rem;left:5.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uu2idB2RKn8LGhhVckrlZTOwCLKruKTX { width:5.1875rem;height:1.3rem;top:3.8rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NaUGEgIrV32KT5ufAMwLR1dk6TRgX8zc { width:15.9375rem;height:1.86875rem;top:12.01875rem;left:2rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGgvTHpgRExLGGrhER44NBaCPNbJHTRf { width:3.625rem;height:1.3rem;top:9.46875rem;left:8.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBDzQ7SGdQocQuUMKdO2cRqEBVwFfJhM { top:15.1375rem;left:2.375rem;width:15.14583375rem;height:3.33333375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZTdClxpGwqUU0b2F0mNMLmdvbcNJVb { display:block; }
 }@media only screen and (max-width: 763px) { #UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt { display:block; }#UkHltLIy8DggUf0zIi3qnlSSHcRKLnKt > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knE3fGEhfKFhnZ4NNFilAB0ZooNWNIit { width:18.75rem;height:18.75rem;top:2.5573110580444rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7AGJqe7Q5zz8nH50OpqMVqdDuvGyFg2 { width:18.75rem;height:6.8125rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usD16fTvU44LlheECH9tpzXNRMtSfeF2 { width:16.4375rem;height:3.575rem;top:22.9375rem;left:1.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyieezfAlMxwAhlRGxPfzH4b5vJE8cKl { width:18.75rem;height:6.8125rem;top:48.874998092651rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUixWpdk1X6L6Ps9Mg1pcJyxWyE1M6ni { width:16.4375rem;height:3.575rem;top:50.493747711182rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlTHzODImWdL76HknygV5SuWwBCmFWIO { width:18.75rem;height:18.75rem;top:30.125020027161rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHnlqSmOhHBdq5vOCOllDPIpSJbG9Q7Q { width:18.75rem;height:6.8125rem;top:76.06249809265rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlAzJDBu8JgNWI1v6glpA9IJlyTaF63v { width:16.4375rem;height:3.575rem;top:77.681247711181rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzT3gVbRcUa2evAlBtiuhDnC6OBwPyhf { width:18.75rem;height:18.75rem;top:57.312477111816rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcpJOKQ8EXSC5dmz0bgr33mtfW2T04K { top:83.99999809265rem;left:0.625rem;width:18.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4bprOyFcL9sF48EV2DtbpkvuMypOl6B { display:block; }
 }@media only screen and (max-width: 763px) { #UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 { display:block; }#UihIJxcwJwP9NMxd3TUHEZaIHFtCIFG7 > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK1Jb53quMud98sOkU18eaT34FpdPd2T { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFTAprfo8rVs5y5WxBxFnPhP9kasM3TW { width:20rem;height:14.1875rem;top:12.95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqVXnLPGcXGPCk6Ih1J6IeycifboHqi8 { width:14.375rem;height:1.5rem;top:15.5125rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu0O3CmmTlG37zZ3usKig1CX6U4h1TAI { width:17.5rem;height:5.25rem;top:18.54375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx3XgQna5vEDtva1a2TnSRUQSa23H1zX { width:20rem;height:14.1875rem;top:44.05416675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlkdGZEP6oFLsNzGrBQtURvAipZhZu23 { width:14.375rem;height:1.5rem;top:47.30416675rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKPUud3uAtPnTxTl3yixJK6kATed5WOL { width:17.5rem;height:3.9375rem;top:50.24166675rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVUAvOIfUpgJGpx8aQ6OW4Dimo0ayucx { width:20rem;height:14.1875rem;top:28.502083375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA63z5sJSNhFcJ19VXuuVhtbg307XIsd { width:14.375rem;height:1.5rem;top:31.064583375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL6UWVT3rrUM0JIltaBozAfpuEtFGsco { width:17.5rem;height:3.9375rem;top:34.033333375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6IOUIfqxOL5U37dSzc0LhSUcCfOdnml { width:20rem;height:14.1875rem;top:59.606250125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzhge4IGvHOyk2BtZsziJoLlZI7aBIqV { width:17.5rem;height:5.25rem;top:65.793750125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6iCFg72GS9OKORVe18cUUsCvVbLngnf { width:14.375rem;height:1.5rem;top:62.856250125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc5pEM3gklaDFw9l5vzzTSKWN4b0suR6 { width:6.6875rem;height:6.6875rem;top:55.25rem;left:6.6875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ARJGrmfyo4aph1RprsquCUodeXHxK9is { width:6.6875rem;height:6.6875rem;top:26.875rem;left:6.6875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #wR8cBG9mH4gpZVarJJCW1Q6O5Mpc4K51 { width:10.1875rem;height:13.25rem;top:29.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #okI05cXt7K0scNzBZCJtoT6y82bx7DBr { width:20rem;height:5.2rem;top:6.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r { display:block; }#JC6Eoc7V9yZ60xn4pqXFGwVaNAXVUT7r > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lN4O0knMT19voIAJdspivckd76MiQq0T { width:20rem;height:2.4375rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUAyIAGZ4FA4kuBBvu8CKKmHT9DisI63 { width:20rem;height:1.21875rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFw1UT5cMI8xwfy3QVoXbGhdnifFs4U { width:2.5rem;height:0.125rem;top:11.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC0BpLoiBGtfaDaLZR44a365tChbeOxV { width:20rem;height:4.0625rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDEAzlkt2wsxUlWkVyka4xvSWC2bU7xX { width:18.9375rem;height:12.25rem;top:13.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEItJAsMi1xVM80fCdA6twevseNI5cql { width:17.5rem;height:8rem;top:15.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSrr1kA5ZFHx2ba6nzKucpKa24qTPzxr { width:13.8125rem;height:1.625rem;top:27.9375rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hsdq813Ipb5uuFFefcDOkfAJMzt58kvP { width:13.8125rem;height:1.3rem;top:30rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IrIf91gqIqPoGcAyeaSpStMylUFcWa4i { width:4.5625rem;height:4.5625rem;top:27.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsExU1TbAeLzHe599PV4W5fFTTMsiIRS { width:13.1875rem;height:1.625rem;top:48.75rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ep3DARQIFCWbZnT7v7SSoNqVXHpnznJr { width:13.8125rem;height:1.3rem;top:50.5625rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rofT4vcf5SxMwb19wQsqpEgrATREBToi { width:18.9375rem;height:12.25rem;top:34.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0vbQLeKVnpWKozlZkGFh6iHBVAKATeT { width:17.5rem;height:6rem;top:36.375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2JOVVflUsPWXvE3Kcp4oRDyELwpWT7v { width:4.5625rem;height:4.5625rem;top:48rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTX75M0PbmizmBiFmW7Pi6fuMNyPcCmC { width:12.75rem;height:1.625rem;top:68.6875rem;left:6.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Iv3VFr6JkAJdWFHHTqhpSK41W6QSRA5g { width:13.8125rem;height:1.3rem;top:70.75rem;left:6.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dLPUQPKIGn1w0lS0hMNaVguel0bgvzZW { width:18.9375rem;height:12.25rem;top:55.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTLRdZGWsLUZ0RL3MTJVyJ3Plx3lTGWZ { width:17.5rem;height:6rem;top:57.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlnCut7eHIoTTnLbMeUnPJL7TaFvSlmB { width:4.5625rem;height:4.5625rem;top:67.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVvr4cpWrhw9C5FpbPQmVroSNv2XvKa8 { top:75.9375rem;left:0.625rem;width:18.64583375rem;height:5.08333375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUNMzOuZAZUbNFhnN1wUnszrQukevkgq { display:block; }
 }@media only screen and (max-width: 763px) { #OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv { display:block; }#OkUeTRKWDvFQuFXJVrxwztsSSLeSswlv > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2VXGHwuFb8mWSToXEbinS1hmruc5UeX { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgQXuUhxJnkArFCZMCaogmVoUNXzZDPb { width:17.375rem;height:9.66875rem;top:7.375rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-form-header {  }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-text {padding-top: 0; padding-bottom: 0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#121c1b;font-size:0.9375rem;overflow:hidden;font-family:dosis;vertical-align:top; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#ffffff;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-select {padding-top: 0; padding-bottom: 0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#8b5c42;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#ffffff;width:13.125rem;height:3.25rem;font-family:"bree serif";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(67,43,30,0.5) ;font-style:normal; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB [class*="-text"]:-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB [class*="-text"]::-moz-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB [class*="-text"]:-ms-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB [class*="-text"]::-webkit-input-placeholder { color:#121c1b;font-family:quicksand;font-size:0.9375rem; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-container:first-of-type{padding-top:0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-container:last-of-type{padding-bottom:0;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:18.29375rem;z-index:15001; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB {display:block;}#KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:18.29375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #gquToGFZO3xxyc9L8BdoUtICXSw8y5aU {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Fs0vR0ovaOCAlmSy7TllSpmno9kEVT8T {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #neNEdnAGfafnKwfbdmgrlTGzWOSPPlR0 {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Ne9171Rry5DlyASM9JNEmUN2qxA8v3TW {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #VO6Np1qm9Qreiuxu2BAxbKIfNO1L0THa {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #l9qULZ56dz8ib1Ipc7DShMFTTCUbrn3l {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #TiB8QtKBhwZhRMzikbcy5Iy9274HXIdI {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #XuNQNzo7MV01m7zW3d1Nbp15ufiq97sL {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #LWRT9vIuuLu9r3ZkIOltfFcXUnoqW8Ra {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #vXC5PMKkTVN0DP3zu6GgOzXIfJmJafCZ {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #AF38azaaJqy4Jb919nDNwvHavBukqO8A {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #ewg1Pdqrd7APJbUwFDW2V91R6SPw7oKF {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #qPDIIPJO3so2lBBsItWuEDJsgofD8QLF {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #ZksrmJxkhrwbisokdEnck5gKhuJSnxRk {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #dotInu6DSepDd0AM08VABccZNgAEPlck {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #sq56127s8Fm1KlyqmK5IlePyQ5yF9ke3 {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mIoCFBQDTBSARFBNh3uLIqSpri8tRHGS {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mG5AlTA492EBbEafPZoMsU3ade5DRA6D {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #mb0dvVo3t64Sr7Fn0yGeST6HBA4CLJJ1 {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #xBOFaO9kVBrtx4X0yRcWbpffkOtPAk8S {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #PldWRtfhmPgoeczqeaXSwpkOe1Nz2O7d {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #v07x5R55TQdzMULIMNCHqetETghaIuEX {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #Gu4oBEDHulGfVzThieZf5R4FoSAP1bgr {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #IS99oAnPaUOZBOgwk5BbkcyybNHaQ7TZ {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #I5CZdu8HtG8rRcWMUVoTUg8Fwg4NeCDe {  }
 }@media only screen and (max-width: 763px) { #KIcNPnuuZ72cZkRQ8OqEm1EC2eCzA8lB #kdFktZ3SlFdHzC4yOpIImOfPUCXr7XD5 {  }
 }@media only screen and (max-width: 763px) { #gkgvtknsoElm37nkDycfT6UeG88Meh5t { width:2.8125rem;height:3.1875rem;top:7.375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOMWTHOsG7arTZKNwZtegXTFubAFH30E { width:2.8125rem;height:3.1875rem;top:16.25rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNKNxRf2TJWsS5DhPTKAtGw7WCdKzXh5 { width:2.8125rem;height:3.1875rem;top:11.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kHmHrcItFHhOeVxIFGCadgrJO8U3TiBh { width:2.8125rem;height:3.1875rem;top:64.68125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFMSTggNItb6dnTrmu8TCEUObz6pW0ZT { width:1.8125rem;height:2.0625rem;top:69.11875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iblzFw9F88T5hE5rvCfc3Nxi5OzCQdHP { width:2.4375rem;height:2.8125rem;top:72.43125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #U19AW1PErnmPVI0My7nn5KmJ2WmNsF0X { width:1.625rem;height:1.875rem;top:84.43125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSI5FJak2fRpC75vELm4Z8FpJgxW5d6Q { width:2.8125rem;height:3.1875rem;top:76.49375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXbfT9HQ9caWIILZhdHtM6UJ0hANeeHs { width:2rem;height:2.25rem;top:80.93125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK { display:block; }#ppguu2IzqXIWZ4DcLdWdWvuur6rAhhSK > .row .container { width:20rem;height:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL4pT6BL8gZFUTCoOh40ootluQJqiWpe { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmK9CvaA9Wa4TJkgkWdhzmIvZgJLV52v { width:19.75rem;height:13.625rem;top:89.012499809262rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmddaTFRwg5yCpUTRM1TKVarNGcSbGlL { width:9.875rem;height:0;top:89.4375rem;left:5.0625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #LLGGS60OniuEBikkkue7Ph0eXrgt8u1K { width:18rem;height:0;top:95.0875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #DTNJn10J58AT75MccNFT7ds7eSWI8mvI { width:18rem;height:0;top:99.7375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #QB0l3vGacTImVhnPAnInkPMe5fW6dGDA { width:19.75rem;height:13.5625rem;top:45.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3HFtzw3LZ1HpG59s1o64v1yDecxHaDL { width:19.75rem;height:13.5625rem;top:16.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvK3rOmCBxEEhMMdZpx4b3RiiLL8EEk7 { width:19.75rem;height:27.625rem;top:60.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVogtVLZzW2h3JA4L6oyIwHfwkRE4vJT { width:19.75rem;height:13.5625rem;top:30.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRNT6JKftMIWox2bOncEzMhJG7k57H42 { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbsyZ9l9xTQAhIDcgT6s7sXi87DgH3r5 { width:12.5rem;height:2.03125rem;top:99.887500762938rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbDULwrksbOz9xGy3RkWNWkerPdV6fdP { width:18.625rem;height:1.625rem;top:85.4375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFbAvNkActQo36p2av7RDihEOsvIkMV4 { width:18.625rem;height:1.625rem;top:41.8125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orB1uNmVQoPOWWtg8JGaGRZbm9k96EEd { width:18.625rem;height:1.625rem;top:27.112503051757rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iauaBZvqhKMbMaTQdnGisMhGW2konRDd { width:18.625rem;height:1.625rem;top:12.125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD { background-color:#ffffff;background-image:none;display:block; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container { background-color: transparent; background-image: none; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container > .video-iframe-container { display: none; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row > .video-iframe-container { display: none; }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .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); }#pz0Aao2K1U8dyHt73ByErcd7Ua1ObKxD > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC1Niq98pbpp8qUsoqk1SUnVJSmOF3Ms { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #et1iVvE4msCEcl7KgelMMkcTPIt10hTd { width:20rem;height:7rem;top:5.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 .accordion-heading-text { font-size:1.125rem;height:auto; }
#TScogBwrunP0pBqp5mPHs6lkIdtcygK0 { display:flex;height:59.4rem;width:20rem;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #OodsPV5BXukE8bItk32bfgEf4TFFXFHJ {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #OfroabEz6zEtw3TFlNFksI1kA1VtHIuS {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #ZHIcwEslyLulLCrVpapgbsGwvgDiIr45 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #MeQ26HlEEITMQsrcBhxyVDH6UyeciSwr {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #LZhLtz9Ug3rXLsVDZLmlHnZwtpEP5kXQ {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #gVAksP4d8xKSPi5W2p3sbC3dRn1Wwob0 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #Zy8tUis2tvclE8S06TcfpwQQwMFa76OM {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #HqRWQftDJ19S6Sk83F3XCOriG8Z04m4l {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #NQplFe31i5QcifyKgG7R64TmIemCQRZl {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #CJu3oCuyv8sLhSxRDEGQQw4ADBiaiuev {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #isyJL9Xn7ofWh6G6bB2emOoiRtURIEc1 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #BLJTWzAtd0dICbOqwUuuoiT1fDcOa6V9 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #LEK5pl83ohus3pwOHLz1uANDLNsmkP1y {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #cai8hqkOzneKzlRACHKin3TwliTcpSc4 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #gkH7PCvNNxuSd63I98ReKEqTkLfKodVi {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #dfqNTsQ0xTmu3lJw1SihO7opVG8xBd5q {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #hAyZoBicDtOcGp766DQe7tXBh4aIB8Tc {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #olAB6TGb62szqENuE81nPEWZTdUwEZB5 {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #rrDXR9bpOBXFGIZJm1zp9tfCcVTGux2O {  }
 }@media only screen and (max-width: 763px) { #TScogBwrunP0pBqp5mPHs6lkIdtcygK0 #kmkq3ckpMl0SLvwwiLvZXadlh9muNK0G {  }
 }@media only screen and (max-width: 763px) { #yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r { display:none; }#yzPtTJVRv6NvyCEwhsEVtwwuZdOuJT8r > .row .container { width:20rem;height:126.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qI0F6sZTRyyoQn9X9CAMENp38aGqPpvX { width:20rem;height:6.09375rem;top:113.975rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkvIz6MlTrS0t52sTzv9XduwxMz2MXzk { width:20rem;height:111.475rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGzCoTd9Tg5ESUxlBPlv1U9UgyCFGUiN { top:121.31872558594rem;left:0.625rem;width:18.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLm6AkO1nauOkRwIPdMon8tZ9xnhQvyt { display:block; }
 }@media only screen and (max-width: 763px) { #BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 { display:block; }#BCd7uexMVnJHN63RGVd5EhXaTUiQqIi5 > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLriy0WSAqBW85FzN867MrrTI0279wvN { width:20rem;height:1.1375rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T66fJTThox4DsI9wIFwHTtm0BhofcSy1 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCtlzA1t760NTBnlEUMAQshFtmWipNQd { width:19.9375rem;height:2.03125rem;top:19.249999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgo32rQwDBixTW1ngJOcXccwOxxqghfy { width:19.9375rem;height:6.90625rem;top:22.187499046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmlnf1bEKzFWWcHOS9JZS7JDdEzOFQmc { width:13.5625rem;height:9rem;top:9.5000810623169rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg5MocaZ4tLI432D1CtUEWhaDqxcdIH7 { width:19.9375rem;height:5.525rem;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGg3K4m2PhDQ9ToRGUB2eTw2q6cKALNg { width:19.9375rem;height:4.0625rem;top:39.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHyFKIRHlLoyfMxttTHmFTzNs5kGtkWF { width:12.375rem;height:8.25rem;top:30.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktnrb4dzPq7Cr8yEik9PJob6hPug0DrV { width:19.9375rem;height:8.2875rem;top:68.187416076663rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udEX0iM6pdr6yu44tvfTUueU0kpW6H7R { width:19.9375rem;height:2.03125rem;top:64.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d14oFZz2VdG1THxuo2gTMLSkt82OBGXR { width:13.375rem;height:8.25rem;top:54.625000953674rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 { display:block; }#nDKWvu3KNlcHaRS4Qmt6i1IvCOMB4Q48 > .row .container { width:20rem;height:113.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm1ys1kfWaxamOo8WRyxHWOTyzZCmduR { width:15.1875rem;height:4.75rem;top:2.0625829696655rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtIZ9FMw500u48WKQHwtvvTWi8dhNMZM { width:16.4375rem;height:8rem;top:9.0625009536744rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4 { width:5.5625rem;height:5.5625rem;top:3.1875rem;left:14.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3puix1YH/agent2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4.adaptive-delivery-prevent-bg, #fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4.lazyload, #fJChkZh9b2RB8NEvAkLKPp3mhfe9yHk4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xTt6w1iEgrr2i41yZTVlTzRLNCIAyB1v { width:20rem;height:22.3125rem;top:21.750003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdOQoQWmwLcqSNl5BLxzWvC2fSKipHWJ { width:18.8125rem;height:2.11230625rem;top:24.25rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLfBBR7untuW9RNpdxliOUvqu1X6G8JR { width:14.6875rem;height:1rem;top:27rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HtULBTXM4K8er4lkWKfnQynEMDdIaaOh { width:17.5rem;height:0.0625rem;top:30rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiuyQRXNRxBVw64AfGBLaRwnxFN3eOR7 { width:13.5rem;height:1.29980625rem;top:35.625rem;left:4.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JgDmTuhlVJMMuENzuedHlTSIR4e4d8k6 { width:13.5rem;height:1.29980625rem;top:32.0625rem;left:4.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e9iZ3iSiO18AiurNOSPoPSWpPUpNPeGO { width:1.875rem;height:1.875rem;top:35.3369140625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TennuNHabT5tnbkbmlgzzG3wRovNwZkr { width:1.75rem;height:1.75rem;top:31.8369140625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9OdFUcAai3STTDx8oibGztOtsTMBxZa { width:17.4375rem;height:3.3125rem;top:46.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcWXkI2xcxO8K7VQoFs2azP3qxQ3sTz { width:17.625rem;height:5.28125rem;top:50.849998474121rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXJKJNBIzZeHwuJMqVi3S2CHkySymM9r { width:20rem;height:7.625rem;top:92.138542175294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpIbOCZqLFVB54ieQNQUWhRkSEvGhZLv { width:18.8125rem;height:3.16875rem;top:103.3125038147rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4mtuwpxJsx8CPy22J0ywyr3ZXmTCU6C { width:5.5rem;height:2.3125rem;top:103.3125038147rem;left:12.244791984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eil5yRqbn0vculaVxrLLLL6dAk5IirpZ { width:12.5rem;height:1.3rem;top:70.963539123538rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR1EQzXcIUVuVHFT2GygZzoToHsnnqfp { width:12.5rem;height:2.275rem;top:73.231248855594rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSPr6Szqftfsus0ipUpWJOCTIsZwh8Hs { width:12.5rem;height:1.1375rem;top:63.306247711181rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi4BLBV2kxG8b3XaBsfKV3zSLueUUhbg { width:12.5rem;height:1.1375rem;top:76.018751144406rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXWZrZfcOZ6T0g3yGTMr0HSVm2AcGOSv { width:12.5rem;height:1.1375rem;top:65.231248855594rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG6HSfP4dTxMEeRkfrHGUSz8TEqFtREZ { width:12.5rem;height:1.1375rem;top:78.068752288819rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZi2JVZyk9f4yZt1iBpQ5ORluDzOyGTi { width:12.5rem;height:1.3rem;top:56.131248474121rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASc0T60TJbXFuqkMDJTdekR6fZ3qHra3 { width:12.5rem;height:2.275rem;top:58.656249046326rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEAWqVW35oCsAkzgAAP4QOnZ6Z0BvC0G { width:12.5rem;height:1.1375rem;top:61.506248474121rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTSSegAnMLHRTGcATeOlufg0okw8cPe3 { width:12.5rem;height:1.1375rem;top:67.15625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArH9nqswvzXJPD6GD8q2Pc03REMbwDAy { width:12.5rem;height:1.1375rem;top:89.43125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJygEiu7aWurDB3RTWQLOQwh8s0UAE27 { width:12.5rem;height:1.1375rem;top:80.131252288819rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuOEEVin6hTcPwMlxz33faZmULdO6CHE { width:20rem;height:2.925rem;top:108.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTGXxNyUPFl5SAw8hbyxAgE7VZCEu52 { width:12.5rem;height:1.3rem;top:85.581252098081rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2qGIALc8JyUy5xQwiucT9V6sP6zg57u { width:2.5625rem;height:2.5625rem;top:88.06354522705rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCor8DSwgXZzwbmBGBuZSwp5kWK9leBh { top:39.375000953674rem;left:0.5625rem;width:18.760416625rem;height:3.197916625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rexSzU98FeWdPtcbuzpvWQEVoi6Rfw { display:block; }
 }