.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff8c;background-image:none;position:relative;display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { background-color: transparent; background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .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); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { border-width: 0; border-radius: 0; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container {  }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#p96mi6C26qx1Pgrv9u8SqbKr36uapSAT { color:#000000;display:block;width:56rem;position:absolute;font-family:"helvetica neue";font-size:1.625rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:14.25rem;left:2rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOkvCt7PzZOXWNEaPrQvyUhb8ATlL9lX { color:#000000;display:block;width:52.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:22.375rem;left:3.90625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnSXk4ul9Ol5J0Sr4SJB13aS42gJfir0 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.75rem;width:40.4375rem;top:6.8125rem;left:9.78125rem;overflow:hidden;display:block; }
#KTqLHqwheMFziavTaZJicakbmVHhgR3R { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:14.6875rem;top:0rem;left:22.65625rem;overflow:hidden;display:block; }
#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f3f6;background-image:none;position:relative;display:block; }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row .container { background-color: transparent; background-image: none; }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row .container > .video-iframe-container { display: none; }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row > .video-iframe-container { display: none; }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .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); }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row .container { border-width: 0; border-radius: 0; }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row > .video-iframe-container {  }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#gbcTwaoTzSD73fLBaJvzFm1l7cSa4uz1 { color:#2a2a2a;display:block;width:51.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:9.4375rem;left:4.40625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLZTaxf2D06AoJUbIv2qbfeGQTOpoa8T { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:30.1875rem;top:2.375rem;left:14.90625rem;overflow:hidden;display:block; }
#cXspMtCNVWWpnKpHWxQh1lvWsTRvcMhv { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.9375rem;width:33.0625rem;top:21.375rem;left:26.9375rem;overflow:hidden;display:block; }
#uyh8bXwtQIfu2eCm9gzNJvJf5aGDXHJB { color:#2a2a2a;display:block;width:23.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:23.75rem;left:2.1875rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row .container { background-color: transparent; background-image: none; }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row .container > .video-iframe-container { display: none; }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row > .video-iframe-container { display: none; }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .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); }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row .container { border-width: 0; border-radius: 0; }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row > .video-iframe-container {  }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#AXSyh7vVaWAuHlETv9JziNISTXaCREKL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:33.875rem;top:2.65625rem;left:13.0625rem;overflow:hidden;display:block; }
#fqMEp1WBPa0BcubEJuss9XBuuPVJzAvc { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:53.875rem;width:53.875rem;top:5.125rem;left:6.125rem;overflow:hidden;display:block; }
#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row .container { background-color: transparent; background-image: none; }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row .container > .video-iframe-container { display: none; }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row > .video-iframe-container { display: none; }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .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); }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row .container { border-width: 0; border-radius: 0; }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row > .video-iframe-container {  }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#PwJv9axLmpydg8fofFemKAxkQheJmbAv { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"helvetica neue";font-size:1.4375rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:1.39453125rem;left:1.6875rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UnWXAIrOmh8S9TFckSdAhadoT7zBK795 { color:#2a2a2a;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:7.15625rem;left:2.03125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rbZHd3tzwxcs0AzRHIws6lFh8EXqsiZR { position:absolute;display:block;z-index:100017;background-color:#ffff8c;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:1.875rem;width:9.25rem;top:12.03125rem;left:17.9375rem;display:block; }
#DvDKvTQZ1b93IAOElhUhuMSrZrtf8AS9 { position:absolute;display:block;z-index:100029;background-color:#000000;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.25rem;width:28.3125rem;top:0rem;left:1.75rem;display:block; }
#kMXqIQz5CPDlZ9817cwT1NAW623rhvht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row .container { background-color: transparent; background-image: none; }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row .container > .video-iframe-container { display: none; }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row > .video-iframe-container { display: none; }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .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); }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row .container { border-width: 0; border-radius: 0; }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row > .video-iframe-container {  }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#bTvh9AMte3zkR2GO5hPoKfts7WyEOycL { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"helvetica neue";font-size:1.4375rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:1.39453125rem;left:31.75rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bIOBQilIDx7gflumpbT6MIwxW78NlZQn { color:#2a2a2a;display:block;width:27.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:5.53125rem;left:31.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQkNkHUQTf0TCg3qr3JnBI1RlXGzJxBP { position:absolute;display:block;z-index:100017;background-color:#ffff8c;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:1.875rem;width:9.875rem;top:7.21875rem;left:44.8125rem;display:block; }
#yIADwLkUn8h9TDOPVnWUzITAyhlWeGcw { position:absolute;display:block;z-index:100030;background-color:#000000;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.25rem;width:28.3125rem;top:0rem;left:31.6875rem;display:block; }
#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row .container { background-color: transparent; background-image: none; }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row .container > .video-iframe-container { display: none; }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row > .video-iframe-container { display: none; }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .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); }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row .container { border-width: 0; border-radius: 0; }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row > .video-iframe-container {  }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#GXLUrLRFFlleghUXPe9sVDQAhh7TiM39 { color:#000000;display:block;width:26.625rem;position:absolute;font-family:"helvetica neue";font-size:1.4375rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:1.70703125rem;left:1.6875rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h6eBBIaLm5aKtkP0lhdecwR6Cn9VtOAo { color:#2a2a2a;display:block;width:27.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:5.90625rem;left:2.03125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qdLKpITlPyszpTlsiDP5DZvLv0GgU5nB { position:absolute;display:block;z-index:100030;background-color:#000000;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.25rem;width:28.3125rem;top:0rem;left:0.84375rem;display:block; }
#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row .container { background-color: transparent; background-image: none; }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row .container > .video-iframe-container { display: none; }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row > .video-iframe-container { display: none; }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .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); }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row .container { border-width: 0; border-radius: 0; }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row > .video-iframe-container {  }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#NLhry1Vcs1coTKpxnIpzK3L3Egyn0Osb { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:"helvetica neue";font-size:1.4375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:1.45703125rem;left:31.75rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JAht8aOQ1p5ykffVIekb1UQ1r1KtgNTv { color:#2a2a2a;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:5.21875rem;left:31.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S9gTLD8ifxBCdqt3rKChaTf1DGdqF5ou { position:absolute;display:block;z-index:100021;background-color:#ffff8c;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:1.875rem;width:10.1875rem;top:8.78125rem;left:45.3125rem;display:block; }
#VVpu5X1BU9xx7xgPZZ65CefGczvkRFTK { position:absolute;display:block;z-index:100030;background-color:#000000;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.25rem;width:28.3125rem;top:0rem;left:31.6875rem;display:block; }
#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff8c;background-image:none;position:relative;display:block; }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row .container { background-color: transparent; background-image: none; }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row .container > .video-iframe-container { display: none; }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row > .video-iframe-container { display: none; }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .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); }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row .container { border-width: 0; border-radius: 0; }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row > .video-iframe-container {  }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#TIUeFIMKV1bN0g6dtMCKvem6R3tuyR1A { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.625rem;width:21.625rem;top:6.125rem;left:0rem;overflow:hidden;display:none; }
#pJyXVMTP4MVSyGsdMMK6TkqOFhDDyTQy { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:34.8125rem;top:0.9375rem;left:12.59375rem;overflow:hidden;display:block; }
#gaaBquPTJaCx3g6raD3aOTB68U96CLvO { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.6875rem;width:60rem;top:6.5625rem;left:0rem;overflow:hidden;display:block; }
#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff8c;background-image:none;position:relative;display:block; }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row .container { background-color: transparent; background-image: none; }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row .container > .video-iframe-container { display: none; }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row > .video-iframe-container { display: none; }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .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); }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row .container { border-width: 0; border-radius: 0; }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row > .video-iframe-container {  }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:60rem;position:relative;display:block; }#lnoSlt3szhSHgzFhN3qGZu3wRnznTPp9 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:1.1875rem;display:block; }
#VrETeHW1a2e93zi4wHamhbXc88dTHHoo { color:#000000;display:block;width:1.4375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.181640625rem;left:1.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2MBcT1qQwHE3HPNMCZW0INoCwEBZDdJ { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:21.125rem;display:block; }
#doqgfC6QflkHyVlkwrdbkgsNDHVruPZW { color:#000000;display:block;width:1.4375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.23828125rem;left:21.4375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QG55x58Bgl2gRgHW6aQGRxbvvsABKEhX { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:8.5rem;border-top-right-radius:8.5rem;border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem;height:1.8125rem;width:1.8125rem;top:1.0625rem;left:41.1875rem;display:block; }
#czOizy9J1btl46R3r4Bo8BMvthocILNH { color:#000000;display:block;width:1.4375rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.240234375rem;left:41.5rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LIJGEvtt0mFEdBtwS7x6nzgFuVKpHyXX { color:#2a2a2a;display:block;width:17.8125rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:4.369140625rem;left:1.09375rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PyCTdalBCP9RzRwXwXgyzwFhPTJJZcRz { color:#2a2a2a;display:block;width:18.1875rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:4.181640625rem;left:21.09375rem;height:4.38574375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vH6ySe2BaISpUVoyoeS3xuasiZIcBOsq { color:#2a2a2a;display:block;width:17.8125rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:4.181640625rem;left:41.09375rem;height:4.3857375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HVTLMvevu97WI5ngQN9TyiIlw45STlTX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f3f6;background-image:none;position:relative;display:block; }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row .container { background-color: transparent; background-image: none; }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row .container > .video-iframe-container { display: none; }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row > .video-iframe-container { display: none; }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .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); }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row .container { border-width: 0; border-radius: 0; }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row > .video-iframe-container {  }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#Rrx0h1ikdRVWbQNXZV8Q1wCLUyncZ5oA { color:#2a2a2a;display:block;width:41.4375rem;position:absolute;font-family:"helvetica neue";font-size:1.625rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:7.5rem;left:9.28125rem;height:6.33691875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qrQB9KeogFqTg1BOBXlAAmxmkgJezCvn { color:#2a2a2a;display:block;width:27.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:16.375rem;left:16.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ByZGgD9oUrUWsq6bafLUhHTlMF5Qki5U { color:#2a2a2a;display:block;width:27.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:18rem;left:16.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QEiUaiXkc7mNrPeBSPmEmO07sqLc31UG { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:26.125rem;top:2.5rem;left:16.9375rem;overflow:hidden;display:block; }
#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f06d326c-8fd4-4145-a368-f73d6aa3607a/Landing_umowsienademo_photo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB.adaptive-delivery-prevent-bg, #rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB.lazyload, #rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB.lazyloading { background-image: none; }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row .container { background-color: transparent; background-image: none; }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row .container > .video-iframe-container { display: none; }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row > .video-iframe-container { display: none; }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .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); }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row .container { border-width: 0; border-radius: 0; }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row > .video-iframe-container {  }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p96mi6C26qx1Pgrv9u8SqbKr36uapSAT { top:14.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOkvCt7PzZOXWNEaPrQvyUhb8ATlL9lX { top:22.375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnSXk4ul9Ol5J0Sr4SJB13aS42gJfir0 { top:6.8125rem;left:3.65625rem;width:40.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTqLHqwheMFziavTaZJicakbmVHhgR3R { top:0rem;left:16.53125rem;width:14.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm { display:block; }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbcTwaoTzSD73fLBaJvzFm1l7cSa4uz1 { top:9.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLZTaxf2D06AoJUbIv2qbfeGQTOpoa8T { top:2.375rem;left:8.78125rem;width:30.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXspMtCNVWWpnKpHWxQh1lvWsTRvcMhv { top:21.375rem;left:14.6875rem;width:33.0625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyh8bXwtQIfu2eCm9gzNJvJf5aGDXHJB { top:23.75rem;left:0rem;width:23.5rem;height:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS { display:block; }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXSyh7vVaWAuHlETv9JziNISTXaCREKL { top:2.625rem;left:6.9375rem;width:33.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMEp1WBPa0BcubEJuss9XBuuPVJzAvc { top:5.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB { display:block; }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwJv9axLmpydg8fofFemKAxkQheJmbAv { width:26.625rem;height:1.8125rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnWXAIrOmh8S9TFckSdAhadoT7zBK795 { top:7.125rem;left:0rem;width:25.9375rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbZHd3tzwxcs0AzRHIws6lFh8EXqsiZR { top:12rem;left:14.625rem;width:9.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvDKvTQZ1b93IAOElhUhuMSrZrtf8AS9 { top:0rem;left:0rem;width:28.3125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMXqIQz5CPDlZ9817cwT1NAW623rhvht { display:block; }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTvh9AMte3zkR2GO5hPoKfts7WyEOycL { width:18.75rem;height:1.8125rem;top:1.375rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIOBQilIDx7gflumpbT6MIwxW78NlZQn { top:5.5rem;left:20.6875rem;width:27.0625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQkNkHUQTf0TCg3qr3JnBI1RlXGzJxBP { top:7.1875rem;left:35.625rem;width:9.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIADwLkUn8h9TDOPVnWUzITAyhlWeGcw { top:0rem;left:19.4375rem;width:28.3125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn { display:block; }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXLUrLRFFlleghUXPe9sVDQAhh7TiM39 { width:26.625rem;height:1.8125rem;top:1.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6eBBIaLm5aKtkP0lhdecwR6Cn9VtOAo { top:5.875rem;left:0rem;width:27.125rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdLKpITlPyszpTlsiDP5DZvLv0GgU5nB { top:0rem;left:0rem;width:28.3125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 { display:block; }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLhry1Vcs1coTKpxnIpzK3L3Egyn0Osb { width:28.1875rem;height:1.8125rem;top:1.4375rem;left:19.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAht8aOQ1p5ykffVIekb1UQ1r1KtgNTv { top:5.1875rem;left:19.625rem;width:28.125rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9gTLD8ifxBCdqt3rKChaTf1DGdqF5ou { top:8.75rem;left:36.125rem;width:10.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVpu5X1BU9xx7xgPZZ65CefGczvkRFTK { top:0rem;left:19.4375rem;width:28.3125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz { display:block; }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUeFIMKV1bN0g6dtMCKvem6R3tuyR1A { top:6.125rem;left:0rem;width:21.625rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyXVMTP4MVSyGsdMMK6TkqOFhDDyTQy { top:0.9375rem;left:6.46875rem;width:34.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaaBquPTJaCx3g6raD3aOTB68U96CLvO { top:6.5625rem;left:0rem;width:47.75rem;height:27.60546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 { display:block; }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnoSlt3szhSHgzFhN3qGZu3wRnznTPp9 { top:1.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrETeHW1a2e93zi4wHamhbXc88dTHHoo { top:1.125rem;left:0rem;width:1.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2MBcT1qQwHE3HPNMCZW0INoCwEBZDdJ { top:1.0625rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doqgfC6QflkHyVlkwrdbkgsNDHVruPZW { top:1.1875rem;left:15.875rem;width:1.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG55x58Bgl2gRgHW6aQGRxbvvsABKEhX { top:1.0625rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czOizy9J1btl46R3r4Bo8BMvthocILNH { top:1.1875rem;left:31.75rem;width:1.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJGEvtt0mFEdBtwS7x6nzgFuVKpHyXX { top:4.3125rem;left:0rem;width:17.8125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyCTdalBCP9RzRwXwXgyzwFhPTJJZcRz { top:4.125rem;left:13.9375rem;width:18.1875rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH6ySe2BaISpUVoyoeS3xuasiZIcBOsq { top:4.125rem;left:29.8125rem;width:17.8125rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVTLMvevu97WI5ngQN9TyiIlw45STlTX { display:block; }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx0h1ikdRVWbQNXZV8Q1wCLUyncZ5oA { top:7.5rem;left:0rem;width:41.4375rem;height:6.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrQB9KeogFqTg1BOBXlAAmxmkgJezCvn { top:16.375rem;left:0rem;width:27.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByZGgD9oUrUWsq6bafLUhHTlMF5Qki5U { top:18rem;left:0rem;width:27.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEiUaiXkc7mNrPeBSPmEmO07sqLc31UG { top:2.5rem;left:0rem;width:26.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB { display:block; }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { background-color:#ffff8c;background-image:none;display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { background-color: transparent; background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .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); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p96mi6C26qx1Pgrv9u8SqbKr36uapSAT { width:20rem;height:0;top:25.4375rem;left:0rem;font-size:1.0625rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #QOkvCt7PzZOXWNEaPrQvyUhb8ATlL9lX { width:18.875rem;height:12.42771875rem;top:12.8369140625rem;left:0.5625rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #gnSXk4ul9Ol5J0Sr4SJB13aS42gJfir0 { width:20rem;height:3.338485316847rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTqLHqwheMFziavTaZJicakbmVHhgR3R { width:14.6875rem;height:5.75rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm { display:block; }#tTPnvlRNG3zreD8x1OOGs5eT7KOWcQSm > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbcTwaoTzSD73fLBaJvzFm1l7cSa4uz1 { width:20rem;height:11.046875rem;top:5.8535125rem;left:0rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #XLZTaxf2D06AoJUbIv2qbfeGQTOpoa8T { width:20rem;height:3.3540372670807rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXspMtCNVWWpnKpHWxQh1lvWsTRvcMhv { width:20rem;height:12.6650625rem;top:32.021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyh8bXwtQIfu2eCm9gzNJvJf5aGDXHJB { width:20rem;height:9.666rem;top:21.5107421875rem;left:0rem;font-size:1.0625rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS { display:block; }#xxslkJIQgrnn28wlWtzTvDWwHcOaXIzS > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXSyh7vVaWAuHlETv9JziNISTXaCREKL { width:20rem;height:2.75rem;top:0.81740196078431rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fqMEp1WBPa0BcubEJuss9XBuuPVJzAvc { width:20rem;height:20rem;top:4.8173828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB { display:block; }#hf1wttSH4X4UpGff0AX2DPCE9wVZ9oJB > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwJv9axLmpydg8fofFemKAxkQheJmbAv { width:20rem;height:1.70605625rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnWXAIrOmh8S9TFckSdAhadoT7zBK795 { width:20rem;height:6.9043125rem;top:5.3525390625rem;left:0rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #rbZHd3tzwxcs0AzRHIws6lFh8EXqsiZR { width:9.25rem;height:1.875rem;top:18.4375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvDKvTQZ1b93IAOElhUhuMSrZrtf8AS9 { width:20rem;height:0.25rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMXqIQz5CPDlZ9817cwT1NAW623rhvht { display:block; }#kMXqIQz5CPDlZ9817cwT1NAW623rhvht > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTvh9AMte3zkR2GO5hPoKfts7WyEOycL { width:18.75rem;height:1.70605625rem;top:1.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIOBQilIDx7gflumpbT6MIwxW78NlZQn { width:20rem;height:5.5234375rem;top:3.9306640625rem;left:0rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #TQkNkHUQTf0TCg3qr3JnBI1RlXGzJxBP { width:9.875rem;height:1.875rem;top:64.15331875rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIADwLkUn8h9TDOPVnWUzITAyhlWeGcw { width:20rem;height:0.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn { display:block; }#S6KdtZDZxu4QNtfkKqfUEf3tTlEHTTQn > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXLUrLRFFlleghUXPe9sVDQAhh7TiM39 { width:20rem;height:3.4121125rem;top:2.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6eBBIaLm5aKtkP0lhdecwR6Cn9VtOAo { width:20rem;height:6.9043125rem;top:7.73535rem;left:0rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #qdLKpITlPyszpTlsiDP5DZvLv0GgU5nB { width:20rem;height:0.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 { display:block; }#QnsCtBMDtLucBSdlOgPsOLBxhfTiyKX9 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLhry1Vcs1coTKpxnIpzK3L3Egyn0Osb { width:20rem;height:1.70605625rem;top:2.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAht8aOQ1p5ykffVIekb1UQ1r1KtgNTv { width:20rem;height:5.5234375rem;top:5.8046875rem;left:0rem;font-size:1.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #S9gTLD8ifxBCdqt3rKChaTf1DGdqF5ou { width:10.1875rem;height:1.875rem;top:12.96484375rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVpu5X1BU9xx7xgPZZ65CefGczvkRFTK { width:20rem;height:0.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz { display:block; }#PxnNdU1Akbw3K7i3uylbq0zSWCwucVuz > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUeFIMKV1bN0g6dtMCKvem6R3tuyR1A { width:20rem;height:32.1875rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pJyXVMTP4MVSyGsdMMK6TkqOFhDDyTQy { width:20rem;height:2.4375rem;top:0.6025390625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gaaBquPTJaCx3g6raD3aOTB68U96CLvO { width:20rem;height:11.5625rem;top:37.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 { display:block; }#RimP7Tg2XLU1XD7xqz9mvIHUNZBPCuo7 > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnoSlt3szhSHgzFhN3qGZu3wRnznTPp9 { width:1.8125rem;height:1.8125rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrETeHW1a2e93zi4wHamhbXc88dTHHoo { width:1.4375rem;height:2.03125rem;top:1.369140625rem;left:9.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2MBcT1qQwHE3HPNMCZW0INoCwEBZDdJ { width:1.8125rem;height:1.8125rem;top:10.041990625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doqgfC6QflkHyVlkwrdbkgsNDHVruPZW { width:1.4375rem;height:1.70605625rem;top:10.217771875rem;left:9.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG55x58Bgl2gRgHW6aQGRxbvvsABKEhX { width:1.8125rem;height:1.8125rem;top:18.746090625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czOizy9J1btl46R3r4Bo8BMvthocILNH { width:1.4375rem;height:1.70605625rem;top:18.923825rem;left:9.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJGEvtt0mFEdBtwS7x6nzgFuVKpHyXX { width:17.8125rem;height:4.142575rem;top:4.650390625rem;left:1.0625rem;font-size:1.0625rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyCTdalBCP9RzRwXwXgyzwFhPTJJZcRz { width:18.1875rem;height:4.142575rem;top:13.354490625rem;left:0.875rem;font-size:1.0625rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vH6ySe2BaISpUVoyoeS3xuasiZIcBOsq { width:17.8125rem;height:4.14258125rem;top:22.058590625rem;left:1.0625rem;font-size:1.0625rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVTLMvevu97WI5ngQN9TyiIlw45STlTX { display:block; }#HVTLMvevu97WI5ngQN9TyiIlw45STlTX > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rrx0h1ikdRVWbQNXZV8Q1wCLUyncZ5oA { width:20rem;height:6.82421875rem;top:4.85449375rem;left:0rem;font-size:1.3125rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrQB9KeogFqTg1BOBXlAAmxmkgJezCvn { width:20rem;height:1.4619125rem;top:13.625rem;left:0rem;font-size:1.125rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByZGgD9oUrUWsq6bafLUhHTlMF5Qki5U { width:20rem;height:1.4619125rem;top:15.125rem;left:0rem;font-size:1.125rem;z-index:100006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEiUaiXkc7mNrPeBSPmEmO07sqLc31UG { width:20rem;height:3.75rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB { display:block; }#rfbTCTZnOWF1enOuGBWx8xpQnasEVmNB > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }