.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { background-color: transparent; background-image: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { border-width: 0; border-radius: 0; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#UaApIKTIHtR9Wlsp074gR0O657W09EFN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:16.5625rem;top:0.40625rem;left:29.1875rem;overflow:hidden;display:block; }
#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#9fb5c1;background-image:url("https://images.assets-landingi.com/uc/1bcbbe20-cc6e-4679-861d-239d6c7e7865/gardenpartydesktop.jpg");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;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.adaptive-delivery-prevent-bg, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyload, #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk.lazyloading { background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { border-width: 0; border-radius: 0; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:75rem;height:28.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#xx8Rtdg3nUEdOq03U95tGl5tlGGLJEwT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:28.125rem;display:none; }
#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row .container { background-color: transparent; background-image: none; }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row .container > .video-iframe-container { display: none; }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row > .video-iframe-container { display: none; }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .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); }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row .container { border-width: 0; border-radius: 0; }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#Nuv9CTCeo4MRFGDgQSBtHQwekDuTQs7S { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:3.5121526718139rem;left:8.25rem;height:4.7431625rem;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; }
#dIUSpS6mP3s5GFKxcAKhWVezFd8pFJWI { color:#000000;display:block;width:58.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:7.9817714691163rem;left:8.25rem;height:5.625rem;text-align:justify;text-align-last:initial;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; }
#yIptFtvQEhPGUtQcRartQSyvIrUsXGBO { position:absolute;display:block;z-index:100007;background-color:#f83c72;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;height:0.1875rem;width:18.75rem;top:6.5902786254881rem;left:8.25rem;display:block; }
#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3e7e7;background-image:none;position:relative;display:block; }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row .container { background-color: transparent; background-image: none; }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row .container > .video-iframe-container { display: none; }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row > .video-iframe-container { display: none; }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .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); }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row .container { border-width: 0; border-radius: 0; }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#tCpnF3K1GiGkgp1TqlfpuqrzsOLepbA4 { color:#000000;display:block;width:45.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:0.58420181274414rem;left:14.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row .container { background-color: transparent; background-image: none; }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row .container > .video-iframe-container { display: none; }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row > .video-iframe-container { display: none; }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .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); }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row .container { border-width: 0; border-radius: 0; }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#g8cR6MaXwCXKURg7PIXmBed1mhd2qsC9 { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:8.125rem;height:1.462675rem;text-align:justify;text-align-last:initial;display:block; }
#uH8PedkXCSSuoCmTqX17oU6nLMrrTZFL { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:6.25rem;left:8.125rem;height:3.375rem;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; }
#oL1yRWWJffGyWfI7KZW4Ncr9Lv0TxUX9 { color:#000000;display:block;width:46rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:12.249132156372rem;left:8.125rem;height:1.462675rem;display:block; }
#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;background-image:url("https://images.assets-landingi.com/aYIi30Dd/white.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.adaptive-delivery-prevent-bg, #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.lazyload, #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru.lazyloading { background-image: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { background-color: transparent; background-image: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container > .video-iframe-container { display: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row > .video-iframe-container { display: none; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .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); }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { border-width: 0; border-radius: 0; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#dnwwepM3lTxG3b4o7JuDCHpmFaLwduJv { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:5.69444375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JxM3gzJdSJudd2AWCANKMabeXH4dXJIi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOXQhKH1iAbh2A6T7RbMV3ln9hACOMZM { color:#f83c72;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:700;z-index:100003;line-height:.7;letter-spacing:0;top:0.75rem;left:30.875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { background-color: transparent; background-image: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container > .video-iframe-container { display: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container { display: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .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); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { border-width: 0; border-radius: 0; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#amrgbAL4HUzch6RWJ90CWpv4X4AfWt41 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/104ccf37-8229-49ff-83f1-4c9c985ebab5/pielegnacjalp.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;height:22.25rem;width:25.5rem;top:0rem;left:5.6875rem;display:block; }#amrgbAL4HUzch6RWJ90CWpv4X4AfWt41.adaptive-delivery-prevent-bg, #amrgbAL4HUzch6RWJ90CWpv4X4AfWt41.lazyload, #amrgbAL4HUzch6RWJ90CWpv4X4AfWt41.lazyloading { background-image: none; }
#DoKlqbzAuGrFD2hOItiMTFxP9EccPb1h { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:3.625rem;left:26.1875rem;overflow:hidden;display:block; }
#v68xgOOaJX4Lm3A6O3hKoaOciTZlRnH0 { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:27.0625rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azHZkZCH7QmUFtFXQRBuTEaXb8pck6n2 { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:27.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSuUw5MCNXrkzO3onumSoGP0l3kVb08W { color:#f83c72;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:13.75rem;left:45.9375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Sr5yMIhsQoiz52TigZWsiHtwI6L8984F { position:absolute;display:block;z-index:100011;background-color:#2d2929;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;height:0.125rem;width:14.75rem;top:15.5rem;left:48.5rem;display:block; }
#Lw12P8J3EIWCLEh8Dk1MNPBwZrTgggRz { 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 #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;box-sizing:border-box;color:#2d2929;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:17.875rem;left:52.9375rem;display:block; }
#MTr1L3IM9ctyBZ7Swg6kCTDEmFte8CSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lVWKbucJa7NaB52sm4sXmpiq4a8Oo2t2 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:5.25rem;left:46.125rem;height:6.82725rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L8HKNGIDDhQT3Ne46E6RqMH7MS834V9o { color:#f83c72;display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:2.875rem;left:45.6875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rKVCMStp9mDc7yec8hCMuOlJ63xPxnCr { color:#f83c72;display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:3.125rem;left:12rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -moz-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -ms-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -o-linear-gradient(180deg, #ffc1ce, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1ce', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1ce', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffc1ce, #ffffff);background-size:auto !important;position:relative;display:block; }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row .container { background-color: transparent; background-image: none; }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row .container > .video-iframe-container { display: none; }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row > .video-iframe-container { display: none; }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .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); }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row .container { border-width: 0; border-radius: 0; }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#b7WKZwou3BHm8iRB3TlhZqzJvQcJ8shV { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:13.6875rem;left:2.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uy2ysBiW5qntHMmvM9nTPlc5PoEmuzUl { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:15.5625rem;left:6.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3KNQNF7Dh2z5AWzVHn2Ji8SZUpVhbOi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:16.8125rem;left:6.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGgK98AgcxeXx5y7QOX1dsEtoTGdf8ol { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:0.7439250946045rem;left:0rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uw9vuec6csc8kwyBIKQ5wOfqFhaSoVyr { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:27.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k3DNXLFqs9Tnu4t8VEhiUZwV0LMnWveN { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.625rem;left:31.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fLG90rXs35VHvb7TK64MmUTtG2tRmM9W { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16.8125rem;left:31.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bGqPONT2NRRh7tLLfTWtSPCPc89UFaPG { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:29.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tl8LD0nXqbJmGtNxvWWp9l6OF9WlIy21 { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.625rem;left:56.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOGBxdcPVTyo7HmJhHDCxcNl7zi0u7nw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16.8125rem;left:56.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B59Xm10t0RxyfT59Pd9pNmaAlrJAb9b5 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:6.8125rem;overflow:hidden;display:block; }
#NwPDELWM6s3ZPZAZOtZT4s4lX7TnGwk5 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:56.8125rem;overflow:hidden;display:block; }
#gu24dUymd9mVd3DSclPmDgGt4y9R1RPk { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:32.0625rem;overflow:hidden;display:block; }
#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row .container { background-color: transparent; background-image: none; }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row .container > .video-iframe-container { display: none; }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row > .video-iframe-container { display: none; }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .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); }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row .container { border-width: 0; border-radius: 0; }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;background-image:url("https://images.assets-landingi.com/aYIi30Dd/white.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN.adaptive-delivery-prevent-bg, #KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN.lazyload, #KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN.lazyloading { background-image: none; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row .container { background-color: transparent; background-image: none; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row .container > .video-iframe-container { display: none; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row > .video-iframe-container { display: none; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .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); }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row .container { border-width: 0; border-radius: 0; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#SC1xJbZKFG9yzxG01CLlqTbEDk4VTpFa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:7.1180625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WZgXPWoCUZEW5MPG9GfJgWqMD0yMVUx2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OUGG7S6yXnAZDBrsQU6Rz0WnILlnHTaV { color:#f83c72;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:700;z-index:100003;line-height:.7;letter-spacing:0;top:0.74913406372069rem;left:30.0625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row .container { background-color: transparent; background-image: none; }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row .container > .video-iframe-container { display: none; }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row > .video-iframe-container { display: none; }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .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); }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row .container { border-width: 0; border-radius: 0; }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#wpvbioqBbc722Wg6kQIdrShGO0SG0WU4 { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.125rem;left:27.3125rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePdfkHWCfbulGpVS8cfpQ4Zgoi9yqLuZ { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.625rem;left:27.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JD7EQhiI1NmxPxy8XX5uvgoKvOFBMty4 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:5.5625rem;left:13.0625rem;height:6.82725625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R974m8Bl7LJTV56JJar3CGWURRExzNRI { color:#f83c72;display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:3.125rem;left:12rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T7S4Tk0BIL17Z2Om5FUkaT9v8CVnI7ch { color:#f83c72;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.25rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iTIOTRVc1Ca8p5dUKzpmD9eTJqSEoTTQ { position:absolute;display:block;z-index:100016;background-color:#2d2929;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;height:0.125rem;width:14.75rem;top:15.6875rem;left:14.8125rem;display:block; }
#OcSGRWW8GLyEBaTxsr8s9xv3wdXJzS9h { 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 #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;box-sizing:border-box;color:#2d2929;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:18.125rem;left:19.25rem;display:block; }
#GRxKfgAFq8TkKq3uSlKWt90uiAyVvm3o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZwscrSC0U53kLVRPxMTTGrblhLVU4Nce { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:3.375rem;left:64.4375rem;overflow:hidden;display:block; }
#v66uXyWf4FsNXKbf2bGUWltpOPztzoN0 { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:65.25rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzbhquv0yIki9vuzwdN9bkGdKI1PgQXF { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6.0625rem;left:65.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bG9Vmux5TWuN8SVgvOIOzye9Oc7MASTT { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af7da83d-8907-4b4c-a5e2-67dc9b848575/stylizacjalp.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;height:22.25rem;width:25.5rem;top:0.875rem;left:43.5rem;display:block; }#bG9Vmux5TWuN8SVgvOIOzye9Oc7MASTT.adaptive-delivery-prevent-bg, #bG9Vmux5TWuN8SVgvOIOzye9Oc7MASTT.lazyload, #bG9Vmux5TWuN8SVgvOIOzye9Oc7MASTT.lazyloading { background-image: none; }
#m735N4pzx3hCgrGpdGSKNvzElfVWO72k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -moz-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -ms-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -o-linear-gradient(180deg, #ffc1ce, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1ce', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1ce', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffc1ce, #ffffff);background-size:auto !important;position:relative;display:block; }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row .container { background-color: transparent; background-image: none; }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row .container > .video-iframe-container { display: none; }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row > .video-iframe-container { display: none; }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .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); }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row .container { border-width: 0; border-radius: 0; }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#oCAkyqTsus9V9oRFCeoQVTwIU3HMJbTD { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:13.6875rem;left:2.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLtgTCcWcVAF4GoJBlRtTCgzMl3aaETg { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:15rem;left:6.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAHNb62rnexHS0OXNXh0RTSyMsmmZ8fi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:16.1875rem;left:6.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HcfIs5B0Tq2g649rogx67kZZF4id9klT { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:0.7439250946045rem;left:0rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTOrhycsXIbdww59AgmcfetXZqbUGtWo { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:27.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTAsoZ4mn0XOnDrwKXdwHADpXeVInF9P { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15rem;left:31.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TpKpWGMSLTTsKKoQ61ZbIpwb7a2tvRpH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16.1875rem;left:31.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hnXiqKmfgDnHhTzpNxoH1LXFyJoVsN6L { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:52.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aJ9ONer8puMm749A075CTQKtknTTcFts { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15rem;left:56.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omK7D3Mo1N0KaSwdQFzWD27qGpU3LuUt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16.1875rem;left:56.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Le9zPzHWAUrs3X1RJVadEKkPXq2UVP7x { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:6.8125rem;overflow:hidden;display:block; }
#wbpts0ehzlc2cQqqMR7K6CnvIuDFTcSJ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:31.8125rem;overflow:hidden;display:block; }
#gB0lXDKTlU95EDvLXmHiUZZgS8R0S8q5 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:56.8125rem;overflow:hidden;display:block; }
#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row .container { background-color: transparent; background-image: none; }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row .container > .video-iframe-container { display: none; }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row > .video-iframe-container { display: none; }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .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); }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row .container { border-width: 0; border-radius: 0; }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;background-image:url("https://images.assets-landingi.com/aYIi30Dd/white.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0.adaptive-delivery-prevent-bg, #fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0.lazyload, #fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0.lazyloading { background-image: none; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row .container { background-color: transparent; background-image: none; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row .container > .video-iframe-container { display: none; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row > .video-iframe-container { display: none; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .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); }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row .container { border-width: 0; border-radius: 0; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#UffiNNfg9mppTD70TUDzGTv70LEXNK9L { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:4.27083125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uLlW4FiInXyAKO1gP3hBQFfQV4iBmhBL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzXGIqvairkXUckv7r8D6Ckoh1I4TAuE { color:#f83c72;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:700;z-index:100003;line-height:.7;letter-spacing:0;top:0.75000381469725rem;left:29.4375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row .container { background-color: transparent; background-image: none; }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row .container > .video-iframe-container { display: none; }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row > .video-iframe-container { display: none; }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .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); }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row .container { border-width: 0; border-radius: 0; }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#isdl6r7PuKVzn0ra6axpf6FhRhCs7BUg { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/41833700-29d2-4d13-84ff-cc1b87a1b3e4/sprzetlp.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;height:22.25rem;width:25.5rem;top:1.625rem;left:6.375rem;display:block; }#isdl6r7PuKVzn0ra6axpf6FhRhCs7BUg.adaptive-delivery-prevent-bg, #isdl6r7PuKVzn0ra6axpf6FhRhCs7BUg.lazyload, #isdl6r7PuKVzn0ra6axpf6FhRhCs7BUg.lazyloading { background-image: none; }
#TTyH3BbhCaoZJbiynFV8nPo7RLEzCtDi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:4.1875rem;left:27rem;overflow:hidden;display:block; }
#PQZQd1TP7SHqRku7vyyNCdoeCQU5TOdH { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.375rem;left:27.875rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJbbfFq5gZ2LcewMsuSHyIy5qIAd8arr { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.875rem;left:27.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWC461ZQ6Dmc7XRhPdzqSzv3HT9GKGN9 { color:#f83c72;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14rem;left:46.25rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LZNmu1TqP6lgi1pt2aLbAbUceCT4I0r4 { position:absolute;display:block;z-index:100011;background-color:#2d2929;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;height:0.125rem;width:14.75rem;top:15.75rem;left:48.8125rem;display:block; }
#vRtLT84PxLVnWdMce6Wm5TmLLU8AaBrx { 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 #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;box-sizing:border-box;color:#2d2929;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:18.125rem;left:53.25rem;display:block; }
#aksybTV7b8TwCOHUBS2mzLI1PLcUb70G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fMLrJwR6NfBRHAyA93SqtB95RFeHcmaU { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:5.5rem;left:45.9375rem;height:8.5340625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pzJEk7rhefkRs4prrAX0psRGBFTkbgxs { color:#f83c72;display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:3.125rem;left:46rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -moz-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -ms-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -o-linear-gradient(180deg, #ffc1ce, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1ce', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1ce', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffc1ce, #ffffff);background-size:auto !important;position:relative;display:block; }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row .container { background-color: transparent; background-image: none; }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row .container > .video-iframe-container { display: none; }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row > .video-iframe-container { display: none; }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .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); }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row .container { border-width: 0; border-radius: 0; }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#AofZp3uM6SOM31To9nW09iD1cFpHBvWE { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:13.6875rem;left:2.5625rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bmrTgtK9fg7d4L0HzkLmTITCRaxWqZ0I { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:15.9609375rem;left:6.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acikP69uECBb6TEAFcIcv6m0g1H02cET { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:17.2607421875rem;left:6.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mL7QmJsic2PbSRCsTivRvUIatsJ581Re { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:0.7439250946045rem;left:0rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSIRWGiOSNMIHRJoZCQlhHBfTuh1hy5c { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:27.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mllpto1Lh2Gnp3n9DuF7HFtnrIV3Wt0q { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.9609375rem;left:31.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PC05O3OWnokg6vswfJA3onQIPMXgEESF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:17.2421875rem;left:31.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#msvVBR73OMvM7XHNuneaFpuFHCZN8O2J { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:52.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcr5UkvzTiqD7uDADIS5v7NgTsBs1kaQ { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.9609375rem;left:56.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVF7uu6QAyqkn32in5bzS7BBk5bIxSKe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:17.2421875rem;left:56.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgIk6CMsON9AxZJ0A6IAT15sdnCzn9Oh { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.1240234375rem;left:6.8125rem;overflow:hidden;display:block; }
#N0hm9zHNmsBgTMX4aBGWx3GFi3peyVs1 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:32.0625rem;overflow:hidden;display:block; }
#R85RZ6DkQ3AJ6arclRI54MfzE8g0bAEL { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:56.8125rem;overflow:hidden;display:block; }
#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row .container { background-color: transparent; background-image: none; }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row .container > .video-iframe-container { display: none; }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row > .video-iframe-container { display: none; }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .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); }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row .container { border-width: 0; border-radius: 0; }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;background-image:url("https://images.assets-landingi.com/aYIi30Dd/white.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ.adaptive-delivery-prevent-bg, #yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ.lazyload, #yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ.lazyloading { background-image: none; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row .container { background-color: transparent; background-image: none; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row .container > .video-iframe-container { display: none; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row > .video-iframe-container { display: none; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .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); }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row .container { border-width: 0; border-radius: 0; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#FS6BfhvpsUC4ZGpwt1OmkanXtKtTZg3U { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:5.69444375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zSLimA69TFQ1y5HykPOST8cgQTtcKaPk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUXzuN8plQ4QHdSgqFJe1i1WiutvGK3x { color:#f83c72;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:700;z-index:100003;line-height:.7;letter-spacing:0;top:0.75rem;left:30.875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row .container { background-color: transparent; background-image: none; }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row .container > .video-iframe-container { display: none; }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row > .video-iframe-container { display: none; }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .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); }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row .container { border-width: 0; border-radius: 0; }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#usfvEX331kdTeLgSBZnS2SDoPvmmfTGB { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.375rem;left:27.1875rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPAiTTS4FRfVt1VaTuBwbS5VbaUT6cvb { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.875rem;left:27.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LN9Hxw6TlmHlBcy3JwPtw2dlFc3P6q5n { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:5.9375rem;left:12.9375rem;height:6.82725rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#av5kX57BpO4d8hw02Q2UaycnuT2d2s0T { color:#f83c72;display:block;width:22.9375rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.4375rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#z5Fq8ASMTrHkDbhAIDLnkTm4c9W6QwDf { color:#f83c72;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:14.1875rem;left:12.125rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lafeNVkfWGmk3u3oJKQDZ8IQL16kkueM { position:absolute;display:block;z-index:100016;background-color:#2d2929;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;height:0.125rem;width:14.75rem;top:15.9375rem;left:14.6875rem;display:block; }
#KctMGdu9P9TazPfruFbtbfb386uPygOG { 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 #2d2929;border-left:0.0625rem solid #2d2929;border-right:0.0625rem solid #2d2929;border-bottom:0.0625rem solid #2d2929;box-sizing:border-box;color:#2d2929;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:18.375rem;left:19.125rem;display:block; }
#ITS19Cni1brvFlI1Fu7hbbGZ2ivDoUVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L1d0y1EziSHqsNoCouBV53gACIlL1oyO { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:2.8125rem;left:65rem;overflow:hidden;display:block; }
#QKKRbDq9N1sWLTsyU7DbQReNtJT5Rd0s { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4rem;left:65.8125rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giDv4yoZSLBfv8le7Bugcu2BRXi3B4wu { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:5.5rem;left:65.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiRoaHgNOy9CasUuTiouJCnwZE3rlbIP { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38a81a73-4871-480b-b9b2-1ba12cb7f0c7/szczotkilp.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;height:22.25rem;width:25.5rem;top:1.0625rem;left:43.1875rem;display:block; }#OiRoaHgNOy9CasUuTiouJCnwZE3rlbIP.adaptive-delivery-prevent-bg, #OiRoaHgNOy9CasUuTiouJCnwZE3rlbIP.lazyload, #OiRoaHgNOy9CasUuTiouJCnwZE3rlbIP.lazyloading { background-image: none; }
#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -moz-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -ms-linear-gradient(180deg, #ffc1ce, #ffffff);background-image: -o-linear-gradient(180deg, #ffc1ce, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1ce', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc1ce', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffc1ce, #ffffff);background-size:auto !important;position:relative;display:block; }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row .container { background-color: transparent; background-image: none; }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row .container > .video-iframe-container { display: none; }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row > .video-iframe-container { display: none; }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .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); }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row .container { border-width: 0; border-radius: 0; }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#DTwLJ8NI9y6OgiPuTf9mVTZO2rCEvBGI { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:13.6875rem;left:2.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ned0WfP73zu0FEF0OA30dZUsVaSrUN5K { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:16.3125rem;left:6.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hyvc2wexussvvfGu7QC1DzeCaTvrcsXk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:17.5rem;left:6.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ok88eg5TOrXSnqi4U6stbp5PSr9ZvCIl { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:0.7439250946045rem;left:0rem;height:1.381075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dVVi7TmgEigKMlmvLqqhTHtEEUlt7z04 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:27.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxQgSpr6x10lrtUfVFTHpfJ2g65OEeZQ { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:16.3125rem;left:31.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M6h93sBXshZUVBE2ULmvbArwevBVFKgd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:17.5rem;left:31.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIkRxoXQE8uretkLSPEfRx5mLAXTymw2 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:52.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSe2CQxKPCi2aSTCvSwTRTyHPXl0eTZB { color:#f83c72;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:16.3125rem;left:56.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mo1KenFLQwZ5L1DL9IcpshN4Pli4sFWA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:17.5rem;left:56.25rem;height:1.055775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C1Q7uSqbCePSKWR4zI7WnqNpRrTutxig { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.1240234375rem;left:6.8125rem;overflow:hidden;display:block; }
#bcXSEz4Ksw03dPiTWkS9hn1XrUuQFDw5 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.1240234375rem;left:31.8125rem;overflow:hidden;display:block; }
#RK42nvLx6E6AlMEJXvotoWXzq9ibONBN { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:11.3125rem;top:2.4375rem;left:56.8125rem;overflow:hidden;display:block; }
#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row .container { background-color: transparent; background-image: none; }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row .container > .video-iframe-container { display: none; }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row > .video-iframe-container { display: none; }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .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); }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row .container { border-width: 0; border-radius: 0; }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#gI4Z9VmKDNQVVe1RtPQO6vSnox0tZKTb { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6614570617676rem;left:27.375rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaApIKTIHtR9Wlsp074gR0O657W09EFN { top:0.375rem;left:15.5625rem;width:16.5625rem;height:3.99956875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xx8Rtdg3nUEdOq03U95tGl5tlGGLJEwT { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 { display:block; }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nuv9CTCeo4MRFGDgQSBtHQwekDuTQs7S { width:41.3125rem;height:4.6875rem;top:3.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIUSpS6mP3s5GFKxcAKhWVezFd8pFJWI { width:47.75rem;height:5.625rem;top:7.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIptFtvQEhPGUtQcRartQSyvIrUsXGBO { top:6.5625rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp { display:block; }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCpnF3K1GiGkgp1TqlfpuqrzsOLepbA4 { top:0.5625rem;left:1.3125rem;width:45.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S { display:block; }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8cR6MaXwCXKURg7PIXmBed1mhd2qsC9 { top:3.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH8PedkXCSSuoCmTqX17oU6nLMrrTZFL { top:6.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL1yRWWJffGyWfI7KZW4Ncr9Lv0TxUX9 { top:12.1875rem;left:0rem;width:46rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { display:block; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnwwepM3lTxG3b4o7JuDCHpmFaLwduJv { width:47.75rem;height:5.75rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxM3gzJdSJudd2AWCANKMabeXH4dXJIi { width:47.75rem;height:2rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXQhKH1iAbh2A6T7RbMV3ln9hACOMZM { width:16.125rem;height:2.8125rem;top:0.6875rem;left:17.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amrgbAL4HUzch6RWJ90CWpv4X4AfWt41 { width:25.5rem;height:22.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoKlqbzAuGrFD2hOItiMTFxP9EccPb1h { width:5.625rem;height:5.625rem;top:3.5625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v68xgOOaJX4Lm3A6O3hKoaOciTZlRnH0 { width:3.9375rem;height:1.9375rem;top:4.75rem;left:19.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azHZkZCH7QmUFtFXQRBuTEaXb8pck6n2 { width:3.9375rem;height:1.1875rem;top:6.25rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSuUw5MCNXrkzO3onumSoGP0l3kVb08W { width:17.25rem;height:1.1875rem;top:13.75rem;left:25.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr5yMIhsQoiz52TigZWsiHtwI6L8984F { width:14.75rem;height:0.125rem;top:15.4375rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw12P8J3EIWCLEh8Dk1MNPBwZrTgggRz { width:10.3125rem;height:2.75rem;top:17.8125rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTr1L3IM9ctyBZ7Swg6kCTDEmFte8CSE { display:block; }
 }@media only screen and (max-width: 763px) { #lVWKbucJa7NaB52sm4sXmpiq4a8Oo2t2 { width:17.1875rem;height:6.75rem;top:5.1875rem;left:25.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8HKNGIDDhQT3Ne46E6RqMH7MS834V9o { width:17.5rem;height:2.4375rem;top:2.8125rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKVCMStp9mDc7yec8hCMuOlJ63xPxnCr { width:17.4375rem;height:1.25rem;top:3.125rem;left:5.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp { display:block; }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7WKZwou3BHm8iRB3TlhZqzJvQcJ8shV { width:19.875rem;height:1.125rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy2ysBiW5qntHMmvM9nTPlc5PoEmuzUl { width:12.5rem;height:1.25rem;top:15.5rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3KNQNF7Dh2z5AWzVHn2Ji8SZUpVhbOi { width:12.5rem;height:1rem;top:16.75rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGgK98AgcxeXx5y7QOX1dsEtoTGdf8ol { width:47.75rem;height:1.375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw9vuec6csc8kwyBIKQ5wOfqFhaSoVyr { width:19.875rem;height:1.125rem;top:13.625rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3DNXLFqs9Tnu4t8VEhiUZwV0LMnWveN { width:12.5rem;height:1.25rem;top:15.625rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLG90rXs35VHvb7TK64MmUTtG2tRmM9W { width:12.5rem;height:1rem;top:16.75rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGqPONT2NRRh7tLLfTWtSPCPc89UFaPG { width:20.3125rem;height:1.125rem;top:13.625rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8LD0nXqbJmGtNxvWWp9l6OF9WlIy21 { width:12.5rem;height:1.25rem;top:15.625rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOGBxdcPVTyo7HmJhHDCxcNl7zi0u7nw { width:12.5rem;height:1rem;top:16.75rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B59Xm10t0RxyfT59Pd9pNmaAlrJAb9b5 { top:2.375rem;left:2.25rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwPDELWM6s3ZPZAZOtZT4s4lX7TnGwk5 { top:2.375rem;left:34rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu24dUymd9mVd3DSclPmDgGt4y9R1RPk { top:2.375rem;left:18.375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ { display:block; }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN { display:block; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC1xJbZKFG9yzxG01CLlqTbEDk4VTpFa { width:47.75rem;height:7.0625rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZgXPWoCUZEW5MPG9GfJgWqMD0yMVUx2 { width:47.75rem;height:2rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUGG7S6yXnAZDBrsQU6Rz0WnILlnHTaV { width:16.125rem;height:2.8125rem;top:0.6875rem;left:16.4375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq { display:block; }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpvbioqBbc722Wg6kQIdrShGO0SG0WU4 { width:3.9375rem;height:1.9375rem;top:5.0625rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePdfkHWCfbulGpVS8cfpQ4Zgoi9yqLuZ { width:3.9375rem;height:1.1875rem;top:6.5625rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD7EQhiI1NmxPxy8XX5uvgoKvOFBMty4 { width:16.5rem;height:6.875rem;top:5.5rem;left:6.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R974m8Bl7LJTV56JJar3CGWURRExzNRI { width:17.5rem;height:2.4375rem;top:3.125rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7S4Tk0BIL17Z2Om5FUkaT9v8CVnI7ch { width:17.25rem;height:1.1875rem;top:13.875rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIOTRVc1Ca8p5dUKzpmD9eTJqSEoTTQ { width:14.75rem;height:0.125rem;top:15.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcSGRWW8GLyEBaTxsr8s9xv3wdXJzS9h { width:10.3125rem;height:2.75rem;top:18.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRxKfgAFq8TkKq3uSlKWt90uiAyVvm3o { display:block; }
 }@media only screen and (max-width: 763px) { #ZwscrSC0U53kLVRPxMTTGrblhLVU4Nce { width:5.625rem;height:5.625rem;top:3.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v66uXyWf4FsNXKbf2bGUWltpOPztzoN0 { width:3.9375rem;height:1.9375rem;top:4.5rem;left:43.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzbhquv0yIki9vuzwdN9bkGdKI1PgQXF { width:3.9375rem;height:1.1875rem;top:6rem;left:43.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG9Vmux5TWuN8SVgvOIOzye9Oc7MASTT { width:25.5rem;height:22.25rem;top:0.8125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m735N4pzx3hCgrGpdGSKNvzElfVWO72k { display:block; }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCAkyqTsus9V9oRFCeoQVTwIU3HMJbTD { width:19.875rem;height:1.125rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLtgTCcWcVAF4GoJBlRtTCgzMl3aaETg { width:12.5rem;height:1.25rem;top:15rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAHNb62rnexHS0OXNXh0RTSyMsmmZ8fi { width:12.5rem;height:1rem;top:16.125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcfIs5B0Tq2g649rogx67kZZF4id9klT { width:47.75rem;height:1.375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTOrhycsXIbdww59AgmcfetXZqbUGtWo { width:19.875rem;height:1.125rem;top:13.625rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAsoZ4mn0XOnDrwKXdwHADpXeVInF9P { width:12.5rem;height:1.25rem;top:15rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpKpWGMSLTTsKKoQ61ZbIpwb7a2tvRpH { width:12.5rem;height:1rem;top:16.125rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnXiqKmfgDnHhTzpNxoH1LXFyJoVsN6L { width:19.875rem;height:1.125rem;top:13.625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ9ONer8puMm749A075CTQKtknTTcFts { width:12.5rem;height:1.25rem;top:15rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omK7D3Mo1N0KaSwdQFzWD27qGpU3LuUt { width:12.5rem;height:1rem;top:16.125rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le9zPzHWAUrs3X1RJVadEKkPXq2UVP7x { top:2.375rem;left:2.25rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpts0ehzlc2cQqqMR7K6CnvIuDFTcSJ { top:2.375rem;left:18.125rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB0lXDKTlU95EDvLXmHiUZZgS8R0S8q5 { top:2.375rem;left:34rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 { display:block; }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 { display:block; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UffiNNfg9mppTD70TUDzGTv70LEXNK9L { width:47.75rem;height:4.25rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLlW4FiInXyAKO1gP3hBQFfQV4iBmhBL { width:47.75rem;height:2rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzXGIqvairkXUckv7r8D6Ckoh1I4TAuE { width:16.125rem;height:2.8125rem;top:0.6875rem;left:15.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv { display:block; }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isdl6r7PuKVzn0ra6axpf6FhRhCs7BUg { width:25.5rem;height:22.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyH3BbhCaoZJbiynFV8nPo7RLEzCtDi { width:5.625rem;height:5.625rem;top:4.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQZQd1TP7SHqRku7vyyNCdoeCQU5TOdH { width:3.9375rem;height:1.9375rem;top:5.3125rem;left:19.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJbbfFq5gZ2LcewMsuSHyIy5qIAd8arr { width:3.9375rem;height:1.1875rem;top:6.875rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWC461ZQ6Dmc7XRhPdzqSzv3HT9GKGN9 { width:17.25rem;height:1.1875rem;top:13.9375rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZNmu1TqP6lgi1pt2aLbAbUceCT4I0r4 { width:14.75rem;height:0.125rem;top:15.6875rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRtLT84PxLVnWdMce6Wm5TmLLU8AaBrx { width:10.3125rem;height:2.75rem;top:18.125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aksybTV7b8TwCOHUBS2mzLI1PLcUb70G { display:block; }
 }@media only screen and (max-width: 763px) { #fMLrJwR6NfBRHAyA93SqtB95RFeHcmaU { width:17.5625rem;height:6.8125rem;top:5.4375rem;left:25.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzJEk7rhefkRs4prrAX0psRGBFTkbgxs { width:17.5rem;height:2.4375rem;top:3.125rem;left:25.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh { display:block; }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AofZp3uM6SOM31To9nW09iD1cFpHBvWE { width:19.875rem;height:2.25rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmrTgtK9fg7d4L0HzkLmTITCRaxWqZ0I { width:12.5rem;height:1.25rem;top:15.9375rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acikP69uECBb6TEAFcIcv6m0g1H02cET { width:12.5rem;height:1rem;top:17.25rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL7QmJsic2PbSRCsTivRvUIatsJ581Re { width:47.75rem;height:1.375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSIRWGiOSNMIHRJoZCQlhHBfTuh1hy5c { width:19.875rem;height:1.125rem;top:13.625rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mllpto1Lh2Gnp3n9DuF7HFtnrIV3Wt0q { width:12.5rem;height:1.25rem;top:15.9375rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC05O3OWnokg6vswfJA3onQIPMXgEESF { width:12.5rem;height:1rem;top:17.1875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msvVBR73OMvM7XHNuneaFpuFHCZN8O2J { width:19.875rem;height:1.125rem;top:13.625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcr5UkvzTiqD7uDADIS5v7NgTsBs1kaQ { width:12.5rem;height:1.25rem;top:15.9375rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVF7uu6QAyqkn32in5bzS7BBk5bIxSKe { width:12.5rem;height:1rem;top:17.1875rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgIk6CMsON9AxZJ0A6IAT15sdnCzn9Oh { top:2.0625rem;left:2.25rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0hm9zHNmsBgTMX4aBGWx3GFi3peyVs1 { top:2.375rem;left:18.375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R85RZ6DkQ3AJ6arclRI54MfzE8g0bAEL { top:2.375rem;left:34rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK { display:block; }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ { display:block; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FS6BfhvpsUC4ZGpwt1OmkanXtKtTZg3U { width:47.75rem;height:5.75rem;top:7.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSLimA69TFQ1y5HykPOST8cgQTtcKaPk { width:47.75rem;height:2rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXzuN8plQ4QHdSgqFJe1i1WiutvGK3x { width:16.125rem;height:2.8125rem;top:0.6875rem;left:17.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FafKOB3FzZycSxG3h0eLpQfvMZ604IWu { display:block; }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usfvEX331kdTeLgSBZnS2SDoPvmmfTGB { width:3.9375rem;height:1.9375rem;top:5.3125rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPAiTTS4FRfVt1VaTuBwbS5VbaUT6cvb { width:3.9375rem;height:1.1875rem;top:6.875rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN9Hxw6TlmHlBcy3JwPtw2dlFc3P6q5n { width:16.5rem;height:6.8125rem;top:5.9375rem;left:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av5kX57BpO4d8hw02Q2UaycnuT2d2s0T { width:22.9375rem;height:2.4375rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Fq8ASMTrHkDbhAIDLnkTm4c9W6QwDf { width:17.25rem;height:1.1875rem;top:14.125rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lafeNVkfWGmk3u3oJKQDZ8IQL16kkueM { width:14.75rem;height:0.125rem;top:15.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctMGdu9P9TazPfruFbtbfb386uPygOG { width:10.3125rem;height:2.75rem;top:18.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITS19Cni1brvFlI1Fu7hbbGZ2ivDoUVw { display:block; }
 }@media only screen and (max-width: 763px) { #L1d0y1EziSHqsNoCouBV53gACIlL1oyO { width:5.625rem;height:5.625rem;top:2.8125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKRbDq9N1sWLTsyU7DbQReNtJT5Rd0s { width:3.9375rem;height:1.9375rem;top:3.9375rem;left:43.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giDv4yoZSLBfv8le7Bugcu2BRXi3B4wu { width:3.9375rem;height:1.1875rem;top:5.4375rem;left:43.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiRoaHgNOy9CasUuTiouJCnwZE3rlbIP { width:25.5rem;height:22.25rem;top:1rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO { display:block; }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTwLJ8NI9y6OgiPuTf9mVTZO2rCEvBGI { width:19.875rem;height:1.125rem;top:13.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ned0WfP73zu0FEF0OA30dZUsVaSrUN5K { width:12.5rem;height:1.25rem;top:16.25rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvc2wexussvvfGu7QC1DzeCaTvrcsXk { width:12.5rem;height:1rem;top:17.5rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok88eg5TOrXSnqi4U6stbp5PSr9ZvCIl { width:47.75rem;height:1.375rem;top:0.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVVi7TmgEigKMlmvLqqhTHtEEUlt7z04 { width:19.875rem;height:1.125rem;top:13.625rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxQgSpr6x10lrtUfVFTHpfJ2g65OEeZQ { width:12.5rem;height:1.25rem;top:16.25rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6h93sBXshZUVBE2ULmvbArwevBVFKgd { width:12.5rem;height:1rem;top:17.5rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIkRxoXQE8uretkLSPEfRx5mLAXTymw2 { width:19.875rem;height:1.125rem;top:13.625rem;left:27.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSe2CQxKPCi2aSTCvSwTRTyHPXl0eTZB { width:12.5rem;height:1.25rem;top:16.25rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo1KenFLQwZ5L1DL9IcpshN4Pli4sFWA { width:12.5rem;height:1rem;top:17.5rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q7uSqbCePSKWR4zI7WnqNpRrTutxig { top:2.0625rem;left:2.25rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcXSEz4Ksw03dPiTWkS9hn1XrUuQFDw5 { top:2.0625rem;left:18.125rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK42nvLx6E6AlMEJXvotoWXzq9ibONBN { top:2.375rem;left:34rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK { display:block; }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI4Z9VmKDNQVVe1RtPQO6vSnox0tZKTb { top:2.625rem;left:13.75rem;width:20.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaApIKTIHtR9Wlsp074gR0O657W09EFN { width:16.5625rem;height:4rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk { background-color:#ffffff;background-image:none;display:block; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { background-color: transparent; background-image: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row > .video-iframe-container { display: none; }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .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); }#ZWA2gg4OAuGoih0PlyokzHiHTWAQMemk > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xx8Rtdg3nUEdOq03U95tGl5tlGGLJEwT { top:0rem;left:0rem;width:20rem;height:9.375rem;z-index:99999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 { display:block; }#SArRUwp71JzP2d8AcAUnq6g8M1X6Tsx1 > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nuv9CTCeo4MRFGDgQSBtHQwekDuTQs7S { width:20rem;height:5.5rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIUSpS6mP3s5GFKxcAKhWVezFd8pFJWI { width:20rem;height:12.75rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIptFtvQEhPGUtQcRartQSyvIrUsXGBO { width:12.5rem;height:0.125rem;top:4.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp { display:block; }#PwRIpGaF7iNB4h59aXd5RhtJxC5p2BNp > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCpnF3K1GiGkgp1TqlfpuqrzsOLepbA4 { width:19.999rem;height:3.25rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S { display:block; }#Khz0NbCMBDHhthTTMtXCZmKcOokeuK2S > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8cR6MaXwCXKURg7PIXmBed1mhd2qsC9 { width:19.9991875rem;height:4.142575rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uH8PedkXCSSuoCmTqX17oU6nLMrrTZFL { width:19.9980625rem;height:12.46875rem;top:6.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oL1yRWWJffGyWfI7KZW4Ncr9Lv0TxUX9 { width:19.9991875rem;height:2.76171875rem;top:20.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru { display:block; }#MKEJ4DF6rEC4nu6hrkyFsGkVu6yU8Zru > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnwwepM3lTxG3b4o7JuDCHpmFaLwduJv { width:20rem;height:15.293rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxM3gzJdSJudd2AWCANKMabeXH4dXJIi { width:20rem;height:2.03125rem;top:4rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOXQhKH1iAbh2A6T7RbMV3ln9hACOMZM { width:19.8125rem;height:2.58105625rem;top:0.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amrgbAL4HUzch6RWJ90CWpv4X4AfWt41 { width:20rem;height:17.5rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoKlqbzAuGrFD2hOItiMTFxP9EccPb1h { width:5.625rem;height:5.625rem;top:20.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v68xgOOaJX4Lm3A6O3hKoaOciTZlRnH0 { width:3.9375rem;height:1.94921875rem;top:21.625rem;left:15.21875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azHZkZCH7QmUFtFXQRBuTEaXb8pck6n2 { width:3.9375rem;height:1.29980625rem;top:23.3125rem;left:15.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oSuUw5MCNXrkzO3onumSoGP0l3kVb08W { width:14.875rem;height:1.21875rem;top:13.625rem;left:2.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Sr5yMIhsQoiz52TigZWsiHtwI6L8984F { width:13rem;height:0.0625rem;top:12.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw12P8J3EIWCLEh8Dk1MNPBwZrTgggRz { width:11.25rem;height:2.625rem;top:16.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTr1L3IM9ctyBZ7Swg6kCTDEmFte8CSE { display:block; }
 }@media only screen and (max-width: 763px) { #lVWKbucJa7NaB52sm4sXmpiq4a8Oo2t2 { width:13.75rem;height:8.53025rem;top:3.2490234375rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8HKNGIDDhQT3Ne46E6RqMH7MS834V9o { width:17.499625rem;height:0;top:46.374206542969rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKVCMStp9mDc7yec8hCMuOlJ63xPxnCr { width:17.4980625rem;height:1.4619125rem;top:1.38671875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp { display:block; }#tQ7MKQNEk50HHZsAvUhFnTQRzkqWdKdp > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7WKZwou3BHm8iRB3TlhZqzJvQcJ8shV { width:20rem;height:1.13671875rem;top:18.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uy2ysBiW5qntHMmvM9nTPlc5PoEmuzUl { width:20rem;height:1.94921875rem;top:20.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3KNQNF7Dh2z5AWzVHn2Ji8SZUpVhbOi { width:20rem;height:1.13671875rem;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGgK98AgcxeXx5y7QOX1dsEtoTGdf8ol { width:20rem;height:1.94921875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Uw9vuec6csc8kwyBIKQ5wOfqFhaSoVyr { width:19.875rem;height:1.13671875rem;top:38.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3DNXLFqs9Tnu4t8VEhiUZwV0LMnWveN { width:12.4991875rem;height:1.94921875rem;top:40.5rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLG90rXs35VHvb7TK64MmUTtG2tRmM9W { width:12.499rem;height:1.13671875rem;top:43rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGqPONT2NRRh7tLLfTWtSPCPc89UFaPG { width:19.875rem;height:1.13671875rem;top:59.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl8LD0nXqbJmGtNxvWWp9l6OF9WlIy21 { width:12.499rem;height:1.94921875rem;top:61.3125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOGBxdcPVTyo7HmJhHDCxcNl7zi0u7nw { width:12.4980625rem;height:1.13671875rem;top:63.8125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B59Xm10t0RxyfT59Pd9pNmaAlrJAb9b5 { width:11.3125rem;height:11.3125rem;top:6.572265625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwPDELWM6s3ZPZAZOtZT4s4lX7TnGwk5 { width:11.3125rem;height:11.3125rem;top:47.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu24dUymd9mVd3DSclPmDgGt4y9R1RPk { width:11.3125rem;height:11.3125rem;top:26.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ { display:block; }#XnAyOTehoZDZCXDy57zfLkAiSQETzpdZ > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN { display:block; }#KUQ9thwJ46JMPsgf85N7PQVIGHIHQGIN > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SC1xJbZKFG9yzxG01CLlqTbEDk4VTpFa { width:20rem;height:19.1161875rem;top:7.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZgXPWoCUZEW5MPG9GfJgWqMD0yMVUx2 { width:20rem;height:2.03125rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUGG7S6yXnAZDBrsQU6Rz0WnILlnHTaV { width:20rem;height:2.58105625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq { display:block; }#WxcqtWsP2fw0xfzwfbxsFa9sMvXbXokq > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpvbioqBbc722Wg6kQIdrShGO0SG0WU4 { width:3.9375rem;height:1.29980625rem;top:3.0625rem;left:14.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePdfkHWCfbulGpVS8cfpQ4Zgoi9yqLuZ { width:3.9375rem;height:1.29980625rem;top:4.9375rem;left:14.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JD7EQhiI1NmxPxy8XX5uvgoKvOFBMty4 { width:16.5rem;height:6.82421875rem;top:3.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R974m8Bl7LJTV56JJar3CGWURRExzNRI { width:17.499rem;height:1.4619125rem;top:1.2978515625rem;left:1.2490234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7S4Tk0BIL17Z2Om5FUkaT9v8CVnI7ch { width:17.25rem;height:1.21875rem;top:12.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIOTRVc1Ca8p5dUKzpmD9eTJqSEoTTQ { width:14.75rem;height:0.0625rem;top:10.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcSGRWW8GLyEBaTxsr8s9xv3wdXJzS9h { width:11.875rem;height:2.75rem;top:14.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRxKfgAFq8TkKq3uSlKWt90uiAyVvm3o { display:block; }
 }@media only screen and (max-width: 763px) { #ZwscrSC0U53kLVRPxMTTGrblhLVU4Nce { width:5.625rem;height:5.625rem;top:18.625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v66uXyWf4FsNXKbf2bGUWltpOPztzoN0 { width:3.9375rem;height:1.94921875rem;top:19.8125rem;left:14.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzbhquv0yIki9vuzwdN9bkGdKI1PgQXF { width:3.9375rem;height:1.29980625rem;top:21.75rem;left:14.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG9Vmux5TWuN8SVgvOIOzye9Oc7MASTT { width:18.6875rem;height:18rem;top:19.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m735N4pzx3hCgrGpdGSKNvzElfVWO72k { display:block; }#m735N4pzx3hCgrGpdGSKNvzElfVWO72k > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCAkyqTsus9V9oRFCeoQVTwIU3HMJbTD { width:20rem;height:1.13671875rem;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLtgTCcWcVAF4GoJBlRtTCgzMl3aaETg { width:20rem;height:1.94921875rem;top:20.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAHNb62rnexHS0OXNXh0RTSyMsmmZ8fi { width:20rem;height:1.13671875rem;top:22.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcfIs5B0Tq2g649rogx67kZZF4id9klT { width:20rem;height:1.95rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #yTOrhycsXIbdww59AgmcfetXZqbUGtWo { width:19.875rem;height:1.13671875rem;top:37.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAsoZ4mn0XOnDrwKXdwHADpXeVInF9P { width:12.4991875rem;height:1.94921875rem;top:39.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpKpWGMSLTTsKKoQ61ZbIpwb7a2tvRpH { width:12.499rem;height:1.13671875rem;top:42.3125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnXiqKmfgDnHhTzpNxoH1LXFyJoVsN6L { width:19.875rem;height:1.13671875rem;top:57.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ9ONer8puMm749A075CTQKtknTTcFts { width:12.4991875rem;height:1.94921875rem;top:59.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #omK7D3Mo1N0KaSwdQFzWD27qGpU3LuUt { width:12.499rem;height:1.13671875rem;top:62.3125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le9zPzHWAUrs3X1RJVadEKkPXq2UVP7x { width:11.3125rem;height:11.3125rem;top:6.259765625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbpts0ehzlc2cQqqMR7K6CnvIuDFTcSJ { width:11.3125rem;height:11.3125rem;top:25.6875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB0lXDKTlU95EDvLXmHiUZZgS8R0S8q5 { width:11.3125rem;height:11.3125rem;top:45.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 { display:block; }#u7xmkWDT9TprF2lFvb49BoDCiXT9MCT1 > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 { display:block; }#fnquT9Po3CqwLeEIQx3cVX9r7RZuabT0 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UffiNNfg9mppTD70TUDzGTv70LEXNK9L { width:20rem;height:11.46975rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLlW4FiInXyAKO1gP3hBQFfQV4iBmhBL { width:20rem;height:2.03125rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzXGIqvairkXUckv7r8D6Ckoh1I4TAuE { width:20rem;height:2.58105625rem;top:0.5625rem;left:-0.15625rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv { display:block; }#Qp7fyF6rG5t1URnHR9dUrODWaDlLmfUv > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isdl6r7PuKVzn0ra6axpf6FhRhCs7BUg { width:20rem;height:17.625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyH3BbhCaoZJbiynFV8nPo7RLEzCtDi { width:5.625rem;height:5.625rem;top:21.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQZQd1TP7SHqRku7vyyNCdoeCQU5TOdH { width:3.9375rem;height:1.94921875rem;top:23.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJbbfFq5gZ2LcewMsuSHyIy5qIAd8arr { width:3.9375rem;height:1.29980625rem;top:24.625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWC461ZQ6Dmc7XRhPdzqSzv3HT9GKGN9 { width:14.9375rem;height:1.21875rem;top:14.4375rem;left:2.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LZNmu1TqP6lgi1pt2aLbAbUceCT4I0r4 { width:13rem;height:0.0625rem;top:13.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRtLT84PxLVnWdMce6Wm5TmLLU8AaBrx { width:11.625rem;height:2.625rem;top:17.375rem;left:4.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aksybTV7b8TwCOHUBS2mzLI1PLcUb70G { display:block; }
 }@media only screen and (max-width: 763px) { #fMLrJwR6NfBRHAyA93SqtB95RFeHcmaU { width:14.5625rem;height:8.53025rem;top:3.5rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzJEk7rhefkRs4prrAX0psRGBFTkbgxs { width:17.499rem;height:1.4619125rem;top:1.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh { display:block; }#szGN0dgcUlldfMbs3Nvz1fvQampi0Sbh > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AofZp3uM6SOM31To9nW09iD1cFpHBvWE { width:20rem;height:2.2734375rem;top:17.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bmrTgtK9fg7d4L0HzkLmTITCRaxWqZ0I { width:19.0625rem;height:1.94921875rem;top:18.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acikP69uECBb6TEAFcIcv6m0g1H02cET { width:20rem;height:1.13671875rem;top:21.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL7QmJsic2PbSRCsTivRvUIatsJ581Re { width:20rem;height:1.94921875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #pSIRWGiOSNMIHRJoZCQlhHBfTuh1hy5c { width:19.875rem;height:1.13671875rem;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mllpto1Lh2Gnp3n9DuF7HFtnrIV3Wt0q { width:12.499rem;height:1.94921875rem;top:38.8125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC05O3OWnokg6vswfJA3onQIPMXgEESF { width:12.499rem;height:1.13671875rem;top:41.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msvVBR73OMvM7XHNuneaFpuFHCZN8O2J { width:19.875rem;height:1.13671875rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcr5UkvzTiqD7uDADIS5v7NgTsBs1kaQ { width:12.499rem;height:1.94921875rem;top:59.4375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVF7uu6QAyqkn32in5bzS7BBk5bIxSKe { width:12.499rem;height:1.13671875rem;top:61.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgIk6CMsON9AxZJ0A6IAT15sdnCzn9Oh { width:11.3125rem;height:11.3125rem;top:5.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0hm9zHNmsBgTMX4aBGWx3GFi3peyVs1 { width:11.3125rem;height:11.3125rem;top:24.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R85RZ6DkQ3AJ6arclRI54MfzE8g0bAEL { width:11.3125rem;height:11.3125rem;top:45.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK { display:block; }#JtzZ7ucLtqwg6eznAwU1XKfV6l2GgoJK > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ { display:block; }#yWHeof71uOE8Eal26Tf2BXaDluxzlFEQ > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FS6BfhvpsUC4ZGpwt1OmkanXtKtTZg3U { width:20rem;height:15.293rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSLimA69TFQ1y5HykPOST8cgQTtcKaPk { width:20rem;height:2.03125rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUXzuN8plQ4QHdSgqFJe1i1WiutvGK3x { width:16.0625rem;height:2.58105625rem;top:1rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FafKOB3FzZycSxG3h0eLpQfvMZ604IWu { display:block; }#FafKOB3FzZycSxG3h0eLpQfvMZ604IWu > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usfvEX331kdTeLgSBZnS2SDoPvmmfTGB { width:3.9375rem;height:1.29980625rem;top:3.5rem;left:14.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPAiTTS4FRfVt1VaTuBwbS5VbaUT6cvb { width:3.9375rem;height:1.29980625rem;top:5.375rem;left:14.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LN9Hxw6TlmHlBcy3JwPtw2dlFc3P6q5n { width:16.5rem;height:6.82425rem;top:3.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av5kX57BpO4d8hw02Q2UaycnuT2d2s0T { width:19.999rem;height:1.4619125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Fq8ASMTrHkDbhAIDLnkTm4c9W6QwDf { width:17.25rem;height:1.21875rem;top:12.375rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lafeNVkfWGmk3u3oJKQDZ8IQL16kkueM { width:14.75rem;height:0.0625rem;top:11.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctMGdu9P9TazPfruFbtbfb386uPygOG { width:12.0625rem;height:2.75rem;top:15.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITS19Cni1brvFlI1Fu7hbbGZ2ivDoUVw { display:block; }
 }@media only screen and (max-width: 763px) { #L1d0y1EziSHqsNoCouBV53gACIlL1oyO { width:5.625rem;height:5.625rem;top:19.8369140625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKKRbDq9N1sWLTsyU7DbQReNtJT5Rd0s { width:3.9375rem;height:1.94921875rem;top:21.11328125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giDv4yoZSLBfv8le7Bugcu2BRXi3B4wu { width:3.9375rem;height:1.29980625rem;top:22.875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiRoaHgNOy9CasUuTiouJCnwZE3rlbIP { width:19.125rem;height:15.5rem;top:21.0146484375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO { display:block; }#sS6xyq27SwAxIxmDBqsTZgO4qbHcXqLO > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTwLJ8NI9y6OgiPuTf9mVTZO2rCEvBGI { width:20rem;height:1.13671875rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ned0WfP73zu0FEF0OA30dZUsVaSrUN5K { width:19.625rem;height:1.94921875rem;top:19.5625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvc2wexussvvfGu7QC1DzeCaTvrcsXk { width:20rem;height:1.13671875rem;top:22.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok88eg5TOrXSnqi4U6stbp5PSr9ZvCIl { width:20rem;height:1.95rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #dVVi7TmgEigKMlmvLqqhTHtEEUlt7z04 { width:19.875rem;height:1.13671875rem;top:37.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxQgSpr6x10lrtUfVFTHpfJ2g65OEeZQ { width:12.499rem;height:1.94921875rem;top:39.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6h93sBXshZUVBE2ULmvbArwevBVFKgd { width:12.499rem;height:1.13671875rem;top:41.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIkRxoXQE8uretkLSPEfRx5mLAXTymw2 { width:19.875rem;height:1.13671875rem;top:57.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSe2CQxKPCi2aSTCvSwTRTyHPXl0eTZB { width:12.499rem;height:1.94921875rem;top:59.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo1KenFLQwZ5L1DL9IcpshN4Pli4sFWA { width:12.499rem;height:1.13671875rem;top:62rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Q7uSqbCePSKWR4zI7WnqNpRrTutxig { width:11.3125rem;height:11.3125rem;top:5.947265625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcXSEz4Ksw03dPiTWkS9hn1XrUuQFDw5 { width:11.3125rem;height:11.3125rem;top:25.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK42nvLx6E6AlMEJXvotoWXzq9ibONBN { width:11.3125rem;height:11.3125rem;top:45.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK { display:block; }#i7OEfbWW26KpwhLrk6LUvLagPP3mwTQK > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI4Z9VmKDNQVVe1RtPQO6vSnox0tZKTb { width:19.9991875rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }