.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dbdee3;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;z-index:auto;display:none; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { border-width: 0; border-radius: 0; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:none; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy { position:relative;display:block; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy { background-color: transparent; background-image: none; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .row .container > .video-iframe-container { display: none; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .row > .video-iframe-container { display: none; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .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); }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy { border-width: 0; border-radius: 0; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .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; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .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:37.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IPtXltKmqFsT8kraKh1Wue8LTbz426k6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29rem;width:34rem;top:4.8125rem;left:40.740909090909rem;overflow:hidden;display:block; }
#TsdPiOqs4cEhE1OveAdNGxQUTQ8qRwTM { color:#091769;display:block;width:37.625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.359375rem;left:1.65625rem;height:12.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#cF9NFaKa9TMn4gb0RzfbBtXGaxBQwTh1 { background-color:#dc2664;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.3125rem;left:6.0625rem;display:block; }
#qtM6OPLG5av6eTrfJLKlX0OweuT1UTya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIRiA7uPZQg9rsTGN5dgfcXSmTeEhwsU { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:13rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row .container { background-color: transparent; background-image: none; }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row .container > .video-iframe-container { display: none; }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row > .video-iframe-container { display: none; }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .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); }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row .container { border-width: 0; border-radius: 0; }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#K8zTOzXShxBDUTP4Zc0bygMTxuxTALi3 { color:#dc2664;display:block;width:56.75rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:9.125rem;height:3.0058625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OmRyZDZr2k6rT9TksC3MVSJTooVTQo0n { color:#091769;display:block;width:59rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:4.59375rem;left:8rem;height:5.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP { 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; }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row .container { background-color: transparent; background-image: none; }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row .container > .video-iframe-container { display: none; }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row > .video-iframe-container { display: none; }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .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); }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row .container { border-width: 0; border-radius: 0; }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#ICrJKArTZrf7DgcTlW3lqlI9kQIwcbKJ { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8062515258789rem;left:1.4937496185302rem;display:block; }
#vyAeiFyBVoiOkW38AQXLT1Ff0Anc39ab { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#BWxvSGdWeWcno48pWTTmxJxTW3WHxNvP { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#k6kf2KLMhg3fqx1s0i1TdTT5sdWS0g09 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:0.125rem;top:5rem;left:31.875rem;overflow:hidden;display:block; }
#ZuTzeFlnDmypSL5kqUckhx9vBDifIPK2 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:16.25rem;top:4.0625rem;left:4.375rem;overflow:hidden;display:block; }
#mZCB4ifPLFGKWhBPtHvTh28yR48eTv2W { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:20.111328125rem;left:28.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6ILDT3B98GiNvIekxKUzehI5tKWoBFs { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.4619140625rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4HcRBrmSOw17CnokAokulF9TSEiqVEB { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#Uu9u1cqCvcvFDCaH4mJlDGIQC8KJ7aJh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqyCRqdXJIWGpTOrq3ZuQ4HOithSAzd8 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#RAhgg8QAT5bixeiRCAmkC5KfVWtqaWWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PZaWTMyc0vEkxAeTms3JZ333i8JOOxRT { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIJLteJyVHaaKo1KxWoKQckWipSC5pne { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nN5ueyHCzCxI2rWqcFZWeI0eZKW9oBB8 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVuazakIO6Z4PtQqvvunhoQG7TtTJs9x { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:10.9375rem;top:4.0625rem;left:57.03125rem;overflow:hidden;display:block; }
#wwDT7G4klD250WhVXmAlvzfbA2wAfsZV { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#AX6CfwIAOR1wX7RgZhUABK4ApzFx4eIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UK6AHoGHXm70zDFMkPEA7kA9mIeSDpfs { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:10.9375rem;top:4.0625rem;left:32.03125rem;overflow:hidden;display:block; }
#FnEPZESwWA79J058mgs6P6b0gzC1BnG8 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:20.111328125rem;left:53.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH { 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; }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row .container { background-color: transparent; background-image: none; }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row .container > .video-iframe-container { display: none; }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row > .video-iframe-container { display: none; }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .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); }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row .container { border-width: 0; border-radius: 0; }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#lDsTKphfaqW5ZWdN0gP55nCBD4rw1hh0 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8062515258789rem;left:1.4937496185302rem;display:block; }
#RqJBoxy0dsUfgEJilO5kRl7mROiwiVWF { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#E40pfa618tmRTDoz1vDKUQPwO2HlmPGR { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#MJtZ4dVzAS3wIvLaU5qbHxVavWq6h5zO { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:16.25rem;top:4.0625rem;left:29.375001907349rem;overflow:hidden;display:block; }
#yGx7TXM8zaUlUWG4DWVnrX2JWqdmTHyg { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:16.25rem;top:4.0625rem;left:4.375rem;overflow:hidden;display:block; }
#KOFKoLCmba9vvXC8zHUzz3siamSsznht { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgZ7fKKiraLpHl8ctM99RDgUtWofwWc0 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.4619140625rem;left:2.8125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnFIPMgZP7NAwu0K9wEECz1aZmc2E67i { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#xlKeFQn5Ix0aTBUgDcsqSMCNTOsPc78r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tuu2IinKqtLMCdo3TfsEbBrSRM2Kq6s4 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#CG0Eqo1Ln1FkQRzp1lmWvezpt7ySzLGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CACDJSreaETvzaOTTDncCvJUILpTBTJG { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vsJFifyuCfWK4fowJkW5ZCfLeqyVwS1c { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAN8CZN77ElEIWAdmX5deNmPJtJwWhE8 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLSgfZPdxfuOxMSdgnr7vB3HT1gnoCcM { position:absolute;display:block;z-index:15069;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:12.0625rem;width:16.25rem;top:5rem;left:54.375rem;overflow:hidden;display:block; }
#kLKI2dN3meXP1iXUhriWIzKlpR6P659x { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.8125rem;left:53.875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y72K835ufhdTxWhwRFtOVO2AyaqQSRG0 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#g9F9mKPEZF13PzP6LoibpH6TOLK4VzRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS { 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; }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row .container { background-color: transparent; background-image: none; }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row .container > .video-iframe-container { display: none; }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row > .video-iframe-container { display: none; }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .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); }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row .container { border-width: 0; border-radius: 0; }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#RiRGTMB8hR2Ch4EEQELEiGXJIsKG9wUD { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#T6OzRTHgwrooWJRyl3gfHPPhhGVMVves { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#HdXus9TsadfT6dzC7W6fuEzoZBlJl2b6 { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#kI5O1uvZVn8Ff8qxnUELn6dTuAemHpN7 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:16.25rem;top:3.53125rem;left:29.375rem;overflow:hidden;display:block; }
#RynGxhfpZmavblrhucy5Wzlebu6nSbtQ { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nU0NHfOX4Tpky5TuOS5dXnHJyb8gVOSc { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.4619140625rem;left:52.8125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0NCewaRiyHMplVPehBkvTvdbSHUri9k { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#hP8RIM2S4yfLTXxIC32JTh5hykdJku2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swDVNh2gX7mzatZBkxXSSUcbEuox94UU { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#XAhNItmh4O3idJ8ibItqk0CBcm7Al8kX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cu7gOWH3RE8bJcJdygcXvE8KqtXuA7mc { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZhrFedUhZB1F4dwg66P9imwDMJbTTRO { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewVE32xEgsQapOwE0ANUyzglQww1U7Ov { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPdtfvovHKQ98P9sTqFfJ24Z5VWZ5hap { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:16.25rem;top:3.5625004768372rem;left:4.375rem;overflow:hidden;display:block; }
#BLwSLVntGTLHgvgnuTS9wTE3pfFMOqTi { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.812500476837rem;left:3.75rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cCfDRExT0VspZ4z8LDQDdH3mmfnuOWG6 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625001430511rem;left:3.75rem;display:block; }
#lpoXxecuQDPqJAPcSDVgJMg54N6T92r3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olRsPdKm4JqZA9dnsnR6q0TO0AUsXPB0 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:14.375rem;top:3.53125rem;left:55.3125rem;overflow:hidden;display:block; }
#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC { position:relative;display:block; }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC { background-color: transparent; background-image: none; }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .row .container > .video-iframe-container { display: none; }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .row > .video-iframe-container { display: none; }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .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); }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC { border-width: 0; border-radius: 0; }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row .container { background-color: transparent; background-image: none; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row .container > .video-iframe-container { display: none; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row > .video-iframe-container { display: none; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .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); }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row .container { border-width: 0; border-radius: 0; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#kgpMx0pkFDqTSEwhEX4CaMDTA7ZkV63N { color:#dc2664;display:block;width:63.25rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.27734375rem;left:5.875rem;height:3.0063875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QD0uiDxH3rcNLRK27WShIxmmJT5LHBn3 { color:#091769;display:block;width:65.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:4.890625rem;left:4.9375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 { 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; }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row .container { background-color: transparent; background-image: none; }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row .container > .video-iframe-container { display: none; }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row > .video-iframe-container { display: none; }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .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); }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row .container { border-width: 0; border-radius: 0; }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#wEk5U8CnnbksGztvOTnRvft8ukirHMq0 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#qDZTaAM72oH05DVwoXs7g2ffhR6Pk5ts { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#R17zguHTpaaCTnl78XMrZHwXs0S6Qpox { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#LowTDN02hrbFg4TUQw8TpbX83OZmqtSu { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:16.25rem;top:5.5rem;left:4.8125rem;overflow:hidden;display:block; }
#XAheWOiFlbdSf7m5PwQd7ILeh6GBTIpd { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:16.25rem;top:5rem;left:29.1875rem;overflow:hidden;display:block; }
#F0TKAdGPLP4nIs6fIO145Ngyb3O70f6N { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:16.25rem;top:5.3125rem;left:54.1875rem;overflow:hidden;display:block; }
#CqTWixS6NgvmloKFFO2VRRiOfU2y1Url { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.8125rem;left:4.125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmFnXUmc5irAwfTsq8WtwegVVu8HCuqP { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.5625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n95pMgJoZSIhvaAC0mz1TTfvJK0gcHUa { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:18.8125rem;left:52.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hfyu5ltMs64z2iF825ixOzvMAsUFr94x { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#lIR29d1DJLVJEilXtz3wTTbiKoWWHaVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VfsChIEA8Nso039KF7kMJzsXGvQOWDsy { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#kVvhzouTVERWwAQOXQnPOqm6cuXwNv8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kkq2Q1Or8sUFMFcrydSlAMKFFKTtVb1G { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#hW4gRbKUHzTLTHCLiglkxaZFoIT1F2MI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pu04yP6x84vLllJsgeDhUWQZu1UK2dfH { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQi0UxioyskEDF6DHgX2nrquLdgDy50Z { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFkeoi2U8BsADqvTdEJNntSZrTzk3DWg { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX { position:relative;display:block; }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX { background-color: transparent; background-image: none; }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .row .container > .video-iframe-container { display: none; }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .row > .video-iframe-container { display: none; }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .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); }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX { border-width: 0; border-radius: 0; }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row .container { background-color: transparent; background-image: none; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row .container > .video-iframe-container { display: none; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row > .video-iframe-container { display: none; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .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); }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row .container { border-width: 0; border-radius: 0; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;overflow:visible;position:relative;display:block; }#d2ThEqPI2GZCi9J6yndKgmEyGARMS69q { color:#dc2664;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9130859375rem;left:9.125rem;height:3.0063875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Uyh5c4VfJVG5n6De5WdgOvZaryJROAIa { color:#091769;display:block;width:51.5rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.84375rem;left:13.375rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I { 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; }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row .container { background-color: transparent; background-image: none; }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row .container > .video-iframe-container { display: none; }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row > .video-iframe-container { display: none; }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .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); }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row .container { border-width: 0; border-radius: 0; }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#iQstaZtzdK1WcRGD9vyVu0VllpWloGIq { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#WFqghdHB2ffZ3inv5X1onBfVIS2ICFnR { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#fPemry1ASUqvWdwd40GiMh7qCheKpwRq { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#DfqaGyNGqNC3k8OIZLk7ncscKhPgt5st { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.4619140625rem;left:3.875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s37daegrmkuyHvREI4BFg365H55dFSHi { color:#000000;display:block;width:13.999rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:30.499267578125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5TLXoSKpFcC5gidT2Pigz8IKySH6bpp { color:#000000;display:block;width:13.374rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:55.81298828125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ji6Mi0hzJEgJdkfXkwDEQK1E0mwQdRf5 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.62451171875rem;left:53.75rem;display:block; }
#LILTTXcXEpgDAQWTaqeA3BTAKzqmiaCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1lqAFvC75EkOyDW0qugvWrL8ey3RmlE { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#x0X4R56zZSGdEL5irIwIN79lN2hZSubm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQTImtCw8n3NVIJImxHTFdzlGJsb73H8 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#BhtlyLyC2PllGTKAOfgsVNns97a1usKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZEvhhI4bJGigMlpdzC7KsRw3lXxlJ7vZ { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRQXCM3pvZkItL6gfmuIkyU7ncoIADFG { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTaE9Ifxu2kw9RkJ3oRsaGopEuerGOeU { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbHJcb0Ag48rBXqQzgksgz0x546GZap2 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:4.09375rem;left:5.625rem;overflow:hidden;display:block; }
#Anwe7hAD3xFVBRFn0lpMPDMJ8RWtdNAi { position:absolute;display:block;z-index:15070;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:12.5rem;width:12.5rem;top:4.09375rem;left:31.25rem;overflow:hidden;display:block; }
#AfqdL2RMDuC3JMe8cSuzBvo9r4CHlGXP { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:4.171142578125rem;left:55.625rem;overflow:hidden;display:block; }
#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis { 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; }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row .container { background-color: transparent; background-image: none; }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row .container > .video-iframe-container { display: none; }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row > .video-iframe-container { display: none; }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .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); }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row .container { border-width: 0; border-radius: 0; }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#rQ1RsZVI32OzsrVvQXJLdMDqXlP8kaXz { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#UbxgL0smNc5t5hGR6KPBB1wClte4pIqT { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#Kff0qSSMf5wlLgv1LLugkG3Fuep4UV3A { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#Rx9pEvASDIVXt32Cgli9LCrb8dN0IbH6 { color:#000000;display:block;width:11.687rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:6.6552734375rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cy9fko0aaNyd8KfTzv6eoGdHrVkm8Igs { color:#000000;display:block;width:13.562rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:30.718994140625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQN94zwMihxi3PCOJfL5UiuDCCcTia2l { color:#000000;display:block;width:14.187rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:55.406494140625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnP7EzNNQ8r8lDDTHZM73aCifE8RLUV5 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#lHU1AF9Hg7cUvN9KNIwrTP2kKPDX22Wn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQ9LanpeTgkJLQFabM87Dc0Eo1TrT9Tr { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#k1tOCnGF0T58JzUpkKRvRr60ck5LNFHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNPT7y9DaRNdbaNfD4y9HZ5EmWnosKkB { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#rTlpph0HelH8ny4NTcwFWh6KrArenBzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLToWo3xr98inCQXL9rTXLgrLxGQpqxI { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NnTdrHTKWBPQRNBMitVxLa2dlO0xWR7p { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kNkHWqWek7ztd03nBKgURa8hTTfc78yS { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UsCofWMv3zAffVNq8zBZtRnDS0SPbrDo { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:4.09375rem;left:5.625rem;overflow:hidden;display:block; }
#cbIhwJunB16gJLLsAwAfSsM9Takunraf { position:absolute;display:block;z-index:15070;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:14.375rem;width:14.375rem;top:3.78125rem;left:30.3125rem;overflow:hidden;display:block; }
#ycQT3BxfwL728w2bm4SIkdTfdHgCipFd { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:4.09375rem;left:55.625rem;overflow:hidden;display:block; }
#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT { position:relative;display:block; }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT { background-color: transparent; background-image: none; }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .row .container > .video-iframe-container { display: none; }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .row > .video-iframe-container { display: none; }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .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); }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT { border-width: 0; border-radius: 0; }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row .container { background-color: transparent; background-image: none; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row .container > .video-iframe-container { display: none; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row > .video-iframe-container { display: none; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .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); }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row .container { border-width: 0; border-radius: 0; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#GWkwVLNaCLAArGu3s7Ep9brTqX98H7qK { color:#dc2664;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a7VapLtNRKefE0WcQ7zd5oH422ibKvKk { color:#091769;display:block;width:54.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:5.21875rem;left:10.3125rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U { 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; }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row .container { background-color: transparent; background-image: none; }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row .container > .video-iframe-container { display: none; }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row > .video-iframe-container { display: none; }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .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); }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row .container { border-width: 0; border-radius: 0; }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#hZIrBkKwTKcx76Ir1EHpwBEa4weI9FVu { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#h2CIsMdq8VV61lUyTEar326Xo6rnKm18 { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#UGF17pyfDFgLgGEsLpQsiAGMWhWy5mTT { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#HdZS3ukUJbPiQWclFaaARxC4NMRsdnnS { color:#000000;display:block;width:11.6858125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:20.10986328125rem;left:6.656494140625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcT591RuRK6c77P9KgF27aBXspR9t2Ax { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:30.718994140625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7ANacvQBKilPc0KoTtXwrQcStizr1Oc { color:#000000;display:block;width:14.187rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:55.406494140625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqqInM89InI1mv1fxtXasMMLSoxtU5Px { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#Mgtw5mXuDK7pFG1dommlK6G6TM0Xb72D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q64tORH7qd7Rgq7PTrTiCeyc3Leoy83c { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#lJ6fxMOG2QqJKHCguU13RMv1phaXpRiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWJhFL5rGyvxuazH2OWQzM25Ogm4Hci0 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#b5nw4DAGwhO7vxlt0oKMKo29vHXLPzLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CK9fs6LGEKqcpH7AfAa2o5ynWELTXpUL { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WoRpRgt9Py7EnhGUrtpXHCv6HlVgP8wQ { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bMTfT58BkpbmoeZPML5LU9pnHxsPBm2z { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aT6Ai2zJbHJXztsSdTLQGPecK35ccK0I { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:4.7177734375rem;left:5.625rem;overflow:hidden;display:block; }
#GHRoTg8E9RAZHP9sXo4tdB0A0EJXpRQi { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:5.3125rem;top:5.0302734375rem;left:34.84375rem;overflow:hidden;display:block; }
#OIzEgGyuvVXPOTsOZyoBkGZ384Re9Btz { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:4.7177734375rem;left:55.625rem;overflow:hidden;display:block; }
#crKuVEiTCkeHyIMdK7eZCmBLzKi3w27C { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:19.459228515625rem;left:56.15478515625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRQW7MJKinpe0wecPnBpb8wai6338CI2 { 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; }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row .container { background-color: transparent; background-image: none; }#vRQW7MJKinpe0wecPnBpb8wai6338CI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row .container > .video-iframe-container { display: none; }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row > .video-iframe-container { display: none; }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .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); }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row .container { border-width: 0; border-radius: 0; }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#eBR9o947O9O2mF1GLBwE9QoMEs1GVJLx { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#TacVpbnoZNy6LBuSsiiUx93y3rA8hQ0T { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#PQbVfxLBEUMNK1JMIIXSqXIvBsf43nJV { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#TT6wfFxiXtqTvRnb01NWcX4omuhU7tBg { color:#000000;display:block;width:13.562rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:5.718994140625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TW6lhr8pDyRhmTws265CiovUPLD3TBiw { color:#000000;display:block;width:13.5608125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:30.718994140625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxiZ0cTtCWtFGIqtGk3rJCXCmhsTbfKZ { color:#000000;display:block;width:14.1858125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:55.406494140625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r48J63Od4Q9Tb3XT6QH9HCm53SsNHRpH { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#iWQyoVBmUEX77SldwKLxXOS9lnyvTDap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tV5ugAE0qJAxLNLsyoGOsTCE2suIf4MG { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#CDI2MXqFdNTt4f2gOWzdmMZZsrRiqHUH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSrVel8G7ACnMkaUkBt8e17P8rXvqJe6 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#dtACnn4MZ1ZWpQNEO7a4Xm8OxT7kV7EG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvMLQezeTUB126qAhCLLQBBS2IXWbfLM { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKxUFWkwrdeI6F8IvMcL6WRf0sktgcea { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTdpHWEU9SMtIyT6H9WaRvdZbVtM3lai { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMuTMq3rtuewlNc1zBNTa2TeRg5QeuXL { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:17.75rem;top:7.4365234375rem;left:3.625rem;overflow:hidden;display:block; }
#frhMkdrvFAceILikhzQFM3vTflS0e5kQ { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:5.0927734375rem;left:30.9375rem;overflow:hidden;display:block; }
#b01RSqcbWm9XvaXzrbz4b7Qo4ve5flTR { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:17.75rem;top:4.7802734375rem;left:53.625rem;overflow:hidden;display:block; }
#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC { 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; }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row .container { background-color: transparent; background-image: none; }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row .container > .video-iframe-container { display: none; }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row > .video-iframe-container { display: none; }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .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); }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row .container { border-width: 0; border-radius: 0; }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#TW0TENui6bBo1Lhfu837GiLgTx94ko0m { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#hiiQT2cHPaa9ukAmoqEnnixE8xSzP9Ta { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#ofgcncbsAMhtF09mKOBwUX0A0Zq7APFA { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#u2lsESGaEcOlVtlzSuXCTTpwsS1CHSTk { color:#000000;display:block;width:14.24925rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:5.37353515625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2fxIsBmKoBe54pVXFERQqVaTeNmTTNM { color:#000000;display:block;width:13.5608125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:30.718994140625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ml0UsFUxk0gsDyIRmTASac8teqk7SdK5 { color:#000000;display:block;width:13.18725rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:55.904541015625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3DXHqO0J5MNvxBHPBdmWhAwvJp3o9N6 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#hb4LwzU9P80qGvqHpXXP9zyDzClvOiPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0MzfIzhRcyR8FzSOTtvTpkbMGr9iQlb { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#EnpRSOIQovOH4trEx0gOMnLcco379yFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAVDApfnEgFmeikrATcR8o2TRxFtu9zE { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#wo8tygL465sxUtI5A59gAHVyH4GgGAxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTH7SDpWcG9DD0pHDRWNUk7vkFbBNw8R { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d5sJVZUHRoZ1e4lmu1QeTIvOUspGmkri { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hBsgyBZJ7saEqy7nRa8S8iu9d3spo9nM { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5oR0VGRkZWvvKWKKi3al3xtyurInNrB { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:17.75rem;top:6.3984375rem;left:3.625rem;overflow:hidden;display:block; }
#iZVf0XtSr4cBTenS3xHqLUnuBAxD7XGT { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:3.5859375rem;left:29.53125rem;overflow:hidden;display:block; }
#SQFnCV5bOQ4N3uWeo9ar17VvlFvyBCxT { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:17.5rem;top:5.0234375rem;left:53.75rem;overflow:hidden;display:block; }
#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI { position:relative;display:block; }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI { background-color: transparent; background-image: none; }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .row .container > .video-iframe-container { display: none; }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .row > .video-iframe-container { display: none; }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .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); }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI { border-width: 0; border-radius: 0; }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row .container { background-color: transparent; background-image: none; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row .container > .video-iframe-container { display: none; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row > .video-iframe-container { display: none; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .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); }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row .container { border-width: 0; border-radius: 0; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#f0t3a5T5ImaAN5QuBf1vU1tyWMnuiWpp { color:#dc2664;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CoP1OCgeJHnTNpiBFkpEKT3K6PJGo936 { color:#091769;display:block;width:54.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:5.21875rem;left:10.3125rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD { 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; }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row .container { background-color: transparent; background-image: none; }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row .container > .video-iframe-container { display: none; }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row > .video-iframe-container { display: none; }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .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); }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row .container { border-width: 0; border-radius: 0; }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#oZHTHQKttDoQcsCdQcMvZJf7DFTQS4g5 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.874rem;width:21.8745rem;top:1.40625rem;left:1.46630859375rem;display:block; }
#hSPxo9FIKrrrfyTTEVPEErUAeMvpxzXk { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.874rem;width:21.8745rem;top:1.4677734375rem;left:26.466796875rem;display:block; }
#sB0kdhfJWvvMbhfdkz08klu0t2zyqGKX { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.8745rem;top:1.40625rem;left:51.46728515625rem;display:block; }
#sn2x7XezLbl9r4oSCmPrszTW1VMkzIRv { color:#000000;display:block;width:14.499rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.46044921875rem;left:5.24853515625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvTcaczN064EdE0AyoEpu5zpPMAGHPCD { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:19.46044921875rem;left:31.15576171875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTbHEgDJ0rESW5AvpLgpcVsVHCskhxlV { color:#000000;display:block;width:14.187rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:55.406494140625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKp3QVNl6uyoLzwKD4ad1IKZiAQ3dew2 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#GT2opIwvQ8Hp8fTPoDACGkZT4dwbRixh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1AbmzmxSHEGUMOXg1NXWtI0oMTqwA8X { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#w2VKL6u9AkHuTfJggVSTfFDB5su3HLoa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7Bt0M7PVsSKo0t4R4B2c6q8pTEGsOek { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#eJGNQ4v5gx3FfB2Ft0LZQIHMKPCC8DPK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdZ6kcfvGa4wUD3ECKzkGWf2y0a5T0v2 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vfDaODW0MlTbToH13gVlqMEgicu01OWm { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l1WP8Bu5Dz0QZwzsDrslKz6i5RPWTpt9 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBnsZ1XQALOs5LJ0xguD5DMb3aa8TgI5 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:6.375rem;top:2.466796875rem;left:9.31201171875rem;overflow:hidden;display:block; }
#qFThAdbu3gnEtVouQTxScyGcRNgRKprU { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:15.4350625rem;top:2.560546875rem;left:29.78173828125rem;overflow:hidden;display:block; }
#XBqHXEUmugUc8W7lACJXb9M5OyKi7uJo { position:absolute;display:block;z-index:15071;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:14.4975625rem;width:14.5605625rem;top:3rem;left:55.21875rem;overflow:hidden;display:block; }
#eU4Uk4GRc44F5eTRcWJOTq5gQwMgTibn { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:19.458984375rem;left:56.15478515625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB { position:relative;display:block; }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB { background-color: transparent; background-image: none; }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .row .container > .video-iframe-container { display: none; }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .row > .video-iframe-container { display: none; }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .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); }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB { border-width: 0; border-radius: 0; }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row .container { background-color: transparent; background-image: none; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row .container > .video-iframe-container { display: none; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row > .video-iframe-container { display: none; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .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); }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row .container { border-width: 0; border-radius: 0; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#WoeOs6Q1SgHhTRTkJ43MBGe3If4RIgfR { color:#dc2664;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:0rem;height:3.0058625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WDHcAEOK7tOq3JZ2uypO98EtaaFC4leQ { color:#091769;display:block;width:60.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:4.65625rem;left:7.125rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO { 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; }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row .container { background-color: transparent; background-image: none; }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row .container > .video-iframe-container { display: none; }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row > .video-iframe-container { display: none; }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .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); }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row .container { border-width: 0; border-radius: 0; }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#T1rNDFtHr2pN0T6EGoSWp6Or5033yMLO { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.874rem;width:21.8745rem;top:1.4677734375rem;left:1.46630859375rem;display:block; }
#LwOu3vbn9E0N2oNWxMqIrQMvMkmedTiE { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.874rem;width:21.8745rem;top:1.4677734375rem;left:26.466796875rem;display:block; }
#xmXPzirb6Iy3myVmlwi6los1TV4C6bDu { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.8745rem;top:1.40625rem;left:51.46728515625rem;display:block; }
#Bob1XKuEBmug65iksTBhC1eRoxDWkd1T { color:#000000;display:block;width:11.6858125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:20.10986328125rem;left:6.656494140625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWJ641uDz2RxBRpwuy8DwF8Mr6kyCf6F { color:#000000;display:block;width:12.687rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:20.109375rem;left:31.15576171875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKqVhEniTt416DHIUMngqWV0mMgnkPgm { color:#000000;display:block;width:14.187rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.461669921875rem;left:55.406494140625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kB75wG4seXa4otnEPaWm3qyfTucRJJrk { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#xf2a4hX1TDMqdnut3aypKWIsP06TNRln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XP4TOq6Bh1JOtPWyQrLWS3lgxHENQvXm { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#B0pXdhdRGmrJX1hXc2y8JIWexhOGc2LG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N381wgsZZUD2hFWZH1h4o1ST6MsATy4v { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#krvoiGTVehzP3SkukUZatcUZcfKqsFoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfVqFisvPwpsLhLtgZzXl3PuTIr4udr5 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAbZUT7SmMKIPTTtyUxCrQW0ke34U9bp { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAzfbp7D1t6IFMILc0VZIQIpSdusH9h2 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uBFVPLGCqRmCHeqycbkzWivCViUafHRT { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:3.80712890625rem;left:4.71826171875rem;overflow:hidden;display:block; }
#fTT7VD9A312NHhvRxFOpQHtIm8AXtq41 { position:absolute;display:block;z-index:15070;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:14.3115rem;width:14.5625rem;top:4.43115234375rem;left:30.3427734375rem;overflow:hidden;display:block; }
#TtHUucGkb7u6xqbWXpK3SaqmuCUQJRmy { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3105625rem;width:15.3105625rem;top:3.52294921875rem;left:54.84375rem;overflow:hidden;display:block; }
#k99hnr0ycLurqNr0zeGAfEUaBlkJL5au { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:19.459228515625rem;left:56.15478515625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u { position:relative;display:block; }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u { background-color: transparent; background-image: none; }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .row .container > .video-iframe-container { display: none; }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .row > .video-iframe-container { display: none; }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .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); }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u { border-width: 0; border-radius: 0; }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row .container { background-color: transparent; background-image: none; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row .container > .video-iframe-container { display: none; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row > .video-iframe-container { display: none; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .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); }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row .container { border-width: 0; border-radius: 0; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;overflow:visible;position:relative;display:block; }#XlR7phQS1ZTMTyrSv82SuOUEViGvb7Re { color:#dc2664;display:block;width:56.75rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8505859375rem;left:9.125rem;height:3.0058625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hrdN1xJcovXnAqsQNHaCxGrU9F9ITIwg { color:#091769;display:block;width:48.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.4375rem;left:13.46875rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv { 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; }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row .container { background-color: transparent; background-image: none; }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row .container > .video-iframe-container { display: none; }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row > .video-iframe-container { display: none; }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .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); }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row .container { border-width: 0; border-radius: 0; }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#zUW97VuT53uirOBbyH8Tt1OByezQJdrU { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#N3D2DuzZW02SwPMRVGQTpUTG1MIr1KTm { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#tVOzQsiwXDbb1IaI4V4NviD8I37LFu5s { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#FfpDoG6UVdVB5tydpnoZX7Z8MVTm54l0 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.8115234375rem;left:4.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#beMaHmr4nyTKUxF7zpUqc3iZmCihsvWk { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDLC0X0Nfdn2F39brmqRGsWWsuRFT5Cd { color:#000000;display:block;width:19.374rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.46044921875rem;left:52.810546875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UlfyLvgvPiteOyxlROFuV7a1a3Bpp3s4 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#QZZKS55Milr0MocvMEh17vG6b4w51mNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpwdqgB9xbhM088mPLPg9cpeHNETwkxE { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#DQMD3XNagA9yaVDATLwn2mKTIhBR3Wvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTWh4rgu7EwetdmpkSJkF8Dr62NeqcTs { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#a8dm84zDIlf3fmof5J4J2LQuBRLJkMRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLwCd8MsHXZsB4M9K0raKgRT3dTzDVOp { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXKVsoPny39uB8qOaub0s96Q3RmSgwTF { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XSMqMw8i0WsyWU0AnPMtcGN897kHHDzk { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQ7IV06LDNF9W9dHTI0T5Pnz0fgmDtXr { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4995rem;width:15.4995rem;top:3.40576171875rem;left:4.75048828125rem;overflow:hidden;display:block; }
#BLp9ZgXJI131PLN7sxIOLhe8Xu8NKqbK { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:13.125rem;top:6.80859375rem;left:30.9375rem;overflow:hidden;display:block; }
#F8zKng3SlkN1728V06nBv8eiTKktWPaK { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:3.28125rem;left:54.685546875rem;overflow:hidden;display:block; }
#FBKpw3AIbd4n8PczMknbAih8wN92vXTC { position:relative;display:block; }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC { background-color: transparent; background-image: none; }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .row .container > .video-iframe-container { display: none; }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .row > .video-iframe-container { display: none; }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .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); }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC { border-width: 0; border-radius: 0; }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row .container { background-color: transparent; background-image: none; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row .container > .video-iframe-container { display: none; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row > .video-iframe-container { display: none; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .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); }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row .container { border-width: 0; border-radius: 0; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;overflow:visible;position:relative;display:block; }#xTL0i8KGT7nTI1LMQZuMcgZsTveS1GF6 { color:#dc2664;display:block;width:56.75rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8505859375rem;left:9.125rem;height:3.0058625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CJfouwvQM4fShn4fECXeIyEZvQaSlbAo { color:#091769;display:block;width:59.3125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.85546875rem;left:7.84375rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt { 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; }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row .container { background-color: transparent; background-image: none; }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row .container > .video-iframe-container { display: none; }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row > .video-iframe-container { display: none; }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .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); }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row .container { border-width: 0; border-radius: 0; }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#TPN9Tn719ba5FL3nJDW79bdRevyCa6NH { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#IkLeFQQPUDvZW81rwX6CO2dstm7SywG9 { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#ibkOwO3EMFoNe4UPMOmvJbMkKf5Ki6Fb { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#XFpIqMdZeHA1fXsqyahs1y1VeLqD6ZG0 { color:#000000;display:block;width:16.9365rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.46044921875rem;left:4.02978515625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3Ne2TQOigihKLxc5B6NUF7Gwuk4FZsS { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:20.109375rem;left:28.5615234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NdJzDoo8nGOp8vTiJCMEPOeKMu2IMzn8 { color:#000000;display:block;width:19.374rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.46044921875rem;left:52.810546875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8dg3WzUqmvTSNv0fSGyMpkhUZotLdzg { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#mbITB6eXF4TVeybbXddwVdUkP1TK1GAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kuXkCBLqvzQt5HTRPQq85OvuUDDisTtC { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#VOIThBqTqWTOLL9rbPwlnbkzAZTMHcVv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IlfOl4DXTPmyaBnsthxLqvo11u1dkczo { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#fMgULMwctpbaOMQmKfvHBydr5TVi3QSG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLED6yZhdMAlsxGWJUWeF3lycs94O89q { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcWzyomwvbIDSPhpdiS7O0JcIuHmVkC5 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lqs8ueu3cdRuVzPvS1cRVmE9cgTkoahf { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EfqDZ4q6AwAX9oNMqPZzto5RzfIHxL4p { position:absolute;display:block;z-index:15069;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:14.937rem;width:9.8745rem;top:3.68115234375rem;left:7.65380859375rem;overflow:hidden;display:block; }
#m9TCwf46XxrFmqmbfAyFTbIqBTn0SXlN { position:absolute;display:block;z-index:15071;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:15rem;width:11.124rem;top:3.64892578125rem;left:31.9365234375rem;overflow:hidden;display:block; }
#HoISqwqwQoueiPTo7blTDLoG02GuwkOA { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4365rem;width:15.4365rem;top:3.4306640625rem;left:54.7822265625rem;overflow:hidden;display:block; }
#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD { position:relative;display:block; }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD { background-color: transparent; background-image: none; }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .row .container > .video-iframe-container { display: none; }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .row > .video-iframe-container { display: none; }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .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); }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD { border-width: 0; border-radius: 0; }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row .container { background-color: transparent; background-image: none; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row .container > .video-iframe-container { display: none; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row > .video-iframe-container { display: none; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .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); }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row .container { border-width: 0; border-radius: 0; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;overflow:visible;position:relative;display:block; }#fdhuyPorTf7LfdRobg8uR1CJkFOAfZX7 { color:#dc2664;display:block;width:56.75rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8505859375rem;left:9.125rem;height:3.0063875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UwvNZublJQXiM1lADyZqVh0GsCCdms5q { color:#091769;display:block;width:48.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.4375rem;left:13.46875rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n2OkKPENJcdIKdDoozstanTCsxkGJLeR { 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; }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row .container { background-color: transparent; background-image: none; }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row .container > .video-iframe-container { display: none; }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row > .video-iframe-container { display: none; }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .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); }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row .container { border-width: 0; border-radius: 0; }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#TiV6HvcNJSos9TsIgskUSTtNH7m6DMiy { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#rCeBd9x5lRAz3qqOdRudQDLyOMxnXca6 { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#lnLEExFwqtX6AePcGFUV4ZTCSVxSqgqg { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#JKdv9WBpOmTT7QzkVSyg7vxNkkVWiu0r { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.8125rem;left:4.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tf6JQUyVNupT65aA6GUV6MluIohEtooK { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJ51JpGyhGPhHfifh6Tupked9OhuwvMg { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:18.8125rem;left:52.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBud4T1UNN52HlwHIXeStieBG316qOT7 { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#G9QmPerZhzaPS80EJyQf81KCmdPXoyGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlBQcOJipHZT7A60kHNy5vJCZIzP6HBJ { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#LuW56IMhlThG3qeVrluL7beFmRJLbI6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUVLhv24QOi2DLvHTpZBznVeeGHLv07S { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#x7EQJ6l9BP7ggQfTJtvKmhPMurXLv9qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kdpncOqcgoSy5vhFt5CPmGqRbzQprFUw { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyC1TF2R2feXTz2zlbc7MXGZ12ubqA4X { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTZgxTFBuTrx4tm7hvbhnqSCE6VSX840 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F0IzXlvfRIkdptUZFJCaQi4Dr3UqfVkz { position:absolute;display:block;z-index:15069;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:12.1875rem;width:16.25rem;top:4.875rem;left:4.375rem;overflow:hidden;display:block; }
#Lk9JPEhS0QRvvZAglGsrzzOUtSoPlkH4 { position:absolute;display:block;z-index:15070;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:12.1875rem;width:16.25rem;top:4.875rem;left:29.375rem;overflow:hidden;display:block; }
#ZSUwMR7WroMc97deZVlXZPpCfsSNdx7z { position:absolute;display:block;z-index:15071;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:12.1875rem;width:16.25rem;top:4.875rem;left:54.375rem;overflow:hidden;display:block; }
#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC { position:relative;display:block; }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC { background-color: transparent; background-image: none; }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .row .container > .video-iframe-container { display: none; }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .row > .video-iframe-container { display: none; }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .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); }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC { border-width: 0; border-radius: 0; }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row .container { background-color: transparent; background-image: none; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row .container > .video-iframe-container { display: none; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row > .video-iframe-container { display: none; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .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); }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row .container { border-width: 0; border-radius: 0; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#tEuqJ5bMgXpebsSZgTo80RQ6f8tAR92D { color:#dc2664;display:block;width:38.1875rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:18.40625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kl27e2r3AZHKAvZDOTTDW2JT5k5nQUfd { color:#091769;display:block;width:63.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.5625rem;left:5.96875rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA { 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; }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row .container { background-color: transparent; background-image: none; }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row .container > .video-iframe-container { display: none; }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row > .video-iframe-container { display: none; }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .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); }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row .container { border-width: 0; border-radius: 0; }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#Pbvt3exwpTi6plEQdGEeB3lROTFkdLWB { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#k9Cl2wE4i648h80gh9SIg8Ldx9ZTxoZ6 { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#TwC8PNx0gKtI9XEwQJ4ybpPTcLsRp49O { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#VNhLA0dfH2pKmogQ7XTmXOLwrqkTUq3J { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.8125rem;left:4.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6SsTNQVbPTTIZG2rMJuF7Tdn0GsivXb { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.5625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Trr7fTLJAA5z9xH79CQ16mTdBp15PNLc { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:18.8125rem;left:52.8125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N95Z5R73pXAiTIurK9oqIGt6HZFcBnEC { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#pcV5omlqPuP09vyKW15ZdKGUl6mnI8qN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyxCTqR24lxRWwNEvyC8EWRQVTRk4KiZ { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#TMOrA53TJGaomHMf5UMcdNgO5iT4FBuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bd2ydFbkLWXHDgRtQmkFgBJgvoZTQSOK { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#aTPVlOmAsMuIJ0z7lBBgzzgUsqNxatXF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3PzGTT9nVOVGXHotIQ3tJtKmAGxTl4m { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kNEX104e9k8teLRlrmleTekLTaKTv0T5 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTkf1ZvWVQbxTF8Q8fgvVysT6arNSlcx { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s84RNzeBKWmk10FtESAKB31Kmz1sRBh5 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.875rem;left:5.625rem;overflow:hidden;display:block; }
#zex9vT0yW5niIBrfbIK62wFqa79H1W7I { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.875rem;left:55.625rem;overflow:hidden;display:block; }
#F4uz32RPLAN1FMPXHMqobhU5A1eLuzW9 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.875rem;left:30.625rem;overflow:hidden;display:block; }
#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ { position:relative;display:block; }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ { background-color: transparent; background-image: none; }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .row .container > .video-iframe-container { display: none; }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .row > .video-iframe-container { display: none; }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .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); }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ { border-width: 0; border-radius: 0; }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#arT3OdrcRlvLz002QgschIPoLXFExgCz { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row .container { background-color: transparent; background-image: none; }#arT3OdrcRlvLz002QgschIPoLXFExgCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row .container > .video-iframe-container { display: none; }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row > .video-iframe-container { display: none; }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .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); }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row .container { border-width: 0; border-radius: 0; }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;overflow:visible;position:relative;display:block; }#b0XiiDzv8lxnJ553u9y209TR0WqoI9J3 { color:#dc2664;display:block;width:38.8125rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:18.09375rem;height:3.0063875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C8qsMe2ao6tgcoL7SJhls7tOQ75ysNxI { color:#091769;display:block;width:58.0625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:4.068359375rem;left:8.46875rem;height:3.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ { 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; }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row .container { background-color: transparent; background-image: none; }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row .container > .video-iframe-container { display: none; }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row > .video-iframe-container { display: none; }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .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); }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row .container { border-width: 0; border-radius: 0; }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#ifef8FcafJ4qC2URu7c9uNcR5QgQhkvV { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:1.5rem;display:block; }
#DXtTg0ad1ZWqX2NfWdrbNIoaS0CTlczR { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:26.875rem;width:21.875rem;top:2.8125rem;left:26.5rem;display:block; }
#Tk1B0mHRHS8r1a5tvLwLs6nE0Hdnq7nJ { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.35);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2c1c8;border-left:0.0625rem solid #b2c1c8;border-right:0.0625rem solid #b2c1c8;border-bottom:0.0625rem solid #b2c1c8;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:27rem;width:21.875rem;top:2.75rem;left:51.5rem;display:block; }
#aB5AQ1T7SiKDKqoSo6Z86iTgs2FQ8XTA { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.8125rem;left:4.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WN16wWooL2eBvtAfKnZoQFSDSJyQJWQL { color:#000000;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:18.8125rem;left:28.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEsgEN1oVvtGXE2c1E0UTeL4Nkhc3DiW { color:#000000;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:18.8125rem;left:52.8125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RSofVaz9XwrCAJ5zDFVOd88T5zIDEaUV { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:22.625rem;left:28.75rem;display:block; }
#TD4TBIptvQC4Akhlf3oEueVgICKeAIwi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0H3I32Thy5R1yEJTgFqBWFrwmxa2XZB { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:22.625rem;left:53.75rem;display:block; }
#uMJTqoeG4T5cpJsWEI2WDTUA2JJkNb3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3gWwfH7S4Kkfk55U68G3XmrZJRITXQx { background-color:#dc2664;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.625rem;left:3.75rem;display:block; }
#GxT5MgDdA50uZVeHybmQoWpokzZoUxnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q8QTW1o7XWlagq9B2tlniO53lXiLCeCn { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Md3hd8arznJz9E48bikvW8Ro4v1P51Ds { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:25.6875rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2ogtuS4TVu12HKetgJf5lrCmWsMMvB1 { color:#dc2664;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:25.6875rem;left:56.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zVi9ccHoH9fFgXaKrQS9WnX6GgGfTEw5 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.875rem;left:5.625rem;overflow:hidden;display:block; }
#V3M0UDBzvEcLs9yqcMTF1Vn3w8zZuoc9 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.875rem;left:30.625rem;overflow:hidden;display:block; }
#iaVQFSkQwtamlp8DQxZOQBPDZpXXOTxz { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:3.875rem;left:55.625rem;overflow:hidden;display:block; }
#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE { position:relative;display:block; }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE { background-color: transparent; background-image: none; }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .row .container > .video-iframe-container { display: none; }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .row > .video-iframe-container { display: none; }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .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); }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE { border-width: 0; border-radius: 0; }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(250deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xkopfQJvTEpNMaNy7NJhPsNWKB929teR.widget-smartsection { 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; }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row .container { background-color: transparent; background-image: none; }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row .container > .video-iframe-container { display: none; }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row > .video-iframe-container { display: none; }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .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); }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row .container { border-width: 0; border-radius: 0; }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D { position:relative;display:block; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D { background-color: transparent; background-image: none; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .row .container > .video-iframe-container { display: none; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .row > .video-iframe-container { display: none; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .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); }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D { border-width: 0; border-radius: 0; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .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; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .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:8.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n99C0nSzt9w76SieQJO1ikdOIFfsa6M3 { color:#dc2664;display:block;width:34.6230625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.35546875rem;left:20.1875rem;height:5.8496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E { position:relative;display:block; }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E { background-color: transparent; background-image: none; }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .row .container > .video-iframe-container { display: none; }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .row > .video-iframe-container { display: none; }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .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); }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E { border-width: 0; border-radius: 0; }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .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; }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .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:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XxwQTl6flyKgebfpPEOvCUhmQ4hUuz65 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #bfc0c8;border-left:0.0625rem solid #bfc0c8;border-right:0.0625rem solid #bfc0c8;border-bottom:0.0625rem solid #bfc0c8;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5) ;height:13.25rem;width:21.8125rem;top:1.0625rem;left:2.6875rem;display:block; }
#KNOR4IVKgtv4ZanEWnrHVanIy4FWeUR9 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #bfc0c8;border-left:0.0625rem solid #bfc0c8;border-right:0.0625rem solid #bfc0c8;border-bottom:0.0625rem solid #bfc0c8;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5) ;height:13.25rem;width:21.5625rem;top:1.0625rem;left:26.75rem;display:block; }
#uOBnB5xsKqqe44cFcs2vKKToFW3TioxB { color:#091769;display:block;width:20rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:4.25rem;height:4.875rem;display:block; }
#JfVl5iSJRL90KMB68gL5oUp0NH9rVk3N { color:#091769;display:block;width:15.623875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:7.6875rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#kK3uT2LdOAu3gWNZdN9yC813x4HJ8b2I { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #b0b2c3;border-left:0.0625rem solid #b0b2c3;border-right:0.0625rem solid #b0b2c3;border-bottom:0.0625rem solid #b0b2c3;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5) ;height:12.9368125rem;width:21.49975rem;top:1.25rem;left:50.875rem;display:block; }
#LtPtqLdBspWoEkw01GkTuy0rKtwnXpyQ { color:#091769;display:block;width:15.1870625rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:56rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#RkVmy90V0eDLP6AqC66ETdHWzOFOVFT1 { color:#091769;display:block;width:19.311125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.25rem;left:27.9375rem;height:4.875rem;display:block; }
#LQ9Rlbks95TpGZvCbU3xTLk7OTOl0tFS { color:#091769;display:block;width:14.8106875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:31.5625rem;height:3.0859375rem;text-align:left;text-align-last:left;display:block; }
#NpvbdIodUZtoGlT1Jn5f5W7GJlZI9Ly1 { color:#091769;display:block;width:19.1868125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.25rem;left:52.1875rem;height:7.3125rem;display:block; }
#NQet7a4laF3HZzBiOqyQ0RWZFQTWLMPi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81045rem;width:3.81045rem;top:1.625rem;left:51.625rem;overflow:hidden;display:block; }
#SS3PSa2eR66CRFFH4pf3Lzgytaq1mgDV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81045rem;width:3.81045rem;top:1.625rem;left:3.3125rem;overflow:hidden;display:block; }
#kN21doW6wg0UCb6p0SHpz65Crg16SSpS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.625rem;left:27.25rem;overflow:hidden;display:block; }
#v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/x9WGMWwp1NM/unsplash/nathana-rebou-as-x9WGMWwp1NM-photo-1592179900431-1e021ea53b28.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection.adaptive-delivery-prevent-bg, #v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection.lazyload, #v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection.lazyloading { background-image: none; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container { background-color: transparent; background-image: none; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,38,100,0.85); }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container > .video-iframe-container { display: none; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(220,38,100,0.85); }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row > .video-iframe-container { display: none; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .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); }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container { border-width: 0; border-radius: 0; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { background-color: transparent; background-image: none; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container > .video-iframe-container { display: none; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row > .video-iframe-container { display: none; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .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); }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { border-width: 0; border-radius: 0; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { font-size:0.875rem;font-family:raleway;height:15rem;width:75rem;overflow:visible;position:relative;display:block; }#As9qMOdNsFU8cEy4MiculZN1S2TJFH2a { color:#0f0853;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DTBZzfLJZO9cAxJTpTVA9ty3yMV7PATB { z-index:15001;top:7.0625rem;left:29.34375rem;background-color:#dc2664;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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yD9cTc0sTl1GAkZABe7xp6TcPVvUeVUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JSkXaPLomCqkiu9sLX3gTTDudVNFnUJV { color:#1c1466;display:block;width:59.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.7216796875rem;left:7.84375rem;height:1.13769375rem;display:block; }
#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF { position:relative;display:block; }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF { background-color: transparent; background-image: none; }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .row .container > .video-iframe-container { display: none; }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .row > .video-iframe-container { display: none; }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .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); }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF { border-width: 0; border-radius: 0; }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .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; }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .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:2.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MLGUaDvRTDQoQPINGwvQzBqAhVlLVwIQ { color:#000000;display:block;width:33.1865rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:20.9052734375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 { display:block; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy { display:block; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPtXltKmqFsT8kraKh1Wue8LTbz426k6 { top:4.8125rem;left:13.75rem;width:34rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsdPiOqs4cEhE1OveAdNGxQUTQ8qRwTM { top:12.3125rem;left:0rem;width:37.625rem;height:12.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF9NFaKa9TMn4gb0RzfbBtXGaxBQwTh1 { width:24.9375rem;height:3.25rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtM6OPLG5av6eTrfJLKlX0OweuT1UTya { display:block; }
 }@media only screen and (max-width: 763px) { #EIRiA7uPZQg9rsTGN5dgfcXSmTeEhwsU { top:0rem;left:0rem;width:13rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 { display:block; }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8zTOzXShxBDUTP4Zc0bygMTxuxTALi3 { width:47.75rem;height:;top:0.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmRyZDZr2k6rT9TksC3MVSJTooVTQo0n { top:4.5625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP { display:block; }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICrJKArTZrf7DgcTlW3lqlI9kQIwcbKJ { width:21.875rem;height:26.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyAeiFyBVoiOkW38AQXLT1Ff0Anc39ab { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWxvSGdWeWcno48pWTTmxJxTW3WHxNvP { width:21.875rem;height:26.875rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kf2KLMhg3fqx1s0i1TdTT5sdWS0g09 { top:5rem;left:18.1875rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTzeFlnDmypSL5kqUckhx9vBDifIPK2 { top:4.0625rem;left:0rem;width:16.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZCB4ifPLFGKWhBPtHvTh28yR48eTv2W { top:20.0625rem;left:14.5rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ILDT3B98GiNvIekxKUzehI5tKWoBFs { top:19.4375rem;left:0rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4HcRBrmSOw17CnokAokulF9TSEiqVEB { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9u1cqCvcvFDCaH4mJlDGIQC8KJ7aJh { display:block; }
 }@media only screen and (max-width: 763px) { #FqyCRqdXJIWGpTOrq3ZuQ4HOithSAzd8 { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAhgg8QAT5bixeiRCAmkC5KfVWtqaWWf { display:block; }
 }@media only screen and (max-width: 763px) { #PZaWTMyc0vEkxAeTms3JZ333i8JOOxRT { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIJLteJyVHaaKo1KxWoKQckWipSC5pne { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN5ueyHCzCxI2rWqcFZWeI0eZKW9oBB8 { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVuazakIO6Z4PtQqvvunhoQG7TtTJs9x { top:4.0625rem;left:34.21875rem;width:10.9375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDT7G4klD250WhVXmAlvzfbA2wAfsZV { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6CfwIAOR1wX7RgZhUABK4ApzFx4eIi { display:block; }
 }@media only screen and (max-width: 763px) { #UK6AHoGHXm70zDFMkPEA7kA9mIeSDpfs { top:4.0625rem;left:18.34375rem;width:10.9375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnEPZESwWA79J058mgs6P6b0gzC1BnG8 { top:20.0625rem;left:30.375rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH { display:block; }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDsTKphfaqW5ZWdN0gP55nCBD4rw1hh0 { width:21.875rem;height:26.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqJBoxy0dsUfgEJilO5kRl7mROiwiVWF { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E40pfa618tmRTDoz1vDKUQPwO2HlmPGR { width:21.875rem;height:26.875rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJtZ4dVzAS3wIvLaU5qbHxVavWq6h5zO { top:4.0625rem;left:15.5rem;width:16.25rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGx7TXM8zaUlUWG4DWVnrX2JWqdmTHyg { top:4.0625rem;left:0rem;width:16.25rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOFKoLCmba9vvXC8zHUzz3siamSsznht { top:18.8125rem;left:14.5rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgZ7fKKiraLpHl8ctM99RDgUtWofwWc0 { top:19.4375rem;left:0rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnFIPMgZP7NAwu0K9wEECz1aZmc2E67i { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKeFQn5Ix0aTBUgDcsqSMCNTOsPc78r { display:block; }
 }@media only screen and (max-width: 763px) { #tuu2IinKqtLMCdo3TfsEbBrSRM2Kq6s4 { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG0Eqo1Ln1FkQRzp1lmWvezpt7ySzLGQ { display:block; }
 }@media only screen and (max-width: 763px) { #CACDJSreaETvzaOTTDncCvJUILpTBTJG { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsJFifyuCfWK4fowJkW5ZCfLeqyVwS1c { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAN8CZN77ElEIWAdmX5deNmPJtJwWhE8 { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLSgfZPdxfuOxMSdgnr7vB3HT1gnoCcM { top:5rem;left:31.375rem;width:16.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLKI2dN3meXP1iXUhriWIzKlpR6P659x { top:18.8125rem;left:30.375rem;width:17.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y72K835ufhdTxWhwRFtOVO2AyaqQSRG0 { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9F9mKPEZF13PzP6LoibpH6TOLK4VzRC { display:block; }
 }@media only screen and (max-width: 763px) { #PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS { display:block; }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiRGTMB8hR2Ch4EEQELEiGXJIsKG9wUD { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6OzRTHgwrooWJRyl3gfHPPhhGVMVves { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdXus9TsadfT6dzC7W6fuEzoZBlJl2b6 { width:21.875rem;height:26.875rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI5O1uvZVn8Ff8qxnUELn6dTuAemHpN7 { top:3.5rem;left:15.5rem;width:16.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RynGxhfpZmavblrhucy5Wzlebu6nSbtQ { top:18.8125rem;left:14.5rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU0NHfOX4Tpky5TuOS5dXnHJyb8gVOSc { top:19.4375rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0NCewaRiyHMplVPehBkvTvdbSHUri9k { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8RIM2S4yfLTXxIC32JTh5hykdJku2C { display:block; }
 }@media only screen and (max-width: 763px) { #swDVNh2gX7mzatZBkxXSSUcbEuox94UU { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAhNItmh4O3idJ8ibItqk0CBcm7Al8kX { display:block; }
 }@media only screen and (max-width: 763px) { #Cu7gOWH3RE8bJcJdygcXvE8KqtXuA7mc { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZhrFedUhZB1F4dwg66P9imwDMJbTTRO { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewVE32xEgsQapOwE0ANUyzglQww1U7Ov { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdtfvovHKQ98P9sTqFfJ24Z5VWZ5hap { top:3.5625rem;left:0rem;width:16.25rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLwSLVntGTLHgvgnuTS9wTE3pfFMOqTi { top:18.8125rem;left:0rem;width:17.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCfDRExT0VspZ4z8LDQDdH3mmfnuOWG6 { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpoXxecuQDPqJAPcSDVgJMg54N6T92r3 { display:block; }
 }@media only screen and (max-width: 763px) { #olRsPdKm4JqZA9dnsnR6q0TO0AUsXPB0 { top:3.5rem;left:32.5rem;width:14.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCwb3CTolLEQA4w2DMmSwygDKesE1zLC { display:block; }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A { display:block; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgpMx0pkFDqTSEwhEX4CaMDTA7ZkV63N { width:47.75rem;height:3rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD0uiDxH3rcNLRK27WShIxmmJT5LHBn3 { top:4.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 { display:block; }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEk5U8CnnbksGztvOTnRvft8ukirHMq0 { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDZTaAM72oH05DVwoXs7g2ffhR6Pk5ts { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R17zguHTpaaCTnl78XMrZHwXs0S6Qpox { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LowTDN02hrbFg4TUQw8TpbX83OZmqtSu { top:5.5rem;left:0rem;width:16.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAheWOiFlbdSf7m5PwQd7ILeh6GBTIpd { top:5rem;left:15.5rem;width:16.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0TKAdGPLP4nIs6fIO145Ngyb3O70f6N { top:5.3125rem;left:31.125rem;width:16.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTWixS6NgvmloKFFO2VRRiOfU2y1Url { top:18.8125rem;left:0rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmFnXUmc5irAwfTsq8WtwegVVu8HCuqP { top:18.8125rem;left:14.5rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n95pMgJoZSIhvaAC0mz1TTfvJK0gcHUa { top:18.8125rem;left:28.25rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfyu5ltMs64z2iF825ixOzvMAsUFr94x { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIR29d1DJLVJEilXtz3wTTbiKoWWHaVX { display:block; }
 }@media only screen and (max-width: 763px) { #VfsChIEA8Nso039KF7kMJzsXGvQOWDsy { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVvhzouTVERWwAQOXQnPOqm6cuXwNv8c { display:block; }
 }@media only screen and (max-width: 763px) { #kkq2Q1Or8sUFMFcrydSlAMKFFKTtVb1G { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4gRbKUHzTLTHCLiglkxaZFoIT1F2MI { display:block; }
 }@media only screen and (max-width: 763px) { #Pu04yP6x84vLllJsgeDhUWQZu1UK2dfH { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQi0UxioyskEDF6DHgX2nrquLdgDy50Z { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFkeoi2U8BsADqvTdEJNntSZrTzk3DWg { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX { display:block; }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS { display:block; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2ThEqPI2GZCi9J6yndKgmEyGARMS69q { width:47.75rem;height:3rem;top:0.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyh5c4VfJVG5n6De5WdgOvZaryJROAIa { top:4.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I { display:block; }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQstaZtzdK1WcRGD9vyVu0VllpWloGIq { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFqghdHB2ffZ3inv5X1onBfVIS2ICFnR { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPemry1ASUqvWdwd40GiMh7qCheKpwRq { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfqaGyNGqNC3k8OIZLk7ncscKhPgt5st { top:19.4375rem;left:0rem;width:17.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s37daegrmkuyHvREI4BFg365H55dFSHi { top:19.4375rem;left:16.811767578125rem;width:13.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TLXoSKpFcC5gidT2Pigz8IKySH6bpp { top:19.4375rem;left:33.00048828125rem;width:13.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji6Mi0hzJEgJdkfXkwDEQK1E0mwQdRf5 { width:17.5rem;height:2.5rem;top:22.5625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LILTTXcXEpgDAQWTaqeA3BTAKzqmiaCQ { display:block; }
 }@media only screen and (max-width: 763px) { #K1lqAFvC75EkOyDW0qugvWrL8ey3RmlE { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0X4R56zZSGdEL5irIwIN79lN2hZSubm { display:block; }
 }@media only screen and (max-width: 763px) { #NQTImtCw8n3NVIJImxHTFdzlGJsb73H8 { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhtlyLyC2PllGTKAOfgsVNns97a1usKI { display:block; }
 }@media only screen and (max-width: 763px) { #ZEvhhI4bJGigMlpdzC7KsRw3lXxlJ7vZ { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRQXCM3pvZkItL6gfmuIkyU7ncoIADFG { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTaE9Ifxu2kw9RkJ3oRsaGopEuerGOeU { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbHJcb0Ag48rBXqQzgksgz0x546GZap2 { top:4.0625rem;left:1.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anwe7hAD3xFVBRFn0lpMPDMJ8RWtdNAi { top:4.0625rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfqdL2RMDuC3JMe8cSuzBvo9r4CHlGXP { top:4.125rem;left:32.8125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis { display:block; }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQ1RsZVI32OzsrVvQXJLdMDqXlP8kaXz { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbxgL0smNc5t5hGR6KPBB1wClte4pIqT { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kff0qSSMf5wlLgv1LLugkG3Fuep4UV3A { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx9pEvASDIVXt32Cgli9LCrb8dN0IbH6 { top:19.4375rem;left:2.0927734375rem;width:11.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy9fko0aaNyd8KfTzv6eoGdHrVkm8Igs { top:19.4375rem;left:17.031494140625rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQN94zwMihxi3PCOJfL5UiuDCCcTia2l { top:19.4375rem;left:32.593994140625rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnP7EzNNQ8r8lDDTHZM73aCifE8RLUV5 { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHU1AF9Hg7cUvN9KNIwrTP2kKPDX22Wn { display:block; }
 }@media only screen and (max-width: 763px) { #xQ9LanpeTgkJLQFabM87Dc0Eo1TrT9Tr { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1tOCnGF0T58JzUpkKRvRr60ck5LNFHG { display:block; }
 }@media only screen and (max-width: 763px) { #dNPT7y9DaRNdbaNfD4y9HZ5EmWnosKkB { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlpph0HelH8ny4NTcwFWh6KrArenBzc { display:block; }
 }@media only screen and (max-width: 763px) { #kLToWo3xr98inCQXL9rTXLgrLxGQpqxI { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTdrHTKWBPQRNBMitVxLa2dlO0xWR7p { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNkHWqWek7ztd03nBKgURa8hTTfc78yS { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsCofWMv3zAffVNq8zBZtRnDS0SPbrDo { top:4.0625rem;left:1.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbIhwJunB16gJLLsAwAfSsM9Takunraf { top:3.75rem;left:16.625rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycQT3BxfwL728w2bm4SIkdTfdHgCipFd { top:4.0625rem;left:32.8125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT { display:block; }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwdEWRmTcVRTwd5qupEOyorBkpX37On6 { display:block; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWkwVLNaCLAArGu3s7Ep9brTqX98H7qK { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7VapLtNRKefE0WcQ7zd5oH422ibKvKk { top:5.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWZoa65Sc6uSHFox5tZJFBg382pFa6U { display:block; }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZIrBkKwTKcx76Ir1EHpwBEa4weI9FVu { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CIsMdq8VV61lUyTEar326Xo6rnKm18 { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGF17pyfDFgLgGEsLpQsiAGMWhWy5mTT { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdZS3ukUJbPiQWclFaaARxC4NMRsdnnS { top:20.0625rem;left:2.093994140625rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcT591RuRK6c77P9KgF27aBXspR9t2Ax { top:19.4375rem;left:17.031494140625rem;width:12.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7ANacvQBKilPc0KoTtXwrQcStizr1Oc { top:19.4375rem;left:32.593994140625rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqInM89InI1mv1fxtXasMMLSoxtU5Px { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgtw5mXuDK7pFG1dommlK6G6TM0Xb72D { display:block; }
 }@media only screen and (max-width: 763px) { #Q64tORH7qd7Rgq7PTrTiCeyc3Leoy83c { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ6fxMOG2QqJKHCguU13RMv1phaXpRiu { display:block; }
 }@media only screen and (max-width: 763px) { #DWJhFL5rGyvxuazH2OWQzM25Ogm4Hci0 { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5nw4DAGwhO7vxlt0oKMKo29vHXLPzLd { display:block; }
 }@media only screen and (max-width: 763px) { #CK9fs6LGEKqcpH7AfAa2o5ynWELTXpUL { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoRpRgt9Py7EnhGUrtpXHCv6HlVgP8wQ { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTfT58BkpbmoeZPML5LU9pnHxsPBm2z { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6Ai2zJbHJXztsSdTLQGPecK35ccK0I { top:4.6875rem;left:1.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHRoTg8E9RAZHP9sXo4tdB0A0EJXpRQi { top:5rem;left:21.15625rem;width:5.3125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzEgGyuvVXPOTsOZyoBkGZ384Re9Btz { top:4.6875rem;left:32.8125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crKuVEiTCkeHyIMdK7eZCmBLzKi3w27C { top:19.4375rem;left:33.34228515625rem;width:12.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQW7MJKinpe0wecPnBpb8wai6338CI2 { display:block; }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBR9o947O9O2mF1GLBwE9QoMEs1GVJLx { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacVpbnoZNy6LBuSsiiUx93y3rA8hQ0T { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbVfxLBEUMNK1JMIIXSqXIvBsf43nJV { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6wfFxiXtqTvRnb01NWcX4omuhU7tBg { top:19.4375rem;left:1.156494140625rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6lhr8pDyRhmTws265CiovUPLD3TBiw { top:19.4375rem;left:17.031494140625rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxiZ0cTtCWtFGIqtGk3rJCXCmhsTbfKZ { top:19.4375rem;left:32.593994140625rem;width:14.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r48J63Od4Q9Tb3XT6QH9HCm53SsNHRpH { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWQyoVBmUEX77SldwKLxXOS9lnyvTDap { display:block; }
 }@media only screen and (max-width: 763px) { #tV5ugAE0qJAxLNLsyoGOsTCE2suIf4MG { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDI2MXqFdNTt4f2gOWzdmMZZsrRiqHUH { display:block; }
 }@media only screen and (max-width: 763px) { #lSrVel8G7ACnMkaUkBt8e17P8rXvqJe6 { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtACnn4MZ1ZWpQNEO7a4Xm8OxT7kV7EG { display:block; }
 }@media only screen and (max-width: 763px) { #uvMLQezeTUB126qAhCLLQBBS2IXWbfLM { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKxUFWkwrdeI6F8IvMcL6WRf0sktgcea { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTdpHWEU9SMtIyT6H9WaRvdZbVtM3lai { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuTMq3rtuewlNc1zBNTa2TeRg5QeuXL { top:7.375rem;left:0rem;width:17.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frhMkdrvFAceILikhzQFM3vTflS0e5kQ { top:5.0625rem;left:17.25rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01RSqcbWm9XvaXzrbz4b7Qo4ve5flTR { top:4.75rem;left:29.875rem;width:17.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC { display:block; }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW0TENui6bBo1Lhfu837GiLgTx94ko0m { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiiQT2cHPaa9ukAmoqEnnixE8xSzP9Ta { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofgcncbsAMhtF09mKOBwUX0A0Zq7APFA { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2lsESGaEcOlVtlzSuXCTTpwsS1CHSTk { top:19.4375rem;left:0.81103515625rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2fxIsBmKoBe54pVXFERQqVaTeNmTTNM { top:19.4375rem;left:17.031494140625rem;width:13.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml0UsFUxk0gsDyIRmTASac8teqk7SdK5 { top:19.4375rem;left:33.092041015625rem;width:13.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3DXHqO0J5MNvxBHPBdmWhAwvJp3o9N6 { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4LwzU9P80qGvqHpXXP9zyDzClvOiPb { display:block; }
 }@media only screen and (max-width: 763px) { #I0MzfIzhRcyR8FzSOTtvTpkbMGr9iQlb { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnpRSOIQovOH4trEx0gOMnLcco379yFl { display:block; }
 }@media only screen and (max-width: 763px) { #gAVDApfnEgFmeikrATcR8o2TRxFtu9zE { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo8tygL465sxUtI5A59gAHVyH4GgGAxB { display:block; }
 }@media only screen and (max-width: 763px) { #XTH7SDpWcG9DD0pHDRWNUk7vkFbBNw8R { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5sJVZUHRoZ1e4lmu1QeTIvOUspGmkri { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBsgyBZJ7saEqy7nRa8S8iu9d3spo9nM { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5oR0VGRkZWvvKWKKi3al3xtyurInNrB { top:6.375rem;left:0rem;width:17.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZVf0XtSr4cBTenS3xHqLUnuBAxD7XGT { top:3.5625rem;left:15.8125rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQFnCV5bOQ4N3uWeo9ar17VvlFvyBCxT { top:5rem;left:30.125rem;width:17.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI { display:block; }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x { display:block; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0t3a5T5ImaAN5QuBf1vU1tyWMnuiWpp { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoP1OCgeJHnTNpiBFkpEKT3K6PJGo936 { top:5.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD { display:block; }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZHTHQKttDoQcsCdQcMvZJf7DFTQS4g5 { width:21.8125rem;height:26.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSPxo9FIKrrrfyTTEVPEErUAeMvpxzXk { width:21.8125rem;height:26.8125rem;top:1.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB0kdhfJWvvMbhfdkz08klu0t2zyqGKX { width:21.8125rem;height:27rem;top:1.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn2x7XezLbl9r4oSCmPrszTW1VMkzIRv { top:19.4375rem;left:0.68603515625rem;width:14.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvTcaczN064EdE0AyoEpu5zpPMAGHPCD { top:19.4375rem;left:17.46826171875rem;width:12.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbHEgDJ0rESW5AvpLgpcVsVHCskhxlV { top:19.4375rem;left:32.593994140625rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKp3QVNl6uyoLzwKD4ad1IKZiAQ3dew2 { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT2opIwvQ8Hp8fTPoDACGkZT4dwbRixh { display:block; }
 }@media only screen and (max-width: 763px) { #N1AbmzmxSHEGUMOXg1NXWtI0oMTqwA8X { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2VKL6u9AkHuTfJggVSTfFDB5su3HLoa { display:block; }
 }@media only screen and (max-width: 763px) { #w7Bt0M7PVsSKo0t4R4B2c6q8pTEGsOek { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJGNQ4v5gx3FfB2Ft0LZQIHMKPCC8DPK { display:block; }
 }@media only screen and (max-width: 763px) { #vdZ6kcfvGa4wUD3ECKzkGWf2y0a5T0v2 { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfDaODW0MlTbToH13gVlqMEgicu01OWm { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1WP8Bu5Dz0QZwzsDrslKz6i5RPWTpt9 { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBnsZ1XQALOs5LJ0xguD5DMb3aa8TgI5 { top:2.4375rem;left:4.74951171875rem;width:6.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFThAdbu3gnEtVouQTxScyGcRNgRKprU { top:2.5rem;left:16.09423828125rem;width:15.375rem;height:15.315171221367rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBqHXEUmugUc8W7lACJXb9M5OyKi7uJo { top:3rem;left:32.40625rem;width:14.5rem;height:14.437262039155rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU4Uk4GRc44F5eTRcWJOTq5gQwMgTibn { top:19.4375rem;left:33.34228515625rem;width:14.1875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB { display:block; }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUXWFaUm89pkzgagNxCoFiKhMLP527sz { display:block; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoeOs6Q1SgHhTRTkJ43MBGe3If4RIgfR { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDHcAEOK7tOq3JZ2uypO98EtaaFC4leQ { top:4.625rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO { display:block; }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1rNDFtHr2pN0T6EGoSWp6Or5033yMLO { width:21.8125rem;height:26.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwOu3vbn9E0N2oNWxMqIrQMvMkmedTiE { width:21.8125rem;height:26.8125rem;top:1.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmXPzirb6Iy3myVmlwi6los1TV4C6bDu { width:21.8125rem;height:27rem;top:1.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bob1XKuEBmug65iksTBhC1eRoxDWkd1T { top:20.0625rem;left:2.093994140625rem;width:11.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWJ641uDz2RxBRpwuy8DwF8Mr6kyCf6F { top:20.0625rem;left:17.46826171875rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKqVhEniTt416DHIUMngqWV0mMgnkPgm { top:19.4375rem;left:32.593994140625rem;width:14.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB75wG4seXa4otnEPaWm3qyfTucRJJrk { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf2a4hX1TDMqdnut3aypKWIsP06TNRln { display:block; }
 }@media only screen and (max-width: 763px) { #XP4TOq6Bh1JOtPWyQrLWS3lgxHENQvXm { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0pXdhdRGmrJX1hXc2y8JIWexhOGc2LG { display:block; }
 }@media only screen and (max-width: 763px) { #N381wgsZZUD2hFWZH1h4o1ST6MsATy4v { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krvoiGTVehzP3SkukUZatcUZcfKqsFoU { display:block; }
 }@media only screen and (max-width: 763px) { #mfVqFisvPwpsLhLtgZzXl3PuTIr4udr5 { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAbZUT7SmMKIPTTtyUxCrQW0ke34U9bp { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAzfbp7D1t6IFMILc0VZIQIpSdusH9h2 { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBFVPLGCqRmCHeqycbkzWivCViUafHRT { top:3.75rem;left:0.15576171875rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTT7VD9A312NHhvRxFOpQHtIm8AXtq41 { top:4.375rem;left:16.6552734375rem;width:14.5625rem;height:14.3105625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtHUucGkb7u6xqbWXpK3SaqmuCUQJRmy { top:3.5rem;left:32.03125rem;width:15.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k99hnr0ycLurqNr0zeGAfEUaBlkJL5au { top:19.4375rem;left:33.34228515625rem;width:12.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u { display:block; }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L { display:block; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlR7phQS1ZTMTyrSv82SuOUEViGvb7Re { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrdN1xJcovXnAqsQNHaCxGrU9F9ITIwg { top:4.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv { display:block; }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUW97VuT53uirOBbyH8Tt1OByezQJdrU { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3D2DuzZW02SwPMRVGQTpUTG1MIr1KTm { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVOzQsiwXDbb1IaI4V4NviD8I37LFu5s { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfpDoG6UVdVB5tydpnoZX7Z8MVTm54l0 { top:18.75rem;left:0rem;width:16.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beMaHmr4nyTKUxF7zpUqc3iZmCihsvWk { top:18.75rem;left:14.5rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLC0X0Nfdn2F39brmqRGsWWsuRFT5Cd { top:19.4375rem;left:28.3125rem;width:19.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlfyLvgvPiteOyxlROFuV7a1a3Bpp3s4 { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZZKS55Milr0MocvMEh17vG6b4w51mNo { display:block; }
 }@media only screen and (max-width: 763px) { #WpwdqgB9xbhM088mPLPg9cpeHNETwkxE { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQMD3XNagA9yaVDATLwn2mKTIhBR3Wvw { display:block; }
 }@media only screen and (max-width: 763px) { #GTWh4rgu7EwetdmpkSJkF8Dr62NeqcTs { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8dm84zDIlf3fmof5J4J2LQuBRLJkMRB { display:block; }
 }@media only screen and (max-width: 763px) { #MLwCd8MsHXZsB4M9K0raKgRT3dTzDVOp { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXKVsoPny39uB8qOaub0s96Q3RmSgwTF { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSMqMw8i0WsyWU0AnPMtcGN897kHHDzk { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ7IV06LDNF9W9dHTI0T5Pnz0fgmDtXr { top:3.375rem;left:0.18798828125rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLp9ZgXJI131PLN7sxIOLhe8Xu8NKqbK { top:6.75rem;left:17.25rem;width:13.125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zKng3SlkN1728V06nBv8eiTKktWPaK { top:3.25rem;left:31.873046875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBKpw3AIbd4n8PczMknbAih8wN92vXTC { display:block; }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th7tb927dwmsygGufKMkq8FZw3DoQBwH { display:block; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTL0i8KGT7nTI1LMQZuMcgZsTveS1GF6 { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJfouwvQM4fShn4fECXeIyEZvQaSlbAo { top:3.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt { display:block; }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPN9Tn719ba5FL3nJDW79bdRevyCa6NH { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkLeFQQPUDvZW81rwX6CO2dstm7SywG9 { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibkOwO3EMFoNe4UPMOmvJbMkKf5Ki6Fb { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFpIqMdZeHA1fXsqyahs1y1VeLqD6ZG0 { top:19.4375rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Ne2TQOigihKLxc5B6NUF7Gwuk4FZsS { top:20.0625rem;left:14.5rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdJzDoo8nGOp8vTiJCMEPOeKMu2IMzn8 { top:19.4375rem;left:28.3125rem;width:19.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8dg3WzUqmvTSNv0fSGyMpkhUZotLdzg { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbITB6eXF4TVeybbXddwVdUkP1TK1GAv { display:block; }
 }@media only screen and (max-width: 763px) { #kuXkCBLqvzQt5HTRPQq85OvuUDDisTtC { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOIThBqTqWTOLL9rbPwlnbkzAZTMHcVv { display:block; }
 }@media only screen and (max-width: 763px) { #IlfOl4DXTPmyaBnsthxLqvo11u1dkczo { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMgULMwctpbaOMQmKfvHBydr5TVi3QSG { display:block; }
 }@media only screen and (max-width: 763px) { #RLED6yZhdMAlsxGWJUWeF3lycs94O89q { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcWzyomwvbIDSPhpdiS7O0JcIuHmVkC5 { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqs8ueu3cdRuVzPvS1cRVmE9cgTkoahf { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfqDZ4q6AwAX9oNMqPZzto5RzfIHxL4p { top:3.625rem;left:3.09130859375rem;width:9.8125rem;height:14.843213580434rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9TCwf46XxrFmqmbfAyFTbIqBTn0SXlN { top:3.625rem;left:18.2490234375rem;width:11.0625rem;height:14.917071197411rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoISqwqwQoueiPTo7blTDLoG02GuwkOA { top:3.375rem;left:31.9697265625rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD { display:block; }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsLIbqFDenpzecX1f3ES1zum6gnbNtfb { display:block; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdhuyPorTf7LfdRobg8uR1CJkFOAfZX7 { width:47.75rem;height:3rem;top:0.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwvNZublJQXiM1lADyZqVh0GsCCdms5q { top:4.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2OkKPENJcdIKdDoozstanTCsxkGJLeR { display:block; }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiV6HvcNJSos9TsIgskUSTtNH7m6DMiy { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCeBd9x5lRAz3qqOdRudQDLyOMxnXca6 { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnLEExFwqtX6AePcGFUV4ZTCSVxSqgqg { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKdv9WBpOmTT7QzkVSyg7vxNkkVWiu0r { top:18.8125rem;left:0rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf6JQUyVNupT65aA6GUV6MluIohEtooK { top:18.8125rem;left:14.5rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ51JpGyhGPhHfifh6Tupked9OhuwvMg { top:18.8125rem;left:28.25rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBud4T1UNN52HlwHIXeStieBG316qOT7 { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QmPerZhzaPS80EJyQf81KCmdPXoyGT { display:block; }
 }@media only screen and (max-width: 763px) { #BlBQcOJipHZT7A60kHNy5vJCZIzP6HBJ { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuW56IMhlThG3qeVrluL7beFmRJLbI6C { display:block; }
 }@media only screen and (max-width: 763px) { #IUVLhv24QOi2DLvHTpZBznVeeGHLv07S { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7EQJ6l9BP7ggQfTJtvKmhPMurXLv9qq { display:block; }
 }@media only screen and (max-width: 763px) { #kdpncOqcgoSy5vhFt5CPmGqRbzQprFUw { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyC1TF2R2feXTz2zlbc7MXGZ12ubqA4X { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZgxTFBuTrx4tm7hvbhnqSCE6VSX840 { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0IzXlvfRIkdptUZFJCaQi4Dr3UqfVkz { top:4.875rem;left:0rem;width:16.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9JPEhS0QRvvZAglGsrzzOUtSoPlkH4 { top:4.875rem;left:15.5rem;width:16.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSUwMR7WroMc97deZVlXZPpCfsSNdx7z { top:4.875rem;left:31.375rem;width:16.25rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC { display:block; }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV { display:block; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEuqJ5bMgXpebsSZgTo80RQ6f8tAR92D { width:38.1875rem;height:;top:0.6875rem;left:4.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl27e2r3AZHKAvZDOTTDW2JT5k5nQUfd { top:4.5625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA { display:block; }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pbvt3exwpTi6plEQdGEeB3lROTFkdLWB { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Cl2wE4i648h80gh9SIg8Ldx9ZTxoZ6 { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwC8PNx0gKtI9XEwQJ4ybpPTcLsRp49O { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhLA0dfH2pKmogQ7XTmXOLwrqkTUq3J { top:18.8125rem;left:0rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6SsTNQVbPTTIZG2rMJuF7Tdn0GsivXb { top:18.8125rem;left:14.5rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trr7fTLJAA5z9xH79CQ16mTdBp15PNLc { top:18.8125rem;left:28.25rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95Z5R73pXAiTIurK9oqIGt6HZFcBnEC { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcV5omlqPuP09vyKW15ZdKGUl6mnI8qN { display:block; }
 }@media only screen and (max-width: 763px) { #iyxCTqR24lxRWwNEvyC8EWRQVTRk4KiZ { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOrA53TJGaomHMf5UMcdNgO5iT4FBuT { display:block; }
 }@media only screen and (max-width: 763px) { #Bd2ydFbkLWXHDgRtQmkFgBJgvoZTQSOK { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTPVlOmAsMuIJ0z7lBBgzzgUsqNxatXF { display:block; }
 }@media only screen and (max-width: 763px) { #r3PzGTT9nVOVGXHotIQ3tJtKmAGxTl4m { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNEX104e9k8teLRlrmleTekLTaKTv0T5 { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkf1ZvWVQbxTF8Q8fgvVysT6arNSlcx { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s84RNzeBKWmk10FtESAKB31Kmz1sRBh5 { top:3.875rem;left:1.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zex9vT0yW5niIBrfbIK62wFqa79H1W7I { top:3.875rem;left:32.8125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4uz32RPLAN1FMPXHMqobhU5A1eLuzW9 { top:3.875rem;left:16.9375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ { display:block; }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arT3OdrcRlvLz002QgschIPoLXFExgCz { display:block; }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0XiiDzv8lxnJ553u9y209TR0WqoI9J3 { width:38.8125rem;height:3rem;top:1.0625rem;left:4.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8qsMe2ao6tgcoL7SJhls7tOQ75ysNxI { top:4.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ { display:block; }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifef8FcafJ4qC2URu7c9uNcR5QgQhkvV { width:21.875rem;height:26.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtTg0ad1ZWqX2NfWdrbNIoaS0CTlczR { width:21.875rem;height:26.875rem;top:2.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk1B0mHRHS8r1a5tvLwLs6nE0Hdnq7nJ { width:21.875rem;height:27rem;top:2.75rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB5AQ1T7SiKDKqoSo6Z86iTgs2FQ8XTA { top:18.8125rem;left:0rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN16wWooL2eBvtAfKnZoQFSDSJyQJWQL { top:18.8125rem;left:14.5rem;width:17.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsgEN1oVvtGXE2c1E0UTeL4Nkhc3DiW { top:18.8125rem;left:28.25rem;width:19.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSofVaz9XwrCAJ5zDFVOd88T5zIDEaUV { width:17.5rem;height:2.5rem;top:22.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD4TBIptvQC4Akhlf3oEueVgICKeAIwi { display:block; }
 }@media only screen and (max-width: 763px) { #v0H3I32Thy5R1yEJTgFqBWFrwmxa2XZB { width:17.5rem;height:2.5rem;top:22.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMJTqoeG4T5cpJsWEI2WDTUA2JJkNb3Q { display:block; }
 }@media only screen and (max-width: 763px) { #i3gWwfH7S4Kkfk55U68G3XmrZJRITXQx { width:17.5rem;height:2.5rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxT5MgDdA50uZVeHybmQoWpokzZoUxnT { display:block; }
 }@media only screen and (max-width: 763px) { #q8QTW1o7XWlagq9B2tlniO53lXiLCeCn { top:25.6875rem;left:1.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md3hd8arznJz9E48bikvW8Ro4v1P51Ds { top:25.6875rem;left:17.5625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ogtuS4TVu12HKetgJf5lrCmWsMMvB1 { top:25.6875rem;left:33.4375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVi9ccHoH9fFgXaKrQS9WnX6GgGfTEw5 { top:3.875rem;left:1.0625rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3M0UDBzvEcLs9yqcMTF1Vn3w8zZuoc9 { top:3.875rem;left:16.9375rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaVQFSkQwtamlp8DQxZOQBPDZpXXOTxz { top:3.875rem;left:32.8125rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE { display:block; }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkopfQJvTEpNMaNy7NJhPsNWKB929teR.widget-smartsection { display:block; }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D { display:block; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n99C0nSzt9w76SieQJO1ikdOIFfsa6M3 { top:1.3125rem;left:6.5625rem;width:34.5625rem;height:5.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E { display:block; }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxwQTl6flyKgebfpPEOvCUhmQ4hUuz65 { top:1.0625rem;left:0rem;width:21.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNOR4IVKgtv4ZanEWnrHVanIy4FWeUR9 { top:1.0625rem;left:13.125rem;width:21.5625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOBnB5xsKqqe44cFcs2vKKToFW3TioxB { top:6.25rem;left:0rem;width:20rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfVl5iSJRL90KMB68gL5oUp0NH9rVk3N { top:2rem;left:0rem;width:15.5625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK3uT2LdOAu3gWNZdN9yC813x4HJ8b2I { top:1.25rem;left:26.1875rem;width:21.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtPtqLdBspWoEkw01GkTuy0rKtwnXpyQ { top:2rem;left:32.625rem;width:15.125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkVmy90V0eDLP6AqC66ETdHWzOFOVFT1 { top:6.25rem;left:14.3125rem;width:19.25rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9Rlbks95TpGZvCbU3xTLk7OTOl0tFS { top:2rem;left:17.9375rem;width:14.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpvbdIodUZtoGlT1Jn5f5W7GJlZI9Ly1 { top:6.25rem;left:28.625rem;width:19.125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQet7a4laF3HZzBiOqyQ0RWZFQTWLMPi { top:1.625rem;left:38rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS3PSa2eR66CRFFH4pf3Lzgytaq1mgDV { top:1.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN21doW6wg0UCb6p0SHpz65Crg16SSpS { top:1.625rem;left:13.625rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection { display:block; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W { display:block; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #As9qMOdNsFU8cEy4MiculZN1S2TJFH2a { width:47.75rem;height:3.0625rem;top:2rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTBZzfLJZO9cAxJTpTVA9ty3yMV7PATB { top:7.0625rem;left:15.71875rem;width:16.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD9cTc0sTl1GAkZABe7xp6TcPVvUeVUT { display:block; }
 }@media only screen and (max-width: 763px) { #JSkXaPLomCqkiu9sLX3gTTDudVNFnUJV { top:12.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF { display:block; }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLGUaDvRTDQoQPINGwvQzBqAhVlLVwIQ { top:1.4375rem;left:7.2802734375rem;width:33.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#HHprRPtiEyq11m2W5r3Ny6eyTXZi1Xo1 > .row .container { width:20rem;height:8.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy { display:block; }#bd7fuqvJv6XHgCTkoW6fOO8Zmnkn8aTy > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPtXltKmqFsT8kraKh1Wue8LTbz426k6 { width:19.9375rem;height:17rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsdPiOqs4cEhE1OveAdNGxQUTQ8qRwTM { width:20rem;height:15.75rem;top:24rem;left:0rem;font-size:1.3125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cF9NFaKa9TMn4gb0RzfbBtXGaxBQwTh1 { width:14.1875rem;height:2.4375rem;top:40.8359375rem;left:2.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtM6OPLG5av6eTrfJLKlX0OweuT1UTya { display:block; }
 }@media only screen and (max-width: 763px) { #EIRiA7uPZQg9rsTGN5dgfcXSmTeEhwsU { width:11.3730625rem;height:6.25rem;top:0rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 { display:block; }#NkMJOtkCboSIVIk44bwDKQ30IzOiDk75 > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8zTOzXShxBDUTP4Zc0bygMTxuxTALi3 { width:20rem;height:4.063475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmRyZDZr2k6rT9TksC3MVSJTooVTQo0n { width:20rem;height:8.4375rem;top:6.5625rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP { display:block; }#l7ixZD4O5ySnFAJW8s0M6h5qEBGQkkMP > .row .container { width:20rem;height:94.54980625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICrJKArTZrf7DgcTlW3lqlI9kQIwcbKJ { width:18.9375rem;height:23.75rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyAeiFyBVoiOkW38AQXLT1Ff0Anc39ab { width:18.9375rem;height:23.75rem;top:26.71875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWxvSGdWeWcno48pWTTmxJxTW3WHxNvP { width:18.9375rem;height:23.75rem;top:52.25rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6kf2KLMhg3fqx1s0i1TdTT5sdWS0g09 { width:9.5rem;height:11.75rem;top:28.4677734375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTzeFlnDmypSL5kqUckhx9vBDifIPK2 { width:13.75rem;height:11.375rem;top:53.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZCB4ifPLFGKWhBPtHvTh28yR48eTv2W { width:17.2480625rem;height:2.59895625rem;top:40.9052734375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ILDT3B98GiNvIekxKUzehI5tKWoBFs { width:17.9355625rem;height:1.29980625rem;top:66.8125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4HcRBrmSOw17CnokAokulF9TSEiqVEB { width:17.5rem;height:2.5rem;top:69.2490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9u1cqCvcvFDCaH4mJlDGIQC8KJ7aJh { display:block; }
 }@media only screen and (max-width: 763px) { #FqyCRqdXJIWGpTOrq3ZuQ4HOithSAzd8 { width:17.5rem;height:2.5rem;top:44.4677734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAhgg8QAT5bixeiRCAmkC5KfVWtqaWWf { display:block; }
 }@media only screen and (max-width: 763px) { #PZaWTMyc0vEkxAeTms3JZ333i8JOOxRT { width:12.5rem;height:1.29980625rem;top:22.4443359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIJLteJyVHaaKo1KxWoKQckWipSC5pne { width:12.5rem;height:1.29980625rem;top:47.966796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN5ueyHCzCxI2rWqcFZWeI0eZKW9oBB8 { width:12.5rem;height:1.29980625rem;top:72.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVuazakIO6Z4PtQqvvunhoQG7TtTJs9x { width:8.25rem;height:10.3125rem;top:28.6943359375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwDT7G4klD250WhVXmAlvzfbA2wAfsZV { width:17.5rem;height:2.5rem;top:43.4755859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6CfwIAOR1wX7RgZhUABK4ApzFx4eIi { display:block; }
 }@media only screen and (max-width: 763px) { #UK6AHoGHXm70zDFMkPEA7kA9mIeSDpfs { width:10.9375rem;height:13.5rem;top:77.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnEPZESwWA79J058mgs6P6b0gzC1BnG8 { width:17.25rem;height:0;top:92rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH { display:block; }#rUrmqoJLvQh8nIKypnJ6UGPeG6IhzfKH > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDsTKphfaqW5ZWdN0gP55nCBD4rw1hh0 { width:18.9375rem;height:23.75rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqJBoxy0dsUfgEJilO5kRl7mROiwiVWF { width:18.9375rem;height:23.75rem;top:26.71875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E40pfa618tmRTDoz1vDKUQPwO2HlmPGR { width:18.9375rem;height:23.75rem;top:52.25rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJtZ4dVzAS3wIvLaU5qbHxVavWq6h5zO { width:13.75rem;height:11.75rem;top:28.4677734375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGx7TXM8zaUlUWG4DWVnrX2JWqdmTHyg { width:13.75rem;height:11.6875rem;top:53.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOFKoLCmba9vvXC8zHUzz3siamSsznht { width:17.2480625rem;height:2.59895625rem;top:40.9052734375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgZ7fKKiraLpHl8ctM99RDgUtWofwWc0 { width:17.9355625rem;height:1.29980625rem;top:66.8125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnFIPMgZP7NAwu0K9wEECz1aZmc2E67i { width:17.5rem;height:2.5rem;top:69.2490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlKeFQn5Ix0aTBUgDcsqSMCNTOsPc78r { display:block; }
 }@media only screen and (max-width: 763px) { #tuu2IinKqtLMCdo3TfsEbBrSRM2Kq6s4 { width:17.5rem;height:2.5rem;top:44.4677734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG0Eqo1Ln1FkQRzp1lmWvezpt7ySzLGQ { display:block; }
 }@media only screen and (max-width: 763px) { #CACDJSreaETvzaOTTDncCvJUILpTBTJG { width:12.5rem;height:1.29980625rem;top:22.4443359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsJFifyuCfWK4fowJkW5ZCfLeqyVwS1c { width:12.5rem;height:1.29980625rem;top:47.966796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAN8CZN77ElEIWAdmX5deNmPJtJwWhE8 { width:12.5rem;height:1.29980625rem;top:72.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLSgfZPdxfuOxMSdgnr7vB3HT1gnoCcM { width:13.8105625rem;height:10.3125rem;top:28.6943359375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLKI2dN3meXP1iXUhriWIzKlpR6P659x { width:17.2480625rem;height:2.59895625rem;top:39.7568359375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y72K835ufhdTxWhwRFtOVO2AyaqQSRG0 { width:17.5rem;height:2.5rem;top:43.4755859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9F9mKPEZF13PzP6LoibpH6TOLK4VzRC { display:block; }
 }@media only screen and (max-width: 763px) { #PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS { display:block; }#PXuexOOoDudtTZLbq8JF1kJ4zyCT25gS > .row .container { width:20rem;height:92.287109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiRGTMB8hR2Ch4EEQELEiGXJIsKG9wUD { width:18.9375rem;height:23.5625rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6OzRTHgwrooWJRyl3gfHPPhhGVMVves { width:18.9375rem;height:23.5625rem;top:26.90625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdXus9TsadfT6dzC7W6fuEzoZBlJl2b6 { width:18.9375rem;height:23.75rem;top:52.537109375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI5O1uvZVn8Ff8qxnUELn6dTuAemHpN7 { width:14.8125rem;height:11.0625rem;top:27.7177734375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RynGxhfpZmavblrhucy5Wzlebu6nSbtQ { width:17.2480625rem;height:2.59895625rem;top:40.3427734375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU0NHfOX4Tpky5TuOS5dXnHJyb8gVOSc { width:17.9355625rem;height:2.59895625rem;top:66.125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0NCewaRiyHMplVPehBkvTvdbSHUri9k { width:17.5rem;height:2.5rem;top:70.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8RIM2S4yfLTXxIC32JTh5hykdJku2C { display:block; }
 }@media only screen and (max-width: 763px) { #swDVNh2gX7mzatZBkxXSSUcbEuox94UU { width:17.5rem;height:2.5rem;top:44.5302734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAhNItmh4O3idJ8ibItqk0CBcm7Al8kX { display:block; }
 }@media only screen and (max-width: 763px) { #Cu7gOWH3RE8bJcJdygcXvE8KqtXuA7mc { width:12.5rem;height:1.29980625rem;top:22.2470703125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZhrFedUhZB1F4dwg66P9imwDMJbTTRO { width:12.5rem;height:1.29980625rem;top:48.0927734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewVE32xEgsQapOwE0ANUyzglQww1U7Ov { width:12.5rem;height:1.29980625rem;top:73.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPdtfvovHKQ98P9sTqFfJ24Z5VWZ5hap { width:12.3730625rem;height:10.3125rem;top:3.3740234375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLwSLVntGTLHgvgnuTS9wTE3pfFMOqTi { width:17.2480625rem;height:2.59895625rem;top:15.1240234375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCfDRExT0VspZ4z8LDQDdH3mmfnuOWG6 { width:17.5rem;height:2.5rem;top:18.685546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpoXxecuQDPqJAPcSDVgJMg54N6T92r3 { display:block; }
 }@media only screen and (max-width: 763px) { #olRsPdKm4JqZA9dnsnR6q0TO0AUsXPB0 { width:14.375rem;height:13.5rem;top:77.537109375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCwb3CTolLEQA4w2DMmSwygDKesE1zLC { display:block; }#TCwb3CTolLEQA4w2DMmSwygDKesE1zLC > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A { display:block; }#Raho21pTdEIbnJ2mFkO6BUZ7azpTUX0A > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgpMx0pkFDqTSEwhEX4CaMDTA7ZkV63N { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD0uiDxH3rcNLRK27WShIxmmJT5LHBn3 { width:20rem;height:4.21875rem;top:8.59375rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 { display:block; }#CZQetP8KOV4OF5rFCubP0Gw1pu3cu1F1 > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEk5U8CnnbksGztvOTnRvft8ukirHMq0 { width:18.9375rem;height:23.75rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDZTaAM72oH05DVwoXs7g2ffhR6Pk5ts { width:18.9375rem;height:23.75rem;top:27.28125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R17zguHTpaaCTnl78XMrZHwXs0S6Qpox { width:18.9375rem;height:23.75rem;top:52.974609375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LowTDN02hrbFg4TUQw8TpbX83OZmqtSu { width:16.25rem;height:10.3125rem;top:3.1865234375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAheWOiFlbdSf7m5PwQd7ILeh6GBTIpd { width:16.25rem;height:10.3125rem;top:28.90625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0TKAdGPLP4nIs6fIO145Ngyb3O70f6N { width:16.25rem;height:10.3125rem;top:54.8759765625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTWixS6NgvmloKFFO2VRRiOfU2y1Url { width:17.2480625rem;height:1.29980625rem;top:15.7490234375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmFnXUmc5irAwfTsq8WtwegVVu8HCuqP { width:17.2480625rem;height:1.29980625rem;top:41.2802734375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n95pMgJoZSIhvaAC0mz1TTfvJK0gcHUa { width:17.9355625rem;height:2.59895625rem;top:67.375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfyu5ltMs64z2iF825ixOzvMAsUFr94x { width:17.5rem;height:2.5rem;top:70.9990234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIR29d1DJLVJEilXtz3wTTbiKoWWHaVX { display:block; }
 }@media only screen and (max-width: 763px) { #VfsChIEA8Nso039KF7kMJzsXGvQOWDsy { width:17.5rem;height:2.5rem;top:44.2802734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVvhzouTVERWwAQOXQnPOqm6cuXwNv8c { display:block; }
 }@media only screen and (max-width: 763px) { #kkq2Q1Or8sUFMFcrydSlAMKFFKTtVb1G { width:17.5rem;height:2.5rem;top:18.8740234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4gRbKUHzTLTHCLiglkxaZFoIT1F2MI { display:block; }
 }@media only screen and (max-width: 763px) { #Pu04yP6x84vLllJsgeDhUWQZu1UK2dfH { width:12.5rem;height:1.29980625rem;top:22.8115234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQi0UxioyskEDF6DHgX2nrquLdgDy50Z { width:12.5rem;height:1.29980625rem;top:48.2802734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFkeoi2U8BsADqvTdEJNntSZrTzk3DWg { width:12.5rem;height:1.29980625rem;top:74.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX { display:block; }#b4wtlZyIdqWUXdT1RVhqG0wRrdK0B2SX > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS { display:block; }#aqziSOyRWsOEFQxXbETZWZCGx0nnoJVS > .row .container { width:20rem;height:8.4453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2ThEqPI2GZCi9J6yndKgmEyGARMS69q { width:20rem;height:2.0317375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyh5c4VfJVG5n6De5WdgOvZaryJROAIa { width:20rem;height:4.21875rem;top:4.2578125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I { display:block; }#y7dyr0up5Pm3frQbWShqdX3XNs2ufA7I > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQstaZtzdK1WcRGD9vyVu0VllpWloGIq { width:18.9375rem;height:24.375rem;top:1.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFqghdHB2ffZ3inv5X1onBfVIS2ICFnR { width:18.9375rem;height:23.5625rem;top:26.65625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPemry1ASUqvWdwd40GiMh7qCheKpwRq { width:18.9375rem;height:23.75rem;top:51.6416015625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfqaGyNGqNC3k8OIZLk7ncscKhPgt5st { width:17.2480625rem;height:2.59895625rem;top:16.8359375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s37daegrmkuyHvREI4BFg365H55dFSHi { width:17.2480625rem;height:2.59895625rem;top:40.3671875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5TLXoSKpFcC5gidT2Pigz8IKySH6bpp { width:17.9355625rem;height:2.59895625rem;top:66.5869140625rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji6Mi0hzJEgJdkfXkwDEQK1E0mwQdRf5 { width:17.5rem;height:2.5rem;top:69.890625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LILTTXcXEpgDAQWTaqeA3BTAKzqmiaCQ { display:block; }
 }@media only screen and (max-width: 763px) { #K1lqAFvC75EkOyDW0qugvWrL8ey3RmlE { width:17.5rem;height:2.249025rem;top:44.3427734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0X4R56zZSGdEL5irIwIN79lN2hZSubm { display:block; }
 }@media only screen and (max-width: 763px) { #NQTImtCw8n3NVIJImxHTFdzlGJsb73H8 { width:17.5rem;height:2.5rem;top:20.3115234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhtlyLyC2PllGTKAOfgsVNns97a1usKI { display:block; }
 }@media only screen and (max-width: 763px) { #ZEvhhI4bJGigMlpdzC7KsRw3lXxlJ7vZ { width:12.5rem;height:1.29980625rem;top:23.6865234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRQXCM3pvZkItL6gfmuIkyU7ncoIADFG { width:12.5rem;height:1.29980625rem;top:47.6552734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTaE9Ifxu2kw9RkJ3oRsaGopEuerGOeU { width:12.5rem;height:1.29980625rem;top:73.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbHJcb0Ag48rBXqQzgksgz0x546GZap2 { width:13.75rem;height:13.75rem;top:2.0283203125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anwe7hAD3xFVBRFn0lpMPDMJ8RWtdNAi { width:13.75rem;height:10.3125rem;top:28.1220703125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfqdL2RMDuC3JMe8cSuzBvo9r4CHlGXP { width:13.249rem;height:13.249rem;top:52.5458984375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis { display:block; }#SsVMsQhVHoieCHdAcnDMNDUJhA9pGGis > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQ1RsZVI32OzsrVvQXJLdMDqXlP8kaXz { width:18.9375rem;height:23.6875rem;top:0.6865234375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbxgL0smNc5t5hGR6KPBB1wClte4pIqT { width:18.9375rem;height:23.75rem;top:25.80859375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kff0qSSMf5wlLgv1LLugkG3Fuep4UV3A { width:18.9375rem;height:23.75rem;top:51.125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx9pEvASDIVXt32Cgli9LCrb8dN0IbH6 { width:17.2480625rem;height:1.29980625rem;top:15.6484375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy9fko0aaNyd8KfTzv6eoGdHrVkm8Igs { width:17.2480625rem;height:2.59895625rem;top:39.7421875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQN94zwMihxi3PCOJfL5UiuDCCcTia2l { width:17.9355625rem;height:2.59895625rem;top:65.6494140625rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnP7EzNNQ8r8lDDTHZM73aCifE8RLUV5 { width:17.5rem;height:2.5rem;top:69.328125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHU1AF9Hg7cUvN9KNIwrTP2kKPDX22Wn { display:block; }
 }@media only screen and (max-width: 763px) { #xQ9LanpeTgkJLQFabM87Dc0Eo1TrT9Tr { width:17.5rem;height:2.249025rem;top:43.4677734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1tOCnGF0T58JzUpkKRvRr60ck5LNFHG { display:block; }
 }@media only screen and (max-width: 763px) { #dNPT7y9DaRNdbaNfD4y9HZ5EmWnosKkB { width:17.5rem;height:2.5rem;top:18.3857421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlpph0HelH8ny4NTcwFWh6KrArenBzc { display:block; }
 }@media only screen and (max-width: 763px) { #kLToWo3xr98inCQXL9rTXLgrLxGQpqxI { width:12.5rem;height:1.29980625rem;top:22.2490234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTdrHTKWBPQRNBMitVxLa2dlO0xWR7p { width:12.5rem;height:1.29980625rem;top:47.3837890625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNkHWqWek7ztd03nBKgURa8hTTfc78yS { width:12.5rem;height:1.29980625rem;top:72.8115234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsCofWMv3zAffVNq8zBZtRnDS0SPbrDo { width:12.9365rem;height:12.9365rem;top:1.654296875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbIhwJunB16gJLLsAwAfSsM9Takunraf { width:16.1855625rem;height:12.0615rem;top:26.49609375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycQT3BxfwL728w2bm4SIkdTfdHgCipFd { width:12.1875rem;height:12.1875rem;top:51.8125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT { display:block; }#mUcFbT1RzdTp5RtKvMgsbTN3bmFnT3lT > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwdEWRmTcVRTwd5qupEOyorBkpX37On6 { display:block; }#GwdEWRmTcVRTwd5qupEOyorBkpX37On6 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWkwVLNaCLAArGu3s7Ep9brTqX98H7qK { width:20rem;height:4.063475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7VapLtNRKefE0WcQ7zd5oH422ibKvKk { width:20rem;height:5.625rem;top:6.19921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIWZoa65Sc6uSHFox5tZJFBg382pFa6U { display:block; }#AIWZoa65Sc6uSHFox5tZJFBg382pFa6U > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZIrBkKwTKcx76Ir1EHpwBEa4weI9FVu { width:18.9375rem;height:23.75rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CIsMdq8VV61lUyTEar326Xo6rnKm18 { width:18.9375rem;height:23.75rem;top:26.53125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGF17pyfDFgLgGEsLpQsiAGMWhWy5mTT { width:18.9375rem;height:23.75rem;top:51.8125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdZS3ukUJbPiQWclFaaARxC4NMRsdnnS { width:17.2480625rem;height:1.29980625rem;top:16.109375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcT591RuRK6c77P9KgF27aBXspR9t2Ax { width:18.3125rem;height:1.29980625rem;top:42.349609375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7ANacvQBKilPc0KoTtXwrQcStizr1Oc { width:17.937rem;height:0;top:74.525146484375rem;left:2.063rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqInM89InI1mv1fxtXasMMLSoxtU5Px { width:17.5rem;height:2.5rem;top:69.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgtw5mXuDK7pFG1dommlK6G6TM0Xb72D { display:block; }
 }@media only screen and (max-width: 763px) { #Q64tORH7qd7Rgq7PTrTiCeyc3Leoy83c { width:17.5rem;height:2.249025rem;top:45.0927734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ6fxMOG2QqJKHCguU13RMv1phaXpRiu { display:block; }
 }@media only screen and (max-width: 763px) { #DWJhFL5rGyvxuazH2OWQzM25Ogm4Hci0 { width:17.5rem;height:2.5rem;top:18.685546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5nw4DAGwhO7vxlt0oKMKo29vHXLPzLd { display:block; }
 }@media only screen and (max-width: 763px) { #CK9fs6LGEKqcpH7AfAa2o5ynWELTXpUL { width:12.5rem;height:1.29980625rem;top:22.1240234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoRpRgt9Py7EnhGUrtpXHCv6HlVgP8wQ { width:12.5rem;height:1.29980625rem;top:48.154296875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTfT58BkpbmoeZPML5LU9pnHxsPBm2z { width:12.5rem;height:1.29980625rem;top:73.099609375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6Ai2zJbHJXztsSdTLQGPecK35ccK0I { width:15.2480625rem;height:12.6865rem;top:1.7783203125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHRoTg8E9RAZHP9sXo4tdB0A0EJXpRQi { width:4.436525rem;height:11.999rem;top:28.2431640625rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIzEgGyuvVXPOTsOZyoBkGZ384Re9Btz { width:14.1865rem;height:14.1865rem;top:52.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crKuVEiTCkeHyIMdK7eZCmBLzKi3w27C { width:17.6875rem;height:1.29980625rem;top:66.560546875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQW7MJKinpe0wecPnBpb8wai6338CI2 { display:block; }#vRQW7MJKinpe0wecPnBpb8wai6338CI2 > .row .container { width:20rem;height:72.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBR9o947O9O2mF1GLBwE9QoMEs1GVJLx { width:18.9375rem;height:20.625rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacVpbnoZNy6LBuSsiiUx93y3rA8hQ0T { width:18.9375rem;height:23.75rem;top:23.466796875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbVfxLBEUMNK1JMIIXSqXIvBsf43nJV { width:18.9375rem;height:23.75rem;top:48.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6wfFxiXtqTvRnb01NWcX4omuhU7tBg { width:17.2480625rem;height:1.29980625rem;top:13.349609375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW6lhr8pDyRhmTws265CiovUPLD3TBiw { width:17.2480625rem;height:1.29980625rem;top:39.1787109375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxiZ0cTtCWtFGIqtGk3rJCXCmhsTbfKZ { width:17.9355625rem;height:2.59895625rem;top:63.5361328125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r48J63Od4Q9Tb3XT6QH9HCm53SsNHRpH { width:17.5rem;height:2.5rem;top:66.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWQyoVBmUEX77SldwKLxXOS9lnyvTDap { display:block; }
 }@media only screen and (max-width: 763px) { #tV5ugAE0qJAxLNLsyoGOsTCE2suIf4MG { width:17.5rem;height:2.249025rem;top:41.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDI2MXqFdNTt4f2gOWzdmMZZsrRiqHUH { display:block; }
 }@media only screen and (max-width: 763px) { #lSrVel8G7ACnMkaUkBt8e17P8rXvqJe6 { width:17.5rem;height:2.5rem;top:16.1240234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtACnn4MZ1ZWpQNEO7a4Xm8OxT7kV7EG { display:block; }
 }@media only screen and (max-width: 763px) { #uvMLQezeTUB126qAhCLLQBBS2IXWbfLM { width:12.5rem;height:1.29980625rem;top:19.6240234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKxUFWkwrdeI6F8IvMcL6WRf0sktgcea { width:12.5rem;height:1.29980625rem;top:45.0927734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTdpHWEU9SMtIyT6H9WaRvdZbVtM3lai { width:12.5rem;height:1.29980625rem;top:70.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuTMq3rtuewlNc1zBNTa2TeRg5QeuXL { width:16.4980625rem;height:7.874rem;top:2.998046875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frhMkdrvFAceILikhzQFM3vTflS0e5kQ { width:13.4375rem;height:13.4375rem;top:24.181640625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01RSqcbWm9XvaXzrbz4b7Qo4ve5flTR { width:13.9365rem;height:13.9365rem;top:49.6005859375rem;left:3.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC { display:block; }#PGmCXpCI9WRBNNh2U3zlLfnhNoLJfoxC > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW0TENui6bBo1Lhfu837GiLgTx94ko0m { width:18.9375rem;height:23.125rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiiQT2cHPaa9ukAmoqEnnixE8xSzP9Ta { width:18.9375rem;height:23.75rem;top:25.7802734375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofgcncbsAMhtF09mKOBwUX0A0Zq7APFA { width:18.9375rem;height:23.75rem;top:50.8759765625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2lsESGaEcOlVtlzSuXCTTpwsS1CHSTk { width:14.1865rem;height:2.59895625rem;top:13.82421875rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2fxIsBmKoBe54pVXFERQqVaTeNmTTNM { width:17.2480625rem;height:2.59895625rem;top:40.6953125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml0UsFUxk0gsDyIRmTASac8teqk7SdK5 { width:17.9355625rem;height:2.59895625rem;top:64.0869140625rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3DXHqO0J5MNvxBHPBdmWhAwvJp3o9N6 { width:17.5rem;height:2.5rem;top:68.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb4LwzU9P80qGvqHpXXP9zyDzClvOiPb { display:block; }
 }@media only screen and (max-width: 763px) { #I0MzfIzhRcyR8FzSOTtvTpkbMGr9iQlb { width:17.5rem;height:2.249025rem;top:44.0302734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnpRSOIQovOH4trEx0gOMnLcco379yFl { display:block; }
 }@media only screen and (max-width: 763px) { #gAVDApfnEgFmeikrATcR8o2TRxFtu9zE { width:17.5rem;height:2.5rem;top:18.185546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo8tygL465sxUtI5A59gAHVyH4GgGAxB { display:block; }
 }@media only screen and (max-width: 763px) { #XTH7SDpWcG9DD0pHDRWNUk7vkFbBNw8R { width:12.5rem;height:1.29980625rem;top:22.0615234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5sJVZUHRoZ1e4lmu1QeTIvOUspGmkri { width:12.5rem;height:1.29980625rem;top:47.3427734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBsgyBZJ7saEqy7nRa8S8iu9d3spo9nM { width:12.5rem;height:1.29980625rem;top:72.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5oR0VGRkZWvvKWKKi3al3xtyurInNrB { width:15.1865rem;height:8.9365rem;top:2.650390625rem;left:2.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZVf0XtSr4cBTenS3xHqLUnuBAxD7XGT { width:14.375rem;height:14.375rem;top:26.3203125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQFnCV5bOQ4N3uWeo9ar17VvlFvyBCxT { width:14.499rem;height:10.8730625rem;top:52.2255859375rem;left:2.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI { display:block; }#vf5ayh8bxXvOJSdQEeJ4TWCGilsGVPCI > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x { display:block; }#lHpSLJzro5eTPAF8TRoBKTdGiRabwy7x > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0t3a5T5ImaAN5QuBf1vU1tyWMnuiWpp { width:18.5rem;height:6.09375rem;top:1.123046875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoP1OCgeJHnTNpiBFkpEKT3K6PJGo936 { width:19.9995rem;height:4.21875rem;top:7.34326171875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD { display:block; }#cXnKk1dySEd2GL8MT7mDR5pqOSTREDHD > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZHTHQKttDoQcsCdQcMvZJf7DFTQS4g5 { width:18.9375rem;height:23.75rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSPxo9FIKrrrfyTTEVPEErUAeMvpxzXk { width:18.9375rem;height:23.75rem;top:26.53125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB0kdhfJWvvMbhfdkz08klu0t2zyqGKX { width:18.9375rem;height:23.75rem;top:51.8125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn2x7XezLbl9r4oSCmPrszTW1VMkzIRv { width:17.2470625rem;height:2.59895625rem;top:15.6708984375rem;left:1.3740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvTcaczN064EdE0AyoEpu5zpPMAGHPCD { width:18.312rem;height:2.59895625rem;top:41.91064453125rem;left:0.84228515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTbHEgDJ0rESW5AvpLgpcVsVHCskhxlV { width:17.937rem;height:0;top:74.525146484375rem;left:2.063rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKp3QVNl6uyoLzwKD4ad1IKZiAQ3dew2 { width:17.5rem;height:2.5rem;top:69.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT2opIwvQ8Hp8fTPoDACGkZT4dwbRixh { display:block; }
 }@media only screen and (max-width: 763px) { #N1AbmzmxSHEGUMOXg1NXWtI0oMTqwA8X { width:17.5rem;height:2.249025rem;top:45.0927734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2VKL6u9AkHuTfJggVSTfFDB5su3HLoa { display:block; }
 }@media only screen and (max-width: 763px) { #w7Bt0M7PVsSKo0t4R4B2c6q8pTEGsOek { width:17.5rem;height:2.5rem;top:18.685546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJGNQ4v5gx3FfB2Ft0LZQIHMKPCC8DPK { display:block; }
 }@media only screen and (max-width: 763px) { #vdZ6kcfvGa4wUD3ECKzkGWf2y0a5T0v2 { width:12.5rem;height:1.29980625rem;top:22.1240234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfDaODW0MlTbToH13gVlqMEgicu01OWm { width:12.5rem;height:1.29980625rem;top:48.154296875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1WP8Bu5Dz0QZwzsDrslKz6i5RPWTpt9 { width:12.5rem;height:1.29980625rem;top:73.099609375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBnsZ1XQALOs5LJ0xguD5DMb3aa8TgI5 { width:5.124025rem;height:12.624rem;top:2.3408203125rem;left:7.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFThAdbu3gnEtVouQTxScyGcRNgRKprU { width:12.687rem;height:12.687rem;top:28.55419921875rem;left:3.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBqHXEUmugUc8W7lACJXb9M5OyKi7uJo { width:14.125rem;height:14.125rem;top:52.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU4Uk4GRc44F5eTRcWJOTq5gQwMgTibn { width:17.6875rem;height:2.59895625rem;top:66.560546875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB { display:block; }#CxrS2ri3dJ5Ibi2MRSacMraLAwACJvzB > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUXWFaUm89pkzgagNxCoFiKhMLP527sz { display:block; }#iUXWFaUm89pkzgagNxCoFiKhMLP527sz > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoeOs6Q1SgHhTRTkJ43MBGe3If4RIgfR { width:20rem;height:4.063475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDHcAEOK7tOq3JZ2uypO98EtaaFC4leQ { width:20rem;height:4.21875rem;top:6.19921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO { display:block; }#gABUsm2ZrmHfvyLK1zvZ3MpUTCudSbwO > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1rNDFtHr2pN0T6EGoSWp6Or5033yMLO { width:18.9375rem;height:23.75rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwOu3vbn9E0N2oNWxMqIrQMvMkmedTiE { width:18.9375rem;height:23.75rem;top:26.53125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmXPzirb6Iy3myVmlwi6los1TV4C6bDu { width:18.9375rem;height:23.75rem;top:51.8125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bob1XKuEBmug65iksTBhC1eRoxDWkd1T { width:17.2480625rem;height:1.29980625rem;top:16.109375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWJ641uDz2RxBRpwuy8DwF8Mr6kyCf6F { width:18.3125rem;height:1.29980625rem;top:42.349609375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKqVhEniTt416DHIUMngqWV0mMgnkPgm { width:17.937rem;height:0;top:74.525146484375rem;left:2.063rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB75wG4seXa4otnEPaWm3qyfTucRJJrk { width:17.5rem;height:2.5rem;top:69.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf2a4hX1TDMqdnut3aypKWIsP06TNRln { display:block; }
 }@media only screen and (max-width: 763px) { #XP4TOq6Bh1JOtPWyQrLWS3lgxHENQvXm { width:17.5rem;height:2.249025rem;top:45.0927734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0pXdhdRGmrJX1hXc2y8JIWexhOGc2LG { display:block; }
 }@media only screen and (max-width: 763px) { #N381wgsZZUD2hFWZH1h4o1ST6MsATy4v { width:17.5rem;height:2.5rem;top:18.685546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krvoiGTVehzP3SkukUZatcUZcfKqsFoU { display:block; }
 }@media only screen and (max-width: 763px) { #mfVqFisvPwpsLhLtgZzXl3PuTIr4udr5 { width:12.5rem;height:1.29980625rem;top:22.1240234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAbZUT7SmMKIPTTtyUxCrQW0ke34U9bp { width:12.5rem;height:1.29980625rem;top:48.154296875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAzfbp7D1t6IFMILc0VZIQIpSdusH9h2 { width:12.5rem;height:1.29980625rem;top:73.099609375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBFVPLGCqRmCHeqycbkzWivCViUafHRT { width:12.624rem;height:12.624rem;top:2.21484375rem;left:3.685546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTT7VD9A312NHhvRxFOpQHtIm8AXtq41 { width:11.937rem;height:11.937rem;top:28.2421875rem;left:4.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtHUucGkb7u6xqbWXpK3SaqmuCUQJRmy { width:14.125rem;height:14.125rem;top:52.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k99hnr0ycLurqNr0zeGAfEUaBlkJL5au { width:17.6875rem;height:2.59895625rem;top:66.560546875rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u { display:block; }#hRy91nmgUwtdWXFcdnv5zplCNq1DOu1u > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L { display:block; }#KNLP3OxqUvdvBbni2W9WLwvMCPuKyb4L > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlR7phQS1ZTMTyrSv82SuOUEViGvb7Re { width:20rem;height:4.063475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrdN1xJcovXnAqsQNHaCxGrU9F9ITIwg { width:20rem;height:2.8125rem;top:6.1953125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv { display:block; }#RxAN7rtusZ2kDdeBTIsFcvwn3MSkL6Dv > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUW97VuT53uirOBbyH8Tt1OByezQJdrU { width:18.9375rem;height:21.875rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3D2DuzZW02SwPMRVGQTpUTG1MIr1KTm { width:18.9375rem;height:21.875rem;top:24.466796875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVOzQsiwXDbb1IaI4V4NviD8I37LFu5s { width:18.9375rem;height:21.875rem;top:47.6875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfpDoG6UVdVB5tydpnoZX7Z8MVTm54l0 { width:17.2470625rem;height:2.59895625rem;top:14.12255859375rem;left:1.3740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beMaHmr4nyTKUxF7zpUqc3iZmCihsvWk { width:17.2470625rem;height:2.59895625rem;top:37.02978515625rem;left:1.37548828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLC0X0Nfdn2F39brmqRGsWWsuRFT5Cd { width:17.9355625rem;height:1.29980625rem;top:61.4375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlfyLvgvPiteOyxlROFuV7a1a3Bpp3s4 { width:17.5rem;height:2.5rem;top:63.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZZKS55Milr0MocvMEh17vG6b4w51mNo { display:block; }
 }@media only screen and (max-width: 763px) { #WpwdqgB9xbhM088mPLPg9cpeHNETwkxE { width:17.5rem;height:2.5rem;top:40.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQMD3XNagA9yaVDATLwn2mKTIhBR3Wvw { display:block; }
 }@media only screen and (max-width: 763px) { #GTWh4rgu7EwetdmpkSJkF8Dr62NeqcTs { width:17.5rem;height:2.5rem;top:17.5615234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8dm84zDIlf3fmof5J4J2LQuBRLJkMRB { display:block; }
 }@media only screen and (max-width: 763px) { #MLwCd8MsHXZsB4M9K0raKgRT3dTzDVOp { width:12.5rem;height:1.29980625rem;top:20.810546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXKVsoPny39uB8qOaub0s96Q3RmSgwTF { width:12.5rem;height:1.29980625rem;top:43.9169921875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSMqMw8i0WsyWU0AnPMtcGN897kHHDzk { width:12.5rem;height:1.29980625rem;top:67rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ7IV06LDNF9W9dHTI0T5Pnz0fgmDtXr { width:12.1875rem;height:12.1875rem;top:1.93505859375rem;left:3.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLp9ZgXJI131PLN7sxIOLhe8Xu8NKqbK { width:11.25rem;height:7.375rem;top:26.96484375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8zKng3SlkN1728V06nBv8eiTKktWPaK { width:12.1875rem;height:12.1875rem;top:48.685546875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBKpw3AIbd4n8PczMknbAih8wN92vXTC { display:block; }#FBKpw3AIbd4n8PczMknbAih8wN92vXTC > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th7tb927dwmsygGufKMkq8FZw3DoQBwH { display:block; }#th7tb927dwmsygGufKMkq8FZw3DoQBwH > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTL0i8KGT7nTI1LMQZuMcgZsTveS1GF6 { width:20rem;height:2.0317375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJfouwvQM4fShn4fECXeIyEZvQaSlbAo { width:19.9980625rem;height:5.625rem;top:3.40625rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt { display:block; }#umTxwqHsi5E6VpQoby0z1JVKO2oHmCHt > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPN9Tn719ba5FL3nJDW79bdRevyCa6NH { width:18.9375rem;height:21.875rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkLeFQQPUDvZW81rwX6CO2dstm7SywG9 { width:18.9375rem;height:21.875rem;top:24.466796875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibkOwO3EMFoNe4UPMOmvJbMkKf5Ki6Fb { width:18.9375rem;height:21.875rem;top:47.6875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFpIqMdZeHA1fXsqyahs1y1VeLqD6ZG0 { width:17.2470625rem;height:2.59895625rem;top:14.4990234375rem;left:1.3740234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Ne2TQOigihKLxc5B6NUF7Gwuk4FZsS { width:17.2480625rem;height:1.29980625rem;top:38.5302734375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdJzDoo8nGOp8vTiJCMEPOeKMu2IMzn8 { width:17.9355625rem;height:2.59895625rem;top:61.37109375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8dg3WzUqmvTSNv0fSGyMpkhUZotLdzg { width:17.499rem;height:2.499025rem;top:64.59375rem;left:1.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbITB6eXF4TVeybbXddwVdUkP1TK1GAv { display:block; }
 }@media only screen and (max-width: 763px) { #kuXkCBLqvzQt5HTRPQq85OvuUDDisTtC { width:17.5rem;height:2.5rem;top:40.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOIThBqTqWTOLL9rbPwlnbkzAZTMHcVv { display:block; }
 }@media only screen and (max-width: 763px) { #IlfOl4DXTPmyaBnsthxLqvo11u1dkczo { width:17.5rem;height:2.5rem;top:17.5615234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMgULMwctpbaOMQmKfvHBydr5TVi3QSG { display:block; }
 }@media only screen and (max-width: 763px) { #RLED6yZhdMAlsxGWJUWeF3lycs94O89q { width:12.5rem;height:1.29980625rem;top:20.810546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcWzyomwvbIDSPhpdiS7O0JcIuHmVkC5 { width:12.5rem;height:1.29980625rem;top:43.9169921875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqs8ueu3cdRuVzPvS1cRVmE9cgTkoahf { width:12.4995rem;height:1.29948125rem;top:67.7490234375rem;left:3.74853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfqDZ4q6AwAX9oNMqPZzto5RzfIHxL4p { width:8.124rem;height:12.1875rem;top:1.81201171875rem;left:5.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9TCwf46XxrFmqmbfAyFTbIqBTn0SXlN { width:8.187rem;height:10.9365rem;top:25.83984375rem;left:5.90478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoISqwqwQoueiPTo7blTDLoG02GuwkOA { width:12.1875rem;height:12.1875rem;top:48.62255859375rem;left:3.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD { display:block; }#sm6ny92NoyHnvSMrmuLLpmbLQxhZ85AD > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsLIbqFDenpzecX1f3ES1zum6gnbNtfb { display:block; }#vsLIbqFDenpzecX1f3ES1zum6gnbNtfb > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdhuyPorTf7LfdRobg8uR1CJkFOAfZX7 { width:20rem;height:4.063475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwvNZublJQXiM1lADyZqVh0GsCCdms5q { width:20rem;height:4.21875rem;top:6.1953125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2OkKPENJcdIKdDoozstanTCsxkGJLeR { display:block; }#n2OkKPENJcdIKdDoozstanTCsxkGJLeR > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiV6HvcNJSos9TsIgskUSTtNH7m6DMiy { width:18.9375rem;height:21.875rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCeBd9x5lRAz3qqOdRudQDLyOMxnXca6 { width:18.9375rem;height:21.875rem;top:24.466796875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnLEExFwqtX6AePcGFUV4ZTCSVxSqgqg { width:18.9375rem;height:21.875rem;top:47.6875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKdv9WBpOmTT7QzkVSyg7vxNkkVWiu0r { width:17.2480625rem;height:1.29980625rem;top:15.4365234375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf6JQUyVNupT65aA6GUV6MluIohEtooK { width:17.2480625rem;height:1.29980625rem;top:38.5302734375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ51JpGyhGPhHfifh6Tupked9OhuwvMg { width:17.9355625rem;height:1.29980625rem;top:61.4375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBud4T1UNN52HlwHIXeStieBG316qOT7 { width:17.5rem;height:2.5rem;top:63.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QmPerZhzaPS80EJyQf81KCmdPXoyGT { display:block; }
 }@media only screen and (max-width: 763px) { #BlBQcOJipHZT7A60kHNy5vJCZIzP6HBJ { width:17.5rem;height:2.5rem;top:40.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuW56IMhlThG3qeVrluL7beFmRJLbI6C { display:block; }
 }@media only screen and (max-width: 763px) { #IUVLhv24QOi2DLvHTpZBznVeeGHLv07S { width:17.5rem;height:2.5rem;top:17.5615234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7EQJ6l9BP7ggQfTJtvKmhPMurXLv9qq { display:block; }
 }@media only screen and (max-width: 763px) { #kdpncOqcgoSy5vhFt5CPmGqRbzQprFUw { width:12.5rem;height:1.29980625rem;top:20.810546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyC1TF2R2feXTz2zlbc7MXGZ12ubqA4X { width:12.5rem;height:1.29980625rem;top:43.9169921875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZgxTFBuTrx4tm7hvbhnqSCE6VSX840 { width:12.5rem;height:1.29980625rem;top:67rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0IzXlvfRIkdptUZFJCaQi4Dr3UqfVkz { width:16.25rem;height:12.1875rem;top:2.123046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9JPEhS0QRvvZAglGsrzzOUtSoPlkH4 { width:16.25rem;height:12.1875rem;top:25.029296875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSUwMR7WroMc97deZVlXZPpCfsSNdx7z { width:16.25rem;height:12.1875rem;top:48.1865234375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC { display:block; }#Rm0w0didt6uFtDDTlDMHGHxPVkEMOlEC > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV { display:block; }#qJCkOlfk59Wv8A47ZoT7Cr0aizdQ1FpV > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEuqJ5bMgXpebsSZgTo80RQ6f8tAR92D { width:20rem;height:4.063475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl27e2r3AZHKAvZDOTTDW2JT5k5nQUfd { width:20rem;height:9rem;top:6rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA { display:block; }#pglU3lgUl9Gi3eN1TtW1vWw56BFe7GnA > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pbvt3exwpTi6plEQdGEeB3lROTFkdLWB { width:18.9375rem;height:23.75rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Cl2wE4i648h80gh9SIg8Ldx9ZTxoZ6 { width:18.9375rem;height:23.75rem;top:26.517578125rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwC8PNx0gKtI9XEwQJ4ybpPTcLsRp49O { width:18.9375rem;height:25rem;top:51.75rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhLA0dfH2pKmogQ7XTmXOLwrqkTUq3J { width:17.2480625rem;height:2.59895625rem;top:16.244140625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6SsTNQVbPTTIZG2rMJuF7Tdn0GsivXb { width:17.2480625rem;height:2.59895625rem;top:41.7001953125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trr7fTLJAA5z9xH79CQ16mTdBp15PNLc { width:17.9355625rem;height:2.59895625rem;top:67.4375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95Z5R73pXAiTIurK9oqIGt6HZFcBnEC { width:17.5rem;height:2.5rem;top:45.2802734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcV5omlqPuP09vyKW15ZdKGUl6mnI8qN { display:block; }
 }@media only screen and (max-width: 763px) { #iyxCTqR24lxRWwNEvyC8EWRQVTRk4KiZ { width:17.5rem;height:2.5rem;top:71.453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOrA53TJGaomHMf5UMcdNgO5iT4FBuT { display:block; }
 }@media only screen and (max-width: 763px) { #Bd2ydFbkLWXHDgRtQmkFgBJgvoZTQSOK { width:17.5rem;height:2.5rem;top:19.8115234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTPVlOmAsMuIJ0z7lBBgzzgUsqNxatXF { display:block; }
 }@media only screen and (max-width: 763px) { #r3PzGTT9nVOVGXHotIQ3tJtKmAGxTl4m { width:12.5rem;height:1.29980625rem;top:22.9365234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNEX104e9k8teLRlrmleTekLTaKTv0T5 { width:12.5rem;height:1.29980625rem;top:48.4677734375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkf1ZvWVQbxTF8Q8fgvVysT6arNSlcx { width:12.5rem;height:1.29980625rem;top:74.7001953125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s84RNzeBKWmk10FtESAKB31Kmz1sRBh5 { width:15rem;height:14.2480625rem;top:1.99609375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zex9vT0yW5niIBrfbIK62wFqa79H1W7I { width:13.5605625rem;height:13.5605625rem;top:52.9541015625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4uz32RPLAN1FMPXHMqobhU5A1eLuzW9 { width:13.75rem;height:12.6230625rem;top:27.341796875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ { display:block; }#HsnSA1EcFdpTyMsfe3skVF3iA0a0WAaZ > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arT3OdrcRlvLz002QgschIPoLXFExgCz { display:block; }#arT3OdrcRlvLz002QgschIPoLXFExgCz > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0XiiDzv8lxnJ553u9y209TR0WqoI9J3 { width:18.5625rem;height:4.0625rem;top:1.1875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8qsMe2ao6tgcoL7SJhls7tOQ75ysNxI { width:20rem;height:6rem;top:6rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ { display:block; }#gc1xEUOmNfNQu5vyUNTNO5usxhOVtxkQ > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifef8FcafJ4qC2URu7c9uNcR5QgQhkvV { width:18.9375rem;height:25.625rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXtTg0ad1ZWqX2NfWdrbNIoaS0CTlczR { width:18.9375rem;height:25rem;top:27.96875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk1B0mHRHS8r1a5tvLwLs6nE0Hdnq7nJ { width:18.9375rem;height:24.375rem;top:54.1875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB5AQ1T7SiKDKqoSo6Z86iTgs2FQ8XTA { width:17.2485625rem;height:2.59895625rem;top:17.373046875rem;left:1.37451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN16wWooL2eBvtAfKnZoQFSDSJyQJWQL { width:17.2480625rem;height:1.29980625rem;top:43.9677734375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsgEN1oVvtGXE2c1E0UTeL4Nkhc3DiW { width:17.9355625rem;height:1.29980625rem;top:69.2490234375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSofVaz9XwrCAJ5zDFVOd88T5zIDEaUV { width:17.5rem;height:2.5rem;top:46.544921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD4TBIptvQC4Akhlf3oEueVgICKeAIwi { display:block; }
 }@media only screen and (max-width: 763px) { #v0H3I32Thy5R1yEJTgFqBWFrwmxa2XZB { width:17.5rem;height:2.5rem;top:72.3115234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMJTqoeG4T5cpJsWEI2WDTUA2JJkNb3Q { display:block; }
 }@media only screen and (max-width: 763px) { #i3gWwfH7S4Kkfk55U68G3XmrZJRITXQx { width:17.5rem;height:2.5rem;top:20.99853515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxT5MgDdA50uZVeHybmQoWpokzZoUxnT { display:block; }
 }@media only screen and (max-width: 763px) { #q8QTW1o7XWlagq9B2tlniO53lXiLCeCn { width:12.5rem;height:1.29980625rem;top:24.49951171875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md3hd8arznJz9E48bikvW8Ro4v1P51Ds { width:12.5rem;height:1.29980625rem;top:50.466796875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2ogtuS4TVu12HKetgJf5lrCmWsMMvB1 { width:12.5rem;height:1.29980625rem;top:76.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVi9ccHoH9fFgXaKrQS9WnX6GgGfTEw5 { width:12.9358125rem;height:12.9980625rem;top:2.935791015625rem;left:3.531494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3M0UDBzvEcLs9yqcMTF1Vn3w8zZuoc9 { width:13.8105625rem;height:13.8105625rem;top:29.310546875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaVQFSkQwtamlp8DQxZOQBPDZpXXOTxz { width:10.4980625rem;height:12.5605625rem;top:55.5302734375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE { display:block; }#tpXLWhGqIqn23hNBDlUdE6XuiuxDBZGE > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkopfQJvTEpNMaNy7NJhPsNWKB929teR.widget-smartsection { display:block; }#EAAQBZuVOdES1W852zb54TtgmKmSUrkG > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D { display:block; }#qFmZhWrFz5BJzAPwrV9Bcw8nQmF0xd7D > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n99C0nSzt9w76SieQJO1ikdOIFfsa6M3 { width:20rem;height:9.421875rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E { display:block; }#PlUtuzyI3SbSQS8Zfob1guwHx7qK4V8E > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxwQTl6flyKgebfpPEOvCUhmQ4hUuz65 { width:18.9375rem;height:12.56225rem;top:1.25rem;left:0.0625rem;box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #KNOR4IVKgtv4ZanEWnrHVanIy4FWeUR9 { width:18.9375rem;height:14.6228125rem;top:15.2173125rem;left:0.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uOBnB5xsKqqe44cFcs2vKKToFW3TioxB { width:16.93725rem;height:6.09375rem;top:6.43798828125rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfVl5iSJRL90KMB68gL5oUp0NH9rVk3N { width:13.2483125rem;height:3.0859375rem;top:2.1875rem;left:5.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK3uT2LdOAu3gWNZdN9yC813x4HJ8b2I { width:18.9375rem;height:14.5rem;top:31.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtPtqLdBspWoEkw01GkTuy0rKtwnXpyQ { width:13.8110625rem;height:3.0859375rem;top:31.99588671875rem;left:5.125732421875rem;font-size:1.1875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RkVmy90V0eDLP6AqC66ETdHWzOFOVFT1 { width:17.1850625rem;height:6.09375rem;top:20.40530078125rem;left:1.250244140625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9Rlbks95TpGZvCbU3xTLk7OTOl0tFS { width:14.5605625rem;height:3.0859375rem;top:16.1548125rem;left:4.875732421875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpvbdIodUZtoGlT1Jn5f5W7GJlZI9Ly1 { width:17.8125rem;height:8.53125rem;top:36.246375rem;left:1.3134765625rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NQet7a4laF3HZzBiOqyQ0RWZFQTWLMPi { width:3.75rem;height:3.75rem;top:31.621130859375rem;left:0.750732421875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #SS3PSa2eR66CRFFH4pf3Lzgytaq1mgDV { width:3.75rem;height:3.75rem;top:1.812744140625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN21doW6wg0UCb6p0SHpz65Crg16SSpS { width:3.75rem;height:3.75rem;top:15.780056640625rem;left:0.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection { background-color:transparent;background-image:url("https://images.assets-landingi.com/x9WGMWwp1NM/unsplash/nathana-rebou-as-x9WGMWwp1NM-photo-1592179900431-1e021ea53b28.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection.adaptive-delivery-prevent-bg, #v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection.lazyload, #v7I1gkS1J8VvzZQcT5iFQ5d8iWZHbi3t.widget-smartsection.lazyloading { background-image: none; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container { background-color: transparent; background-image: none; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(202,40,93,0.85); }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container > .video-iframe-container { display: none; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(202,40,93,0.85); }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row > .video-iframe-container { display: none; }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .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); }#GtphEXpPDH6dqliC1qN8xTQiZ9gOb0ix > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W { display:block; }#O3qDcm9MNxVsQ3XaZyTMsqik5GzZfB6W > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #As9qMOdNsFU8cEy4MiculZN1S2TJFH2a { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTBZzfLJZO9cAxJTpTVA9ty3yMV7PATB { top:4.936525rem;left:1.5625rem;width:16.875rem;height:3.125rem;background-color:#ca285d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yD9cTc0sTl1GAkZABe7xp6TcPVvUeVUT { display:block; }
 }@media only screen and (max-width: 763px) { #JSkXaPLomCqkiu9sLX3gTTDudVNFnUJV { width:18.49975rem;height:2.923825rem;top:9.311525rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF { display:block; }#C5aXwP2UWqT2oMRVHIA1dOUfeXDLrlRF > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLGUaDvRTDQoQPINGwvQzBqAhVlLVwIQ { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }