.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/431c22d1-791b-468e-90ee-077143d06d32/KOPIADOEDYCJI4.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL.adaptive-delivery-prevent-bg, #xO1L7cQknSmrzrFaKfBMglAXknv5AabL.lazyload, #xO1L7cQknSmrzrFaKfBMglAXknv5AabL.lazyloading { background-image: none; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container { background-color: transparent; background-image: none; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container > .video-iframe-container { display: none; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row > .video-iframe-container { display: none; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .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); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container { border-width: 0; border-radius: 0; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container { font-size:0.875rem;font-family:"open sans";height:43.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#pm8Fw15dyZL3PiEZGZcgAtvhKnVTw0vR { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:unbounded;font-size:2.9375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:11.5625rem;left:2.3125rem;height:9.5625rem;font-style:normal;display:block; }
#s8mWcV1WQOTmUBrvGPLHRtPnVhqAIwt8 { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:25.943359375rem;left:2.3125rem;height:4.875rem;font-style:normal;display:block; }
#k9pEO5zGFz6q2oz9cdVVnkIb89gXmr8r { background-color:#393939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1875rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.875rem;left:2.3125rem;display:block; }
#CSQhAItTIrpKzMJQqP8PkLtbn7FsrB57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvyOzQUvV65fNdR7e2zkiysiqicmhmGh { color:#393939;display:block;width:39.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.9375rem;left:2.3125rem;height:1.625rem;font-style:normal;display:block; }
#HbnETD2zkgxpbzhagwezSTGUDuUFsUpQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:38.125rem;left:3.9375rem;display:block; }
#WkhvUZFaAzHbK0dCyXRXOfywDXaTUUWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxA3m9SW3ml9SyE6MQ6ng7SrrylQkCNP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.8125rem;top:2.5rem;left:2.375rem;overflow:hidden;display:block; }
#XSx71gByNS5F7m1pFTH6ynOGuTtP3yQa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:39.0625rem;left:15.125rem; }
#XSx71gByNS5F7m1pFTH6ynOGuTtP3yQa > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#nsMfT7iihGfFK9242PKXS15raeh2ESvx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:16.9375rem;top:1.8125rem;left:7.186718940735rem;overflow:hidden;display:block; }
#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz { position:relative;display:none; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz { border-width: 0; border-radius: 0; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l6egTqyevN5wTF3huzOgeZqN9c1Vp9cA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:18.5rem;top:0rem;left:6.625rem;overflow:hidden;display:none; }
#EJsWyZXABhNTpUOCqVcVTwtFduryA5a7 { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.25rem;left:2.75rem;height:5.8496125rem;font-style:normal;display:none; }
#FW1XJaTfzJMLec50JR9pISzbxLcSINaU { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:unbounded;font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.9375rem;left:2.75rem;height:2.68115rem;font-style:normal;display:none; }
#MuErPZ1JmADt7KT9WOHll4on3CEX1Trx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:75rem;display:none; }
#Kun7l4ICvGCZIHXHFmQJRCPewdBM2gN1 { position:relative;display:none; }#Kun7l4ICvGCZIHXHFmQJRCPewdBM2gN1 { border-width: 0; border-radius: 0; }#Kun7l4ICvGCZIHXHFmQJRCPewdBM2gN1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kun7l4ICvGCZIHXHFmQJRCPewdBM2gN1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rIwJtgke7D4EEEVxCgHSTRIzkbWbSHon { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:6rem;left:40.0625rem;overflow:hidden;display:none; }
#Ch3KOLE5FTOcDJchhrv7OFJaFv0LvUPz { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#t6viJ0iNsrlrBCa0l17LubxcPt1bIo5J { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#H2yBQPeDC2zvPQ2vrV5xvQk2SpPmkzth { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#rT60KydHSoUqXZy7tAm6Dak0TA9yQGQn { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#QWLWfQZeIRcXif0GrFKvPuqfWUu6ozet { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#EhxUa7eIHx0LmTDIEsaz3zosXRSrzitT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:6rem;left:40.0625rem;overflow:hidden;display:none; }
#P7TxnPax3nCl77uf0l7CWFNrPyKZwB2i { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:6rem;left:40.0625rem;overflow:hidden;display:none; }
#v6UAEhx4UdONm7JrQBoEbMJfbchZc2VT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:6rem;left:40.0625rem;overflow:hidden;display:none; }
#pCdsQN69e25rs2IC7q73Maivgm2T8lIu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:6rem;left:40.0625rem;overflow:hidden;display:none; }
#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row .container { background-color: transparent; background-image: none; }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row .container > .video-iframe-container { display: none; }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row > .video-iframe-container { display: none; }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .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); }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row .container { border-width: 0; border-radius: 0; }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#Rgnr7TPUT6k2NknKGHrLxSoM6gANbzEb { box-sizing:content-box;height:30.25rem;width:59.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:36.875rem;display:block; }
#rtmClAyWvNdaKuo2hIPqWo3W1QMVT1nP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:-0.024999999999977rem;left:6.887500190735rem;overflow:hidden;display:block; }
#N5TaeKQ4OtiTWe4z4qtFAMIaXRW92UuE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:5.375rem;top:5.9375rem;left:8rem;overflow:hidden;display:block; }
#Dk0VrImhTNqr7oFFEnnNK9ZmobZwCUUP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:5.375rem;top:5.9375rem;left:5.125rem;overflow:hidden;display:block; }
#Miw0HRU3UMbLvTR67sqfRuH8koCp7W1Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:5.375rem;top:5.9375rem;left:2rem;overflow:hidden;display:block; }
#MJ9h1hTcaMDS4ImJG4dLb1lf0JdKzAIB { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.962500572204rem;left:2.75rem;height:5.75rem;font-style:normal;display:block; }
#htbShGhhGtOINubvS3AZWOb1k8xzqscK { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.218750953674rem;left:2.75rem;height:1.75rem;font-style:normal;display:block; }
#C4BTMJ5tetOVVxTvIhgs0h0uCwdC6kv7 { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:400;z-index:15012;line-height:2.8;letter-spacing:0;top:5.7499961853028rem;left:44.187500953674rem;height:19.0625rem;font-style:normal;display:block; }
#PKTTTMS66wusqCrkWBNg8umO3eeXTta1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:6rem;left:40.0625rem;overflow:hidden;display:block; }
#JTtsg21brOPpZ2wMuKCEnCMNm7ETAmUp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:9.9375rem;left:40.0625rem;overflow:hidden;display:block; }
#HPeD4AEyI8Sey1FrPba1iaGp10C5xE1h { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:13.8125rem;left:40.0625rem;overflow:hidden;display:block; }
#KUKOUnh09Lo5ndI8hPl4mrMf67u1N36g { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:17.625rem;left:39.9375rem;overflow:hidden;display:block; }
#PkNnlaftaJ5bT0bM3X2fTz2QVzk15QwF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.4375rem;top:21.375rem;left:39.9375rem;overflow:hidden;display:block; }
#DNKGDXye1n4TBUU0JEmtTJnNQJXgovOp { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#gfVTvTfC5rQp2n8T8DitR2iuVTacrfqE { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#pZTdr5sVupQDy5hxKk5H1TzREksQgrPo { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#soM7Tk4sbimLxVkheSx8qzxCkKtfFzbT { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#akEK2xqoNmtH5ee7c01lSPBADL4r3Fbi { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row .container { background-color: transparent; background-image: none; }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row .container > .video-iframe-container { display: none; }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row > .video-iframe-container { display: none; }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .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); }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row .container { border-width: 0; border-radius: 0; }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#KDMQ6BPW5S56aD98NWADHmOq973WGgyE { color:#393939;display:block;width:29.375rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.53515625rem;left:0rem;height:2.875rem;font-style:normal;display:block; }
#TwMZOnK999tkusMaqbm9gZhLGaoirX2i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row .container { background-color: transparent; background-image: none; }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row .container > .video-iframe-container { display: none; }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row > .video-iframe-container { display: none; }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .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); }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row .container { border-width: 0; border-radius: 0; }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#wko4UTTmehgvks61gqmVV0HVeMTZQHgo { color:#393939;display:block;width:16.3125rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:3.875rem;left:1.21875rem;height:3.125rem;font-style:normal;display:block; }
#zhH7KyKl1sWLvLWZEhyTETUJX2DPWapG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:0rem;left:7.999218940735rem;overflow:hidden;display:block; }
#sPpdQIREp8IuG6P31hiinNMcJn9XgC3N { color:#393939;display:block;width:16.3125rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.875rem;left:19.96875rem;height:3.125rem;font-style:normal;display:block; }
#kAKa4aDsSuWWhJc5bd1wztBVucckkV1n { color:#393939;display:block;width:16.3125rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:3.875rem;left:38.71875rem;height:3.125rem;font-style:normal;display:block; }
#EGliP7E9LvmThs0F8AQs4ylFcm1CItso { color:#393939;display:block;width:16.3125rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:3.875rem;left:57.46875rem;height:4.6875rem;font-style:normal;display:block; }
#N39wSvKBqcT3ePCz4Fyt7dTrnrHtNTJp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:0rem;left:26.750000953674rem;overflow:hidden;display:block; }
#X0BZBM07iFmWFHZkRC5oE0MAxtTiT0eJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:0rem;left:64.250000953675rem;overflow:hidden;display:block; }
#aFkDfAgqsusX1X9VAu8gGSqEvL6ixIoa { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:0rem;left:45.500000953674rem;overflow:hidden;display:block; }
#ESf4101LWtKvXbCCbiooerWlaRn3fP41 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row .container { background-color: transparent; background-image: none; }#ESf4101LWtKvXbCCbiooerWlaRn3fP41::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row .container > .video-iframe-container { display: none; }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row > .video-iframe-container { display: none; }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .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); }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row .container { border-width: 0; border-radius: 0; }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#UPqAtQulC0C572Z9ToO4LbPQFJMJuMfO { background-color:#393939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.96875rem;left:24.9375rem;display:block; }
#VbWpcZ2cPHZ50Awqg0ENaiTM52k78RC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row .container { background-color: transparent; background-image: none; }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row .container > .video-iframe-container { display: none; }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row > .video-iframe-container { display: none; }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .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); }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row .container { border-width: 0; border-radius: 0; }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#RT1p7ksH8CGGJUezT29BtJ4Usx4xunfV { color:#ffffff;display:block;width:71.0625rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.96875rem;height:12.25rem;display:block; }
#AHhKvpPnOnXV9zR7xXT39MEOoX75sW0E { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:13.41171836853rem;left:65.187500953675rem;overflow:hidden;display:block; }
#Jht9lHQGaiMtvlTyvZ7ZczCkUPumQB0a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lOv4eKuD8fwFTJyz0VOODWKOX1xhxCkT { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.91171836853rem;left:52.425000190735rem;height:1.75rem;display:block; }
#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #ffffff, rgba(250,90,91,0.77));background-image: -moz-linear-gradient(179deg, #ffffff, rgba(250,90,91,0.77));background-image: -ms-linear-gradient(179deg, #ffffff, rgba(250,90,91,0.77));background-image: -o-linear-gradient(179deg, #ffffff, rgba(250,90,91,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4fa5a5b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4fa5a5b' );";background-image: linear-gradient(179deg, #ffffff, rgba(250,90,91,0.77));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row .container { background-color: transparent; background-image: none; }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row .container > .video-iframe-container { display: none; }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row > .video-iframe-container { display: none; }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .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); }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row .container { border-width: 0; border-radius: 0; }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#LKuJfJoJJchWrux1S55lFpkZduBTrl8J { color:#393939;display:block;width:40.3125rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.1031341552734rem;left:0rem;height:2.6875rem;font-style:normal;display:block; }
#L5PQHOErUtW9vTxFZnlGa1FBxTZDZXTQ { color:#393939;display:block;width:36.625rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:6.4375rem;left:0rem;height:2.3125rem;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; }
#fsp4kVTM8EWqop7Gx0yFU6kkJZ6yoIaE { color:rgba(28,28,28,0.8);display:block;width:37.1875rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:11.5rem;left:3.9375rem;height:23.625rem;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; }
#sxnqhxIl0Q3n3z43cJArXNLXvThbdJaD { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:65rem;width:1.25rem;top:11.500000953674rem;left:0.73749923706056rem;overflow:hidden;display:block; }
#yspo1T6eenAhg53xGw0fTPZTOGgsAIyu { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:16.687501907349rem;left:0.73749923706056rem;overflow:hidden;display:block; }
#xDuKza0oZKgn61oT5uAgAFumgU2Bi8XT { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:21.775001525879rem;left:0.73749923706056rem;overflow:hidden;display:block; }
#Bi4ysyL9TDKHh3u2miE7IlIeLMOgZZaV { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:28.562501907349rem;left:0.73749923706056rem;overflow:hidden;display:block; }
#ZZcAETWsaL6AIqaF2b6o1sZUIKLkqemX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:36.875rem;top:-0.060150146484375rem;left:48.099391937194rem;overflow:hidden;display:block; }
#V6lweQc8w3xGRyrWXrOl9GTUM9QXwO7G { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:28.562501907349rem;left:0.73749923706056rem;overflow:hidden;display:none; }
#WytLf4faeIZ96xagCnI3owlmmNboEvKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { background-color: transparent; background-image: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { border-width: 0; border-radius: 0; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#rcTykTFgTu1U2wondefRDPPrfCuNgKvC { color:#ffffff;display:block;width:73.125rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.525390625rem;left:0rem;height:2.6875rem;font-style:normal;display:block; }
#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row .container { background-color: transparent; background-image: none; }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row .container > .video-iframe-container { display: none; }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row > .video-iframe-container { display: none; }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .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); }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row .container { border-width: 0; border-radius: 0; }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#vvf74ub7TRmkZlnx1itQT7rQTeVyx7hB { color:#fa5a5b;display:block;width:12.5rem;position:absolute;font-family:unbounded;font-size:7.8125rem;font-weight:700;z-index:15015;line-height:.8;letter-spacing:0;top:0rem;left:0.8125rem;height:6.25rem;font-style:normal;display:block; }
#mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:8.75rem;left:0.8125rem;height:3.25rem;font-style:normal;display:block; }
#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5625rem;left:0.75rem;height:6rem;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; }
#rEUnGXbNqKiX1FqBPvfFSXumeQTgN4s5 { color:#fa5a5b;display:block;width:12.5rem;position:absolute;font-family:unbounded;font-size:7.8125rem;font-weight:700;z-index:15018;line-height:.8;letter-spacing:0;top:0rem;left:19.4375rem;height:6.25rem;font-style:normal;display:block; }
#vAl0n7KstpGTH5lZoDg0sOwh9yMPxhT4 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.75rem;left:19.4375rem;height:3.25rem;font-style:normal;display:block; }
#G4FI7d5HI4GUzLV8BUlOWfFsBpcvIwPI { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.5625rem;left:19.4375rem;height:10.5rem;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; }
#LZXWwtFPILtRZnT20hXVHwFBly7PPzaT { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.5625rem;left:38.03125rem;height:4.5rem;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; }
#SmEDcdZqpO8Ogf8KTkrJ5KINGwcUdpId { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.75rem;left:38.3125rem;height:3.25rem;font-style:normal;display:block; }
#OMaqH85hsgDkwMGseXzXkFqBZJ1n6N4B { color:#fa5a5b;display:block;width:12.5rem;position:absolute;font-family:unbounded;font-size:7.8125rem;font-weight:700;z-index:15019;line-height:.8;letter-spacing:0;top:0rem;left:38.3125rem;height:6.25rem;font-style:normal;display:block; }
#Uu761hAGxWd0dc3058RVeVgG9d4cFht4 { color:#fa5a5b;display:block;width:12.5rem;position:absolute;font-family:unbounded;font-size:7.8125rem;font-weight:700;z-index:15022;line-height:.8;letter-spacing:0;top:0rem;left:57.375rem;height:6.25rem;font-style:normal;display:block; }
#k9eATi1kGbbFLiWK7RC8K3kSgeNK29vI { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.75rem;left:57.375rem;height:3.25rem;font-style:normal;display:block; }
#T8DeTsTW6LEWrCA2K6M7CzBfHscPFvzn { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:14.5625rem;left:56.8125rem;height:6rem;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; }
#AmTlXFym4Bl5Ve4BGLRmVTM7SMZBw7W1 { color:#fa5a5b;display:block;width:4.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.5625rem;left:45.625rem;height:1.5rem;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; }
#bw3SRTmxxJ5KJbmRw3IDbBnPuuktH0J3 { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:21.46142578125rem;left:0.53125rem;height:3rem;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; }
#n3f1yqLzSWVAGncNFHf2kNFm0tWz8dKh { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:25.624999523163rem;left:19.280468940735rem;height:4.5rem;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; }
#Z0qyiDSmHhh7hqsleh3JIwO1Dz3L7qef { color:rgba(255,255,255,0.8);display:block;width:17.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.0625rem;left:56.8125rem;height:6rem;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; }
#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row .container { background-color: transparent; background-image: none; }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row .container > .video-iframe-container { display: none; }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row > .video-iframe-container { display: none; }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .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); }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row .container { border-width: 0; border-radius: 0; }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#JQUtlpmleIHiowPdJysbI7NRLtRfwPNs { background-color:#fa5a5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1354217529297rem;left:24.9375rem;display:block; }
#uJLNV6J1R0DLzBcM094ZTg2CznbCuz0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDaCAFxSaDwB1NRhCGiAWmde5T0Zd1zb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aDaCAFxSaDwB1NRhCGiAWmde5T0Zd1zb > .row .container { border-width: 0; border-radius: 0; }#aDaCAFxSaDwB1NRhCGiAWmde5T0Zd1zb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDaCAFxSaDwB1NRhCGiAWmde5T0Zd1zb > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#Wx1sXhui11TPyRtpxwhget24eAdgf9cR { color:#fa5a5b;display:block;width:73.125rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.337890625rem;left:0rem;height:2.69970625rem;font-style:normal;display:block; }
#JpReJrO4msfOywvqIMS1BzkX6AWL3bRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JpReJrO4msfOywvqIMS1BzkX6AWL3bRi > .row .container { border-width: 0; border-radius: 0; }#JpReJrO4msfOywvqIMS1BzkX6AWL3bRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JpReJrO4msfOywvqIMS1BzkX6AWL3bRi > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:none; }#vq3ZdoE315Tm1Ly1lRfTNJzvJp0eMXho { color:#2f2f2f;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:5.84765625rem;font-style:normal;display:block; }
#pg1dVGcNtTWagJUqeZNqWGISAQ9meGBo { color:rgba(47,47,47,0.8);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.25rem;left:0rem;height:21rem;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; }
#K4OkSXFOiET7R8o12KZFwDltEEezQvgO { color:#2f2f2f;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:0rem;left:18.75rem;height:7.796875rem;font-style:normal;display:block; }
#WucLJAaBO4mW7cii8sM5yBCiQvVr7gAV { color:rgba(47,47,47,0.8);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.25rem;left:18.75rem;height:15rem;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; }
#Tf6T2wzBAqvwAXQQrOhITkOqmodcCg3N { color:#2f2f2f;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0rem;left:37.5rem;height:7.796875rem;font-style:normal;display:block; }
#XbTzXlKz1f4D0SOMQQN1gkddue8vJF5n { color:rgba(47,47,47,0.8);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:9.25rem;left:37.5rem;height:16.5rem;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; }
#pqnabMlTKrhCIlTa1VFSH5FpFNH08qTo { color:#2f2f2f;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:0rem;left:56.25rem;height:5.84765625rem;font-style:normal;display:block; }
#U2oo6tTW6fDnUNNFcXOUVNXnddUJIdBt { color:rgba(47,47,47,0.8);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.25rem;left:56.25rem;height:12rem;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; }
#pgAXweMCkktaFlp4fBxUUyapNiTz82rF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pgAXweMCkktaFlp4fBxUUyapNiTz82rF > .row .container { border-width: 0; border-radius: 0; }#pgAXweMCkktaFlp4fBxUUyapNiTz82rF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgAXweMCkktaFlp4fBxUUyapNiTz82rF > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:none; }#pL5LpxNyt2VvDycRPn25aIegsIi4owK6 { color:#2f2f2f;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:5.84765625rem;font-style:normal;display:block; }
#KcbztkmbDi62Odd0CAhdWQsK5917c7gr { color:rgba(47,47,47,0.8);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.25rem;left:0rem;height:21rem;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; }
#bXftT3AQszedTHBe1asNtOQbFpi4X2Oe { color:#2f2f2f;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:0rem;left:18.75rem;height:7.796875rem;font-style:normal;display:block; }
#rkBKDa4wzkDFyPwWIUWpMBbohBSlZEbT { color:rgba(47,47,47,0.8);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.25rem;left:18.75rem;height:12rem;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; }
#JSxllNn5oJQLSuIxrT1zKx9WHBvlCiTT { color:#2f2f2f;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0rem;left:37.5rem;height:5.84765625rem;font-style:normal;display:block; }
#xTxINZ5ipOL17ZpRUtTdO87COvdDTrDh { color:rgba(47,47,47,0.8);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:9.25rem;left:37.5rem;height:7.5rem;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; }
#CuQEJxR8FrHJRzu4EokwAkd1XpxpXsBb { color:#2f2f2f;display:block;width:17.625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:0rem;left:56.25rem;height:7.796875rem;font-style:normal;display:block; }
#KMhyS38IbPzR3TfBrteND7DiqNur3PhD { color:rgba(47,47,47,0.8);display:block;width:16.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.25rem;left:56.25rem;height:6rem;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; }
#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container { background-color: transparent; background-image: none; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container > .video-iframe-container { display: none; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row > .video-iframe-container { display: none; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .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); }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container { border-width: 0; border-radius: 0; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#uMCvBEskI8ZTc2bBLmDAw8ExT6G7Ah72 { color:#252525;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:3.3125rem;left:1.875rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xxfAl6aGlfwTUKHzRq25Q3LpxrDo6ABz { color:#fa5a5b;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:4.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.75rem;left:1.875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0Son31m9bgLaXTmTOw0HZeC4gOlD4yb { color:#fa5a5b;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:4.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.75rem;left:27.3125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dl7HsDzxl5eEFvGVJNfCtZtOQFdgHysP { color:#fa5a5b;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:4.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:6.3125rem;left:52.1875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oECcTiaegKhRlvIy0mOMSMIeabdsRdAd { color:#252525;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:11.75rem;left:27.3125rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d0GrLyhLyTFtSkADzHSyFg4b1kkuXmwm { color:#252525;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:11.75rem;left:1.875rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X8B7yrvUtIL4JCppyNuvl46EO5BAVW7n { color:#252525;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:3.3125rem;left:26.8125rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BFMQUntyTgDrg3TCOCQGh1J95rA2eLE2 { color:#252525;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:3.3125rem;left:52.1875rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OgWqsrUZdMnWtkCUG28o1SpGImezTNAw { color:#252525;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:11.75rem;left:52.875rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row .container { background-color: transparent; background-image: none; }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row .container > .video-iframe-container { display: none; }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row > .video-iframe-container { display: none; }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .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); }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row .container { border-width: 0; border-radius: 0; }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#Eqxffimaxh6Qr5CnOKFNz9PVRiZd5Glu { color:#fa5a5b;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:4.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5rem;left:14.375rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wi5Bzpg1l77tRITKGmAD7WN9i5qqL79O { color:#393939;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:11.5625rem;left:42.25rem;height:4.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rPL8ZQ3K1dPgftfamMFPxPTGcZZ1dpXS { color:#fa5a5b;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:4.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:5.5rem;left:42.25rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gagzCqG1Gt4PQmOy6mFtRqrT9z1i9SPd { color:#393939;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:3.125rem;left:13.75rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hBxPkqfJP64quMPN7MXdV00i2SFJmqna { color:#393939;display:block;width:21.375rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:3.125rem;left:42.25rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UvrZkLJITvrN3NHAPl3ioqrdScrNbZbw { background-color:#fa5a5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.375rem;left:24.9375rem;display:block; }
#Z7LJmCVNXb6bSqT6JgmPGA0he8EEqwgH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFTmmIEQak5qF61asKMVDspcqqOcQW9p { color:#393939;display:block;width:23.6875rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:11.5625rem;left:13.21875rem;height:4.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { border-width: 0; border-radius: 0; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:none; }#TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:23rem;top:9.5625rem;left:3.125rem;overflow:hidden;display:block; }
#sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { color:#1c1c1c;display:block;width:26.9375rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.625rem;left:30.875rem;height:4.2246125rem;font-style:normal;display:block; }
#OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:15.4375rem;left:30.875rem;height:5.19921875rem;font-style:normal;display:block; }
#wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:54.625rem;top:8.1875rem;left:11.8125rem;display:block; }
#eL8vWSXlewHM1lddIqhREdHRuW9TwDWt { color:#2f2f2f;display:block;width:28.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:22.3125rem;left:30.875rem;height:6.499rem;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; }
#W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { color:#252525;display:block;width:73.125rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.056640625rem;left:0rem;height:2.69970625rem;font-style:normal;display:block; }
#g8NrERGA5G5rZsRZimx6Deqb8fITmbz9 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:19.8125rem;top:21.083343505859rem;left:8.0208339691163rem;overflow:hidden;display:block; }
#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { border-width: 0; border-radius: 0; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:none; }#Rkqzx82J8x5ibKp6oWVJTHJzWfa5Ugx2 { color:#1c1c1c;display:block;width:32.0625rem;position:absolute;font-family:unbounded;font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.3125rem;height:4.2246125rem;font-style:normal;display:block; }
#a6FH0OI3KelxHThMFVcrCT6sdIfzNSqs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:54.625rem;top:0rem;left:3.125rem;display:block; }
#cMo6kDfdGs5TJOEEwwulRKh87IhLuDu5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:30.5rem;top:0rem;left:44.5rem;overflow:hidden;display:block; }
#R1yWrsOAtuBwqFXnrbarbuKNF9Q2JpFV { color:#2f2f2f;display:block;width:30.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:8.4638671875rem;left:6.3125rem;height:19.4970625rem;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; }
#SxTic3BUmNtwyx9BQfPU8lrxN52bNa0l { background-color:#252525;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.75rem;left:24.9375rem;display:block; }
#O7nOmdA4pKsCGwSPJLSmKpsesSDd2dzR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OwpKne8StKq0C0LBRZpOeoKBJdrbrB71 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.5625rem;top:17.166687011719rem;left:42.84375rem;overflow:hidden;display:block; }
#t0Fd1pTllNQ8LFUK6VgPMaa1IZIEREwx { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.5625rem;top:17.145843505859rem;left:45.65625rem;overflow:hidden;display:block; }
#OKPnh8sVvSDgEJMwVyigRvSvfcN5KCBM { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.5625rem;top:17.145843505859rem;left:48.40625rem;overflow:hidden;display:block; }
#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row .container { background-color: transparent; background-image: none; }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row .container > .video-iframe-container { display: none; }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row > .video-iframe-container { display: none; }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .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); }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row .container { border-width: 0; border-radius: 0; }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#U1dZhEkp5DBZx4S4Qbr9cCWffeVTtH1w { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3117065429688rem;left:4.96875rem;height:14.375rem;font-style:normal;display:block; }
#my35gqkuTyT3WypfEeX3z5nNFcnZWMbN { color:#b54eff;display:block;width:3.625rem;position:absolute;font-family:unbounded;font-size:3.4375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.437500238419rem;left:41.500000953674rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVNm6Kdci39A5HUKHTBzTr3xoASDtvJQ { color:#ffffff;display:block;width:25.75rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:11.625000238419rem;left:45.500000953674rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PpztDK9SlCGqOdWgmtPigs4A8XfTnaRE { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:16.312500238419rem;left:41.500000953674rem;height:4.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yJWPHUmd027AFlFx3lN7y6KOygbxopZL { color:#b54eff;display:block;width:3.625rem;position:absolute;font-family:unbounded;font-size:3.4375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:22.562501192093rem;left:41.500000953674rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qLVWiIIUnAgZcuJ3AwlfZ3a6866i6iE0 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:38.250001192093rem;left:41.500000953674rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N48DezsBTowFnQSn7UfhCSuf32Po8rJf { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:34.500001192093rem;left:45.500000953674rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZTQssqVl875WGTD0FR0bkvDM9SMQ9PGZ { color:#b54eff;display:block;width:3.625rem;position:absolute;font-family:unbounded;font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:33.375001192093rem;left:41.500000953674rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkQr2x5hXpa7TwoGaXAdMJpvK4SQrG0b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:27.375rem;top:19.182281494141rem;left:4.96875rem;overflow:hidden;display:block; }
#P7PiL3G6HT0Td7QUud6KoocSaaTchyzZ { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:23.687501192093rem;left:45.500000953674rem;height:4.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qwwWvuqtaq4ba4Z7JW8rz27mTNl9ip2X { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:28.437501192093rem;left:41.500000953674rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vEFTiOphqmCbaTNZkNdNXnqNSfV4fCmT { color:#b54eff;display:block;width:29.625rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:41.5rem;height:2.875rem;font-style:normal;display:block; }
#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { position:relative;display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { background-color: transparent; background-image: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .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); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { border-width: 0; border-radius: 0; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { color:#393939;display:block;width:73.125rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.337890625rem;left:0rem;height:2.6875rem;font-style:normal;display:block; }
#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/20738e4e-db30-4628-9cb5-26db8e433864/Projektbeznazwy15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h.adaptive-delivery-prevent-bg, #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h.lazyload, #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h.lazyloading { background-image: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { background-color: transparent; background-image: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .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); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { border-width: 0; border-radius: 0; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU { box-sizing:content-box;height:40.0625rem;width:24.875rem;position:absolute;display:block;z-index:15035;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4e8b8de7-e361-405f-8c8f-13d9c3690320/KopiaPostyNowyBrandingALL.crop_605x975_39,327.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU.adaptive-delivery-prevent-bg, #d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU.lazyload, #d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU.lazyloading { background-image: none; }
#EKk1CsQ9wfJs24aunyTna0zPuQ931znl { color:rgba(28,28,28,0.8);display:block;width:25.6875rem;position:absolute;font-family:unbounded;font-size:0.75rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:40.901561737061rem;left:0.4375rem;height:12.5rem;font-style:normal;display:block; }
#hCVSxVzWRtpTTUzGaKXUzb7nOHt2ryuz { color:rgba(28,28,28,0.8);display:block;width:27.625rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:51.539831161499rem;left:26.937500953674rem;height:2rem;font-style:normal;display:block; }
#Ph52NOEw5C5Js2EGTV5VTcRawslga7Eb { color:rgba(28,28,28,0.8);display:block;width:45.75rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.7;letter-spacing:0;top:0rem;left:26.937501907349rem;height:5.75rem;font-style:normal;display:block; }
#lOOwlw2yv6gVmMsAgpN0p3RA2uFJ7yT4 { color:rgba(28,28,28,0.8);display:block;width:45.75rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.7;letter-spacing:0;top:7.125rem;left:26.937501907349rem;height:2.875rem;font-style:normal;display:block; }
#T1aIM1bFJfEuF6tQyTbtGRS8qds6wnTL { color:rgba(28,28,28,0.8);display:block;width:47.8125rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.3125rem;left:26.937501907349rem;height:4.3125rem;font-style:normal;display:block; }
#ySwTSrdfndy4RTFz53bLpNi5GWFVopvy { color:rgba(28,28,28,0.8);display:block;width:48rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:17rem;left:26.937501907349rem;height:2.875rem;font-style:normal;display:block; }
#zbqdLMAy0qW2r2EQIhrG5Ja1hechImIQ { color:rgba(28,28,28,0.8);display:block;width:48.0625rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.7;letter-spacing:0;top:21.5625rem;left:26.812500953674rem;height:4.3125rem;font-style:normal;display:block; }
#sxIJrRgXLQkzhe0LmL61Q6MfS5FBEaa0 { color:rgba(28,28,28,0.8);display:block;width:48rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:27.25rem;left:26.937500953674rem;height:4.3125rem;font-style:normal;display:block; }
#WWS0Hq3MemVfRPedf7OfSbJoeXIX65TD { color:rgba(28,28,28,0.8);display:block;width:47.75rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:32.8125rem;left:26.937500953674rem;height:4.3125rem;font-style:normal;display:block; }
#HziZMQdXoH2N4OiK7e0m2FnAxPUhBEa8 { color:rgba(28,28,28,0.8);display:block;width:47.8125rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:38.375rem;left:26.937500953674rem;height:5.75rem;font-style:normal;display:block; }
#UvfrQD9sfShR58lztqpLRSLiT1NMcEao { color:rgba(28,28,28,0.8);display:block;width:45.9375rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:45.782814025879rem;left:26.937500953674rem;height:3.75rem;font-style:normal;display:block; }
#VgwhpmJVQLz1MLaNT6LSpryyIp1ztVnV { box-sizing:content-box;height:40.9375rem;width:49.8125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:57.749999523163rem;left:36.587501525879rem;display:block; }
#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container { background-color: transparent; background-image: none; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container > .video-iframe-container { display: none; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row > .video-iframe-container { display: none; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .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); }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container { border-width: 0; border-radius: 0; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#mmbESCuVkDplF4yfFnim1yJzZP7qynQe { color:#393939;display:block;width:33.625rem;position:absolute;font-family:unbounded;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0617189407349rem;left:40.237500190735rem;height:5.25rem;font-style:normal;display:block; }
#Wkhb0RS16luJxUvMxZms5RRABnRnpHyM { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#qUF3aaBwiCk3pBhXiTWnLkuyxrk9vFBR { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#wPyXLutap8bmW70kWfbWmwTSg0Xyl930 { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#ooHbERAWEKWSqbwDxv51dcGQTeNq8ufm { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#TfhEc8HaI3AyKDf36QKoQDmNkbvs3eT5 { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:2.5;letter-spacing:0;top:4.9375rem;left:43.125rem;height:19.375rem;font-style:normal;display:none; }
#LE1PvhiuDEJ0nHdElxTcBu7lb4q3cpxQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:34.875rem;top:3.0624971389771rem;left:0.8125rem;overflow:hidden;display:block; }
#TZrDJWGa76bZKMtkTgd1kRUU4VepJOfM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:9.9374998211863rem;left:41.375000953674rem;overflow:hidden;display:block; }
#mSuDbOH6ugW4QkrBSFw1EThduZCQurdI { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15026;line-height:2.5;letter-spacing:0;top:9.8749995231631rem;left:44.875rem;height:2.5rem;font-style:normal;display:block; }
#tqJICutVTmvElKRT9N0KTZsIfoFlBHNU { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15027;line-height:2.5;letter-spacing:0;top:13.624999523163rem;left:44.875rem;height:2.5rem;font-style:normal;display:block; }
#nmbBFAsbDLSmIyGltuTJh0qvS9yLFEVk { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:13.687499523163rem;left:41.375rem;overflow:hidden;display:block; }
#px0Rbo1U7L8bwcXnhbuBb5aAazJUF72P { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15028;line-height:2.5;letter-spacing:0;top:17.4375rem;left:44.875rem;height:2.5rem;font-style:normal;display:block; }
#XvZBU9EPUr4TkHw8iIpkdD04I3KyT1N0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:17.5rem;left:41.375rem;overflow:hidden;display:block; }
#ZOVPl8sy6tyvblDt6kfvONcucDPreNmk { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:20.5rem;left:44.875rem;height:3.125rem;font-style:normal;display:block; }
#Tpg0rTBvTNadwfc8oS7STWB8h8rTLvMg { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:20.875rem;left:41.375rem;overflow:hidden;display:block; }
#JR7RILiDTPxLzI4iHiGwJooy7WxhRA4a { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:24.9375rem;left:44.875rem;height:4.6875rem;font-style:normal;display:block; }
#i1KnrnwVbopFHKa8Jxk8uOeTT6Q2DFUp { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:26.150000095367rem;left:41.375rem;overflow:hidden;display:block; }
#V7DOlkridg7Sbo581oQM9XcneKd1vRxp { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15031;line-height:2.5;letter-spacing:0;top:30.375rem;left:44.875rem;height:2.5rem;font-style:normal;display:block; }
#dRhi0i3WDSKVu5KJVPwST3FckCSArGGw { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:30.4375rem;left:41.375rem;overflow:hidden;display:block; }
#NheXMAxRBhC8o6XLlaMxA75foQf6qTRC { color:#393939;display:block;width:28.9375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:34.312500476837rem;left:44.875rem;height:3.125rem;font-style:normal;display:block; }
#fAl4qy1wUxfWLtIy4lL3ThX3pCOrKKJd { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:34.724998950958rem;left:41.375rem;overflow:hidden;display:block; }
#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71347cbe-f089-4779-906f-566ff37da22f/MonikaF_0029_1080p.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { border-width: 0; border-radius: 0; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-form-header {  }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { height:auto;display:block;font-family:unbounded;font-size:0.875rem;font-weight:400;color:#1c1c1c;width:24.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(47,47,47,0.23);border-left:0.0625rem solid rgba(47,47,47,0.23);border-right:0.0625rem solid rgba(47,47,47,0.23);border-bottom:0.0625rem solid rgba(47,47,47,0.23);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.4375rem;box-sizing:border-box;height:2.5625rem;color:#2d3137;font-size:0.875rem;overflow:hidden;font-family:ubuntu; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(47,47,47,0.23);border-left:0.0625rem solid rgba(47,47,47,0.23);border-right:0.0625rem solid rgba(47,47,47,0.23);border-bottom:0.0625rem solid rgba(47,47,47,0.23);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.4375rem;box-sizing:border-box;height:4.375rem;color:#2d3137;font-size:0.875rem;overflow:hidden;font-family:ubuntu; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(28,28,28,0.48);border-left:0.0625rem solid rgba(28,28,28,0.48);border-right:0.0625rem solid rgba(28,28,28,0.48);border-bottom:0.0625rem solid rgba(28,28,28,0.48);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.4375rem;box-sizing:border-box;height:2.5rem;color:#2d3137;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:700;color:#ffffff;width:24.4375rem;height:3.4375rem;font-family:unbounded;overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.875rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.2;font-size:0.6875rem;font-weight:400;color:#2d3137;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:first-of-type{padding-top:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:last-of-type{padding-bottom:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.537109375rem;left:1.28125rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.4375rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.537109375rem;left:1.28125rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #uTrJpsSAfUCrWB2FzZsaNPVFWPDtdD3L { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #b9AXI6d1h3oXtCDtd5UU9pPAZ633FfLQ { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #nzA4WqATep8GUeESZhH2FsHJqZLWNwl8 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh { position:relative;z-index:2; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc { position:relative; }
#iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:5.375rem;font-style:normal;display:block; }
#cHTv337IWTeUG9qxWrLF35VkkFDF89as { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:14.888671875rem;left:43.3125rem;height:5.375rem;font-style:normal;display:block; }
#t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { color:#fa5a5b;display:block;width:21.6875rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:31.2744140625rem;left:43.3125rem;height:1.875rem;font-style:normal;display:block; }
#EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:29.875rem;top:9.0625rem;left:0rem;display:block; }
#DnkVDf2ufXpTD6R3VtXTC6aDX5gGiSGs { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9.3125rem;top:34.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#PPdcRTD7tRHg98uaIuiaThZX1Axbm1MP { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9.3125rem;top:34.3125rem;left:46.4375rem;overflow:hidden;display:block; }
#euR1cIJfRXClR6MTG7w8wTp97p14DkqQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:9.3125rem;top:34.3125rem;left:51.1875rem;overflow:hidden;display:block; }
#PSAd2bBLWEghzcOmnuCW8XX3uw1H2yng { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.66259765625rem;left:43.3125rem;height:6.25rem;font-style:normal;display:block; }
#a6HpTc5eR9CuKpJlxAieEL7R0pSTx2ul { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:15.1875rem;top:42.125000953674rem;left:3.28515625rem;overflow:hidden;display:block; }
#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row .container { background-color: transparent; background-image: none; }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row .container > .video-iframe-container { display: none; }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row > .video-iframe-container { display: none; }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .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); }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row .container { border-width: 0; border-radius: 0; }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#tbpBeFdpA67yzP9Kardu8F5eku7dVoBT { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:unbounded;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4617156982422rem;left:54.937500953674rem;height:0.9375rem;text-align:right;text-align-last:right;display:block; }
#sgX84K6pBMef9ZPhocn0ga2wvsPih6cS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:3.75rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xO1L7cQknSmrzrFaKfBMglAXknv5AabL { display:block; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm8Fw15dyZL3PiEZGZcgAtvhKnVTw0vR { top:11.5625rem;left:0rem;width:28.875rem;height:9.6875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8mWcV1WQOTmUBrvGPLHRtPnVhqAIwt8 { top:25.9375rem;left:0rem;width:25.9375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9pEO5zGFz6q2oz9cdVVnkIb89gXmr8r { width:24.1875rem;height:3.375rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSQhAItTIrpKzMJQqP8PkLtbn7FsrB57 { display:block; }
 }@media only screen and (max-width: 763px) { #cvyOzQUvV65fNdR7e2zkiysiqicmhmGh { width:39.625rem;height:1.625rem;top:21.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbnETD2zkgxpbzhagwezSTGUDuUFsUpQ { width:22.625rem;height:3.375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkhvUZFaAzHbK0dCyXRXOfywDXaTUUWH { display:block; }
 }@media only screen and (max-width: 763px) { #NxA3m9SW3ml9SyE6MQ6ng7SrrylQkCNP { width:4.8125rem;height:5.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSx71gByNS5F7m1pFTH6ynOGuTtP3yQa { top:39.0625rem;left:1.5rem;width:1.5rem;height:1.5rem;display:block; }
#XSx71gByNS5F7m1pFTH6ynOGuTtP3yQa > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #nsMfT7iihGfFK9242PKXS15raeh2ESvx { width:16.9375rem;height:4.9375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htKBKRoVc7P4ZNN573ib4aqaodQd5vXz { display:none; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l6egTqyevN5wTF3huzOgeZqN9c1Vp9cA { top:0rem;left:0rem;width:18.5rem;height:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJsWyZXABhNTpUOCqVcVTwtFduryA5a7 { top:19.25rem;left:0rem;width:26.5rem;height:5.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FW1XJaTfzJMLec50JR9pISzbxLcSINaU { top:25.9375rem;left:0rem;width:29.375rem;height:2.625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuErPZ1JmADt7KT9WOHll4on3CEX1Trx { width:47.75rem;height:22.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kun7l4ICvGCZIHXHFmQJRCPewdBM2gN1 { display:none; }#Kun7l4ICvGCZIHXHFmQJRCPewdBM2gN1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rIwJtgke7D4EEEVxCgHSTRIzkbWbSHon { top:6rem;left:26.4375rem;width:3.4375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch3KOLE5FTOcDJchhrv7OFJaFv0LvUPz { top:58.375rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6viJ0iNsrlrBCa0l17LubxcPt1bIo5J { top:54.3125rem;left:0rem;width:15.8125rem;height:5.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2yBQPeDC2zvPQ2vrV5xvQk2SpPmkzth { top:50.25rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT60KydHSoUqXZy7tAm6Dak0TA9yQGQn { top:46.1875rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWLWfQZeIRcXif0GrFKvPuqfWUu6ozet { top:58.6875rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhxUa7eIHx0LmTDIEsaz3zosXRSrzitT { top:6rem;left:26.4375rem;width:3.4375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7TxnPax3nCl77uf0l7CWFNrPyKZwB2i { top:6rem;left:26.4375rem;width:3.4375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6UAEhx4UdONm7JrQBoEbMJfbchZc2VT { top:6rem;left:26.4375rem;width:3.4375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCdsQN69e25rs2IC7q73Maivgm2T8lIu { top:6rem;left:26.4375rem;width:3.4375rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN { display:block; }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rgnr7TPUT6k2NknKGHrLxSoM6gANbzEb { width:47.75rem;height:30.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtmClAyWvNdaKuo2hIPqWo3W1QMVT1nP { top:0rem;left:0rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5TaeKQ4OtiTWe4z4qtFAMIaXRW92UuE { top:5.9375rem;left:0rem;width:5.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk0VrImhTNqr7oFFEnnNK9ZmobZwCUUP { top:5.9375rem;left:0rem;width:5.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miw0HRU3UMbLvTR67sqfRuH8koCp7W1Q { top:5.9375rem;left:0rem;width:5.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ9h1hTcaMDS4ImJG4dLb1lf0JdKzAIB { top:11.9375rem;left:0rem;width:21.0625rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #htbShGhhGtOINubvS3AZWOb1k8xzqscK { top:18.1875rem;left:0rem;width:29.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4BTMJ5tetOVVxTvIhgs0h0uCwdC6kv7 { top:5.6875rem;left:18.8125rem;width:28.9375rem;height:19.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTTTMS66wusqCrkWBNg8umO3eeXTta1 { top:6rem;left:26.4375rem;width:3.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtsg21brOPpZ2wMuKCEnCMNm7ETAmUp { top:9.9375rem;left:26.4375rem;width:3.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPeD4AEyI8Sey1FrPba1iaGp10C5xE1h { top:13.8125rem;left:26.4375rem;width:3.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKOUnh09Lo5ndI8hPl4mrMf67u1N36g { top:17.625rem;left:26.3125rem;width:3.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkNnlaftaJ5bT0bM3X2fTz2QVzk15QwF { top:21.375rem;left:26.3125rem;width:3.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNKGDXye1n4TBUU0JEmtTJnNQJXgovOp { top:58.6875rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfVTvTfC5rQp2n8T8DitR2iuVTacrfqE { top:46.1875rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZTdr5sVupQDy5hxKk5H1TzREksQgrPo { top:50.25rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #soM7Tk4sbimLxVkheSx8qzxCkKtfFzbT { top:54.3125rem;left:0rem;width:15.8125rem;height:5.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #akEK2xqoNmtH5ee7c01lSPBADL4r3Fbi { top:58.375rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT { display:block; }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDMQ6BPW5S56aD98NWADHmOq973WGgyE { top:3.5rem;left:0rem;width:29.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMZOnK999tkusMaqbm9gZhLGaoirX2i { display:block; }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wko4UTTmehgvks61gqmVV0HVeMTZQHgo { top:3.875rem;left:0rem;width:16.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhH7KyKl1sWLvLWZEhyTETUJX2DPWapG { top:0rem;left:4.5929689407349rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPpdQIREp8IuG6P31hiinNMcJn9XgC3N { top:3.875rem;left:7.5625rem;width:16.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAKa4aDsSuWWhJc5bd1wztBVucckkV1n { top:3.875rem;left:19.5rem;width:16.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGliP7E9LvmThs0F8AQs4ylFcm1CItso { top:3.875rem;left:31.4375rem;width:16.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39wSvKBqcT3ePCz4Fyt7dTrnrHtNTJp { top:0rem;left:16.531250953674rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0BZBM07iFmWFHZkRC5oE0MAxtTiT0eJ { top:0rem;left:40.406250953674rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkDfAgqsusX1X9VAu8gGSqEvL6ixIoa { top:0rem;left:28.468750953674rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESf4101LWtKvXbCCbiooerWlaRn3fP41 { display:block; }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPqAtQulC0C572Z9ToO4LbPQFJMJuMfO { width:25.125rem;height:3.375rem;top:1.9375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbWpcZ2cPHZ50Awqg0ENaiTM52k78RC3 { display:block; }
 }@media only screen and (max-width: 763px) { #bnX53u87NGF0MTPTkQUna4X3AoRHIvSA { display:block; }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT1p7ksH8CGGJUezT29BtJ4Usx4xunfV { top:4.0625rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHhKvpPnOnXV9zR7xXT39MEOoX75sW0E { top:13.375rem;left:42rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jht9lHQGaiMtvlTyvZ7ZczCkUPumQB0a { top:0rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOv4eKuD8fwFTJyz0VOODWKOX1xhxCkT { top:17.875rem;left:34.375rem;width:13.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat { display:block; }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKuJfJoJJchWrux1S55lFpkZduBTrl8J { top:2.0625rem;left:0rem;width:40.3125rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5PQHOErUtW9vTxFZnlGa1FBxTZDZXTQ { top:6.375rem;left:0rem;width:36.625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsp4kVTM8EWqop7Gx0yFU6kkJZ6yoIaE { top:11.5rem;left:0rem;width:37.1875rem;height:23.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxnqhxIl0Q3n3z43cJArXNLXvThbdJaD { width:1.25rem;height:65rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yspo1T6eenAhg53xGw0fTPZTOGgsAIyu { width:3.25rem;height:3.25rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDuKza0oZKgn61oT5uAgAFumgU2Bi8XT { width:3.25rem;height:3.25rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi4ysyL9TDKHh3u2miE7IlIeLMOgZZaV { width:3.25rem;height:3.25rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZcAETWsaL6AIqaF2b6o1sZUIKLkqemX { width:36.875rem;height:39.0625rem;top:0rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6lweQc8w3xGRyrWXrOl9GTUM9QXwO7G { width:3.25rem;height:3.25rem;top:28.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { top:3.5rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed { display:block; }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvf74ub7TRmkZlnx1itQT7rQTeVyx7hB { width:12.5rem;height:6.25rem;top:0rem;left:0rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { top:8.75rem;left:0rem;width:17.375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { top:14.5625rem;left:0rem;width:17.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEUnGXbNqKiX1FqBPvfFSXumeQTgN4s5 { width:12.5rem;height:6.25rem;top:0rem;left:11.375rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAl0n7KstpGTH5lZoDg0sOwh9yMPxhT4 { top:8.75rem;left:6.25rem;width:17.625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4FI7d5HI4GUzLV8BUlOWfFsBpcvIwPI { top:14.5625rem;left:6.1875rem;width:17.6875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZXWwtFPILtRZnT20hXVHwFBly7PPzaT { top:14.5625rem;left:18.125rem;width:17.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmEDcdZqpO8Ogf8KTkrJ5KINGwcUdpId { top:8.75rem;left:18.4375rem;width:17.375rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMaqH85hsgDkwMGseXzXkFqBZJ1n6N4B { width:12.5rem;height:6.25rem;top:0rem;left:23.3125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu761hAGxWd0dc3058RVeVgG9d4cFht4 { width:12.5rem;height:6.25rem;top:0rem;left:35.25rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9eATi1kGbbFLiWK7RC8K3kSgeNK29vI { top:8.75rem;left:30.125rem;width:17.625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DeTsTW6LEWrCA2K6M7CzBfHscPFvzn { top:14.5625rem;left:30.0625rem;width:17.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmTlXFym4Bl5Ve4BGLRmVTM7SMZBw7W1 { top:17.5625rem;left:28.59375rem;width:4.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw3SRTmxxJ5KJbmRw3IDbBnPuuktH0J3 { top:21.4375rem;left:0rem;width:17.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3f1yqLzSWVAGncNFHf2kNFm0tWz8dKh { top:25.5625rem;left:6.1875rem;width:17.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0qyiDSmHhh7hqsleh3JIwO1Dz3L7qef { top:22.0625rem;left:30.0625rem;width:17.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V { display:block; }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQUtlpmleIHiowPdJysbI7NRLtRfwPNs { width:25.125rem;height:3.375rem;top:2.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJLNV6J1R0DLzBcM094ZTg2CznbCuz0F { display:block; }
 }@media only screen and (max-width: 763px) { #aDaCAFxSaDwB1NRhCGiAWmde5T0Zd1zb { display:block; }#aDaCAFxSaDwB1NRhCGiAWmde5T0Zd1zb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wx1sXhui11TPyRtpxwhget24eAdgf9cR { top:3.3125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpReJrO4msfOywvqIMS1BzkX6AWL3bRi { display:block; }#JpReJrO4msfOywvqIMS1BzkX6AWL3bRi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq3ZdoE315Tm1Ly1lRfTNJzvJp0eMXho { top:0rem;left:0rem;width:17.625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg1dVGcNtTWagJUqeZNqWGISAQ9meGBo { top:9.25rem;left:0rem;width:16.25rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4OkSXFOiET7R8o12KZFwDltEEezQvgO { top:0rem;left:6.25rem;width:17.625rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WucLJAaBO4mW7cii8sM5yBCiQvVr7gAV { top:9.25rem;left:6.1875rem;width:16.25rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6T2wzBAqvwAXQQrOhITkOqmodcCg3N { top:0rem;left:18.1875rem;width:17.625rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTzXlKz1f4D0SOMQQN1gkddue8vJF5n { top:9.25rem;left:18.125rem;width:16.25rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqnabMlTKrhCIlTa1VFSH5FpFNH08qTo { top:0rem;left:30.125rem;width:17.625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2oo6tTW6fDnUNNFcXOUVNXnddUJIdBt { top:9.25rem;left:30.0625rem;width:16.25rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgAXweMCkktaFlp4fBxUUyapNiTz82rF { display:block; }#pgAXweMCkktaFlp4fBxUUyapNiTz82rF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL5LpxNyt2VvDycRPn25aIegsIi4owK6 { top:0rem;left:0rem;width:17.625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcbztkmbDi62Odd0CAhdWQsK5917c7gr { top:9.25rem;left:0rem;width:16.25rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXftT3AQszedTHBe1asNtOQbFpi4X2Oe { top:0rem;left:6.25rem;width:17.625rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkBKDa4wzkDFyPwWIUWpMBbohBSlZEbT { top:9.25rem;left:0rem;width:16.25rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSxllNn5oJQLSuIxrT1zKx9WHBvlCiTT { top:0rem;left:18.1875rem;width:17.625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxINZ5ipOL17ZpRUtTdO87COvdDTrDh { top:9.25rem;left:18.125rem;width:16.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuQEJxR8FrHJRzu4EokwAkd1XpxpXsBb { top:0rem;left:30.125rem;width:17.625rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMhyS38IbPzR3TfBrteND7DiqNur3PhD { top:9.25rem;left:30.0625rem;width:16.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 { display:block; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMCvBEskI8ZTc2bBLmDAw8ExT6G7Ah72 { top:3.3125rem;left:0rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxfAl6aGlfwTUKHzRq25Q3LpxrDo6ABz { top:5.75rem;left:0rem;width:21.375rem;height:5.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Son31m9bgLaXTmTOw0HZeC4gOlD4yb { top:5.75rem;left:13.6875rem;width:21.375rem;height:5.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl7HsDzxl5eEFvGVJNfCtZtOQFdgHysP { top:6.3125rem;left:26.375rem;width:21.375rem;height:5.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oECcTiaegKhRlvIy0mOMSMIeabdsRdAd { top:11.75rem;left:13.6875rem;width:21.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0GrLyhLyTFtSkADzHSyFg4b1kkuXmwm { top:11.75rem;left:0rem;width:21.375rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8B7yrvUtIL4JCppyNuvl46EO5BAVW7n { top:3.3125rem;left:13.1875rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFMQUntyTgDrg3TCOCQGh1J95rA2eLE2 { top:3.3125rem;left:26.375rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgWqsrUZdMnWtkCUG28o1SpGImezTNAw { top:11.75rem;left:26.375rem;width:21.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSIGtBmSRHBKsp047dVBHiwheKRwQoP { display:block; }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eqxffimaxh6Qr5CnOKFNz9PVRiZd5Glu { top:5.5rem;left:0.75rem;width:21.375rem;height:5.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi5Bzpg1l77tRITKGmAD7WN9i5qqL79O { top:11.5625rem;left:26.375rem;width:21.375rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPL8ZQ3K1dPgftfamMFPxPTGcZZ1dpXS { top:5.5rem;left:26.375rem;width:21.375rem;height:5.0625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gagzCqG1Gt4PQmOy6mFtRqrT9z1i9SPd { top:3.125rem;left:0.125rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBxPkqfJP64quMPN7MXdV00i2SFJmqna { top:3.125rem;left:26.375rem;width:21.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvrZkLJITvrN3NHAPl3ioqrdScrNbZbw { width:25.125rem;height:3.375rem;top:20.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7LJmCVNXb6bSqT6JgmPGA0he8EEqwgH { display:block; }
 }@media only screen and (max-width: 763px) { #iFTmmIEQak5qF61asKMVDspcqqOcQW9p { top:11.5625rem;left:0rem;width:23.6875rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { display:block; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { top:9.5625rem;left:0rem;width:23rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { top:9.625rem;left:17.25rem;width:26.9375rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { top:15.4375rem;left:17.25rem;width:27.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { top:8.1875rem;left:0rem;width:47.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL8vWSXlewHM1lddIqhREdHRuW9TwDWt { width:28.5625rem;height:6.4375rem;top:22.3125rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { top:2rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8NrERGA5G5rZsRZimx6Deqb8fITmbz9 { width:19.8125rem;height:9.8125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t { display:block; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rkqzx82J8x5ibKp6oWVJTHJzWfa5Ugx2 { top:1.875rem;left:0rem;width:32.0625rem;height:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6FH0OI3KelxHThMFVcrCT6sdIfzNSqs { top:0rem;left:0rem;width:47.75rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMo6kDfdGs5TJOEEwwulRKh87IhLuDu5 { top:0rem;left:17.25rem;width:30.5rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yWrsOAtuBwqFXnrbarbuKNF9Q2JpFV { width:30.875rem;height:19.4375rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTic3BUmNtwyx9BQfPU8lrxN52bNa0l { width:25.125rem;height:3.375rem;top:33.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7nOmdA4pKsCGwSPJLSmKpsesSDd2dzR { display:block; }
 }@media only screen and (max-width: 763px) { #OwpKne8StKq0C0LBRZpOeoKBJdrbrB71 { width:3.5625rem;height:4.6875rem;top:17.125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Fd1pTllNQ8LFUK6VgPMaa1IZIEREwx { width:3.5625rem;height:4.6875rem;top:17.125rem;left:32.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKPnh8sVvSDgEJMwVyigRvSvfcN5KCBM { width:3.5625rem;height:4.6875rem;top:17.125rem;left:34.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvtTWlf4sI2VW72qPhRurli1SHJKQTW { display:block; }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1dZhEkp5DBZx4S4Qbr9cCWffeVTtH1w { top:3.25rem;left:0rem;width:31.5rem;height:14.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #my35gqkuTyT3WypfEeX3z5nNFcnZWMbN { top:10.4375rem;left:27.875000953674rem;width:3.625rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVNm6Kdci39A5HUKHTBzTr3xoASDtvJQ { top:11.625rem;left:22rem;width:25.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpztDK9SlCGqOdWgmtPigs4A8XfTnaRE { top:16.3125rem;left:15.5625rem;width:32.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJWPHUmd027AFlFx3lN7y6KOygbxopZL { top:22.5625rem;left:27.875000953674rem;width:3.625rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLVWiIIUnAgZcuJ3AwlfZ3a6866i6iE0 { top:38.25rem;left:17.5625rem;width:30.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N48DezsBTowFnQSn7UfhCSuf32Po8rJf { top:34.5rem;left:24.3125rem;width:23.4375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQssqVl875WGTD0FR0bkvDM9SMQ9PGZ { top:33.375rem;left:27.875000953674rem;width:3.625rem;height:4.125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkQr2x5hXpa7TwoGaXAdMJpvK4SQrG0b { top:19.125rem;left:0rem;width:27.375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7PiL3G6HT0Td7QUud6KoocSaaTchyzZ { top:23.6875rem;left:24.8125rem;width:22.9375rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwwWvuqtaq4ba4Z7JW8rz27mTNl9ip2X { top:28.4375rem;left:15.4375rem;width:32.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEFTiOphqmCbaTNZkNdNXnqNSfV4fCmT { top:3.3125rem;left:18.125rem;width:29.625rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { top:3.3125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU { width:24.875rem;height:40.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKk1CsQ9wfJs24aunyTna0zPuQ931znl { top:40.875rem;left:0rem;width:25.6875rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCVSxVzWRtpTTUzGaKXUzb7nOHt2ryuz { top:51.5rem;left:13.312500953674rem;width:27.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph52NOEw5C5Js2EGTV5VTcRawslga7Eb { top:0rem;left:2rem;width:45.75rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOOwlw2yv6gVmMsAgpN0p3RA2uFJ7yT4 { top:7.125rem;left:2rem;width:45.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1aIM1bFJfEuF6tQyTbtGRS8qds6wnTL { top:11.3125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySwTSrdfndy4RTFz53bLpNi5GWFVopvy { top:17rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbqdLMAy0qW2r2EQIhrG5Ja1hechImIQ { top:21.5625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxIJrRgXLQkzhe0LmL61Q6MfS5FBEaa0 { top:27.25rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWS0Hq3MemVfRPedf7OfSbJoeXIX65TD { top:32.8125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HziZMQdXoH2N4OiK7e0m2FnAxPUhBEa8 { top:38.375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvfrQD9sfShR58lztqpLRSLiT1NMcEao { top:45.75rem;left:1.8125rem;width:45.9375rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgwhpmJVQLz1MLaNT6LSpryyIp1ztVnV { width:47.75rem;height:40.9375rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck { display:block; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmbESCuVkDplF4yfFnim1yJzZP7qynQe { top:3rem;left:14.125rem;width:33.625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkhb0RS16luJxUvMxZms5RRABnRnpHyM { top:58.6875rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUF3aaBwiCk3pBhXiTWnLkuyxrk9vFBR { top:46.1875rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPyXLutap8bmW70kWfbWmwTSg0Xyl930 { top:50.25rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooHbERAWEKWSqbwDxv51dcGQTeNq8ufm { top:54.3125rem;left:0rem;width:15.8125rem;height:5.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfhEc8HaI3AyKDf36QKoQDmNkbvs3eT5 { top:58.375rem;left:0rem;width:15.8125rem;height:2.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LE1PvhiuDEJ0nHdElxTcBu7lb4q3cpxQ { top:3rem;left:0rem;width:34.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZrDJWGa76bZKMtkTgd1kRUU4VepJOfM { top:9.875rem;left:27.750000953674rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSuDbOH6ugW4QkrBSFw1EThduZCQurdI { top:9.8125rem;left:18.8125rem;width:28.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqJICutVTmvElKRT9N0KTZsIfoFlBHNU { top:13.5625rem;left:18.8125rem;width:28.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmbBFAsbDLSmIyGltuTJh0qvS9yLFEVk { top:13.625rem;left:27.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px0Rbo1U7L8bwcXnhbuBb5aAazJUF72P { top:17.4375rem;left:18.8125rem;width:28.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvZBU9EPUr4TkHw8iIpkdD04I3KyT1N0 { top:17.5rem;left:27.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVPl8sy6tyvblDt6kfvONcucDPreNmk { top:20.5rem;left:18.8125rem;width:28.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpg0rTBvTNadwfc8oS7STWB8h8rTLvMg { top:20.875rem;left:27.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR7RILiDTPxLzI4iHiGwJooy7WxhRA4a { top:24.9375rem;left:18.8125rem;width:28.9375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1KnrnwVbopFHKa8Jxk8uOeTT6Q2DFUp { top:26.125rem;left:27.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DOlkridg7Sbo581oQM9XcneKd1vRxp { top:30.375rem;left:18.8125rem;width:28.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRhi0i3WDSKVu5KJVPwST3FckCSArGGw { top:30.4375rem;left:27.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NheXMAxRBhC8o6XLlaMxA75foQf6qTRC { top:34.3125rem;left:18.8125rem;width:28.9375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAl4qy1wUxfWLtIy4lL3ThX3pCOrKKJd { top:34.6875rem;left:27.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:25.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:25.5625rem;height:auto;top:12.5rem;left:0rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:25.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:25.5625rem;height:auto;top:12.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #uTrJpsSAfUCrWB2FzZsaNPVFWPDtdD3L {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #b9AXI6d1h3oXtCDtd5UU9pPAZ633FfLQ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #nzA4WqATep8GUeESZhH2FsHJqZLWNwl8 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { top:2.1875rem;left:0rem;width:37.625rem;height:5.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { top:14.875rem;left:21.0625rem;width:26.6875rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { top:31.25rem;left:26.0625rem;width:21.6875rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { top:9.0625rem;left:0rem;width:29.875rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnkVDf2ufXpTD6R3VtXTC6aDX5gGiSGs { width:9.3125rem;height:7.8125rem;top:34.3125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPdcRTD7tRHg98uaIuiaThZX1Axbm1MP { width:9.3125rem;height:7.8125rem;top:34.3125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euR1cIJfRXClR6MTG7w8wTp97p14DkqQ { width:9.3125rem;height:7.8125rem;top:34.3125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSAd2bBLWEghzcOmnuCW8XX3uw1H2yng { width:27.375rem;height:6.4375rem;top:21.625rem;left:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6HpTc5eR9CuKpJlxAieEL7R0pSTx2ul { width:15.1875rem;height:7.125rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw2W1TEZRm8SGiZsea7EzcpI74KaT02y { display:block; }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbpBeFdpA67yzP9Kardu8F5eku7dVoBT { width:19.9375rem;height:0.9375rem;top:4.4375rem;left:27.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgX84K6pBMef9ZPhocn0ga2wvsPih6cS { width:3.75rem;height:4.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xO1L7cQknSmrzrFaKfBMglAXknv5AabL { background-color:rgba(250,90,91,0.46);background-image:url("https://images.assets-landingi.com/uc/1a322fdf-d793-4071-a3a4-11e01a0e93c9/Projektbeznazwy18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL.adaptive-delivery-prevent-bg, #xO1L7cQknSmrzrFaKfBMglAXknv5AabL.lazyload, #xO1L7cQknSmrzrFaKfBMglAXknv5AabL.lazyloading { background-image: none; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container { background-color: transparent; background-image: none; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container > .video-iframe-container { display: none; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row > .video-iframe-container { display: none; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .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); }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container { border-width: 0; border-radius: 0; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xO1L7cQknSmrzrFaKfBMglAXknv5AabL > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm8Fw15dyZL3PiEZGZcgAtvhKnVTw0vR { width:16.25rem;height:6.2988125rem;top:22.0625rem;left:1.8750000596046rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8mWcV1WQOTmUBrvGPLHRtPnVhqAIwt8 { width:15.875rem;height:6.75rem;top:31.599822998047rem;left:1.8750001192093rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9pEO5zGFz6q2oz9cdVVnkIb89gXmr8r { width:19.25rem;height:3.75rem;top:38.58749961853rem;left:0.37421876192093rem;z-index:15012;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSQhAItTIrpKzMJQqP8PkLtbn7FsrB57 { display:block; }
 }@media only screen and (max-width: 763px) { #cvyOzQUvV65fNdR7e2zkiysiqicmhmGh { width:18.5rem;height:1.3rem;top:29.362500190735rem;left:0.74921876192094rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HbnETD2zkgxpbzhagwezSTGUDuUFsUpQ { width:12rem;height:3.375rem;top:42.28750038147rem;left:1.3742187619209rem;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WkhvUZFaAzHbK0dCyXRXOfywDXaTUUWH { display:block; }
 }@media only screen and (max-width: 763px) { #NxA3m9SW3ml9SyE6MQ6ng7SrrylQkCNP { width:3.375rem;height:4.1875rem;top:1.3125rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSx71gByNS5F7m1pFTH6ynOGuTtP3yQa { display:flex;width:1.5rem;height:1.5rem;top:43.22500038147rem;left:9.6250005364419rem; }
#XSx71gByNS5F7m1pFTH6ynOGuTtP3yQa > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #nsMfT7iihGfFK9242PKXS15raeh2ESvx { width:12rem;height:3.5rem;top:0.8125rem;left:5.5492187142372rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #htKBKRoVc7P4ZNN573ib4aqaodQd5vXz { background-color:#393939;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row .container { background-color: transparent; background-image: none; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row .container > .video-iframe-container { display: none; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row > .video-iframe-container { display: none; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .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); }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row .container { border-width: 0; border-radius: 0; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htKBKRoVc7P4ZNN573ib4aqaodQd5vXz > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6egTqyevN5wTF3huzOgeZqN9c1Vp9cA { width:20rem;height:26.75rem;top:0rem;left:0rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EJsWyZXABhNTpUOCqVcVTwtFduryA5a7 { width:18.6875rem;height:4.54980625rem;top:26.75rem;left:1.3125000596046rem;font-size:1.75rem;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FW1XJaTfzJMLec50JR9pISzbxLcSINaU { width:17.6875rem;height:1.787325rem;top:32.693750023842rem;left:1.1554687619209rem;font-size:1.375rem;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MuErPZ1JmADt7KT9WOHll4on3CEX1Trx { top:5.462500333786rem;left:0rem;width:9rem;height:3.9375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Kun7l4ICvGCZIHXHFmQJRCPewdBM2gN1 { display:block; }#Kun7l4ICvGCZIHXHFmQJRCPewdBM2gN1 > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIwJtgke7D4EEEVxCgHSTRIzkbWbSHon { width:3.4375rem;height:2.8125rem;top:1.5000004768372rem;left:0.80000001192094rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Ch3KOLE5FTOcDJchhrv7OFJaFv0LvUPz { width:15.8125rem;height:2.69970625rem;top:18.618751049042rem;left:4.1875000596046rem;font-size:1.125rem;z-index:15026;text-align:left;text-align-last:left;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #t6viJ0iNsrlrBCa0l17LubxcPt1bIo5J { width:15.8125rem;height:2.92480625rem;top:14.093749523163rem;left:4.1875000596046rem;font-size:1.125rem;z-index:15026;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H2yBQPeDC2zvPQ2vrV5xvQk2SpPmkzth { width:15.8125rem;height:2.8125rem;top:9.6867194175719rem;left:4.1875000596046rem;font-size:1.125rem;z-index:15025;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rT60KydHSoUqXZy7tAm6Dak0TA9yQGQn { width:15.8125rem;height:2.8125rem;top:5.3437504768372rem;left:4.1875000596046rem;font-size:1.125rem;z-index:15024;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QWLWfQZeIRcXif0GrFKvPuqfWUu6ozet { width:15.8125rem;height:2.8125rem;top:1.5000023841858rem;left:4.1866317987442rem;font-size:1.125rem;z-index:15023;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EhxUa7eIHx0LmTDIEsaz3zosXRSrzitT { width:3.4375rem;height:2.8125rem;top:5.3437504768372rem;left:0.80000001192094rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #P7TxnPax3nCl77uf0l7CWFNrPyKZwB2i { width:3.4375rem;height:2.8125rem;top:9.6867194175719rem;left:0.80000001192094rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #v6UAEhx4UdONm7JrQBoEbMJfbchZc2VT { width:3.4375rem;height:2.8125rem;top:14.150001049042rem;left:0.80000001192094rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #pCdsQN69e25rs2IC7q73Maivgm2T8lIu { width:3.4375rem;height:2.8125rem;top:18.637500286103rem;left:0.80000001192094rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN { display:none; }#PRDnpc0JnJ5TDiFFkfcX8Jw6Bz8JJRgN > .row .container { width:20rem;height:67.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rgnr7TPUT6k2NknKGHrLxSoM6gANbzEb { width:20rem;height:22.625rem;top:41.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtmClAyWvNdaKuo2hIPqWo3W1QMVT1nP { width:20rem;height:20rem;top:16.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5TaeKQ4OtiTWe4z4qtFAMIaXRW92UuE { width:5.375rem;height:4.4375rem;top:22.19921875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk0VrImhTNqr7oFFEnnNK9ZmobZwCUUP { width:5.375rem;height:4.4375rem;top:22.19921875rem;left:-1.4999990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miw0HRU3UMbLvTR67sqfRuH8koCp7W1Q { width:5.375rem;height:4.4375rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ9h1hTcaMDS4ImJG4dLb1lf0JdKzAIB { width:20rem;height:5.19921875rem;top:6.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htbShGhhGtOINubvS3AZWOb1k8xzqscK { width:20rem;height:1.625rem;top:13.38671875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4BTMJ5tetOVVxTvIhgs0h0uCwdC6kv7 { width:15.8125rem;height:17.625rem;top:47.26171875rem;left:4.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PKTTTMS66wusqCrkWBNg8umO3eeXTta1 { width:3.4375rem;height:2.8125rem;top:47.88671875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTtsg21brOPpZ2wMuKCEnCMNm7ETAmUp { width:3.4375rem;height:2.8125rem;top:51.82421875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPeD4AEyI8Sey1FrPba1iaGp10C5xE1h { width:3.4375rem;height:2.8125rem;top:55.69921875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUKOUnh09Lo5ndI8hPl4mrMf67u1N36g { width:3.4375rem;height:2.8125rem;top:59.51171875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkNnlaftaJ5bT0bM3X2fTz2QVzk15QwF { width:3.4375rem;height:2.8125rem;top:63.26171875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNKGDXye1n4TBUU0JEmtTJnNQJXgovOp { width:15.8125rem;height:2.96875rem;top:46.82421875rem;left:4.1875rem;font-size:1.1875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gfVTvTfC5rQp2n8T8DitR2iuVTacrfqE { width:15.8125rem;height:2.96875rem;top:46.82421875rem;left:4.1875rem;font-size:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pZTdr5sVupQDy5hxKk5H1TzREksQgrPo { width:15.8125rem;height:2.96875rem;top:46.82421875rem;left:4.1875rem;font-size:1.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #soM7Tk4sbimLxVkheSx8qzxCkKtfFzbT { width:15.8125rem;height:3.0869125rem;top:46.82421875rem;left:4.1875rem;font-size:1.1875rem;z-index:15016;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #akEK2xqoNmtH5ee7c01lSPBADL4r3Fbi { width:15.8125rem;height:2.96875rem;top:46.82421875rem;left:4.1875rem;font-size:1.1875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT { display:block; }#NMs7DqZ0oWdMEMD6eGZPWS3MJNdmqNIT > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDMQ6BPW5S56aD98NWADHmOq973WGgyE { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwMZOnK999tkusMaqbm9gZhLGaoirX2i { display:block; }#TwMZOnK999tkusMaqbm9gZhLGaoirX2i > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wko4UTTmehgvks61gqmVV0HVeMTZQHgo { width:15.8125rem;height:5.3994125rem;top:5.25rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhH7KyKl1sWLvLWZEhyTETUJX2DPWapG { width:2.75rem;height:2.75rem;top:1.8000001907349rem;left:8.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPpdQIREp8IuG6P31hiinNMcJn9XgC3N { width:14.875rem;height:5.3994125rem;top:15.9rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAKa4aDsSuWWhJc5bd1wztBVucckkV1n { width:15.5625rem;height:3.5996125rem;top:26.55rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGliP7E9LvmThs0F8AQs4ylFcm1CItso { width:15.125rem;height:5.3994125rem;top:35.4rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N39wSvKBqcT3ePCz4Fyt7dTrnrHtNTJp { width:2.75rem;height:2.75rem;top:12.047662734986rem;left:8.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0BZBM07iFmWFHZkRC5oE0MAxtTiT0eJ { width:2.75rem;height:2.75rem;top:31.86171913147rem;left:8.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkDfAgqsusX1X9VAu8gGSqEvL6ixIoa { width:2.75rem;height:2.75rem;top:22.861721992493rem;left:8.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESf4101LWtKvXbCCbiooerWlaRn3fP41 { display:block; }#ESf4101LWtKvXbCCbiooerWlaRn3fP41 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPqAtQulC0C572Z9ToO4LbPQFJMJuMfO { width:19rem;height:3.375rem;top:1.25rem;left:0.5rem;z-index:15012;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbWpcZ2cPHZ50Awqg0ENaiTM52k78RC3 { display:block; }
 }@media only screen and (max-width: 763px) { #bnX53u87NGF0MTPTkQUna4X3AoRHIvSA { display:block; }#bnX53u87NGF0MTPTkQUna4X3AoRHIvSA > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT1p7ksH8CGGJUezT29BtJ4Usx4xunfV { width:20rem;height:24.8608375rem;top:6.1875014305115rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHhKvpPnOnXV9zR7xXT39MEOoX75sW0E { width:5.75rem;height:5.75rem;top:34.336719512939rem;left:7.1250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jht9lHQGaiMtvlTyvZ7ZczCkUPumQB0a { width:4.9375rem;height:4.9375rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOv4eKuD8fwFTJyz0VOODWKOX1xhxCkT { width:13.375rem;height:1.7875rem;top:32.54921913147rem;left:3.3125000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat { display:block; }#tBNnKuVzhzUDQkBIiApXyl1VKW8rPVat > .row .container { width:20rem;height:105.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKuJfJoJJchWrux1S55lFpkZduBTrl8J { width:20rem;height:4.19965rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5PQHOErUtW9vTxFZnlGa1FBxTZDZXTQ { width:20rem;height:4.67480625rem;top:6.7242069244388rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fsp4kVTM8EWqop7Gx0yFU6kkJZ6yoIaE { width:15.5625rem;height:68.8359625rem;top:13.599823951721rem;left:3.5000001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxnqhxIl0Q3n3z43cJArXNLXvThbdJaD { width:1.25rem;height:65rem;top:12.787326812744rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yspo1T6eenAhg53xGw0fTPZTOGgsAIyu { width:3.1875rem;height:3.1875rem;top:13.224826812744rem;left:0.513888875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDuKza0oZKgn61oT5uAgAFumgU2Bi8XT { width:3.25rem;height:3.25rem;top:24.710945129394rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi4ysyL9TDKHh3u2miE7IlIeLMOgZZaV { width:3.25rem;height:3.25rem;top:38.085947990418rem;left:0.30555558204651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZcAETWsaL6AIqaF2b6o1sZUIKLkqemX { width:20rem;height:21.1875rem;top:84.500002861025rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #V6lweQc8w3xGRyrWXrOl9GTUM9QXwO7G { width:3.25rem;height:3.25rem;top:59.085939407349rem;left:0.30555558204651rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { width:19.375rem;height:2.099825rem;top:1.25rem;left:0.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed { display:block; }#pq2GshroweDpCRmFF2KCNzfAuUzCW3Ed > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvf74ub7TRmkZlnx1itQT7rQTeVyx7hB { width:3.5625rem;height:1.6rem;top:1.25rem;left:8.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { width:11.8125rem;height:3.5996125rem;top:4.1rem;left:4.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { width:18.5rem;height:6rem;top:8.8871531486512rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEUnGXbNqKiX1FqBPvfFSXumeQTgN4s5 { width:6.5rem;height:1.599825rem;top:21.387153625488rem;left:6.7500001192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAl0n7KstpGTH5lZoDg0sOwh9yMPxhT4 { width:14.0625rem;height:3.5996125rem;top:24.236980438233rem;left:2.9375001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4FI7d5HI4GUzLV8BUlOWfFsBpcvIwPI { width:17.6875rem;height:10.5rem;top:29.086803436279rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZXWwtFPILtRZnT20hXVHwFBly7PPzaT { width:17.6875rem;height:4.5rem;top:56.774305343628rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmEDcdZqpO8Ogf8KTkrJ5KINGwcUdpId { width:12.875rem;height:5.3994125rem;top:50.125rem;left:3.5625001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OMaqH85hsgDkwMGseXzXkFqBZJ1n6N4B { width:6.125rem;height:1.599825rem;top:47.274305343628rem;left:6.9375001192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uu761hAGxWd0dc3058RVeVgG9d4cFht4 { width:6.3125rem;height:1.599825rem;top:65.274305343625rem;left:6.8125001192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9eATi1kGbbFLiWK7RC8K3kSgeNK29vI { width:13.875rem;height:3.5996125rem;top:68.125rem;left:3.0625001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8DeTsTW6LEWrCA2K6M7CzBfHscPFvzn { width:17.6875rem;height:6rem;top:72.974826335906rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmTlXFym4Bl5Ve4BGLRmVTM7SMZBw7W1 { width:4rem;height:1.5rem;top:61.461805343628rem;left:8.0000001192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bw3SRTmxxJ5KJbmRw3IDbBnPuuktH0J3 { width:17.6875rem;height:3rem;top:15.824653625488rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3f1yqLzSWVAGncNFHf2kNFm0tWz8dKh { width:17.6875rem;height:4.5rem;top:40.274305343628rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0qyiDSmHhh7hqsleh3JIwO1Dz3L7qef { width:17.6875rem;height:6rem;top:80.224826812744rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V { display:block; }#vnrpABT1U7c5D6PIhHbKhKmGtxnOpP8V > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQUtlpmleIHiowPdJysbI7NRLtRfwPNs { width:19rem;height:3.375rem;top:1.25rem;left:0.5rem;z-index:15012;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJLNV6J1R0DLzBcM094ZTg2CznbCuz0F { display:block; }
 }@media only screen and (max-width: 763px) { #aDaCAFxSaDwB1NRhCGiAWmde5T0Zd1zb { display:none; }#aDaCAFxSaDwB1NRhCGiAWmde5T0Zd1zb > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wx1sXhui11TPyRtpxwhget24eAdgf9cR { width:15.1875rem;height:6.2988125rem;top:1.25rem;left:2.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpReJrO4msfOywvqIMS1BzkX6AWL3bRi { display:none; }#JpReJrO4msfOywvqIMS1BzkX6AWL3bRi > .row .container { width:20rem;height:100.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vq3ZdoE315Tm1Ly1lRfTNJzvJp0eMXho { width:17.625rem;height:5.39941875rem;top:1.25rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pg1dVGcNtTWagJUqeZNqWGISAQ9meGBo { width:16.25rem;height:21rem;top:7.89921875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4OkSXFOiET7R8o12KZFwDltEEezQvgO { width:17.625rem;height:7.19921875rem;top:30.14921875rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WucLJAaBO4mW7cii8sM5yBCiQvVr7gAV { width:16.25rem;height:15rem;top:38.59846875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6T2wzBAqvwAXQQrOhITkOqmodcCg3N { width:17.625rem;height:7.19921875rem;top:54.84846875rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbTzXlKz1f4D0SOMQQN1gkddue8vJF5n { width:16.25rem;height:16.5rem;top:63.29771875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqnabMlTKrhCIlTa1VFSH5FpFNH08qTo { width:17.625rem;height:5.39941875rem;top:81.04771875rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2oo6tTW6fDnUNNFcXOUVNXnddUJIdBt { width:16.25rem;height:12rem;top:87.6969375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgAXweMCkktaFlp4fBxUUyapNiTz82rF { display:none; }#pgAXweMCkktaFlp4fBxUUyapNiTz82rF > .row .container { width:20rem;height:79.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pL5LpxNyt2VvDycRPn25aIegsIi4owK6 { width:17.625rem;height:3.5996125rem;top:1.25rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcbztkmbDi62Odd0CAhdWQsK5917c7gr { width:16.25rem;height:21rem;top:6.09921875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXftT3AQszedTHBe1asNtOQbFpi4X2Oe { width:17.625rem;height:5.39941875rem;top:28.34921875rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkBKDa4wzkDFyPwWIUWpMBbohBSlZEbT { width:16.25rem;height:12rem;top:34.9984375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSxllNn5oJQLSuIxrT1zKx9WHBvlCiTT { width:17.625rem;height:5.39941875rem;top:48.2484375rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTxINZ5ipOL17ZpRUtTdO87COvdDTrDh { width:16.25rem;height:7.5rem;top:54.89765625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuQEJxR8FrHJRzu4EokwAkd1XpxpXsBb { width:17.625rem;height:7.19921875rem;top:63.64765625rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMhyS38IbPzR3TfBrteND7DiqNur3PhD { width:16.25rem;height:6rem;top:72.09690625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 { display:block; }#TrdWcbtw1UT4GBdiXCEtMDALZNW0SqK5 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMCvBEskI8ZTc2bBLmDAw8ExT6G7Ah72 { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxfAl6aGlfwTUKHzRq25Q3LpxrDo6ABz { width:14.375rem;height:2.3999rem;top:3.2153047323227rem;left:2.8125001192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s0Son31m9bgLaXTmTOw0HZeC4gOlD4yb { width:10.625rem;height:2.3999rem;top:13.898437976837rem;left:4.6875001192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dl7HsDzxl5eEFvGVJNfCtZtOQFdgHysP { width:15.25rem;height:2.3999rem;top:25.358508110046rem;left:2.3750001192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oECcTiaegKhRlvIy0mOMSMIeabdsRdAd { width:20rem;height:3.19965rem;top:17.012151718139rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0GrLyhLyTFtSkADzHSyFg4b1kkuXmwm { width:20rem;height:3.19965rem;top:5.9982641935349rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8B7yrvUtIL4JCppyNuvl46EO5BAVW7n { width:20rem;height:1.599825rem;top:11.425312042236rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFMQUntyTgDrg3TCOCQGh1J95rA2eLE2 { width:20rem;height:1.599825rem;top:22.886285781861rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgWqsrUZdMnWtkCUG28o1SpGImezTNAw { width:20rem;height:1.599825rem;top:28.586806297302rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTSIGtBmSRHBKsp047dVBHiwheKRwQoP { display:block; }#oTSIGtBmSRHBKsp047dVBHiwheKRwQoP > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eqxffimaxh6Qr5CnOKFNz9PVRiZd5Glu { width:10.625rem;height:2.3999rem;top:3.2230906486511rem;left:4.6875001192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wi5Bzpg1l77tRITKGmAD7WN9i5qqL79O { width:17.75rem;height:6.3984375rem;top:18.961804866791rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPL8ZQ3K1dPgftfamMFPxPTGcZZ1dpXS { width:15.25rem;height:2.3999rem;top:15.862847805023rem;left:2.3750001192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gagzCqG1Gt4PQmOy6mFtRqrT9z1i9SPd { width:20rem;height:1.599825rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBxPkqfJP64quMPN7MXdV00i2SFJmqna { width:20rem;height:1.599825rem;top:13.849826335907rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvrZkLJITvrN3NHAPl3ioqrdScrNbZbw { width:19rem;height:3.375rem;top:26.861979961395rem;left:0.5rem;z-index:15012;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7LJmCVNXb6bSqT6JgmPGA0he8EEqwgH { display:block; }
 }@media only screen and (max-width: 763px) { #iFTmmIEQak5qF61asKMVDspcqqOcQW9p { width:17.75rem;height:6.3984375rem;top:5.935763835907rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { background-color:#1c1c1c;background-image:none;display:none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { width:20rem;height:74.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TClc8wcKWnWbwHSVXpkRUxv0urbTLTdh { width:18rem;height:11.8125rem;top:6.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4hoe9s1Ws2rhBnkzepXfZn34qCkvZg { width:16.8125rem;height:7rem;top:28.625rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmbHJbqDlU3tztDxMxFkikPpDmyzbr20 { width:17.375rem;height:6.75rem;top:34.4375rem;left:2.625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wSmuDeSxbFWsZgVRMmwdF5ilF2Hsl3a2 { width:20rem;height:45.6875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL8vWSXlewHM1lddIqhREdHRuW9TwDWt { width:17.5rem;height:7.875rem;top:41.3125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { width:17.875rem;height:4.125rem;top:1.25rem;left:1.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #g8NrERGA5G5rZsRZimx6Deqb8fITmbz9 { width:12.625rem;height:6.25rem;top:19.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t { background-color:#1c1c1c;background-image:none;display:none; }#mDq1dFsA2VCDcGWf5JxkLhQ5dDAKxb3t > .row .container { width:20rem;height:74.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rkqzx82J8x5ibKp6oWVJTHJzWfa5Ugx2 { width:16.8125rem;height:7rem;top:3.125rem;left:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6FH0OI3KelxHThMFVcrCT6sdIfzNSqs { width:20rem;height:53.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMo6kDfdGs5TJOEEwwulRKh87IhLuDu5 { width:20rem;height:13.27734375rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1yWrsOAtuBwqFXnrbarbuKNF9Q2JpFV { width:19.125rem;height:22.5rem;top:9.7138671875rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTic3BUmNtwyx9BQfPU8lrxN52bNa0l { width:19rem;height:3.375rem;top:70.339875rem;left:0.5rem;z-index:15012;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7nOmdA4pKsCGwSPJLSmKpsesSDd2dzR { display:block; }
 }@media only screen and (max-width: 763px) { #OwpKne8StKq0C0LBRZpOeoKBJdrbrB71 { width:2.6875rem;height:3.5rem;top:18.41650390625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Fd1pTllNQ8LFUK6VgPMaa1IZIEREwx { width:2.6875rem;height:3.5rem;top:18.3955078125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKPnh8sVvSDgEJMwVyigRvSvfcN5KCBM { width:2.6875rem;height:3.5625rem;top:18.3955078125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvtTWlf4sI2VW72qPhRurli1SHJKQTW { display:block; }#UOvtTWlf4sI2VW72qPhRurli1SHJKQTW > .row .container { width:20rem;height:81.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1dZhEkp5DBZx4S4Qbr9cCWffeVTtH1w { width:20rem;height:15.9243125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #my35gqkuTyT3WypfEeX3z5nNFcnZWMbN { width:3.625rem;height:2.3999rem;top:36.25rem;left:8.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVNm6Kdci39A5HUKHTBzTr3xoASDtvJQ { width:18.125rem;height:3.5996125rem;top:39.875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpztDK9SlCGqOdWgmtPigs4A8XfTnaRE { width:17.125rem;height:9.597625rem;top:44.674468994141rem;left:1.4375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJWPHUmd027AFlFx3lN7y6KOygbxopZL { width:3.625rem;height:2.3999rem;top:55.524322509766rem;left:8.1875001192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLVWiIIUnAgZcuJ3AwlfZ3a6866i6iE0 { width:16.5625rem;height:3.19965rem;top:76.72482299805rem;left:1.7187501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N48DezsBTowFnQSn7UfhCSuf32Po8rJf { width:12.3125rem;height:1.79980625rem;top:74.47482299805rem;left:3.8437501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQssqVl875WGTD0FR0bkvDM9SMQ9PGZ { width:3.625rem;height:2.3999rem;top:70.324645996094rem;left:8.1875001192094rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkQr2x5hXpa7TwoGaXAdMJpvK4SQrG0b { width:18.375rem;height:14rem;top:17.415798902512rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P7PiL3G6HT0Td7QUud6KoocSaaTchyzZ { width:16.5rem;height:3.5996125rem;top:59.174468994141rem;left:1.7500001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwwWvuqtaq4ba4Z7JW8rz27mTNl9ip2X { width:16.8125rem;height:4.798825rem;top:64.086822509762rem;left:1.5937501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEFTiOphqmCbaTNZkNdNXnqNSfV4fCmT { width:20rem;height:2.2749rem;top:32.730916023254rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { width:16.625rem;height:2.1rem;top:1.25rem;left:1.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:20rem;height:130.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU { width:20rem;height:20.8125rem;top:1.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/543c0587-b554-44a7-9866-9669e825fce3/KOPIADOEDYCJI2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU.adaptive-delivery-prevent-bg, #d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU.lazyload, #d2bn1NfXrDIHUhC4S1v1PCTpHUVRS8xU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EKk1CsQ9wfJs24aunyTna0zPuQ931znl { width:20rem;height:20.822275rem;top:96.024304866794rem;left:0rem;font-size:0.875rem;line-height:1.7;text-align:center;text-align-last:center;color:#fa5a5b;display:block; }
 }@media only screen and (max-width: 763px) { #hCVSxVzWRtpTTUzGaKXUzb7nOHt2ryuz { width:20rem;height:2.65625rem;top:126.7625rem;left:0rem;font-size:1.5625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ph52NOEw5C5Js2EGTV5VTcRawslga7Eb { width:20rem;height:10.19925rem;top:23.3125rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOOwlw2yv6gVmMsAgpN0p3RA2uFJ7yT4 { width:20rem;height:6.3745rem;top:34.7625rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1aIM1bFJfEuF6tQyTbtGRS8qds6wnTL { width:20rem;height:7.6494375rem;top:42.3875rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySwTSrdfndy4RTFz53bLpNi5GWFVopvy { width:20rem;height:5.0996125rem;top:51.2875rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zbqdLMAy0qW2r2EQIhrG5Ja1hechImIQ { width:20rem;height:8.9243125rem;top:57.6375rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxIJrRgXLQkzhe0LmL61Q6MfS5FBEaa0 { width:20rem;height:7.6494375rem;top:67.8125rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WWS0Hq3MemVfRPedf7OfSbJoeXIX65TD { width:20rem;height:6.3745rem;top:76.312456130981rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HziZMQdXoH2N4OiK7e0m2FnAxPUhBEa8 { width:20rem;height:10.19925rem;top:84.037326812744rem;left:0rem;font-size:0.75rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvfrQD9sfShR58lztqpLRSLiT1NMcEao { width:20rem;height:7.6484375rem;top:118.27864456177rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgwhpmJVQLz1MLaNT6LSpryyIp1ztVnV { width:20rem;height:53.8125rem;top:22.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck { background-color:#ffffff;background-image:none;display:block; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container { background-color: transparent; background-image: none; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container > .video-iframe-container { display: none; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row > .video-iframe-container { display: none; }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .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); }#z03ZHMmRJ3Hzi0GFaOpg45CnGCZzzvck > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmbESCuVkDplF4yfFnim1yJzZP7qynQe { width:17.8125rem;height:8.9355625rem;top:22.9375rem;left:1.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkhb0RS16luJxUvMxZms5RRABnRnpHyM { width:15.8125rem;height:2.96875rem;top:27.4375rem;left:4.1875rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #qUF3aaBwiCk3pBhXiTWnLkuyxrk9vFBR { width:15.8125rem;height:2.96875rem;top:27.4375rem;left:4.1875rem;font-size:1.1875rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #wPyXLutap8bmW70kWfbWmwTSg0Xyl930 { width:15.8125rem;height:2.96875rem;top:27.4375rem;left:4.1875rem;font-size:1.1875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ooHbERAWEKWSqbwDxv51dcGQTeNq8ufm { width:15.8125rem;height:3.0859375rem;top:27.4375rem;left:4.1875rem;font-size:1.1875rem;z-index:15016;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #TfhEc8HaI3AyKDf36QKoQDmNkbvs3eT5 { width:15.8125rem;height:2.96875rem;top:27.4375rem;left:4.1875rem;font-size:1.1875rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #LE1PvhiuDEJ0nHdElxTcBu7lb4q3cpxQ { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZrDJWGa76bZKMtkTgd1kRUU4VepJOfM { width:2.375rem;height:2.375rem;top:33.3828125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSuDbOH6ugW4QkrBSFw1EThduZCQurdI { width:20rem;height:2.5rem;top:36.7578125rem;left:0rem;font-size:1rem;color:#393939;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqJICutVTmvElKRT9N0KTZsIfoFlBHNU { width:14.3125rem;height:3.19965rem;top:44.3828125rem;left:2.8437501192093rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmbBFAsbDLSmIyGltuTJh0qvS9yLFEVk { width:2.375rem;height:2.375rem;top:40.7578125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #px0Rbo1U7L8bwcXnhbuBb5aAazJUF72P { width:15.5625rem;height:3.19965rem;top:52.456596374512rem;left:2.2187501192093rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvZBU9EPUr4TkHw8iIpkdD04I3KyT1N0 { width:2.375rem;height:2.375rem;top:48.8328125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOVPl8sy6tyvblDt6kfvONcucDPreNmk { width:17.4375rem;height:4.798825rem;top:60.594617843628rem;left:1.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tpg0rTBvTNadwfc8oS7STWB8h8rTLvMg { width:2.375rem;height:2.375rem;top:56.9078125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR7RILiDTPxLzI4iHiGwJooy7WxhRA4a { width:18.4375rem;height:6.3984375rem;top:70.082468032837rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1KnrnwVbopFHKa8Jxk8uOeTT6Q2DFUp { width:2.375rem;height:2.375rem;top:66.5828125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7DOlkridg7Sbo581oQM9XcneKd1vRxp { width:15.625rem;height:3.19965rem;top:81.732637405394rem;left:2.1875001192093rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRhi0i3WDSKVu5KJVPwST3FckCSArGGw { width:2.375rem;height:2.375rem;top:77.8578125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NheXMAxRBhC8o6XLlaMxA75foQf6qTRC { width:17.125rem;height:6.3984375rem;top:89.619791030881rem;left:1.4375001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fAl4qy1wUxfWLtIy4lL3ThX3pCOrKKJd { width:2.375rem;height:2.375rem;top:85.9328125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cd70e60-c697-4662-9eba-bd81a17846df/sdc2scaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.7); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.7); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:17.5rem;height:31.4164375rem;top:11.824243164062rem;left:0rem; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:17.5rem;height:31.4164375rem;top:11.824243164062rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #uTrJpsSAfUCrWB2FzZsaNPVFWPDtdD3L {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #b9AXI6d1h3oXtCDtd5UU9pPAZ633FfLQ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #nzA4WqATep8GUeESZhH2FsHJqZLWNwl8 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { width:20rem;height:5.84911875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { width:20rem;height:7.1996875rem;top:47.6375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { width:16.875rem;height:1.7rem;top:66.4375rem;left:1.5625rem;font-size:1rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { width:19.875rem;height:37.9375rem;top:8.35rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnkVDf2ufXpTD6R3VtXTC6aDX5gGiSGs { width:7.4375rem;height:6.25rem;top:68.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPdcRTD7tRHg98uaIuiaThZX1Axbm1MP { width:7.4375rem;height:6.25rem;top:68.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euR1cIJfRXClR6MTG7w8wTp97p14DkqQ { width:7.4375rem;height:6.25rem;top:68.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSAd2bBLWEghzcOmnuCW8XX3uw1H2yng { width:20rem;height:9.098625rem;top:56.0875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6HpTc5eR9CuKpJlxAieEL7R0pSTx2ul { width:15.1875rem;height:7.125rem;top:75.06250190735rem;left:2.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw2W1TEZRm8SGiZsea7EzcpI74KaT02y { display:block; }#yw2W1TEZRm8SGiZsea7EzcpI74KaT02y > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tbpBeFdpA67yzP9Kardu8F5eku7dVoBT { width:15.875rem;height:1.94965rem;top:7.375rem;left:2.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgX84K6pBMef9ZPhocn0ga2wvsPih6cS { width:3.75rem;height:4.875rem;top:1.25rem;left:8.125rem;display:block; }
 }