.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { position:relative;display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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:5.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pbJ9F5AizkT0N2GBEaoc954dWl3On95O { 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:1.3125rem;width:13.375rem;top:1.90625rem;left:23.3125rem;overflow:hidden;display:block; }
#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { position:relative;display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { background-color: transparent; background-image: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row > .video-iframe-container { display: none; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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); }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { border-width: 0; border-radius: 0; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .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:55.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:#000000;display:block;width:56.25rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1rem;left:1.875rem;height:14.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.125rem;width:27.25rem;top:29.375rem;left:30.9375rem;overflow:hidden;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:18.75rem;left:3.53125rem;height:4.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { color:#000000;display:block;width:46.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:48.6875rem;left:6.75rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VVcUZQ3CHhTrZACwwCu3GydRtHP8aAc5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.125rem;width:26.875rem;top:29.375rem;left:2rem;overflow:hidden;display:block; }
#Ru63PdvAygiFHhWJEC3E7rEDifJvPzp9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:26.6875rem;left:30.3125rem; }
#IZkIp5IAsO6isp9JsNZUBwr6GkgEVSqM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:27.375rem;left:30.9375rem; }
#F1TW4qXKW4mUgDhvrvHrvS4NkoMx8rsq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:27.375rem;left:1.46875rem; }
#NTqIEdw6OZd95E36q40v6DcZaQ8E5rXT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:26.71875rem;left:0.8125rem; }
#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { border-width: 0; border-radius: 0; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { font-size:0.875rem;font-family:arial;height:97.4375rem;width:60rem;position:relative;display:block; }#V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { color:#000000;display:block;width:56.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.1875rem;left:1.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:9rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UATX43Die4OFGEFd1xIyZV4TP2KwVTMP { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:13.75rem;left:3.5625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WpOTWtOweZ3FFViUb59NQ9Z5OJSpLn5x { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:25.5625rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q7xE11LSzkLPDWXq7NwRMlBVAArK311C { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:20.9375rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jsq0IGOgpzozLgJAoTsZu2ngv3yvewC4 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:30.3125rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbVtVB9rgfEEPfVBg7wTlrlgT7rQeGvp { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:35.2626953125rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kuauACQSE3OVvexmJ1cNE580HN4z709T { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.24) ;height:31.9998125rem;width:45.686875rem;top:40.247397422791rem;left:7.1560363769531rem;overflow:hidden;display:block; }
#S6k6Ay7bt2Jv5vAkeJViLrt895muZ6lL { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:75.4375rem;left:3.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CxhDCDS0kbefL81QI51HtUeEt36F0wgv { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:80.0625rem;left:3.5rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnWt6ybs28JSWV9VaDVCirfZ1KTDqKs0 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:86.5rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5wOKOsZvSZs2O5dTr1CDn87ZVW1fw3n { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:91.1875rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { position:relative;display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { background-color: transparent; background-image: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row > .video-iframe-container { display: none; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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); }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { border-width: 0; border-radius: 0; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .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:85.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fbTpMTSbgOuS4DWduQdfOKLWMtcWkPho { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.12) ;height:26.8125rem;width:47.875rem;top:2.875rem;left:6.0625rem;display:block; }
#fyP55dbrQfrWbc3lAK7428xT1bnVPQua { color:#000000;display:block;width:56.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:33.4375rem;left:1.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk74OpHlAuDhf5klEvf1Sof5plHUBS5d { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:39.6875rem;left:3.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qnSdc9rau2X1XXVUD6r6qy3HPOG8FnzT { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:44.25rem;left:3.5rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcAnQtcDuQ82oqBPMs312K92LriD5mUw { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:50.125rem;left:3.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NIzs91WagC8d8CsLHxVX3A1qSxtdXNlS { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:54.1875rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m1paNXH5KqT1PCC6OngRWchUVoAWoyiu { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:58.4375rem;left:3.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boXsOUddvqy44zDhZLd700oSGrpZQskn { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:66.3125rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PJ2Ez0bKR0EZQaVwU9WPWwc9VOehQoX5 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:70.3125rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbbfEfRLgr5p1TdcbaqEFyykuvqUtgQQ { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:74.25rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0D0kMOzCt7wnOfszHbxhTHCzCZThKZ1 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:62.375rem;left:3.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OqDuJbbqbDwtTDQqsCpaFPOlSSs5WQKl { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:78.1875rem;left:3.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { background-color: transparent; background-image: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container > .video-iframe-container { display: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container { display: none; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .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); }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { border-width: 0; border-radius: 0; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:60rem;position:relative;display:block; }#EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5625rem;left:0.9375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:14.625rem;left:3.375rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:24.875rem;left:14.9375rem;height:3.375rem;font-style:normal;display:block; }
#oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:34.0625rem;left:10.0625rem; }
#Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:14.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:35.625rem;left:14.9375rem;height:3.375rem;font-style:normal;display:block; }
#O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33.25rem;left:14.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:23.625rem;left:10.375rem; }
#Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:46.375rem;left:14.9375rem;height:3.375rem;font-style:normal;display:block; }
#TNH6esr19K3scx3pblvABp9UM4JInkRV { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:44.125rem;left:14.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:45.125rem;left:10.4375rem; }
#OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { position:absolute;display:block;z-index:15002;background-color:#3e3e3e;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(255,255,255,0.24) ;height:8.375rem;width:42.875rem;top:20.9375rem;left:8.375rem;display:block; }
#Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { position:absolute;display:block;z-index:15003;background-color:#3e3e3e;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(255,255,255,0.24) ;height:8.4375rem;width:42.875rem;top:31.6875rem;left:8.3125rem;display:block; }
#fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { position:absolute;display:block;z-index:15004;background-color:#3e3e3e;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(255,255,255,0.24) ;height:8.375rem;width:42.875rem;top:42.4375rem;left:8.3125rem;display:block; }
#FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { position:absolute;display:block;z-index:15005;background-color:#3e3e3e;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(255,255,255,0.24) ;height:8.3125rem;width:42.875rem;top:53.4375rem;left:8.3125rem;display:block; }
#UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:55.0625rem;left:14.9375rem;height:1.70605625rem;font-style:normal;display:block; }
#BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:57.3125rem;left:14.9375rem;height:3.375rem;font-style:normal;display:block; }
#wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:56.125rem;left:10.25rem; }
#iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:65.75rem;left:1.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:69.5625rem;left:3.25rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcsgmkVbJZmVBZAgXQUHH0FHPLiQVk92 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { position:relative;display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { background-color: transparent; background-image: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container > .video-iframe-container { display: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row > .video-iframe-container { display: none; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .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); }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { border-width: 0; border-radius: 0; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .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; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .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:70.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kgr486hBA0LCToRRhm1zrpCesWQxuuGv { color:#000000;display:block;width:35.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:23.75rem;height:6.5rem;display:block; }
#hle6xeRu7h4TTl2iaZOR7BtTgkviZw3R { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:11.4375rem;left:23.9375rem;height:4.5rem;font-style:normal;display:block; }
#lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:17.625rem;left:24.0625rem;height:4.5rem;font-style:normal;display:block; }
#NqPm8gU27L8xd32wbgcxvUQsK2cJzaos { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:24.3125rem;left:24rem;height:6.75rem;font-style:normal;display:block; }
#g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { color:#000000;display:block;width:56.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:33.375rem;left:1.9375rem;height:2.25rem;font-style:normal;display:block; }
#Ul4RPl1bi3XGoTVpALZJLn8IRpxGkDkZ { color:#000000;display:block;width:56.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:37.75rem;left:1.75rem;height:4.5rem;font-style:normal;display:block; }
#aO5GuZUvT6g5MBA3nTCRe7tqzXFEPOHP { color:#000000;display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:44.1875rem;left:1.9375rem;height:2.25rem;font-style:normal;display:block; }
#BMH6MQ76Sc1t8vP257CQiRAfkmTTOLP2 { color:#000000;display:block;width:56.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:48.0625rem;left:1.8125rem;height:2.25rem;font-style:normal;display:block; }
#WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;height:26.6875rem;width:20.4375rem;top:3.8726177215576rem;left:0.93641662597656rem;overflow:hidden;display:block; }
#vKSmSrgDzxqhO3OE5UqnHATgg2XQQ30y { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;height:27.7495625rem;width:22.6248125rem;top:42.248267173767rem;left:35.81706237793rem;overflow:hidden;display:block; }
#LueFTz9be7TKClIM2NcB0Tn4aZ1JN7Va { color:#000000;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:51.8125rem;left:1.9375rem;height:2.25rem;font-style:normal;display:block; }
#x25rCupZrF6WkQ84riL7K9TtaxofGGUh { color:#000000;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:55.625rem;left:1.9375rem;height:2.25rem;font-style:normal;display:block; }
#h3ATImskWBNkuTbLhu5S8fNsSoXdor6M { color:#000000;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:59.4375rem;left:1.9375rem;height:2.25rem;font-style:normal;display:block; }
#uA63EBUNq9drUEF6dc8c2LhyGIgKWGoe { color:#000000;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:63.0625rem;left:1.9375rem;height:2.25rem;font-style:normal;display:block; }
#ULyQWZu6C1ixoJXi5LSowOGaNk68EPXx { color:#000000;display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:66.5rem;left:1.9375rem;height:2.25rem;font-style:normal;display:block; }
#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { position:relative;display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { background-color: transparent; background-image: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row > .video-iframe-container { display: none; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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); }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { border-width: 0; border-radius: 0; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .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:42.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { color:#000000;display:block;width:56.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.75rem;left:1.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:8.9375rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bMDLn8kBTFxKrTKkOs8IhwggEZTxuchG { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:13.6875rem;left:3.5625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#isvCW8ickgDSXtWwr3I6Bhie3AG6tE0e { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:20.125rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BSExoLDPwzW73aiGCCNtskX4hOaTk3ZO { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:24.5625rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IhB4nVXKdZ7TON3JRfQEm3aiHBwsSAAn { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.75rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNx8qKL4LyF4TB4Pw1xK2a8lCDQVNPn2 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:32.875rem;left:3.5625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { position:relative;display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { background-color: transparent; background-image: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container > .video-iframe-container { display: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row > .video-iframe-container { display: none; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .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); }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { border-width: 0; border-radius: 0; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .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; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .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.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WJvON0OTGItNOPwLcSWHqfKh9ZX3pod9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.875rem;width:28.3125rem;top:1.1875rem;left:0.84375rem;display:block; }
#IGkSRwFxSEFWqhvh3MKDDuPtyvwUZxQS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.875rem;width:28.3125rem;top:1.1875rem;left:30.84375rem;display:block; }
#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { position:relative;display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { background-color: transparent; background-image: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container > .video-iframe-container { display: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row > .video-iframe-container { display: none; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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); }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk { border-width: 0; border-radius: 0; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .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:115.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CwTfAk71FTThJL4Xy9CGQyVpp9NyJHbS { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZEFLvD3P5ZC6BaXuxwHNInTJIrqVWnS { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.375rem;left:14.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qG6tPdAubMiQyAO4id1gQwIEv0zXchIU { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:12.25rem;left:35rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:18.4375rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rp7M2Hmk2lPDfyTsNX2i1chrmRSQ0qkV { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:22.875rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lUgC23Oqxb4c5Ig3mglv5le8NTZSgHuv { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:27.0625rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RO3rbBnwSkaAiI1GbxWQEGoktmTf1B2z { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:31.25rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGQBl9Q1LBlofuh89NoGKTGbggHqogNq { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:35.4375rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wPOaV9TpFh1tXxZDuFWzeRJqavCq5KSg { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:39.5rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eArBRVblBel0V8Chnb6IK44X4s5fDCmz { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:43.75rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:51.125rem;left:3.53125rem;height:7rem;display:block; }
#dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:18.6875rem;top:59rem;left:0rem;overflow:hidden;display:none; }
#b0HOb8NXpvNAOcKLM24UoHyiJccAng0N { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:60rem;top:58.75rem;left:0rem;overflow:hidden;display:block; }
#CcZvIzfbasD2Ao4NOLOG1v3HF5GhgngU { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:94.5rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:99.3125rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EO3bdFGDWwbOwp2GtGCvOagi97XQUS1z { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:103.875rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zeaXGZDTGDso06pUT9gCUcFuTKpV3IR4 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:108rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/62ab8257-312a-470b-8946-a77592436879/Projektbeznazwy5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.adaptive-delivery-prevent-bg, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyload, #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd.lazyloading { background-image: none; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { border-width: 0; border-radius: 0; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { font-size:0.875rem;font-family:arial;height:136.5625rem;width:60rem;position:relative;display:none; }#HICf49URxHJo1Tp7evgXo2hqX7ztOimo { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:73.5625rem;left:1.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:94.875rem;left:0rem;height:4.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PlUibp4dzk7ugRJ1qk4bCCQdv7cTZ0rF { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:4.6875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:85rem;left:1.1875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:80.9375rem;left:1.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/62ab8257-312a-470b-8946-a77592436879/Projektbeznazwy5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.adaptive-delivery-prevent-bg, #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.lazyload, #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui.lazyloading { background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { background-color: transparent; background-image: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { display: none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .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); }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { border-width: 0; border-radius: 0; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { font-size:0.875rem;font-family:arial;height:91.0625rem;width:60rem;position:relative;display:block; }#vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:62.125rem;left:1.15625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:85.6875rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krhlOvMvb8139rniGW0nKa1KhxJ8uuga { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:4.6875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:74.625rem;left:1.1875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { color:#ffffff;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:4.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:69.0625rem;left:1.15625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { background-color: transparent; background-image: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { display: none; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .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); }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { border-width: 0; border-radius: 0; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { font-size:0.875rem;font-family:arial;height:100.0625rem;width:60rem;position:relative;display:block; }#o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:58.4375rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JG00gRZEsJb571nEBTHnHcrPPa3BNmv7 { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:63.125rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZPOJdBZHWENa2RFpOvrZ7FSZtTVu2Ni { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:68rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D9ZTdhWm8mywGDxwgMTcLS3Q3V0QeaMZ { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:72.375rem;left:3.5rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.75rem;width:37.0625rem;top:4.75rem;left:11.46875rem;overflow:hidden;display:block; }
#xQ3V9bWHRdxUmxLnVNmopGQtE8ZRlLiB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.0625rem;width:57.0625rem;top:81.5625rem;left:1.4375rem;overflow:hidden;display:block; }
#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { position:relative;display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { background-color: transparent; background-image: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row > .video-iframe-container { display: none; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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); }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { border-width: 0; border-radius: 0; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .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:55.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:23.8125rem;left:3.5625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:40rem;width:60rem;display:none; }
#ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:29.5rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQ6wToDoGxOWWCZAoGqG7mNPM4UkDSsg { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:33.5rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J8A7wLnUHU0IOTWA6fJPsynIT77TLRpS { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:37.6875rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtxLhaPbHLTbMeg99sCcoirki0Hvzz2T { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:41.625rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIiTgb0zDby4mOZ8d2RsJ4At6PC4eThq { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:45.6875rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFPeTh0d6XL4MIu4SIyy7HnU2ZvqvKnm { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:49.75rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP { position:relative;display:block; }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP { background-color: transparent; background-image: none; }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .row .container > .video-iframe-container { display: none; }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .row > .video-iframe-container { display: none; }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .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); }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP { border-width: 0; border-radius: 0; }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .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; }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .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:46.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LdWuJGi5zb3DZcR0NUESAzbbEJ2Kv5md { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(142deg, rgba(238,49,98,0.04), #ffffff);background-image: -moz-linear-gradient(142deg, rgba(238,49,98,0.04), #ffffff);background-image: -ms-linear-gradient(142deg, rgba(238,49,98,0.04), #ffffff);background-image: -o-linear-gradient(142deg, rgba(238,49,98,0.04), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee31620a', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee31620a', endColorstr='#ffffff' );";background-image: linear-gradient(142deg, rgba(238,49,98,0.04), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.35) ;height:35.375rem;width:50.8125rem;top:7.9375rem;left:4.625rem;display:block; }
#OGXvDtqgRraq3ntypTiP2fRTUx0PJMfp { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:10.625rem;left:8.0625rem;height:7rem;text-align:left;text-align-last:left;display:block; }
#t8WHD5eqpkzaTPttFdMAG6lrEK68VZ4Z { 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:19.9375rem;width:16.4375rem;top:1.037109375rem;left:38rem;overflow:hidden;display:block; }
#QRytZ7DdwbKTRf3RZdForzfeOfzNrsLt { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:19.599609375rem;left:8.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B7v9WzxQ8qDe1viD3U9dRWCpUNDhFmFG { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:23.162109375rem;left:8.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yvM1vq0aWWKqa6TdC6sW7mZUg9Q6ghAB { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:27.01171875rem;left:8.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z398bgxACTBAc5rspcf4Zmmm35uKalFU { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:30.76171875rem;left:8.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KA51up2tsV3xrfWQ9FhLgTuG38UO5UCi { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:34.51171875rem;left:8.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rOody9HBqrAe6zTiWtk3iHygL16uOI2b { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:38.19921875rem;left:8.0625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ { position:relative;display:block; }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ { background-color: transparent; background-image: none; }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .row .container > .video-iframe-container { display: none; }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .row > .video-iframe-container { display: none; }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .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); }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ { border-width: 0; border-radius: 0; }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .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; }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .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:74.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lWXxDtKFmnRS9zNaLIeWlJy1kMV17Tt9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.125rem;width:55.5625rem;top:2.5625rem;left:2.21875rem;overflow:hidden;display:block; }
#Nk6J63ueFD6yxdhlxD105vyR88GdFESr { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:38rem;left:3.1875rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#QCuVTG8e3ga6Gk3a6KL7hJZTIHRznhx1 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:43.5625rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kwkds3HQl6iOy32icgvDOtKZTzgVgQxJ { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:47.375rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MyWOkFxT8qKfWZ5fwKnCD1Ae777mg0gC { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:51.25rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tUx5rrvTUNdCGrEL6D4QgIMcGIxmcaTK { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:55rem;left:3.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7HygDKW7KRQUENz9dBhMTp2SsDvFS6T { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:58.875rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UU1eaqKGZlplDa13ySvaR3LectaRyUJu { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:62.6875rem;left:3.53125rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lchAIyn88CEBSJq2nAkopN1SXfAyTiUi { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:68.875rem;left:3.53125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { position:relative;display:block; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { background-color: transparent; background-image: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container > .video-iframe-container { display: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row > .video-iframe-container { display: none; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .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); }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { border-width: 0; border-radius: 0; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .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; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .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:65.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:1.0625rem;left:3.15625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#JnwILNck0iMkEQqpllyMCTKWM1hybMzp { color:#000000;display:block;width:54rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:33rem;left:3.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IUdvKxNvzlq94UQ1T4Nfcg0EExCBoHpX { color:#000000;display:block;width:54.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:37.4375rem;left:3.375rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HfJa4vh1dEclKN04A19Jo6ikfTyRZC0t { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:41.625rem;left:3.375rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxG6vQuS4zigb5evGKk0b9tygw2bCsy7 { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:45.9375rem;left:3.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W08d2cq5LalUXThuqCfdFKK4dTz9JpDI { color:#000000;display:block;width:51.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:49.9375rem;left:3.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZercKOmCoE5LC6FsZoLqEioG3wmtu6dz { color:#000000;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:54.4375rem;left:3.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WLecs5CJvTLysi49GJcqnvgfsdDq7xym { color:#000000;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:58.9375rem;left:3.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zI1uftGSdtHLmIqqxWf4xOE9TackTqnc { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.5rem;width:40rem;top:7.099609375rem;left:9.15625rem;display:block; }
#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { position:relative;display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { background-color: transparent; background-image: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container > .video-iframe-container { display: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row > .video-iframe-container { display: none; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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); }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { border-width: 0; border-radius: 0; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .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:22.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pnHXRbMripnl9COWXgu9lANDW1wo24E7 { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:0rem;left:3.15625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { color:#000000;display:block;width:54rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:5.3125rem;left:3.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SS1kgJAD1fcGbii1uL2HUf4gFbJSfTFv { color:#000000;display:block;width:54.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:9.75rem;left:3.375rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQEZSfiwpGzQHP3TZTrwqLRQKciGUDK3 { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:13.9375rem;left:3.375rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rdOZkskE1e53avfCqxTDrQULwbC10HWz { color:#000000;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:17.999105453491rem;left:3.1553840637207rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { position:relative;display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { background-color: transparent; background-image: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container > .video-iframe-container { display: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row > .video-iframe-container { display: none; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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); }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { border-width: 0; border-radius: 0; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .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:85.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1rem;left:3.1875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.8125rem;left:3.1875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#z2MOc8xqhHRyDXH8gUJhxfv29QGKFAmC { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:14rem;top:14.6875rem;left:3.125rem;display:block; }
#m6CETTg7goHTyqyrQZFyVXNUIHNavIC2 { color:#4c4c4c;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.875rem;left:8.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kw9molkcqHosLTlDPPpaZF9rJddO1UT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.4375rem;left:4.5rem; }
#ipSaUkvt7nJ46UlLvBGD8a3hJJ5OFAl1 { color:#4c4c4c;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:27.875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Do3ARTn6MNElxmbBpGd145rvLPfIMaIH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.6875rem;left:24.4375rem; }
#DSo8t5fKaycsmy484M0niOdbzRZL5T3u { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:14rem;top:14.6875rem;left:23rem;display:block; }
#cBdT2HN9G6i1V5qnchI2nONkiXSVzVys { color:#4c4c4c;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.875rem;left:47.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k7ilpU447HP8fvSKCZLiKoc3roUcNmK1 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:14rem;top:14.6875rem;left:42.875rem;display:block; }
#Cawibz06EJfAX8ginS7P1GLRMTxLO7es { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.6875rem;left:44.4375rem; }
#W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { 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:35.75rem;width:45.6875rem;top:22.6875rem;left:7.15625rem;overflow:hidden;display:block; }
#fZMg12Dz9ERBBfk5kUJxumAOFtl6oU5q { color:#000000;display:block;width:18.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:61.5rem;left:20.875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#KeIoX1D4hFWcTxHgyUdDcN2etgSdtPk8 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ee3162;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:19.75rem;top:68.0625rem;left:7.125rem;display:block; }
#EB12B292b9frcErFnKwRdX8XhxxITnoE { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ee3162;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:19.75rem;top:68.0625rem;left:33.125rem;display:block; }
#yXWuKU8N7ImuduiGLncGSJVW5rIz4HBg { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ee3162;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:19.75rem;top:75.75rem;left:7.125rem;display:block; }
#c0vzwIGAl6rw4HdFgtiOikGRPuurk4n0 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ee3162;border-left:0.0625rem solid #ee3162;border-right:0.0625rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:4.125rem;width:19.75rem;top:75.75rem;left:33.125rem;display:block; }
#Xi4lN90sO9Ixvnr5RkfdGUsNeUA3JsnN { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:69.25rem;left:8.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RmnONlEkGdTHVfnd8hOGWS3QDWnUFA9K { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:76.9375rem;left:8.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oduCztNnpm3wNWs6GpSRCQcBTHhLNJhQ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:69.25rem;left:34.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DaF4TnnXGgvQgTv8Jhc9slhQ1LRw3FFv { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:76.9375rem;left:34.3125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { position:relative;display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { background-color: transparent; background-image: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container > .video-iframe-container { display: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row > .video-iframe-container { display: none; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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); }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { border-width: 0; border-radius: 0; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .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:27.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:3.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:5.5625rem;left:4.0625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfMg58mOOsBDbr3BF56rIy2n5QNJ94eO { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:9.125rem;left:4.0625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXmyBdDdomA8GCERdqApWuxWxnTENGu5 { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:12.8125rem;left:4.0625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OszrqIdbF15T8qfQPx5spnWTcqnUqnGI { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:16.3125rem;left:4.0625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTKPIFDKE8z5XZ71pNOt3pbylCaTG0Ok { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:19.6875rem;left:4.03125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8E868Ms4vaLqe4TTCuwxVhmNlboRkm7 { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:23.0625rem;left:4.03125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi { position:relative;display:block; }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi { background-color: transparent; background-image: none; }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .row .container > .video-iframe-container { display: none; }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .row > .video-iframe-container { display: none; }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .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); }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi { border-width: 0; border-radius: 0; }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .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; }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .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:34.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VFyALy3q5aJV7bOKkPQSbyEMn6EkqOnD { 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:31.6875rem;width:38.125rem;top:0.8125rem;left:10.9375rem;overflow:hidden;display:block; }
#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { position:relative;display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { background-color: transparent; background-image: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row > .video-iframe-container { display: none; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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); }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd { border-width: 0; border-radius: 0; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .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:41.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ee3162;border-left:0.1875rem solid #ee3162;border-right:0.1875rem solid #ee3162;border-bottom:0.1875rem solid #ee3162;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:18.875rem;width:51.25rem;top:18.3125rem;left:4.1875rem;display:block; }
#sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { color:#4f4f4f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.75rem;left:24.0625rem;height:2.25rem;font-style:normal;display:block; }
#RN1efkkIX77SVDJdZNyzAUvEI3bfA0TV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:13.375rem;top:0.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:7.96875rem;left:10.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { color:#4f4f4f;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.1875rem;left:8.71875rem;height:2.0625rem;font-style:normal;display:block; }
#DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.09375rem;left:9.3125rem; }
#vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.6875rem;left:17.25rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { background-color:#ee3162;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(238,49,98,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:27.78125rem;left:18.4375rem;display:block; }
#LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#tdM33LxupF59bzce1yOJnNxPIro7JZ5M { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#aTPovMnwtFeBoy6xMTxsuy65WhILSClK { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { 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.25rem;width:12.9375rem;top:33.78125rem;left:40.15625rem;overflow:hidden;display:block; }
#PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:34.25rem;left:7.46875rem; }
#WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { color:#4f4f4f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:34.15625rem;left:9.3125rem;height:1.5rem;font-style:normal;display:block; }
#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { position:relative;display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { background-color: transparent; background-image: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container > .video-iframe-container { display: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row > .video-iframe-container { display: none; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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); }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { border-width: 0; border-radius: 0; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .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:185.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:1.5625rem;left:3.15625rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:6.9375rem;left:17.5rem;height:2.25rem;font-style:normal;display:block; }
#dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:38.8125rem;width:52.125rem;top:13.0625rem;left:3.9375rem;display:block; }
#TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.1875rem;left:6.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:23rem;left:6.625rem;height:3.8496125rem;font-style:normal;display:block; }
#K23ppKrIWaZCOt28D9Z7akv17GtasmNB { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27rem;width:18rem;top:21.8125rem;left:34.8125rem;overflow:hidden;display:block; }
#k8CgAM3yGB8b37el9AZFvJKQ3DTu66WL { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:28.5rem;left:6.625rem;height:3.8496125rem;font-style:normal;display:block; }
#CeP9PxHGqFuTHXPGtDNymTxqsVqxK43W { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:33.875rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#rEQuPUWKwbnPATmHlDIBeVPpVoBfQgEV { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:37.375rem;left:6.625rem;height:3.8496125rem;font-style:normal;display:block; }
#Vr7qbMhpppKyxTXce9y11r8T7bTeV6Lg { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:42.625rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { color:#4f4f4f;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:46.8125rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#TIwtrPxpNBdUQed0z39fTPefSTc5atzp { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:34.375rem;width:52.125rem;top:56.1875rem;left:3.9375rem;display:block; }
#gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:58.4375rem;left:6.625rem;height:2.9746125rem;text-align:left;text-align-last:left;display:block; }
#fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.4375rem;width:18rem;top:64.4375rem;left:35.5rem;overflow:hidden;display:block; }
#rvbvcIkFvxlvlzeJKAaOwBdfKHCI7byi { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:63.75rem;left:6.625rem;height:3.8496125rem;font-style:normal;display:block; }
#xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:69rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#SE5M07tSx1yTkXLKQyEiOdeLZ20ZQXlw { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:72.5rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#DSyS25XK6beXuKXZ4eTz41NS5W7QAWPL { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:76.0625rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#mun8KqTrRntIZxcXdW9NfWSWEaBMNypT { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:78.6875rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#cnp80cU89EZTo7W8yo4AXuCnNLdgoZUC { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:82.3125rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { color:#4f4f4f;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:85.875rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#qnkss078B0kQkegttqU27trkpnEQ0xC5 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:37.0625rem;width:52.125rem;top:94.9375rem;left:3.9375rem;display:block; }
#DnihGqayS5QTu1AbVTBtH1pGINwz8cZ7 { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:97.25rem;left:6.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#RiSDD8lnVI48UQMTsrhlTIdOv06tTD8t { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27rem;width:18rem;top:102.25rem;left:35.5rem;overflow:hidden;display:block; }
#bOSZ2LsCtte27MRtZ0o382AuXTNcKZKN { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:105.3125rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#NS8pq761mztMo9fA4NxTbwlAaDS5Nnb3 { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:108.75rem;left:6.625rem;height:3.57421875rem;font-style:normal;display:block; }
#EzCSODvms6edUlznEu9RIas0lQDavfrT { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:113.875rem;left:6.625rem;height:1.7871125rem;font-style:normal;display:block; }
#HTLDBntMkbGxxdKrDWKlDw5KZyic2dNF { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:117.125rem;left:6.625rem;height:1.7871125rem;font-style:normal;display:block; }
#X0TzKaiBNHU0PeLvKG2Z4FLXIUs869DU { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:120.3125rem;left:6.625rem;height:3.57421875rem;font-style:normal;display:block; }
#uE4qdnXZvs8IfLIi5l2JQvvI6ZSgEvg2 { color:#4f4f4f;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:126rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#Unu9EwG5hbzz8sWdbsSChhxwSaZ7w3hz { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -moz-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -ms-linear-gradient(171deg, #f3f3ff, #ffffff);background-image: -o-linear-gradient(171deg, #f3f3ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#ffffff' );";background-image: linear-gradient(171deg, #f3f3ff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.25) ;height:35.4375rem;width:52.125rem;top:136.25rem;left:3.9375rem;display:block; }
#eV9LKS9l7TNzgXPe6sNpqKNvSdrAR0Qn { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:138.9375rem;left:6.625rem;height:5.94921875rem;text-align:left;text-align-last:left;display:block; }
#b8KF610o2sF0KRlc72CStG5SRAUWucfs { 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:16.375rem;width:29.875rem;top:153.75rem;left:24.75rem;overflow:hidden;display:block; }
#Ov1gkP3qEuAIUpUs2HvxyIMiuHKF2LTa { color:#000000;display:block;width:42.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:146.4375rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#LQDTGqrLPV4Oo5bT74bFR6gftU8ZqhVv { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:149.6875rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#L4LEvmtlto8AGDdtSMInodSIKWX0Nc6B { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:153.75rem;left:6.625rem;height:3.8496125rem;font-style:normal;display:block; }
#QreCARTTnxdOrwW0TWfOhLhvCE23ZX2R { color:#4f4f4f;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:160.125rem;left:6.625rem;height:1.92480625rem;font-style:normal;display:block; }
#TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:176.125rem;left:3.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { color:#4f4f4f;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:180.625rem;left:18.5625rem;height:1.92480625rem;font-style:normal;display:block; }
#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK { position:relative;display:block; }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK { background-color: transparent; background-image: none; }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .row .container > .video-iframe-container { display: none; }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .row > .video-iframe-container { display: none; }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .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); }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK { border-width: 0; border-radius: 0; }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .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; }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sUSJx6WlPxexhVwBb518f9qGAoBCmuSC { 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:30.1875rem;width:22.0625rem;top:1.375rem;left:18.96875rem;overflow:hidden;display:block; }
#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y { position:relative;display:block; }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y { background-color: transparent; background-image: none; }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .row .container > .video-iframe-container { display: none; }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .row > .video-iframe-container { display: none; }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .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); }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y { border-width: 0; border-radius: 0; }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .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; }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .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:40.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ylkJUH4M7TsxevkDTaHDOq8wv14eleiu { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ee3162;border-left:0.1875rem solid #ee3162;border-right:0.1875rem solid #ee3162;border-bottom:0.1875rem solid #ee3162;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:18.6875rem;width:51.25rem;top:18.3125rem;left:4.1875rem;display:block; }
#WbcF1dAuZwR0Gk4hqqGIzxi6SBRxXk1z { color:#4f4f4f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.75rem;left:24.0625rem;height:2.25rem;font-style:normal;display:block; }
#mtJcxiakSKyf5gBulcNLXS65TfQghTDC { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:13.375rem;top:0.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#M7E081LHDszCmlJcGbJ73eTAVpRqU7bb { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:7.96875rem;left:10.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R9cqTSnC0JvWFqqEviqsvdToaokD5SA9 { color:#4f4f4f;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.1875rem;left:8.71875rem;height:2.0625rem;font-style:normal;display:block; }
#WyOnTJgCsA2Hz547hw5TH8VIJziTgdiR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.09375rem;left:9.3125rem; }
#pDbasHPGHfZuqswzlCF8JrPCnTs8sDHZ { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.6875rem;left:17.25rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAkT9MAxSOETTCSDQTHWdbf35CQgE0LV { background-color:#ee3162;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(238,49,98,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:27.15625rem;left:18.4375rem;display:block; }
#irV7b9LaoPfM58KmkdvfKBGq07eOufZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X0IHFk5kSTICQ5TAKCXxhgVelJmi1ZVz { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#JLt6BbR1vbuAioAPz8TZ6he0LenxMPIi { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#uwLnKs6JpzS6r1T4Xz11v7fCKPZMh9Hw { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#NufS1uSwzRg0iGmxSToENo1zNpaSTuE1 { 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.25rem;width:12.9375rem;top:33.46875rem;left:40.15625rem;overflow:hidden;display:block; }
#gGI6WbygwIU0eNZNAuVZ6Koz1FvtuWb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:33.9375rem;left:7.46875rem; }
#phHV1A7Rn79il9r0ypcX5FJckAU91CzD { color:#4f4f4f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:33.84375rem;left:9.3125rem;height:1.5rem;font-style:normal;display:block; }
#DCm01RkBq145DH67cGwR18390INzD79P { position:relative;display:block; }#DCm01RkBq145DH67cGwR18390INzD79P { background-color: transparent; background-image: none; }#DCm01RkBq145DH67cGwR18390INzD79P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container > .video-iframe-container { display: none; }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm01RkBq145DH67cGwR18390INzD79P > .row > .video-iframe-container { display: none; }#DCm01RkBq145DH67cGwR18390INzD79P > .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); }#DCm01RkBq145DH67cGwR18390INzD79P { border-width: 0; border-radius: 0; }#DCm01RkBq145DH67cGwR18390INzD79P > .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; }#DCm01RkBq145DH67cGwR18390INzD79P > .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:54.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.53125rem;left:15.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nltKMmnT7UUBhVZnKV0IkiFzoB38nc7R { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.78125rem;left:15.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { color:#000000;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:12.58740234375rem;left:12.25rem;height:1.92480625rem;font-style:normal;display:block; }
#BbAqxvmV6i8QKqBq09qyMfgww9a0mi1G { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:15.96240234375rem;left:8.46875rem;height:1.92480625rem;font-style:normal;display:block; }
#AKIcE3cdPKrgIXThgAQaq3aBvmMGNsJf { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:19.39990234375rem;left:14.125rem;height:1.92480625rem;font-style:normal;display:block; }
#vCsiTmVQl20miup1EJxlobGRexR7iOhp { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:22.64990234375rem;left:10.53125rem;height:1.92480625rem;font-style:normal;display:block; }
#kJPulzXuWdoFylQbrfQPVJhRfrEmMRcl { color:#000000;display:block;width:45.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:25.71240234375rem;left:7.125rem;height:1.92480625rem;font-style:normal;display:block; }
#xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:38.125rem;top:30.09375rem;left:10.9375rem;display:block; }
#h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:32.89990234375rem;left:10.53125rem;height:1.92480625rem;font-style:normal;display:block; }
#Mnmw0d4OGhDztRvhbt71KB5xvRJJXOpm { color:#000000;display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:36.33740234375rem;left:4.6875rem;height:1.92480625rem;font-style:normal;display:block; }
#ncb5dkbdcXN3wUJ12yODDksmUyPs5h4E { color:#000000;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:39.89990234375rem;left:15.3125rem;height:1.92480625rem;font-style:normal;display:block; }
#pT091VLlW09vgQpVdJX0ORshc8zkL5K9 { color:#000000;display:block;width:46.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:43.21240234375rem;left:6.59375rem;height:1.92480625rem;font-style:normal;display:block; }
#NTIsfDbNg9Dt8iUEoOTFECWceWCT1ahZ { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:46.52490234375rem;left:13.53125rem;height:1.92480625rem;font-style:normal;display:block; }
#SgExRkuXoifJLW1nBzWOsVJRvUzB4gg9 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:49.83740234375rem;left:18.09375rem;height:1.92480625rem;font-style:normal;display:block; }
#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z { position:relative;display:block; }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z { background-color: transparent; background-image: none; }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .row .container > .video-iframe-container { display: none; }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .row > .video-iframe-container { display: none; }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .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); }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z { border-width: 0; border-radius: 0; }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .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; }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w8hEvuUOA5Tkl0vFJgF1mtiSD3QsOozp { 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:27.5rem;width:35.25rem;top:1.34375rem;left:12.375rem;overflow:hidden;display:block; }
#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO { position:relative;display:block; }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO { background-color: transparent; background-image: none; }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .row .container > .video-iframe-container { display: none; }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .row > .video-iframe-container { display: none; }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .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); }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO { border-width: 0; border-radius: 0; }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .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; }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .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:41.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x30E6cx4lzyGVw78iboVTIKSbEnAumAU { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ee3162;border-left:0.1875rem solid #ee3162;border-right:0.1875rem solid #ee3162;border-bottom:0.1875rem solid #ee3162;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:20rem;width:51.25rem;top:18.3125rem;left:4.1875rem;display:block; }
#t0oHVmVft2DnxiRvUHR8Xdwfn2krkLHk { color:#4f4f4f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.75rem;left:24.0625rem;height:2.25rem;font-style:normal;display:block; }
#RJG1ZidTZ48H698IduAodwU24MqTTXw4 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:13.375rem;top:0.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#z76yGX43maZSbXadcfokrZT3pdhmaoXb { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:7.96875rem;left:10.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmlW6OWSKrw8JU42LUTyG0aRLo02IcyM { color:#4f4f4f;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.1875rem;left:8.71875rem;height:2.0625rem;font-style:normal;display:block; }
#V0yXQp3P305nzD0tIbMlc5G7rsw82t5L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.09375rem;left:9.3125rem; }
#lftPz9EwwPhBfts0w5qRTUsJs0ODMTou { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.6875rem;left:17.25rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MAucX6ybzdk142M4IuIyCn9GR7ZTg5ge { background-color:#ee3162;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(238,49,98,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:28.125rem;left:18.4375rem;display:block; }
#xhBZ61TI3dAZXXThFHN2bE64y1LV7UfC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fd7yMBestGUrHCwqMyHunVheD9Q7nNE1 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#CAtVQiGQleTaHuRRyvoRKQHUbXWqp7Iy { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#E41actswI8Thq0hBTUUIB01FpDGHh3Oe { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#nMuUy7EtXiGzBZu09nc9XpOFK0H4KqVI { 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.25rem;width:12.9375rem;top:34.625rem;left:40.15625rem;overflow:hidden;display:block; }
#NmXknbMPLGW2cPQsHcxi6k8z6rJrw6I2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.09375rem;left:7.46875rem; }
#sOH9OWTdJswN92qXOvT0yeDqgdU2iKTL { color:#4f4f4f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:35rem;left:9.3125rem;height:1.5rem;font-style:normal;display:block; }
#APJunK73TVIBS7BzWfQwd54dQiQlJPvT { 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; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { background-color: transparent; background-image: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { display: none; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .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); }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { border-width: 0; border-radius: 0; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { font-size:0.875rem;font-family:arial;height:111.5625rem;width:60rem;position:relative;display:block; }#ha7LC9udfdNMMXL2svTSexWrqBbonWBF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;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.4375rem;width:51.0625rem;top:9.25rem;left:4.375rem;display:block; }
#ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:6rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or37H4MaL383su2XRdZWJ5TimfIC3u9y { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.96875rem;left:6.125rem;height:27.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { color:#000000;display:block;width:39.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.40625rem;left:10.375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:51.0625rem;top:44.8125rem;left:4.34375rem;display:block; }
#SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:46.625rem;left:6.125rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:49.78125rem;left:6.125rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:51.0625rem;top:69.1875rem;left:4.34375rem;display:block; }
#ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:70.875rem;left:6.125rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:74.15625rem;left:6.125rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:51.0625rem;top:93.625rem;left:4.34375rem;display:block; }
#x0xrw29DIQqoOceGyUkI2exUzreAZr2C { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:95.4375rem;left:6rem;height:2.1933625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qFIydXK646xTgtERVLZB2gZBMG2G1oVf { color:#454545;display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:98.90625rem;left:6.125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz { position:relative;display:block; }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz { background-color: transparent; background-image: none; }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .row .container > .video-iframe-container { display: none; }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .row > .video-iframe-container { display: none; }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .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); }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz { border-width: 0; border-radius: 0; }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .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; }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .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:41.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kf3qBTEkRrBrQxcJCFmaTJosSAwaLrED { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ee3162;border-left:0.1875rem solid #ee3162;border-right:0.1875rem solid #ee3162;border-bottom:0.1875rem solid #ee3162;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;height:19.4375rem;width:51.25rem;top:18.3125rem;left:4.1875rem;display:block; }
#TpTGZy8sshomTHrFxtu5Mc92IZ7Fzyae { color:#4f4f4f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:19.75rem;left:24.0625rem;height:2.25rem;font-style:normal;display:block; }
#G9Lmse4chXbA1NbpXZueoS8nCpcxkxKB { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:13.375rem;top:0.8125rem;left:39.9375rem;overflow:hidden;display:block; }
#tTs9b4mIb9wlVTuh2kbRT8na7vaNoSPt { color:#000000;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:7.96875rem;left:10.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzBmrBK1QoKmTTLoufHfXw91ViTXso0x { color:#4f4f4f;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.1875rem;left:8.71875rem;height:2.0625rem;font-style:normal;display:block; }
#BSHZzuZPB2xtwD99HQe29ebm5csZHWzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.09375rem;left:9.3125rem; }
#iSiUofRFSOrIeSsG1ILKRKoeCf76FFn7 { color:#000000;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:22.6875rem;left:17.25rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fiv14iEwrozgSrG6TfgH3FcgSTCcsSF2 { background-color:#ee3162;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(238,49,98,0.75) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:23.125rem;height:4.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:27.9375rem;left:18.4375rem;display:block; }
#GFt5gWSZS9OAe3yrUT9sc6ThqtBFLHc5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfGcPct2B0dLZsMsNyRRHD81xV20uMyJ { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:block; }
#NgE1EvC12pOeXdoxDTJ8KnwFnNbr4qmG { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:37.8125rem;display:block; }
#g6qMQBw6FUrcxSHgZB08o2wDZDVFOqD5 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.25rem;width:15.5625rem;top:20.75rem;left:6.25rem;display:none; }
#mBZTeISBCSwhxBcZ6EQk4yJIuQGWAIGF { 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.25rem;width:12.9375rem;top:34.46875rem;left:40.15625rem;overflow:hidden;display:block; }
#UFJ86KhpcRGp05TDyc1IcPgW4ISCnnIo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:34.9375rem;left:7.46875rem; }
#Tq0aNsb3HMv3oXTD8qdBqITmiZbDyIBO { color:#4f4f4f;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:34.84375rem;left:9.3125rem;height:1.5rem;font-style:normal;display:block; }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#WCbW8dNiDhFdLTBiK0ILTy7xTsikoom6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:16.9375rem;top:2.4375rem;left:21.53125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbJ9F5AizkT0N2GBEaoc954dWl3On95O { top:1.875rem;left:17.1875rem;width:13.375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:1rem;left:0rem;width:47.75rem;height:14.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { width:27.25rem;height:15.125rem;top:29.375rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:18.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { top:48.6875rem;left:0.625rem;width:46.5rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVcUZQ3CHhTrZACwwCu3GydRtHP8aAc5 { width:26.875rem;height:15.125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru63PdvAygiFHhWJEC3E7rEDifJvPzp9 { top:26.6875rem;left:24.1875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZkIp5IAsO6isp9JsNZUBwr6GkgEVSqM { top:27.375rem;left:24.8125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1TW4qXKW4mUgDhvrvHrvS4NkoMx8rsq { top:27.375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTqIEdw6OZd95E36q40v6DcZaQ8E5rXT { top:26.6875rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { top:3.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { top:9rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UATX43Die4OFGEFd1xIyZV4TP2KwVTMP { top:13.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpOTWtOweZ3FFViUb59NQ9Z5OJSpLn5x { top:25.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xE11LSzkLPDWXq7NwRMlBVAArK311C { top:20.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsq0IGOgpzozLgJAoTsZu2ngv3yvewC4 { top:30.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbVtVB9rgfEEPfVBg7wTlrlgT7rQeGvp { top:35.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuauACQSE3OVvexmJ1cNE580HN4z709T { top:40.1875rem;left:1.0310363769531rem;width:45.625rem;height:31.956474267774rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6k6Ay7bt2Jv5vAkeJViLrt895muZ6lL { top:75.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxhDCDS0kbefL81QI51HtUeEt36F0wgv { top:80.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnWt6ybs28JSWV9VaDVCirfZ1KTDqKs0 { top:86.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5wOKOsZvSZs2O5dTr1CDn87ZVW1fw3n { top:91.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbTpMTSbgOuS4DWduQdfOKLWMtcWkPho { top:2.875rem;left:0rem;width:47.75rem;height:26.742493472585rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { top:33.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk74OpHlAuDhf5klEvf1Sof5plHUBS5d { top:39.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnSdc9rau2X1XXVUD6r6qy3HPOG8FnzT { top:44.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcAnQtcDuQ82oqBPMs312K92LriD5mUw { top:50.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIzs91WagC8d8CsLHxVX3A1qSxtdXNlS { top:54.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1paNXH5KqT1PCC6OngRWchUVoAWoyiu { top:58.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boXsOUddvqy44zDhZLd700oSGrpZQskn { top:66.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ2Ez0bKR0EZQaVwU9WPWwc9VOehQoX5 { top:70.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbbfEfRLgr5p1TdcbaqEFyykuvqUtgQQ { top:74.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0D0kMOzCt7wnOfszHbxhTHCzCZThKZ1 { top:62.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqDuJbbqbDwtTDQqsCpaFPOlSSs5WQKl { top:78.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { display:block; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { top:4.5625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { top:14.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { width:35.625rem;height:3.3125rem;top:24.875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { width:3.3125rem;height:3.3125rem;top:34.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { width:14.875rem;height:1.6875rem;top:22.5625rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { width:35.625rem;height:3.3125rem;top:35.625rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { width:14.875rem;height:1.6875rem;top:33.25rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { width:2.625rem;height:2.625rem;top:23.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { width:35.625rem;height:3.3125rem;top:46.375rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNH6esr19K3scx3pblvABp9UM4JInkRV { width:14.875rem;height:1.6875rem;top:44.125rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { width:2.625rem;height:2.625rem;top:45.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { top:20.9375rem;left:2.25rem;width:42.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { top:31.6875rem;left:2.1875rem;width:42.8125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { top:42.4375rem;left:2.1875rem;width:42.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { top:53.4375rem;left:2.1875rem;width:42.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { width:14.875rem;height:1.6875rem;top:55.0625rem;left:8.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { width:35.625rem;height:3.3125rem;top:57.3125rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { width:2.9375rem;height:2.9375rem;top:56.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { top:65.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { top:69.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcsgmkVbJZmVBZAgXQUHH0FHPLiQVk92 { display:none; }
 }@media only screen and (max-width: 763px) { #q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { top:2.8125rem;left:0rem;width:35.625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hle6xeRu7h4TTl2iaZOR7BtTgkviZw3R { width:34.375rem;height:4.4375rem;top:11.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:34.125rem;height:4.5rem;top:17.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqPm8gU27L8xd32wbgcxvUQsK2cJzaos { width:34.0625rem;height:6.6875rem;top:24.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { width:47.75rem;height:2.1875rem;top:33.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4RPl1bi3XGoTVpALZJLn8IRpxGkDkZ { width:47.75rem;height:4.5rem;top:37.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO5GuZUvT6g5MBA3nTCRe7tqzXFEPOHP { width:35.625rem;height:2.25rem;top:44.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMH6MQ76Sc1t8vP257CQiRAfkmTTOLP2 { width:47.75rem;height:2.25rem;top:48.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { top:3.8125rem;left:0rem;width:20.4375rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSmSrgDzxqhO3OE5UqnHATgg2XQQ30y { top:42.1875rem;left:25.125rem;width:22.5625rem;height:27.673135585378rem;display:block; }
 }@media only screen and (max-width: 763px) { #LueFTz9be7TKClIM2NcB0Tn4aZ1JN7Va { width:35.6875rem;height:2.1875rem;top:51.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x25rCupZrF6WkQ84riL7K9TtaxofGGUh { width:35.6875rem;height:2.1875rem;top:55.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3ATImskWBNkuTbLhu5S8fNsSoXdor6M { width:35.6875rem;height:2.1875rem;top:59.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA63EBUNq9drUEF6dc8c2LhyGIgKWGoe { width:35.6875rem;height:2.1875rem;top:63rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULyQWZu6C1ixoJXi5LSowOGaNk68EPXx { width:35.6875rem;height:2.1875rem;top:66.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { top:2.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { top:8.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMDLn8kBTFxKrTKkOs8IhwggEZTxuchG { top:13.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isvCW8ickgDSXtWwr3I6Bhie3AG6tE0e { top:20.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSExoLDPwzW73aiGCCNtskX4hOaTk3ZO { top:24.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhB4nVXKdZ7TON3JRfQEm3aiHBwsSAAn { top:28.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNx8qKL4LyF4TB4Pw1xK2a8lCDQVNPn2 { top:32.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJvON0OTGItNOPwLcSWHqfKh9ZX3pod9 { top:1.1875rem;left:0rem;width:28.3125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGkSRwFxSEFWqhvh3MKDDuPtyvwUZxQS { top:1.1875rem;left:19.4375rem;width:28.3125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHii3PTQz9871TG3wGGOWl4aX1gEQumk { display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwTfAk71FTThJL4Xy9CGQyVpp9NyJHbS { top:3rem;left:0rem;width:30.5rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZEFLvD3P5ZC6BaXuxwHNInTJIrqVWnS { top:8.375rem;left:8.625rem;width:30.5rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG6tPdAubMiQyAO4id1gQwIEv0zXchIU { top:12.25rem;left:22.75rem;width:25rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { top:18.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp7M2Hmk2lPDfyTsNX2i1chrmRSQ0qkV { top:22.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUgC23Oqxb4c5Ig3mglv5le8NTZSgHuv { top:27.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO3rbBnwSkaAiI1GbxWQEGoktmTf1B2z { top:31.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGQBl9Q1LBlofuh89NoGKTGbggHqogNq { top:35.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPOaV9TpFh1tXxZDuFWzeRJqavCq5KSg { top:39.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eArBRVblBel0V8Chnb6IK44X4s5fDCmz { top:43.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { top:51.125rem;left:0rem;width:47.75rem;height:7rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { top:59rem;left:0rem;width:18.6875rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0HOb8NXpvNAOcKLM24UoHyiJccAng0N { top:58.75rem;left:0rem;width:47.75rem;height:26.511197916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcZvIzfbasD2Ao4NOLOG1v3HF5GhgngU { top:94.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { top:99.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO3bdFGDWwbOwp2GtGCvOagi97XQUS1z { top:103.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeaXGZDTGDso06pUT9gCUcFuTKpV3IR4 { top:108rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { display:block; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HICf49URxHJo1Tp7evgXo2hqX7ztOimo { top:73.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { top:38.1875rem;left:0rem;width:20rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlUibp4dzk7ugRJ1qk4bCCQdv7cTZ0rF { top:34.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { top:31.625rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:block; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { top:62.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { top:85.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhlOvMvb8139rniGW0nKa1KhxJ8uuga { top:74.625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { top:69.0625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { top:58.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG00gRZEsJb571nEBTHnHcrPPa3BNmv7 { top:63.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZPOJdBZHWENa2RFpOvrZ7FSZtTVu2Ni { top:68rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZTdhWm8mywGDxwgMTcLS3Q3V0QeaMZ { top:72.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { top:4.75rem;left:5.34375rem;width:37.0625rem;height:50.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ3V9bWHRdxUmxLnVNmopGQtE8ZRlLiB { top:81.5625rem;left:0rem;width:47.75rem;height:31.850766703176rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { top:23.8125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { top:29.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6wToDoGxOWWCZAoGqG7mNPM4UkDSsg { top:33.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8A7wLnUHU0IOTWA6fJPsynIT77TLRpS { top:37.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtxLhaPbHLTbMeg99sCcoirki0Hvzz2T { top:41.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIiTgb0zDby4mOZ8d2RsJ4At6PC4eThq { top:45.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFPeTh0d6XL4MIu4SIyy7HnU2ZvqvKnm { top:49.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP { display:block; }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdWuJGi5zb3DZcR0NUESAzbbEJ2Kv5md { top:7.9375rem;left:0rem;width:47.75rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGXvDtqgRraq3ntypTiP2fRTUx0PJMfp { top:10.625rem;left:1.9375rem;width:40.0625rem;height:7rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8WHD5eqpkzaTPttFdMAG6lrEK68VZ4Z { top:1rem;left:31.3125rem;width:16.4375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRytZ7DdwbKTRf3RZdForzfeOfzNrsLt { top:19.5625rem;left:1.9375rem;width:45.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7v9WzxQ8qDe1viD3U9dRWCpUNDhFmFG { top:23.125rem;left:1.9375rem;width:45.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvM1vq0aWWKqa6TdC6sW7mZUg9Q6ghAB { top:27rem;left:1.9375rem;width:45.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z398bgxACTBAc5rspcf4Zmmm35uKalFU { top:30.75rem;left:1.9375rem;width:45.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA51up2tsV3xrfWQ9FhLgTuG38UO5UCi { top:34.5rem;left:1.9375rem;width:45.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOody9HBqrAe6zTiWtk3iHygL16uOI2b { top:38.1875rem;left:1.9375rem;width:45.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ { display:block; }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWXxDtKFmnRS9zNaLIeWlJy1kMV17Tt9 { top:2.5625rem;left:0rem;width:47.75rem;height:26.748593925759rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6J63ueFD6yxdhlxD105vyR88GdFESr { top:38rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCuVTG8e3ga6Gk3a6KL7hJZTIHRznhx1 { top:43.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwkds3HQl6iOy32icgvDOtKZTzgVgQxJ { top:47.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyWOkFxT8qKfWZ5fwKnCD1Ae777mg0gC { top:51.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUx5rrvTUNdCGrEL6D4QgIMcGIxmcaTK { top:55rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7HygDKW7KRQUENz9dBhMTp2SsDvFS6T { top:58.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU1eaqKGZlplDa13ySvaR3LectaRyUJu { top:62.6875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lchAIyn88CEBSJq2nAkopN1SXfAyTiUi { top:68.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { display:block; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { top:1.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnwILNck0iMkEQqpllyMCTKWM1hybMzp { top:33rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUdvKxNvzlq94UQ1T4Nfcg0EExCBoHpX { top:37.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfJa4vh1dEclKN04A19Jo6ikfTyRZC0t { top:41.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxG6vQuS4zigb5evGKk0b9tygw2bCsy7 { top:45.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W08d2cq5LalUXThuqCfdFKK4dTz9JpDI { top:49.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZercKOmCoE5LC6FsZoLqEioG3wmtu6dz { top:54.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLecs5CJvTLysi49GJcqnvgfsdDq7xym { top:58.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1uftGSdtHLmIqqxWf4xOE9TackTqnc { top:7.0625rem;left:3.03125rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnHXRbMripnl9COWXgu9lANDW1wo24E7 { top:0rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { top:5.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS1kgJAD1fcGbii1uL2HUf4gFbJSfTFv { top:9.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQEZSfiwpGzQHP3TZTrwqLRQKciGUDK3 { top:13.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdOZkskE1e53avfCqxTDrQULwbC10HWz { top:17.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { top:1rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { top:5.8125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2MOc8xqhHRyDXH8gUJhxfv29QGKFAmC { width:14rem;height:4.125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6CETTg7goHTyqyrQZFyVXNUIHNavIC2 { width:5.875rem;height:1.75rem;top:15.875rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9molkcqHosLTlDPPpaZF9rJddO1UT5 { top:15.4375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipSaUkvt7nJ46UlLvBGD8a3hJJ5OFAl1 { width:6.9375rem;height:1.75rem;top:15.875rem;left:21.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3ARTn6MNElxmbBpGd145rvLPfIMaIH { top:15.6875rem;left:18.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSo8t5fKaycsmy484M0niOdbzRZL5T3u { width:14rem;height:4.125rem;top:14.6875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBdT2HN9G6i1V5qnchI2nONkiXSVzVys { width:8rem;height:1.75rem;top:15.875rem;left:39.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ilpU447HP8fvSKCZLiKoc3roUcNmK1 { width:14rem;height:4.125rem;top:14.6875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cawibz06EJfAX8ginS7P1GLRMTxLO7es { top:15.6875rem;left:38.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { top:22.6875rem;left:1.03125rem;width:45.6875rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZMg12Dz9ERBBfk5kUJxumAOFtl6oU5q { top:61.5rem;left:14.75rem;width:18.25rem;height:3.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeIoX1D4hFWcTxHgyUdDcN2etgSdtPk8 { width:19.75rem;height:4.125rem;top:68.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB12B292b9frcErFnKwRdX8XhxxITnoE { width:19.75rem;height:4.125rem;top:68.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWuKU8N7ImuduiGLncGSJVW5rIz4HBg { width:19.75rem;height:4.125rem;top:75.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0vzwIGAl6rw4HdFgtiOikGRPuurk4n0 { width:19.75rem;height:4.125rem;top:75.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi4lN90sO9Ixvnr5RkfdGUsNeUA3JsnN { width:17.3125rem;height:1.75rem;top:69.1875rem;left:2.1866302490234rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmnONlEkGdTHVfnd8hOGWS3QDWnUFA9K { width:17.3125rem;height:1.75rem;top:76.875rem;left:2.1866302490234rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oduCztNnpm3wNWs6GpSRCQcBTHhLNJhQ { width:17.375rem;height:1.75rem;top:69.25rem;left:28.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaF4TnnXGgvQgTv8Jhc9slhQ1LRw3FFv { width:17.375rem;height:1.75rem;top:76.9375rem;left:28.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { top:0rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { top:5.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfMg58mOOsBDbr3BF56rIy2n5QNJ94eO { top:9.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXmyBdDdomA8GCERdqApWuxWxnTENGu5 { top:12.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OszrqIdbF15T8qfQPx5spnWTcqnUqnGI { top:16.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTKPIFDKE8z5XZ71pNOt3pbylCaTG0Ok { top:19.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8E868Ms4vaLqe4TTCuwxVhmNlboRkm7 { top:23.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi { display:block; }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFyALy3q5aJV7bOKkPQSbyEMn6EkqOnD { top:0.8125rem;left:4.8125rem;width:38.125rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:47.375rem;height:18.875rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:11.875rem;height:2.25rem;top:19.75rem;left:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN1efkkIX77SVDJdZNyzAUvEI3bfA0TV { top:0.8125rem;left:33.8125rem;width:13.375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { top:7.9375rem;left:4.625rem;width:29.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:29.75rem;height:2.0625rem;top:12.1875rem;left:2.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { top:8.0625rem;left:3.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { top:22.6875rem;left:11.125rem;width:25.5rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:23.125rem;height:4.3125rem;top:27.75rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTPovMnwtFeBoy6xMTxsuy65WhILSClK { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { top:33.75rem;left:34.03125rem;width:12.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { top:34.25rem;left:1.34375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:11.875rem;height:1.5rem;top:34.125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { top:1.5625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { width:25rem;height:2.25rem;top:6.9375rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { width:47.75rem;height:38.8125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { top:15.1875rem;left:0.5rem;width:46.8125rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { width:26.8125rem;height:3.8125rem;top:23rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K23ppKrIWaZCOt28D9Z7akv17GtasmNB { top:21.8125rem;left:28.6875rem;width:18rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8CgAM3yGB8b37el9AZFvJKQ3DTu66WL { width:26.8125rem;height:3.8125rem;top:28.5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeP9PxHGqFuTHXPGtDNymTxqsVqxK43W { width:26.8125rem;height:1.875rem;top:33.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEQuPUWKwbnPATmHlDIBeVPpVoBfQgEV { width:26.8125rem;height:3.8125rem;top:37.375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr7qbMhpppKyxTXce9y11r8T7bTeV6Lg { width:26.8125rem;height:1.875rem;top:42.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { width:24.5625rem;height:1.875rem;top:46.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwtrPxpNBdUQed0z39fTPefSTc5atzp { width:47.75rem;height:34.375rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { top:58.4375rem;left:0.5rem;width:46.8125rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { top:64.4375rem;left:29.375rem;width:18rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvbvcIkFvxlvlzeJKAaOwBdfKHCI7byi { width:26.3125rem;height:3.8125rem;top:63.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { width:26.3125rem;height:1.875rem;top:69rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE5M07tSx1yTkXLKQyEiOdeLZ20ZQXlw { width:26.3125rem;height:1.875rem;top:72.5rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSyS25XK6beXuKXZ4eTz41NS5W7QAWPL { width:26.5625rem;height:1.875rem;top:76.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mun8KqTrRntIZxcXdW9NfWSWEaBMNypT { width:26.5625rem;height:1.875rem;top:78.6875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnp80cU89EZTo7W8yo4AXuCnNLdgoZUC { width:26.3125rem;height:1.875rem;top:82.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { width:24.5625rem;height:1.875rem;top:85.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnkss078B0kQkegttqU27trkpnEQ0xC5 { width:47.75rem;height:37.0625rem;top:94.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnihGqayS5QTu1AbVTBtH1pGINwz8cZ7 { top:97.25rem;left:0.5rem;width:46.8125rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiSDD8lnVI48UQMTsrhlTIdOv06tTD8t { top:102.25rem;left:29.375rem;width:18rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOSZ2LsCtte27MRtZ0o382AuXTNcKZKN { width:26.3125rem;height:1.875rem;top:105.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS8pq761mztMo9fA4NxTbwlAaDS5Nnb3 { width:26.3125rem;height:3.5625rem;top:108.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzCSODvms6edUlznEu9RIas0lQDavfrT { width:26.3125rem;height:1.75rem;top:113.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLDBntMkbGxxdKrDWKlDw5KZyic2dNF { width:26.3125rem;height:1.75rem;top:117.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0TzKaiBNHU0PeLvKG2Z4FLXIUs869DU { width:26.3125rem;height:3.5625rem;top:120.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE4qdnXZvs8IfLIi5l2JQvvI6ZSgEvg2 { width:24.5625rem;height:1.875rem;top:126rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unu9EwG5hbzz8sWdbsSChhxwSaZ7w3hz { width:47.75rem;height:35.4375rem;top:136.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV9LKS9l7TNzgXPe6sNpqKNvSdrAR0Qn { top:138.9375rem;left:0.5rem;width:46.8125rem;height:5.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8KF610o2sF0KRlc72CStG5SRAUWucfs { top:153.75rem;left:17.875rem;width:29.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov1gkP3qEuAIUpUs2HvxyIMiuHKF2LTa { width:42.25rem;height:1.875rem;top:146.4375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQDTGqrLPV4Oo5bT74bFR6gftU8ZqhVv { width:42.9375rem;height:1.875rem;top:149.6875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4LEvmtlto8AGDdtSMInodSIKWX0Nc6B { width:18.125rem;height:3.8125rem;top:153.75rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QreCARTTnxdOrwW0TWfOhLhvCE23ZX2R { width:16.5625rem;height:1.875rem;top:160.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { top:176.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { width:22.9375rem;height:1.875rem;top:180.625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK { display:block; }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUSJx6WlPxexhVwBb518f9qGAoBCmuSC { top:1.375rem;left:12.84375rem;width:22.0625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y { display:block; }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylkJUH4M7TsxevkDTaHDOq8wv14eleiu { width:47.375rem;height:18.6875rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbcF1dAuZwR0Gk4hqqGIzxi6SBRxXk1z { width:11.875rem;height:2.25rem;top:19.75rem;left:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtJcxiakSKyf5gBulcNLXS65TfQghTDC { top:0.8125rem;left:33.8125rem;width:13.375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7E081LHDszCmlJcGbJ73eTAVpRqU7bb { top:7.9375rem;left:4.625rem;width:29.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9cqTSnC0JvWFqqEviqsvdToaokD5SA9 { width:29.75rem;height:2.0625rem;top:12.1875rem;left:2.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyOnTJgCsA2Hz547hw5TH8VIJziTgdiR { top:8.0625rem;left:3.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDbasHPGHfZuqswzlCF8JrPCnTs8sDHZ { top:22.6875rem;left:11.125rem;width:25.5rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAkT9MAxSOETTCSDQTHWdbf35CQgE0LV { width:23.125rem;height:4.3125rem;top:27.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irV7b9LaoPfM58KmkdvfKBGq07eOufZV { display:block; }
 }@media only screen and (max-width: 763px) { #X0IHFk5kSTICQ5TAKCXxhgVelJmi1ZVz { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLt6BbR1vbuAioAPz8TZ6he0LenxMPIi { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwLnKs6JpzS6r1T4Xz11v7fCKPZMh9Hw { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NufS1uSwzRg0iGmxSToENo1zNpaSTuE1 { top:33.4375rem;left:34.03125rem;width:12.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGI6WbygwIU0eNZNAuVZ6Koz1FvtuWb8 { top:33.9375rem;left:1.34375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHV1A7Rn79il9r0ypcX5FJckAU91CzD { width:11.875rem;height:1.5rem;top:33.8125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCm01RkBq145DH67cGwR18390INzD79P { display:block; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { top:1.5rem;left:9.25rem;width:29.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nltKMmnT7UUBhVZnKV0IkiFzoB38nc7R { top:5.75rem;left:9.25rem;width:29.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:35.5rem;height:1.875rem;top:12.5625rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbAqxvmV6i8QKqBq09qyMfgww9a0mi1G { width:43.0625rem;height:1.875rem;top:15.9375rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKIcE3cdPKrgIXThgAQaq3aBvmMGNsJf { width:31.75rem;height:1.875rem;top:19.375rem;left:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCsiTmVQl20miup1EJxlobGRexR7iOhp { width:38.9375rem;height:1.875rem;top:22.625rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJPulzXuWdoFylQbrfQPVJhRfrEmMRcl { width:45.75rem;height:1.875rem;top:25.6875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { top:30.0625rem;left:4.8125rem;width:38.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:38.9375rem;height:1.875rem;top:32.875rem;left:4.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnmw0d4OGhDztRvhbt71KB5xvRJJXOpm { width:47.75rem;height:1.875rem;top:36.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncb5dkbdcXN3wUJ12yODDksmUyPs5h4E { width:29.375rem;height:1.875rem;top:39.875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT091VLlW09vgQpVdJX0ORshc8zkL5K9 { width:46.8125rem;height:1.875rem;top:43.1875rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIsfDbNg9Dt8iUEoOTFECWceWCT1ahZ { width:32.9375rem;height:1.875rem;top:46.5rem;left:7.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgExRkuXoifJLW1nBzWOsVJRvUzB4gg9 { width:23.8125rem;height:1.875rem;top:49.8125rem;left:11.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z { display:block; }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8hEvuUOA5Tkl0vFJgF1mtiSD3QsOozp { top:1.3125rem;left:6.25rem;width:35.25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO { display:block; }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x30E6cx4lzyGVw78iboVTIKSbEnAumAU { width:47.375rem;height:20rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0oHVmVft2DnxiRvUHR8Xdwfn2krkLHk { width:11.875rem;height:2.25rem;top:19.75rem;left:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJG1ZidTZ48H698IduAodwU24MqTTXw4 { top:0.8125rem;left:33.8125rem;width:13.375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z76yGX43maZSbXadcfokrZT3pdhmaoXb { top:7.9375rem;left:4.625rem;width:29.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmlW6OWSKrw8JU42LUTyG0aRLo02IcyM { width:29.75rem;height:2.0625rem;top:12.1875rem;left:2.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0yXQp3P305nzD0tIbMlc5G7rsw82t5L { top:8.0625rem;left:3.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lftPz9EwwPhBfts0w5qRTUsJs0ODMTou { top:22.6875rem;left:11.125rem;width:25.5rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAucX6ybzdk142M4IuIyCn9GR7ZTg5ge { width:23.125rem;height:4.3125rem;top:28.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhBZ61TI3dAZXXThFHN2bE64y1LV7UfC { display:block; }
 }@media only screen and (max-width: 763px) { #Fd7yMBestGUrHCwqMyHunVheD9Q7nNE1 { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAtVQiGQleTaHuRRyvoRKQHUbXWqp7Iy { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E41actswI8Thq0hBTUUIB01FpDGHh3Oe { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMuUy7EtXiGzBZu09nc9XpOFK0H4KqVI { top:34.625rem;left:34.03125rem;width:12.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmXknbMPLGW2cPQsHcxi6k8z6rJrw6I2 { top:35.0625rem;left:1.34375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOH9OWTdJswN92qXOvT0yeDqgdU2iKTL { width:11.875rem;height:1.5rem;top:35rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:47.5rem;height:32.4375rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:28.4375rem;height:2.1875rem;top:10.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:47.75rem;height:26rem;top:13.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { top:3.375rem;left:4.25rem;width:39.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:47.5rem;height:21.3125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:28.4375rem;height:2.1875rem;top:46.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:47.75rem;height:14.625rem;top:49.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:47.5rem;height:21.3125rem;top:69.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:36.5625rem;height:2.1875rem;top:70.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:47.6875rem;height:14.5625rem;top:74.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { width:47.5rem;height:13.375rem;top:93.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0xrw29DIQqoOceGyUkI2exUzreAZr2C { width:36.5625rem;height:2.1875rem;top:95.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFIydXK646xTgtERVLZB2gZBMG2G1oVf { width:47.75rem;height:6.5rem;top:98.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz { display:block; }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf3qBTEkRrBrQxcJCFmaTJosSAwaLrED { width:47.375rem;height:19.4375rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTGZy8sshomTHrFxtu5Mc92IZ7Fzyae { width:11.875rem;height:2.25rem;top:19.75rem;left:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9Lmse4chXbA1NbpXZueoS8nCpcxkxKB { top:0.8125rem;left:33.8125rem;width:13.375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTs9b4mIb9wlVTuh2kbRT8na7vaNoSPt { top:7.9375rem;left:4.625rem;width:29.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzBmrBK1QoKmTTLoufHfXw91ViTXso0x { width:29.75rem;height:2.0625rem;top:12.1875rem;left:2.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSHZzuZPB2xtwD99HQe29ebm5csZHWzw { top:8.0625rem;left:3.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSiUofRFSOrIeSsG1ILKRKoeCf76FFn7 { top:22.6875rem;left:11.125rem;width:25.5rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiv14iEwrozgSrG6TfgH3FcgSTCcsSF2 { width:23.125rem;height:4.3125rem;top:27.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFt5gWSZS9OAe3yrUT9sc6ThqtBFLHc5 { display:block; }
 }@media only screen and (max-width: 763px) { #cfGcPct2B0dLZsMsNyRRHD81xV20uMyJ { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgE1EvC12pOeXdoxDTJ8KnwFnNbr4qmG { top:20.75rem;left:31.6875rem;width:15.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6qMQBw6FUrcxSHgZB08o2wDZDVFOqD5 { top:20.75rem;left:0.125rem;width:15.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBZTeISBCSwhxBcZ6EQk4yJIuQGWAIGF { top:34.4375rem;left:34.03125rem;width:12.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFJ86KhpcRGp05TDyc1IcPgW4ISCnnIo { top:34.9375rem;left:1.34375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq0aNsb3HMv3oXTD8qdBqITmiZbDyIBO { width:11.875rem;height:1.5rem;top:34.8125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbW8dNiDhFdLTBiK0ILTy7xTsikoom6 { top:2.4375rem;left:15.40625rem;width:16.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbJ9F5AizkT0N2GBEaoc954dWl3On95O { width:11.75rem;height:1.25rem;top:1.6875rem;left:4.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 { display:block; }#K8get0PWPwGfkZSngOh0p0V3TdFiyrL2 > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:19rem;height:12.2485625rem;top:0.75rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O3NqWnbW75UTSzuXhVOGBeMz2TuBe8vo { width:18.1875rem;height:10.125rem;top:39.25rem;left:0.90625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.25rem;height:7rem;top:14.6875rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTXwBaqdpy6fT4lP2r0c70qBlyZaAw9U { width:18.0625rem;height:4.19970625rem;top:52.5107421875rem;left:0.96875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVcUZQ3CHhTrZACwwCu3GydRtHP8aAc5 { width:18.3125rem;height:10.25rem;top:25.09375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru63PdvAygiFHhWJEC3E7rEDifJvPzp9 { display:flex;width:4.0625rem;height:4.0625rem;top:37.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IZkIp5IAsO6isp9JsNZUBwr6GkgEVSqM { display:flex;width:3.375rem;height:3.375rem;top:38.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #F1TW4qXKW4mUgDhvrvHrvS4NkoMx8rsq { display:flex;width:3.3125rem;height:3.3125rem;top:23.9375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #NTqIEdw6OZd95E36q40v6DcZaQ8E5rXT { display:flex;width:4rem;height:4rem;top:23.5625rem;left:0rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK { background-color:#f1f1f1;background-image:none;display:block; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { background-color: transparent; background-image: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row > .video-iframe-container { display: none; }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .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); }#ofzPipc2dO77y1Lv0TE0tLT7v9hcg2HK > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3xLH37lGoDfTw67I4LgPQnGAONFu6BS { width:19.1875rem;height:4.54980625rem;top:2.0625rem;left:0.40625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1SwGTLPXtXyMBxs3JomKD6kXmsMeh { width:19rem;height:4.72411875rem;top:8.625rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UATX43Die4OFGEFd1xIyZV4TP2KwVTMP { width:19.25rem;height:6.2988125rem;top:15.375rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WpOTWtOweZ3FFViUb59NQ9Z5OJSpLn5x { width:19.0625rem;height:4.72411875rem;top:23.5625rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7xE11LSzkLPDWXq7NwRMlBVAArK311C { width:19.3125rem;height:3.1494125rem;top:30.4375rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jsq0IGOgpzozLgJAoTsZu2ngv3yvewC4 { width:19.0625rem;height:3.1494125rem;top:35.375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mbVtVB9rgfEEPfVBg7wTlrlgT7rQeGvp { width:19.1875rem;height:3.1494125rem;top:40.5rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kuauACQSE3OVvexmJ1cNE580HN4z709T { width:18.936625rem;height:13.2498125rem;top:46.124133110046rem;left:0.53059905767441rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6k6Ay7bt2Jv5vAkeJViLrt895muZ6lL { width:19.0625rem;height:4.72411875rem;top:62.0625rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxhDCDS0kbefL81QI51HtUeEt36F0wgv { width:19.0625rem;height:4.72411875rem;top:67.875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vnWt6ybs28JSWV9VaDVCirfZ1KTDqKs0 { width:19rem;height:4.72411875rem;top:74.125rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G5wOKOsZvSZs2O5dTr1CDn87ZVW1fw3n { width:18.9375rem;height:3.1494125rem;top:80.5rem;left:0.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV { display:block; }#pmNT4Za3w7nt8Pwe9KdybctCX8QlCzqV > .row .container { width:20rem;height:77.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbTpMTSbgOuS4DWduQdfOKLWMtcWkPho { height:10.625rem;width:19.0625rem;top:2.4375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyP55dbrQfrWbc3lAK7428xT1bnVPQua { width:18.6875rem;height:6.8246875rem;top:15.3125rem;left:0.65625rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bk74OpHlAuDhf5klEvf1Sof5plHUBS5d { width:18.9375rem;height:3.1494125rem;top:24.5rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qnSdc9rau2X1XXVUD6r6qy3HPOG8FnzT { width:19.1875rem;height:4.72411875rem;top:29.4375rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcAnQtcDuQ82oqBPMs312K92LriD5mUw { width:19.25rem;height:3.1494125rem;top:35.625rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NIzs91WagC8d8CsLHxVX3A1qSxtdXNlS { width:19.25rem;height:3.1494125rem;top:40.375rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m1paNXH5KqT1PCC6OngRWchUVoAWoyiu { width:19.0625rem;height:3.1494125rem;top:45.1875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #boXsOUddvqy44zDhZLd700oSGrpZQskn { width:19.125rem;height:3.1494125rem;top:54.125rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PJ2Ez0bKR0EZQaVwU9WPWwc9VOehQoX5 { width:18.875rem;height:1.57470625rem;top:59.375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kbbfEfRLgr5p1TdcbaqEFyykuvqUtgQQ { width:18.875rem;height:4.72411875rem;top:62.625rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K0D0kMOzCt7wnOfszHbxhTHCzCZThKZ1 { width:18.875rem;height:3.1494125rem;top:49.5625rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OqDuJbbqbDwtTDQqsCpaFPOlSSs5WQKl { width:19rem;height:4.72411875rem;top:69.3125rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI { display:block; }#ix1XUFBnoMCNGMC1Jb2rJqWghVhX6LEI > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsIC7mv9Brf2T8ECoXfg0DBxOGmvaFuv { width:20rem;height:7.5556875rem;top:3.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RTUJpDMhqawVAdelTbRmfx83FSDLvTXl { width:20rem;height:4.72411875rem;top:12.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5MFBCvvyxn4B2oIQMotoyxLnLILmHFk { width:18.25rem;height:4.19970625rem;top:35.0625rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGncuQlkiTXTOppQEkH6lgZgGKAwxmBL { width:3.1875rem;height:3.1875rem;top:28.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7Nx6OqFuyG8EGfTdfLQcCnHm2pD06a { width:13.625rem;height:1.625rem;top:32.5625rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #q7bP2EX5k0nvfJqaGBDQ0kcHH1Kzz8fK { width:18.375rem;height:4.19970625rem;top:50rem;left:0.8125rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6gq1KIDNpVONLfB34mP4C5Bu9GsfMCX { width:14.9375rem;height:1.625rem;top:47.6875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #doGaoLWX5HtVOGcgbN1lcAfTylQXeHNl { width:2.75rem;height:2.75rem;top:44.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llnl39r8w98w7n3lbAwS9LNzxa3rx0wM { width:18.5rem;height:4.19970625rem;top:64.9375rem;left:0.75rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNH6esr19K3scx3pblvABp9UM4JInkRV { width:14.9375rem;height:1.625rem;top:62.625rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #mqOTinTTXgbHlQqWIF2hhy8ev1XkNurk { width:2.6875rem;height:2.6875rem;top:59.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcvuaoCNzFHTd4VI2GXbyeBJTFyGz2Jk { width:20rem;height:12.5rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1P5dqWNE3W6EZwVX8V5AGhP8Hvg0iR { width:20rem;height:12.25rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz4JcQN6ny6hSgtCLRcc6Dn4dpwX4SFt { width:20rem;height:12.8125rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKRNzx84yzlhQLAe06WLxCgG8qbU36f { width:20rem;height:14.3125rem;top:72.8125rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcI5izCfER5TITRgLBFcTQzFoSq3E4ym { width:14.9375rem;height:1.70605625rem;top:77.9375rem;left:2.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BJaUBaI9X4R9eF6fD1qKlhUJxcHp4yW3 { width:18.3125rem;height:5.5996125rem;top:80.375rem;left:0.875rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZaXdwwuKiSUziBgDGgsCPE7xnZTuTPM { width:3rem;height:3rem;top:74.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLvVUyoW9RUGZOxnKUUXevobnCMw7oF { width:20rem;height:4.2246125rem;top:90.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I278K7uSpmR5xCFXMKCCzerZCrgWxDIb { width:17.0625rem;height:2.79980625rem;top:95.75rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcsgmkVbJZmVBZAgXQUHH0FHPLiQVk92 { display:flex;top:19.934896022081rem;left:6.9997833371163rem;width:5.99935rem;height:5.99935rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN { display:block; }#q3fcxLOH9MZbWVApMiHX8Iqe2W10NUsN > .row .container { width:20rem;height:116.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgr486hBA0LCToRRhm1zrpCesWQxuuGv { width:18.75rem;height:6.8246875rem;top:24.125rem;left:0.625rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hle6xeRu7h4TTl2iaZOR7BtTgkviZw3R { width:18.6875rem;height:4.72411875rem;top:33.0625rem;left:0.6875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lioKkuPHkHW5AZNwRry5wvVhrCepKFgF { width:19rem;height:4.72411875rem;top:39.1875rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NqPm8gU27L8xd32wbgcxvUQsK2cJzaos { width:18.8125rem;height:6.2988125rem;top:45.5625rem;left:0.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g4sAGzbwAzuUhbx2tPTdpE57a5JgkbT4 { width:18.625rem;height:4.72411875rem;top:53.4375rem;left:0.6875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ul4RPl1bi3XGoTVpALZJLn8IRpxGkDkZ { width:18.75rem;height:4.72411875rem;top:59.75rem;left:0.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aO5GuZUvT6g5MBA3nTCRe7tqzXFEPOHP { width:18.625rem;height:1.57470625rem;top:66.1875rem;left:0.6875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BMH6MQ76Sc1t8vP257CQiRAfkmTTOLP2 { width:18.75rem;height:1.57470625rem;top:69.6875rem;left:0.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WStzTRUWKuRdQuVibiTH3iaecaHNaXCf { width:15.125rem;height:19.8125rem;top:2.1416015625rem;left:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSmSrgDzxqhO3OE5UqnHATgg2XQQ30y { width:15.8125rem;height:19.375rem;top:94rem;left:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LueFTz9be7TKClIM2NcB0Tn4aZ1JN7Va { width:19rem;height:3.1494125rem;top:72.5rem;left:0.5rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x25rCupZrF6WkQ84riL7K9TtaxofGGUh { width:18.8125rem;height:3.1494125rem;top:76.875rem;left:0.625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #h3ATImskWBNkuTbLhu5S8fNsSoXdor6M { width:18.9375rem;height:1.57470625rem;top:81.3125rem;left:0.5625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uA63EBUNq9drUEF6dc8c2LhyGIgKWGoe { width:18.875rem;height:3.1494125rem;top:84.125rem;left:0.5625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ULyQWZu6C1ixoJXi5LSowOGaNk68EPXx { width:18.875rem;height:3.1494125rem;top:88.5625rem;left:0.5625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH { display:block; }#uSQNRAwywfKqmnH17QTSE9EkXgGhGGiH > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXyrVUhGcRaCNmX7TEnyxBtZafXTFNVL { width:18.6875rem;height:4.54980625rem;top:0.5625rem;left:0.65625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sxbUrP5grboDwgc6x9zZ0QMS82XMJcUf { width:18.875rem;height:4.72411875rem;top:7.359375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bMDLn8kBTFxKrTKkOs8IhwggEZTxuchG { width:18.6875rem;height:6.2988125rem;top:13.5078125rem;left:0.65625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #isvCW8ickgDSXtWwr3I6Bhie3AG6tE0e { width:18.8125rem;height:1.57470625rem;top:21.4375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BSExoLDPwzW73aiGCCNtskX4hOaTk3ZO { width:18.75rem;height:3.1494125rem;top:24.6875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhB4nVXKdZ7TON3JRfQEm3aiHBwsSAAn { width:18.875rem;height:4.72411875rem;top:29.8125rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cNx8qKL4LyF4TB4Pw1xK2a8lCDQVNPn2 { width:19rem;height:4.72411875rem;top:36.875rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 { display:block; }#sDUTsJqzFnks6QJwDl1QEcVgQCVoT0e8 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJvON0OTGItNOPwLcSWHqfKh9ZX3pod9 { height:11.213875rem;width:20rem;top:1.2138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGkSRwFxSEFWqhvh3MKDDuPtyvwUZxQS { height:11.21412803532rem;width:20rem;top:14.802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHii3PTQz9871TG3wGGOWl4aX1gEQumk { display:block; }#QHii3PTQz9871TG3wGGOWl4aX1gEQumk > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwTfAk71FTThJL4Xy9CGQyVpp9NyJHbS { width:20rem;height:2.2749rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lZEFLvD3P5ZC6BaXuxwHNInTJIrqVWnS { width:20rem;height:2.2749rem;top:6.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qG6tPdAubMiQyAO4id1gQwIEv0zXchIU { width:20rem;height:2.2749rem;top:9.6875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V85sKtdGNpRDa6rXVFE59NFthGcLMv04 { width:18.125rem;height:1.57470625rem;top:15rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rp7M2Hmk2lPDfyTsNX2i1chrmRSQ0qkV { width:18.375rem;height:3.1494125rem;top:18.25rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lUgC23Oqxb4c5Ig3mglv5le8NTZSgHuv { width:18.5rem;height:1.57470625rem;top:22.875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RO3rbBnwSkaAiI1GbxWQEGoktmTf1B2z { width:18.6875rem;height:1.57470625rem;top:26rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QGQBl9Q1LBlofuh89NoGKTGbggHqogNq { width:19rem;height:1.57470625rem;top:29.4375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wPOaV9TpFh1tXxZDuFWzeRJqavCq5KSg { width:18.75rem;height:3.1494125rem;top:32.5rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eArBRVblBel0V8Chnb6IK44X4s5fDCmz { width:18.75rem;height:3.1494125rem;top:37.5rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IpPTs6fzlk9B1nRTaeLHCTynZzyu0Lr7 { width:18.25rem;height:6.3369375rem;top:44.0625rem;left:0.875rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dUr9LLUfguZlOuIg6siBfJNlhQixqg1n { width:20rem;height:29.125rem;top:51.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b0HOb8NXpvNAOcKLM24UoHyiJccAng0N { width:20rem;height:11.104166666667rem;top:58.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcZvIzfbasD2Ao4NOLOG1v3HF5GhgngU { width:18.8125rem;height:3.1494125rem;top:82.1875rem;left:0.59375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMRJ2xRcsx460BkPuZqgZMdH6XMdQrby { width:18.5625rem;height:3.1494125rem;top:86.8984375rem;left:0.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EO3bdFGDWwbOwp2GtGCvOagi97XQUS1z { width:18.8125rem;height:3.1494125rem;top:91.421875rem;left:0.59375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zeaXGZDTGDso06pUT9gCUcFuTKpV3IR4 { width:18.625rem;height:1.57470625rem;top:95.7578125rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #palNyGhm3ttOVzUyGrWTAAAInvxFQhvd { display:block; }#palNyGhm3ttOVzUyGrWTAAAInvxFQhvd > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HICf49URxHJo1Tp7evgXo2hqX7ztOimo { width:20rem;height:4.2246125rem;top:24.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uoGDc4IuHuHkF4ZZSW4JK4BPtk1NvOqm { width:20rem;height:3.1494125rem;top:40.015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlUibp4dzk7ugRJ1qk4bCCQdv7cTZ0rF { width:20rem;height:2.4375rem;top:34.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XeIW0O8hVV7h9eb6BcWJxxROWKWsea00 { width:20rem;height:2.92480625rem;top:31.625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ofh0UykmH3H12BF3I0QXLDlfvtfi2oui { display:none; }#ofh0UykmH3H12BF3I0QXLDlfvtfi2oui > .row .container { width:20rem;height:107.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vZbECN7TqRBqzSrmHzQoMTeWKydTWf4u { width:20rem;height:4.548825rem;top:9rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #gsCUMVBvPtr9AvIXTBC8vxCEa5csEJxh { width:20rem;height:6.296875rem;top:23.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krhlOvMvb8139rniGW0nKa1KhxJ8uuga { width:20rem;height:2.4375rem;top:18.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RsVWtSB1TTiNc1b9xG4Ke04AxhOEWQBJ { width:20rem;height:2.92480625rem;top:15.9375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KQNzNUanT3NpT0HwAFP28xPadR8JRrzx { display:block; }#KQNzNUanT3NpT0HwAFP28xPadR8JRrzx > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6Z8fzxqW5zQWXzvCMTGaSNTTcUATNwp { width:18.6875rem;height:3.1494125rem;top:29.6875rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JG00gRZEsJb571nEBTHnHcrPPa3BNmv7 { width:18.875rem;height:3.1494125rem;top:34.4375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CZPOJdBZHWENa2RFpOvrZ7FSZtTVu2Ni { width:18.8125rem;height:3.1494125rem;top:39.4375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZTdhWm8mywGDxwgMTcLS3Q3V0QeaMZ { width:18.8125rem;height:3.1494125rem;top:44.4375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0o3tniTd9Rhd2m5kevhXtxfDMkzh4im { width:18.1875rem;height:24.875rem;top:2.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ3V9bWHRdxUmxLnVNmopGQtE8ZRlLiB { width:20rem;height:13.3125rem;top:49.7109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQptGs04pmwATJrVTGFFJoZiTJOKbS8p { display:block; }#PQptGs04pmwATJrVTGFFJoZiTJOKbS8p > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq4N2irsn0A2kAh3EVJHIOvchIFrlHbK { width:18.6875rem;height:6.3369375rem;top:17.3681640625rem;left:0.65625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WsDWmd7bCfA2tsVV1Vwe6PkNXwVz8ctN { top:2.5rem;left:0.40625rem;width:18.9375rem;height:12.625rem;z-index:15026;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsEe31TXs24FRH1EtyBqQ3O9DeZOvXyt { width:18.5rem;height:3.1494125rem;top:25.5rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQ6wToDoGxOWWCZAoGqG7mNPM4UkDSsg { width:18.75rem;height:3.1494125rem;top:30.875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J8A7wLnUHU0IOTWA6fJPsynIT77TLRpS { width:18.75rem;height:3.1494125rem;top:35.859375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gtxLhaPbHLTbMeg99sCcoirki0Hvzz2T { width:18.875rem;height:3.1494125rem;top:40.921875rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aIiTgb0zDby4mOZ8d2RsJ4At6PC4eThq { width:18.875rem;height:3.1494125rem;top:45.8125rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFPeTh0d6XL4MIu4SIyy7HnU2ZvqvKnm { width:18.8125rem;height:3.1494125rem;top:50.8984375rem;left:0.59375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP { display:block; }#x7wRikB2oOV4U7M8EltnWrWGrxSaKpRP > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdWuJGi5zb3DZcR0NUESAzbbEJ2Kv5md { width:19rem;height:47.0625rem;top:8.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGXvDtqgRraq3ntypTiP2fRTUx0PJMfp { width:16.9375rem;height:6.33691875rem;top:18.0625rem;left:1.53125rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t8WHD5eqpkzaTPttFdMAG6lrEK68VZ4Z { width:13.625rem;height:16.5625rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRytZ7DdwbKTRf3RZdForzfeOfzNrsLt { width:17rem;height:3.1494125rem;top:26.05078125rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B7v9WzxQ8qDe1viD3U9dRWCpUNDhFmFG { width:17.25rem;height:3.1494125rem;top:30.57421875rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yvM1vq0aWWKqa6TdC6sW7mZUg9Q6ghAB { width:17.5625rem;height:3.1494125rem;top:35.0517578125rem;left:1.21875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z398bgxACTBAc5rspcf4Zmmm35uKalFU { width:17.8125rem;height:3.1494125rem;top:39.62109375rem;left:1.09375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KA51up2tsV3xrfWQ9FhLgTuG38UO5UCi { width:17.625rem;height:3.1494125rem;top:44.20703125rem;left:1.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rOody9HBqrAe6zTiWtk3iHygL16uOI2b { width:17.375rem;height:4.72411875rem;top:48.60546875rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ { display:block; }#GxUO8vqyZGFzkrLrTIPsnFxldPSi5mTQ > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWXxDtKFmnRS9zNaLIeWlJy1kMV17Tt9 { width:20rem;height:11.203599550056rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6J63ueFD6yxdhlxD105vyR88GdFESr { width:18.6875rem;height:4.2246125rem;top:14.875rem;left:0.65625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QCuVTG8e3ga6Gk3a6KL7hJZTIHRznhx1 { width:18.4375rem;height:3.1494125rem;top:21.3125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kwkds3HQl6iOy32icgvDOtKZTzgVgQxJ { width:18.25rem;height:3.1494125rem;top:25.6875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MyWOkFxT8qKfWZ5fwKnCD1Ae777mg0gC { width:18.4375rem;height:3.1494125rem;top:30.125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUx5rrvTUNdCGrEL6D4QgIMcGIxmcaTK { width:17.9375rem;height:1.57470625rem;top:34.9375rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x7HygDKW7KRQUENz9dBhMTp2SsDvFS6T { width:17.9375rem;height:4.72411875rem;top:38.375rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UU1eaqKGZlplDa13ySvaR3LectaRyUJu { width:17.9375rem;height:6.2988125rem;top:44.8125rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lchAIyn88CEBSJq2nAkopN1SXfAyTiUi { width:17.75rem;height:3.1494125rem;top:53.1875rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk { display:block; }#RcAPDc9GtfZapdFUSKlwlwLbqTTydgDk > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKX5GDT9MuVkvcV8vEOTHCgIUEzDUd93 { width:18.6875rem;height:6.3369375rem;top:1.5rem;left:0.65625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JnwILNck0iMkEQqpllyMCTKWM1hybMzp { width:18.25rem;height:3.1494125rem;top:23.1875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IUdvKxNvzlq94UQ1T4Nfcg0EExCBoHpX { width:18.0625rem;height:1.57470625rem;top:28.5625rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HfJa4vh1dEclKN04A19Jo6ikfTyRZC0t { width:18rem;height:3.1494125rem;top:32.3125rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yxG6vQuS4zigb5evGKk0b9tygw2bCsy7 { width:18.3125rem;height:3.1494125rem;top:37.375rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W08d2cq5LalUXThuqCfdFKK4dTz9JpDI { width:18.4375rem;height:3.1494125rem;top:42.6875rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZercKOmCoE5LC6FsZoLqEioG3wmtu6dz { width:18.8125rem;height:1.57470625rem;top:47.875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WLecs5CJvTLysi49GJcqnvgfsdDq7xym { width:18.6875rem;height:3.1494125rem;top:50.9375rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zI1uftGSdtHLmIqqxWf4xOE9TackTqnc { height:11.25rem;width:20rem;top:9.83642578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD { display:block; }#Ekhumn4ySCukc8AaTBvhrQo9FhoO3luD > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnHXRbMripnl9COWXgu9lANDW1wo24E7 { width:18.6875rem;height:4.2246125rem;top:1.5rem;left:0.65625rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eELVdPEVHoOL2Rc4IBHGaHOfZ5E06Jql { width:18.25rem;height:3.1494125rem;top:7.75rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SS1kgJAD1fcGbii1uL2HUf4gFbJSfTFv { width:18.0625rem;height:4.72411875rem;top:12.875rem;left:0.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQEZSfiwpGzQHP3TZTrwqLRQKciGUDK3 { width:18rem;height:3.1494125rem;top:19.5rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rdOZkskE1e53avfCqxTDrQULwbC10HWz { width:18.4375rem;height:3.1494125rem;top:24.08642578125rem;left:0.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I3cO8wbI83z2aVXGEsFeoH7OM8yXovml { display:block; }#I3cO8wbI83z2aVXGEsFeoH7OM8yXovml > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqm4EvpFD1UfbOQgLsG1dfw3lglRJI4 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uyLCX1HTxuTkaWHQzXi3AOzGUMs3nxeT { width:20rem;height:5.19921875rem;top:7.69921875rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z2MOc8xqhHRyDXH8gUJhxfv29QGKFAmC { width:14rem;height:4.125rem;top:16.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6CETTg7goHTyqyrQZFyVXNUIHNavIC2 { width:5.875rem;height:1.7871125rem;top:17.5rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw9molkcqHosLTlDPPpaZF9rJddO1UT5 { display:flex;width:2.625rem;height:2.625rem;top:17.0625rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #ipSaUkvt7nJ46UlLvBGD8a3hJJ5OFAl1 { width:6.9375rem;height:1.7871125rem;top:22.875rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3ARTn6MNElxmbBpGd145rvLPfIMaIH { display:flex;width:2.125rem;height:2.125rem;top:22.6875rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #DSo8t5fKaycsmy484M0niOdbzRZL5T3u { width:14rem;height:4.125rem;top:21.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBdT2HN9G6i1V5qnchI2nONkiXSVzVys { width:8rem;height:1.7871125rem;top:28.25rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ilpU447HP8fvSKCZLiKoc3roUcNmK1 { width:14rem;height:4.125rem;top:27.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cawibz06EJfAX8ginS7P1GLRMTxLO7es { display:flex;width:2.125rem;height:2.125rem;top:28.0625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #W6g8wWWMT3BTz5bpAFy4WVuZ7syTVUtx { width:19.1875rem;height:15rem;top:34.5859375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZMg12Dz9ERBBfk5kUJxumAOFtl6oU5q { width:18.25rem;height:2.11230625rem;top:52.1484375rem;left:0.875rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KeIoX1D4hFWcTxHgyUdDcN2etgSdtPk8 { width:18.25rem;height:4.125rem;top:56.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB12B292b9frcErFnKwRdX8XhxxITnoE { width:18.25rem;height:4.125rem;top:67.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWuKU8N7ImuduiGLncGSJVW5rIz4HBg { width:18.3125rem;height:4.125rem;top:61.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0vzwIGAl6rw4HdFgtiOikGRPuurk4n0 { width:18.4375rem;height:4.125rem;top:72.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi4lN90sO9Ixvnr5RkfdGUsNeUA3JsnN { width:17.375rem;height:1.7871125rem;top:57.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmnONlEkGdTHVfnd8hOGWS3QDWnUFA9K { width:17.375rem;height:1.7871125rem;top:63rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oduCztNnpm3wNWs6GpSRCQcBTHhLNJhQ { width:17.375rem;height:1.7871125rem;top:68.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaF4TnnXGgvQgTv8Jhc9slhQ1LRw3FFv { width:17.375rem;height:1.7871125rem;top:74.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 { display:block; }#HrvK9MCz3nPxtUSOKMhgrNG9l4e08Qm0 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oK9g9ArqhNFfQAmAd1OSbTgXnqlUATan { width:20rem;height:5.19921875rem;top:0.89892578125rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O7cpvS2D9TQWvm0kJM7H0k7IrOpuHTKl { width:18.25rem;height:3.1494125rem;top:8.125rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WfMg58mOOsBDbr3BF56rIy2n5QNJ94eO { width:19.0625rem;height:3.1494125rem;top:12.59814453125rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mXmyBdDdomA8GCERdqApWuxWxnTENGu5 { width:19.1875rem;height:3.1494125rem;top:17.4345703125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OszrqIdbF15T8qfQPx5spnWTcqnUqnGI { width:18.3125rem;height:3.1494125rem;top:22.1455078125rem;left:0.84375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BTKPIFDKE8z5XZ71pNOt3pbylCaTG0Ok { width:18.25rem;height:3.1494125rem;top:26.46484375rem;left:0.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d8E868Ms4vaLqe4TTCuwxVhmNlboRkm7 { width:17.9375rem;height:3.1494125rem;top:31.130859375rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi { display:block; }#MdKiwUhhuJBtRSiVgTy0hfkOwAMRkRqi > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFyALy3q5aJV7bOKkPQSbyEMn6EkqOnD { width:20rem;height:16.622950819672rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBAs2ku0vBFhDp88B0TbS34gScySLTd { display:block; }#pJBAs2ku0vBFhDp88B0TbS34gScySLTd > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqXuNTe2vKeNEzlegOTupD8igkGT3Hyh { width:19.1875rem;height:18.625rem;top:30.125rem;left:0.21875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #sBXTxLfT8wKCCWVdMQ2ECwWP7ZKQO494 { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RN1efkkIX77SVDJdZNyzAUvEI3bfA0TV { width:13.4375rem;height:20rem;top:12.25rem;left:2.9375rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VbaakzLXJryWBC3pV8fTCl9wGS7rmo00 { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLIJhRVAPuglNv9DA4X8amitqPgnVpZV { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNM3JMdUdnTHPff1cI3e87Po1KRSSrtV { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #vGwPnaneoG2HNAIpWyaVLlknIuOt9wiZ { width:20rem;height:1.94970625rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dQduKEvhWvpCGQdypz1ZvuApBho9ZsK7 { width:15.75rem;height:3.8125rem;top:37.46875rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtuHGrRiRZFQX1JpHXUaFMm5zDgQiTCx { display:block; }
 }@media only screen and (max-width: 763px) { #gQSSncxU3QAdC6ifmgNNdhDRwU5QNqOH { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdM33LxupF59bzce1yOJnNxPIro7JZ5M { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aTPovMnwtFeBoy6xMTxsuy65WhILSClK { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #gz67fQV8QfX8iUM6SACMenPEkLxIyIQb { width:12.9375rem;height:2.25rem;top:42.8984375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCglkezIkNXeobV1xTXTQBnV9Bed1gE { display:flex;width:1.3125rem;height:1.3125rem;top:45.91845703125rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #WgZoHh8JPdiFCwT9S0clQ3ywcfpMUqBU { width:9.8125rem;height:1.3999rem;top:45.87451171875rem;left:6.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT { display:block; }#LThbOD9aDq4bQVVdUCZ5TFuHe5EVqvJT > .row .container { width:20rem;height:261.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOzdL0TTlikLI40PX0SrlEgMgu7BV5TG { width:20rem;height:5.19921875rem;top:1.8125rem;left:0rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V1LLbJlHglFetbKOlGEL9ZGsen1FNHEy { width:17.6875rem;height:1.3999rem;top:8.3125rem;left:1.15625rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBoEkT0aDlXEulpZRrWZmlhCt0Mhl7Bg { width:19.375rem;height:63.625rem;top:13.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzADk7OEWqueU7yBqVVbAJoedsOOsOBG { width:17.6875rem;height:6.2988125rem;top:14.4375rem;left:1.1875rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dbupoPN6TTS7cUIBeT7L58UZpu5TCLUX { width:17.875rem;height:4.72411875rem;top:21.875rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K23ppKrIWaZCOt28D9Z7akv17GtasmNB { width:15.6875rem;height:23.5rem;top:51.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8CgAM3yGB8b37el9AZFvJKQ3DTu66WL { width:17.125rem;height:3.1494125rem;top:28.375rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CeP9PxHGqFuTHXPGtDNymTxqsVqxK43W { width:17.8125rem;height:1.57470625rem;top:33.375rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rEQuPUWKwbnPATmHlDIBeVPpVoBfQgEV { width:17.5rem;height:4.72411875rem;top:36.5rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vr7qbMhpppKyxTXce9y11r8T7bTeV6Lg { width:17.125rem;height:3.1494125rem;top:42.5625rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O1m0GKkccuwTW1BV9GMxMRSvxOkrw0xn { width:17.1875rem;height:1.57470625rem;top:47.8125rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TIwtrPxpNBdUQed0z39fTPefSTc5atzp { width:19.5rem;height:61.8125rem;top:79.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfK342l1BvSDe1qnEPLOWt2T7y8f1wCf { width:18.125rem;height:4.19921875rem;top:80.75rem;left:0.9375rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fuNoPTW5JFv789IL0Xn7LvuEQCc6Uha7 { width:18rem;height:22.4375rem;top:116.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvbvcIkFvxlvlzeJKAaOwBdfKHCI7byi { width:17.9375rem;height:4.72411875rem;top:86.1875rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xkfWgTF6ntqAwWTlD77KHd9xerIEEHk7 { width:18rem;height:1.57470625rem;top:92.25rem;left:1rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SE5M07tSx1yTkXLKQyEiOdeLZ20ZQXlw { width:17.8125rem;height:3.1494125rem;top:95.375rem;left:1.125rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DSyS25XK6beXuKXZ4eTz41NS5W7QAWPL { width:17.9375rem;height:3.1494125rem;top:99.875rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mun8KqTrRntIZxcXdW9NfWSWEaBMNypT { width:17.9375rem;height:1.57470625rem;top:104.375rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cnp80cU89EZTo7W8yo4AXuCnNLdgoZUC { width:17.875rem;height:3.1494125rem;top:107.5625rem;left:1.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZMzqQc0bL65al9LiZmLyyiiZIbQxTW { width:18.25rem;height:1.57470625rem;top:112.5625rem;left:0.875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qnkss078B0kQkegttqU27trkpnEQ0xC5 { width:19.5rem;height:63rem;top:143.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnihGqayS5QTu1AbVTBtH1pGINwz8cZ7 { width:18rem;height:6.2988125rem;top:145.5625rem;left:1rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RiSDD8lnVI48UQMTsrhlTIdOv06tTD8t { width:18rem;height:27rem;top:177.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOSZ2LsCtte27MRtZ0o382AuXTNcKZKN { width:17.6875rem;height:1.57470625rem;top:152.9375rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NS8pq761mztMo9fA4NxTbwlAaDS5Nnb3 { width:17.875rem;height:3.1494125rem;top:155.75rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EzCSODvms6edUlznEu9RIas0lQDavfrT { width:16.625rem;height:1.57470625rem;top:160.25rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HTLDBntMkbGxxdKrDWKlDw5KZyic2dNF { width:16.4375rem;height:1.57470625rem;top:163.3125rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X0TzKaiBNHU0PeLvKG2Z4FLXIUs869DU { width:17.3125rem;height:4.72411875rem;top:166.6875rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uE4qdnXZvs8IfLIi5l2JQvvI6ZSgEvg2 { width:15.3125rem;height:1.57470625rem;top:173.8125rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Unu9EwG5hbzz8sWdbsSChhxwSaZ7w3hz { width:19.4375rem;height:38.3125rem;top:209.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV9LKS9l7TNzgXPe6sNpqKNvSdrAR0Qn { width:17.75rem;height:4.19921875rem;top:211rem;left:1.125rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b8KF610o2sF0KRlc72CStG5SRAUWucfs { width:20rem;height:10.962343096234rem;top:235.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov1gkP3qEuAIUpUs2HvxyIMiuHKF2LTa { width:17.1875rem;height:3.1494125rem;top:216.625rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LQDTGqrLPV4Oo5bT74bFR6gftU8ZqhVv { width:17.5625rem;height:3.1494125rem;top:221.625rem;left:1.25rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L4LEvmtlto8AGDdtSMInodSIKWX0Nc6B { width:16.4375rem;height:3.1494125rem;top:226.5625rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QreCARTTnxdOrwW0TWfOhLhvCE23ZX2R { width:16.5625rem;height:1.57470625rem;top:232.0625rem;left:1.1875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TEJBFruZg83pdsgTAzpcTXw6R0OKAGUF { width:20rem;height:4.54980625rem;top:251.4375rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z8sbMRLQZTtT63fkwqhavXEmOzO2TFKz { width:16.8125rem;height:1.3999rem;top:257.625rem;left:1.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK { display:block; }#S0JTyTqF8vv4cxoUSszUnzX0LFlmfxAK > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUSJx6WlPxexhVwBb518f9qGAoBCmuSC { width:11.5625rem;height:15.8125rem;top:1.0625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y { display:block; }#WJeCB4S4nKsJWKAS2tMllcp9SSQI1N5y > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylkJUH4M7TsxevkDTaHDOq8wv14eleiu { width:19.1875rem;height:19.1875rem;top:30.125rem;left:0.21875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #WbcF1dAuZwR0Gk4hqqGIzxi6SBRxXk1z { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mtJcxiakSKyf5gBulcNLXS65TfQghTDC { width:13.4375rem;height:20rem;top:12.25rem;left:2.9375rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #M7E081LHDszCmlJcGbJ73eTAVpRqU7bb { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9cqTSnC0JvWFqqEviqsvdToaokD5SA9 { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyOnTJgCsA2Hz547hw5TH8VIJziTgdiR { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #pDbasHPGHfZuqswzlCF8JrPCnTs8sDHZ { width:20rem;height:1.94970625rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BAkT9MAxSOETTCSDQTHWdbf35CQgE0LV { width:15.75rem;height:3.8125rem;top:37.65625rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irV7b9LaoPfM58KmkdvfKBGq07eOufZV { display:block; }
 }@media only screen and (max-width: 763px) { #X0IHFk5kSTICQ5TAKCXxhgVelJmi1ZVz { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLt6BbR1vbuAioAPz8TZ6he0LenxMPIi { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uwLnKs6JpzS6r1T4Xz11v7fCKPZMh9Hw { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #NufS1uSwzRg0iGmxSToENo1zNpaSTuE1 { width:12.9375rem;height:2.25rem;top:43.2109375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGI6WbygwIU0eNZNAuVZ6Koz1FvtuWb8 { display:flex;width:1.3125rem;height:1.3125rem;top:46.16748046875rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #phHV1A7Rn79il9r0ypcX5FJckAU91CzD { width:9.8125rem;height:1.3999rem;top:46.1240234375rem;left:6.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DCm01RkBq145DH67cGwR18390INzD79P { display:block; }#DCm01RkBq145DH67cGwR18390INzD79P > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwBdg5tvQc3kU1pNJlnTN6M8FNMHD3sx { width:20rem;height:2.0996125rem;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) { #nltKMmnT7UUBhVZnKV0IkiFzoB38nc7R { width:20rem;height:2.0996125rem;top:4.5996125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gho4ARneb39Xc1eTkDwTWsMD1tMaJxLP { width:20rem;height:3.1494125rem;top:8.625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbAqxvmV6i8QKqBq09qyMfgww9a0mi1G { width:20rem;height:3.1494125rem;top:13.0625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKIcE3cdPKrgIXThgAQaq3aBvmMGNsJf { width:20rem;height:3.1494125rem;top:17.4375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCsiTmVQl20miup1EJxlobGRexR7iOhp { width:20rem;height:3.1494125rem;top:21.8125rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJPulzXuWdoFylQbrfQPVJhRfrEmMRcl { width:20rem;height:4.72411875rem;top:26.25rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiszsTQMErA2J1hPRrBUqmOmE8TnJntS { width:17.0625rem;height:0.25rem;top:33.0361328125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K79DRooO39ALPXTUy9rziQ2Pm9rDeT { width:20rem;height:3.1494125rem;top:35.5rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mnmw0d4OGhDztRvhbt71KB5xvRJJXOpm { width:20rem;height:4.72411875rem;top:39.875rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncb5dkbdcXN3wUJ12yODDksmUyPs5h4E { width:20rem;height:3.1494125rem;top:45.875rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pT091VLlW09vgQpVdJX0ORshc8zkL5K9 { width:20rem;height:3.1494125rem;top:50.25rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTIsfDbNg9Dt8iUEoOTFECWceWCT1ahZ { width:20rem;height:3.1494125rem;top:54.625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgExRkuXoifJLW1nBzWOsVJRvUzB4gg9 { width:20rem;height:1.57470625rem;top:59.0625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z { display:block; }#J7KAueUy0Gm4LTkv22e7cRa4I2Lcqx1Z > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8hEvuUOA5Tkl0vFJgF1mtiSD3QsOozp { width:18rem;height:14.0625rem;top:0.90625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO { display:block; }#EnwTXXUWfDrdDh4qXtg8cQaiSM63kkMO > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x30E6cx4lzyGVw78iboVTIKSbEnAumAU { width:19.1875rem;height:19.0625rem;top:30.125rem;left:0.21875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #t0oHVmVft2DnxiRvUHR8Xdwfn2krkLHk { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RJG1ZidTZ48H698IduAodwU24MqTTXw4 { width:13.4375rem;height:20rem;top:12.25rem;left:2.9375rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #z76yGX43maZSbXadcfokrZT3pdhmaoXb { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmlW6OWSKrw8JU42LUTyG0aRLo02IcyM { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0yXQp3P305nzD0tIbMlc5G7rsw82t5L { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #lftPz9EwwPhBfts0w5qRTUsJs0ODMTou { width:20rem;height:1.94970625rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MAucX6ybzdk142M4IuIyCn9GR7ZTg5ge { width:15.75rem;height:3.8125rem;top:37.40625rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhBZ61TI3dAZXXThFHN2bE64y1LV7UfC { display:block; }
 }@media only screen and (max-width: 763px) { #Fd7yMBestGUrHCwqMyHunVheD9Q7nNE1 { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAtVQiGQleTaHuRRyvoRKQHUbXWqp7Iy { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #E41actswI8Thq0hBTUUIB01FpDGHh3Oe { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #nMuUy7EtXiGzBZu09nc9XpOFK0H4KqVI { width:12.9375rem;height:2.25rem;top:43.1484375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmXknbMPLGW2cPQsHcxi6k8z6rJrw6I2 { display:flex;width:1.3125rem;height:1.3125rem;top:46.29345703125rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #sOH9OWTdJswN92qXOvT0yeDqgdU2iKTL { width:9.8125rem;height:1.3999rem;top:46.24951171875rem;left:6.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #APJunK73TVIBS7BzWfQwd54dQiQlJPvT { display:block; }#APJunK73TVIBS7BzWfQwd54dQiQlJPvT > .row .container { width:20rem;height:151.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha7LC9udfdNMMXL2svTSexWrqBbonWBF { width:19rem;height:45.8125rem;top:9.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdsdBnEcQRBdTSFpgI6BqWcp9sImAI42 { width:17.5625rem;height:3.57421875rem;top:10.4375rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or37H4MaL383su2XRdZWJ5TimfIC3u9y { width:17.875rem;height:38.0224375rem;top:15.4375rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLSoa0suB8ux9UQDCavS2ZtIvGrXIPS { width:20rem;height:4.19921875rem;top:2.306640625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huF5Z7sZnFfzOAFEe8hM1LDlSVWJh5d4 { width:19.0625rem;height:34.125rem;top:56.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHhayybrC9gKOOGQ5JLh8HcJyUKGfGJP { width:17.8125rem;height:3.57421875rem;top:57.70703125rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztQrv3XJkqSMLZrrye32iPuAaCfup2o6 { width:17.9375rem;height:26.323225rem;top:62.83740234375rem;left:1.03125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br058GRxWlTKUlVrgowv4kWP8i7gvI7Q { width:19.25rem;height:33.5625rem;top:92.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordtnWZGfpyrhSv1VF1Xzklkc87VqPwl { width:17.3125rem;height:3.57421875rem;top:93.625rem;left:1.34375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCtqt7WoLDABVv9WePbEVZ34dQgBITKP { width:17.625rem;height:26.323225rem;top:98.0625rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnA3Lwb7O4unt2mzAgrBHSyv3GdHfZSA { width:19.0625rem;height:21.4375rem;top:128rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0xrw29DIQqoOceGyUkI2exUzreAZr2C { width:17.4375rem;height:3.57421875rem;top:129.6875rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFIydXK646xTgtERVLZB2gZBMG2G1oVf { width:17.5rem;height:13.16164375rem;top:135rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz { display:block; }#mM4zWO8zxlI4CbNugC5hGK8DI6bOEBhz > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kf3qBTEkRrBrQxcJCFmaTJosSAwaLrED { width:19.1875rem;height:19.0625rem;top:30.125rem;left:0.21875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #TpTGZy8sshomTHrFxtu5Mc92IZ7Fzyae { width:8.75rem;height:1.48730625rem;top:31.5rem;left:5.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G9Lmse4chXbA1NbpXZueoS8nCpcxkxKB { width:13.4375rem;height:20rem;top:12.25rem;left:2.9375rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tTs9b4mIb9wlVTuh2kbRT8na7vaNoSPt { width:15rem;height:2.0996125rem;top:5.75rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzBmrBK1QoKmTTLoufHfXw91ViTXso0x { width:20rem;height:3.1494125rem;top:8.375rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSHZzuZPB2xtwD99HQe29ebm5csZHWzw { display:flex;width:2.8125rem;height:2.8125rem;top:1.8125rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #iSiUofRFSOrIeSsG1ILKRKoeCf76FFn7 { width:20rem;height:1.94970625rem;top:33.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fiv14iEwrozgSrG6TfgH3FcgSTCcsSF2 { width:15.75rem;height:3.8125rem;top:37.34375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFt5gWSZS9OAe3yrUT9sc6ThqtBFLHc5 { display:block; }
 }@media only screen and (max-width: 763px) { #cfGcPct2B0dLZsMsNyRRHD81xV20uMyJ { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgE1EvC12pOeXdoxDTJ8KnwFnNbr4qmG { width:2.6875rem;height:0.25rem;top:32.88671875rem;left:1.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #g6qMQBw6FUrcxSHgZB08o2wDZDVFOqD5 { width:2.5625rem;height:0.25rem;top:32.162109375rem;left:15rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #mBZTeISBCSwhxBcZ6EQk4yJIuQGWAIGF { width:12.9375rem;height:2.25rem;top:43.0859375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFJ86KhpcRGp05TDyc1IcPgW4ISCnnIo { display:flex;width:1.3125rem;height:1.3125rem;top:46.23095703125rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #Tq0aNsb3HMv3oXTD8qdBqITmiZbDyIBO { width:9.8125rem;height:1.3999rem;top:46.1875rem;left:6.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbW8dNiDhFdLTBiK0ILTy7xTsikoom6 { width:14.4375rem;height:1.5rem;top:3.125rem;left:2.8125rem;display:block; }
 }