.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f1f3f6;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#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); }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c20081;background-image:none;position:relative;display:block; }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row .container { background-color: transparent; background-image: none; }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row .container > .video-iframe-container { display: none; }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row > .video-iframe-container { display: none; }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .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); }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row .container { border-width: 0; border-radius: 0; }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row > .video-iframe-container {  }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#pJsnJCUn76QIgrZBEcs6363FkLVXUcT6 { color:#222f3d;display:block;width:34.25rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.875rem;left:20.375001192093rem;height:9.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;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p8aF9cKiC3zzSHUfivvAtRLNK6qPToA6 { position:absolute;display:block;z-index:15004;height:11.25rem;width:20rem;top:6.5625rem;left:27.500001192093rem;display:block; }
#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row .container { background-color: transparent; background-image: none; }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row .container > .video-iframe-container { display: none; }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row > .video-iframe-container { display: none; }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .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); }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row .container { border-width: 0; border-radius: 0; }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row > .video-iframe-container {  }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#QChAfqsfv3aJF63i4GpZSmHL87LhUxlP { color:#222f3d;display:block;width:34.25rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.875rem;left:0rem;height:9.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;font-style:normal;display:block; }
#W8esJqwuTo0VRrVhD1Tk4LPJE14v9Tgq { color:#222f3d;display:block;width:34.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:21.5625rem;left:0rem;height:9.375rem;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:left;text-align-last:left;display:block; }
#nMP9JJZA4o12axnh7mrJw2z0sqc1Fs8t { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:37.3125rem;top:2.9375rem;left:37.500001192093rem;overflow:hidden;display:block; }
#f5Uf3lIE3bL3F5KQFOPhC1icet5AzpAV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.875rem;width:25.4375rem;top:16rem;left:45.624348878861rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/JNLxu6b8/szczesliwy_zwiazek.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:15.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ZcJRusw3N3ONE1JC6kVzXDHsnGZsETii { color:#222f3d;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:3.9375rem;left:13.75rem;height:8.15625rem;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; }
#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { background-color: transparent; background-image: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .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); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { border-width: 0; border-radius: 0; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container {  }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#TcpxoEiyZ8fsmtiiA5y6Wu6karW7LwPJ { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.96875rem;left:0rem;height:2.7625rem;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; }
#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { background-color: transparent; background-image: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container > .video-iframe-container { display: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container { display: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .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); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { border-width: 0; border-radius: 0; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container {  }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#zRUaKrIEk1i36uDPJmWUwRT1xH84K2oe { color:#222f3d;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.875rem;left:2.5rem;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; }
#PyzI89FlcPVbdgqpHJaHdNOmdAvySu8Q { color:#222f3d;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.875rem;left:27.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; }
#sBcniZFwdeobEn1Jno4UUwzc4u2yiORV { color:#222f3d;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:52.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; }
#aFT2E1Kw8Kcvgv29KI0oeRQnqQSsFcv6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:9.9375rem;top:0.8125rem;left:7.53125rem;overflow:hidden;display:block; }
#SpTgHgGmzJuLL9cpcrWNodTmdPaLov93 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:0.8125rem;left:32.53125rem;overflow:hidden;display:block; }
#EtkQbMxoZ8mz0DJTyz0UuzJXZMrZrFh5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:9.875rem;top:0.84375rem;left:57.53125rem;overflow:hidden;display:block; }
#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row .container { background-color: transparent; background-image: none; }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row .container > .video-iframe-container { display: none; }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row > .video-iframe-container { display: none; }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .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); }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row .container { border-width: 0; border-radius: 0; }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row > .video-iframe-container {  }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#d4ISXwGDATndyDgshce4E9ChEsAQbsM4 { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.96875rem;left:0rem;height:8.2875rem;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; }
#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row .container { background-color: transparent; background-image: none; }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row .container > .video-iframe-container { display: none; }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row > .video-iframe-container { display: none; }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .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); }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row .container { border-width: 0; border-radius: 0; }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row > .video-iframe-container {  }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#Kn5nG5pgBcWEbcRESZoqw75CTkQ9erPq { color:#222f3d;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.90625rem;left:2.3125rem;height:17.875rem;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; }
#qviXtKtcEglTu7GABF5O1ZiISHF99QoI { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.875rem;width:34.6875rem;top:6.375rem;left:1.375rem;display:block; }
#TsEo7JiVH4gD1zO677ZsVm5w7TOLk9SX { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.875rem;width:34.6875rem;top:6.4375rem;left:38.875rem;display:block; }
#yZFKl2SD1ryo21OZH7HOCPHKMeZV7iBl { color:#222f3d;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.90625rem;left:39.8125rem;height:16.25rem;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; }
#QcdNn8lqIZx7NDgIChZK3VzC1IZ4052F { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:2.5625rem;left:15rem;overflow:hidden;display:block; }
#gTet2gaBFDuGkG4RBPNk0F44mfcFM7U9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:2.5625rem;left:52.5rem;overflow:hidden;display:block; }
#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row .container { background-color: transparent; background-image: none; }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row .container > .video-iframe-container { display: none; }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row > .video-iframe-container { display: none; }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .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); }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row .container { border-width: 0; border-radius: 0; }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row > .video-iframe-container {  }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#iIVFczdhIt7pgS4rpnrutwFSnSpcuhz2 { color:#000000;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.3125rem;height:14.625rem;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; }
#SnE2AOQG0GkUovsLivirr9TXXVqWvLub { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.875rem;width:34.6875rem;top:5.375rem;left:1.3125rem;display:block; }
#pLbTGrlw7FRMP4zSdu0uUJBZp7o8VDWE { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.875rem;width:34.6875rem;top:5.4375rem;left:38.8125rem;display:block; }
#qdOQxLkq5Srctm7e7RZSFO7vsgbXvkZg { color:#000000;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:39.8125rem;height:17.875rem;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; }
#hpIz9cxTaKrg2Mub908QCXWNUo6d8Khl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:1.75rem;left:15rem;overflow:hidden;display:block; }
#PoX7GU7EyzubRkPkckT9QKWAltTs4DJ4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:1.75rem;left:52.5rem;overflow:hidden;display:block; }
#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/4qEgMrUY/zwiazek_las.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg.adaptive-delivery-prevent-bg, #x9ZcETtHxLKgoxfddTfvat9fRISJqCGg.lazyload, #x9ZcETtHxLKgoxfddTfvat9fRISJqCGg.lazyloading { background-image: none; }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row .container { background-color: transparent; background-image: none; }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row .container > .video-iframe-container { display: none; }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row > .video-iframe-container { display: none; }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .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); }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row .container { border-width: 0; border-radius: 0; }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row > .video-iframe-container {  }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#dhQgizkoKpXb2f0Mwr4bk9Todrg5BIFr { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:5.525rem;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; }
#TIuFiTwSC6A2Jy7cH6669gSSpsxR1Atm { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.25rem;left:11.25rem;height:11.375rem;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; }
#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row .container { background-color: transparent; background-image: none; }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row .container > .video-iframe-container { display: none; }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row > .video-iframe-container { display: none; }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .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); }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row .container { border-width: 0; border-radius: 0; }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row > .video-iframe-container {  }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#y98DDm3KzmTe0hDQwkLthyJTKR4ihgl7 { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.96875rem;left:0rem;height:5.525rem;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; }
#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row .container { background-color: transparent; background-image: none; }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row .container > .video-iframe-container { display: none; }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row > .video-iframe-container { display: none; }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .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); }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row .container { border-width: 0; border-radius: 0; }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row > .video-iframe-container {  }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#TtSKb57MzLvzLcqMNFvOkgM3wP9RZZ6q { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.78125rem;left:3.875rem;height:34.125rem;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:left;text-align-last:left;display:block; }
#Dpe2ACkHBHXVtCtDtdn8BLBOfoHn80ru { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.625rem;width:37.625rem;top:4.4375rem;left:37.5rem;overflow:hidden;display:block; }
#sUiCT5DAqTx78vZ4qeiDZHlJoa0ZJgqV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#wc1l5xXarzQEkQpbhbO2yR6EBSuH2ZSf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:15.5625rem;left:0rem;overflow:hidden;display:block; }
#fV7L2Sdc2x5UNmKe3oaRVxiE4Iu8mcco { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:28.5625rem;left:0rem;overflow:hidden;display:block; }
#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row .container { background-color: transparent; background-image: none; }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row .container > .video-iframe-container { display: none; }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row > .video-iframe-container { display: none; }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .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); }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row .container { border-width: 0; border-radius: 0; }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row > .video-iframe-container {  }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#xa1zZVuP6xJb1tsfICkmD8czOk67Mkwb { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:5.525rem;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; }
#L8ZDAJqTFOwRbJU2WEM7RdfoxsPJ6KXx { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:11.25rem;height:8.125rem;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; }
#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row .container { background-color: transparent; background-image: none; }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row .container > .video-iframe-container { display: none; }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row > .video-iframe-container { display: none; }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .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); }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row .container { border-width: 0; border-radius: 0; }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row > .video-iframe-container {  }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#NTEOQZw8RGX5z7dQqePmTV8lKRW8bggU { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.59375rem;left:0rem;height:2.7625rem;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; }
#L52VKFVPHIh9U78AbArQ0nzcqsf6ikTx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.1875rem;width:57.3125rem;top:14.25rem;left:0rem;overflow:hidden;display:block; }
#UnuL5KFi9fSB5PwaXC6skZ5vbV7tD6TI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:22.25rem;top:10.125rem;left:26.375rem;overflow:hidden;display:block; }
#V6BU39OEASPLy3x3xFyN9GzHVJtXrayu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:21.25rem;top:20.625rem;left:53.75rem;overflow:hidden;display:block; }
#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container { background-color: transparent; background-image: none; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container > .video-iframe-container { display: none; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row > .video-iframe-container { display: none; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .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); }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container { border-width: 0; border-radius: 0; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row > .video-iframe-container {  }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#ZVbL7DCuv7qezDxSBEIttF9wVPiI7DSy { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:2.7625rem;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; }
#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row .container { background-color: transparent; background-image: none; }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row .container > .video-iframe-container { display: none; }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row > .video-iframe-container { display: none; }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .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); }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row .container { border-width: 0; border-radius: 0; }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row > .video-iframe-container {  }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#mwTkMkChEmNXH4mlbz3TN5TLTzHinQKy { color:#222f3d;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:39rem;height:5.0375rem;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:left;text-align-last:left;display:block; }
#o0gaHarFPqm05H7V41zPNa0oo9PDtkq9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:28.75rem;top:5.125rem;left:8.75rem;overflow:hidden;display:block; }
#ng5l1dMU6xrpaAGtPBcg37SOdyToq4bb { color:#222f3d;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:10.5625rem;left:42.375rem;height:24.75rem;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:left;text-align-last:left;display:block; }
#wQalg07TAXpy2qfMGkngzJDs4mbaSkCt { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.1875rem;left:39rem;display:block; }
#zv8o5XUuK67UGye8WCK1SoR8XDScNbED { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:15.625rem;left:39rem;display:block; }
#a7Rk0FRbTwZa68zhkGMq6VHIF6vVAkEJ { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:18.375rem;left:39rem;display:block; }
#gf6FGgi76Hq5xO53HmdtiMa0qdi9qWU4 { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:22.625rem;left:39rem;display:block; }
#WFbmI7EXHPIa3TIbKh3ahI2SZFnmyvz1 { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:26.625rem;left:39rem;display:block; }
#s3Eife1kf1f7ff800FNneV5RVXfuvFGq { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:32rem;left:39rem;display:block; }
#M5WxN8fiNbfNyNHTc4sbSxLpQBOf9vw3 { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:29.3125rem;left:39rem;display:block; }
#wa3rEOCBvV6cFfld66IU3Dn362TIT1sO { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.062500476837rem;left:42.375001907349rem;height:1.7875rem;display:block; }
#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row .container { background-color: transparent; background-image: none; }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row .container > .video-iframe-container { display: none; }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row > .video-iframe-container { display: none; }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .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); }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row .container { border-width: 0; border-radius: 0; }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row > .video-iframe-container {  }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#JVup3iiUrg7H5laZ4v6EZZyWeHUONSQK { color:#222f3d;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:39rem;height:5.0375rem;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:left;text-align-last:left;display:block; }
#bLHUZHJRGHFPmwVp9cKSUNtpPxA4cOph { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:28.75rem;top:3.75rem;left:8.75rem;overflow:hidden;display:block; }
#Lkr0mV2yS8yJOnyVRlWgwckTZvaNiNTV { color:#222f3d;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:11.125rem;left:42.375rem;height:20.625rem;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:left;text-align-last:left;display:block; }
#dux99qMrPrON2T48cbDGxwKRJDZB8zwd { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.75rem;left:39rem;display:block; }
#TPFi2SBGwLk1IdnFVeTr3dxDVkcqrHlt { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:14.875rem;left:39rem;display:block; }
#beTZxaUWyELPWEREm3S1Gc2aUhTBnmwZ { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:18.9375rem;left:39rem;display:block; }
#DAxdD0kwEAJPTdV7qG4JAGTIXHlxe0HI { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:24.5rem;left:39rem;display:block; }
#gmJNdM3fWahchUDITW97Q5XuTQckq8EK { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:27.25rem;left:39rem;display:block; }
#wo0lseWiAcht3TbmTZnVGOx8SnNEnxag { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:31.562500953674rem;left:42.375001907349rem;height:1.7875rem;display:block; }
#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row .container { background-color: transparent; background-image: none; }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row .container > .video-iframe-container { display: none; }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row > .video-iframe-container { display: none; }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .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); }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row .container { border-width: 0; border-radius: 0; }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row > .video-iframe-container {  }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#FhB4FzPcRKAD5IO21RwNBAP8ouX9HcBb { color:#222f3d;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:38.9375rem;height:5.0375rem;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:left;text-align-last:left;display:block; }
#WtTR8dTh3hRcRrL57O0BNZfvzJaNSKZR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:28.75rem;top:5.125rem;left:8.6875rem;overflow:hidden;display:block; }
#rUfGpHmVHrlLagrv9HqAUaerk3ZzuQih { color:#222f3d;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:11.25rem;left:42.3125rem;height:23.375rem;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:left;text-align-last:left;display:block; }
#nIwJMWvEmX5KOtkiI5WO0Ow4eZrpHo7A { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.875rem;left:38.9375rem;display:block; }
#vWSHfbecOkx4FDnMXVmlKHtml4mVQMxH { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:15rem;left:38.9375rem;display:block; }
#i9VvPGie6cOTzeizxaWbtHbfHOV1uGiJ { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:19.125rem;left:38.9375rem;display:block; }
#mFGrDoCAriIMtru8XutuNyzFZyDoSS3A { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:23.1875rem;left:38.9375rem;display:block; }
#G25SDmDvvf16ZyqLAVULhKb4MaLh7Agr { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:27.375rem;left:38.9375rem;display:block; }
#ZVg0TB18iI1m5G5APQzoNIi6hTDtbzfK { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:31.375rem;left:38.9375rem;display:block; }
#GxdZSskNwW3gFGp5wSzRo4xetFPVbitm { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:35.9375rem;left:42.312501192093rem;height:1.7875rem;display:block; }
#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row .container { background-color: transparent; background-image: none; }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row .container > .video-iframe-container { display: none; }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row > .video-iframe-container { display: none; }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .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); }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row .container { border-width: 0; border-radius: 0; }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row > .video-iframe-container {  }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#sDKyxhzz6F3qhvfxiATGsFDN9ADirsHS { color:#222f3d;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:39.0625rem;height:5.0375rem;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:left;text-align-last:left;display:block; }
#ZbNwGWd3ETcTzm3EXFn9xCXqAo2dTnqP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:28.75rem;top:4.375rem;left:8.8125rem;overflow:hidden;display:block; }
#zoXQgmyN7let2vGmBbpy5LQFE8A4Ax23 { color:#222f3d;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:11.25rem;left:42.4375rem;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:left;text-align-last:left;display:block; }
#gmdGnkV8Q46GEi6am1FX8ZwayVwG546L { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.75rem;left:39.0625rem;display:block; }
#xOXRiPpFIuM6cWTodQZTgxh4oThbRhU7 { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:14.9375rem;left:39.0625rem;display:block; }
#E6aLlw8VAfky8V74Ea1xATgEAXwWmadU { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:19.0625rem;left:39.0625rem;display:block; }
#W5l0HNdXAC6qDsxLthVUdUPLFLqzATtJ { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:23.125rem;left:39.0625rem;display:block; }
#W9iz5uvgdsQoD3DVAsLpr7PG4TCveBdL { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:25.8125rem;left:39.0625rem;display:block; }
#vn3WTdCTHIpMEbRudNiI4nacBCgDoIeZ { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:29.9375rem;left:39.0625rem;display:block; }
#hTJUC3UehkXJUt85KAccEaa16sGPtqyz { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:34.4375rem;left:42.437501192093rem;height:3.575rem;display:block; }
#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row .container { background-color: transparent; background-image: none; }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row .container > .video-iframe-container { display: none; }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row > .video-iframe-container { display: none; }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .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); }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row .container { border-width: 0; border-radius: 0; }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row > .video-iframe-container {  }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#hWIysHQiDTEbTs7igOUhibTPoAaw76JC { color:#222f3d;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.6875rem;left:39.125rem;height:5.0375rem;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:left;text-align-last:left;display:block; }
#QyBEw48bfNBIGaAuUkbfhBUcW2AiSVvf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5rem;width:31.25rem;top:2.1875rem;left:3.1875rem;overflow:hidden;display:block; }
#aGtq22mwPqLRak8p4UFGWdoAJvmqUpVu { color:#222f3d;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:12.125rem;left:42.5rem;height:13.75rem;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:left;text-align-last:left;display:block; }
#OTnODB09VRQboPkg7vqEBxNXh8XcL2WB { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.75rem;left:39.125rem;display:block; }
#dwMt1rGnighI9x6HiopGTW1zHkzbC5s1 { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:14.375rem;left:39.125rem;display:block; }
#pEXyOxkg0AZZodfXCdTbiD27blLK74cL { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:17.125rem;left:39.125rem;display:block; }
#x8kPzsfgq0hJFd8KV3CeeDX7XmVgud8I { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:19.8125rem;left:39.125rem;display:block; }
#XKOe6ZUBVidgK3eHQQdhU6wugp6fKqFk { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:22.625rem;left:39.125rem;display:block; }
#qbITxLQWhpxSPyagDPVEJdB2TcINQzyT { color:#000000;display:block;width:18rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:42.500001192093rem;height:1.7875rem;display:block; }
#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row .container { background-color: transparent; background-image: none; }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row .container > .video-iframe-container { display: none; }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row > .video-iframe-container { display: none; }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .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); }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row .container { border-width: 0; border-radius: 0; }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row > .video-iframe-container {  }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#JoQPnZIf3Z1t85WWFxRWidblOrEQ3g6i { color:#222f3d;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:39.0625rem;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:left;text-align-last:left;display:block; }
#D5XU07ya1D0uyp3zcvZdndcnEPdPVJlt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:28.625rem;top:2.9687824249267rem;left:4.4375rem;overflow:hidden;display:block; }
#uW1Qb4un4C1Sk9QGzNOH89zlqUsUbfPE { color:#222f3d;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:11.8125rem;left:42.4375rem;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:left;text-align-last:left;display:block; }
#Go8ovrSPr2CK0B3zCuRxq5TFvigpliPG { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.4375rem;left:39.0625rem;display:block; }
#l1VQ6xKSDmgNVFIO4tI7oLTXXv5iA50i { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:16.0625rem;left:39.062501192093rem;display:block; }
#TOiQd47UNoptCHnZoCvVLifITQQN2cyP { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:20.1875rem;left:39.062501192093rem;display:block; }
#ZSadfhQRAmqeuNf6ILA4TcaJLZqKyDcD { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:25.186218261719rem;left:42.437501192093rem;height:3.575rem;display:block; }
#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container { background-color: transparent; background-image: none; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container > .video-iframe-container { display: none; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row > .video-iframe-container { display: none; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .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); }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container { border-width: 0; border-radius: 0; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row > .video-iframe-container {  }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#tsXkXMxFpBzb1NF6byGsKXToto8fxC5s { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3750019073486rem;left:0rem;height:2.7625rem;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; }
#DVpC6DvADbTofmtLQADIkKzFoXT5brzu { color:#c7202d;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;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; }
#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row .container { background-color: transparent; background-image: none; }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row .container > .video-iframe-container { display: none; }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row > .video-iframe-container { display: none; }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .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); }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row .container { border-width: 0; border-radius: 0; }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row > .video-iframe-container {  }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#KPtwfcAZvic4vDcKSGdtw7az5Vvnoga7 { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125019073486rem;left:0rem;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; }
#Lf8G05Gz8BMM4Q1RTfQzQgzXdUaghR9a { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:75rem;top:12.082683086395rem;left:0rem;overflow:hidden;display:block; }
#vqFoyGyQqPCPgQsWaJXbXzOgIJutA4Ab { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:75rem;top:24.770833492279rem;left:0rem;overflow:hidden;display:block; }
#E9y9l3H3S3zEnGEZURXLQ8uNkoLDVcSL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:75rem;top:36.583333492279rem;left:0rem;overflow:hidden;display:block; }
#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row .container { background-color: transparent; background-image: none; }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row .container > .video-iframe-container { display: none; }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row > .video-iframe-container { display: none; }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .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); }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row .container { border-width: 0; border-radius: 0; }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row > .video-iframe-container {  }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#VibVCmrIJQmkxR4sQ5x5oi8TStpz08mb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:6.0614557266236rem;left:17.500001907349rem;display:block; }
#TZnOm4O5UhQW0CGLnALUO6tH5h33piNZ { color:#353535;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:4.0625rem;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; }
#nCQFK6vordsyLZPBivHidiFsTkhcOXOk { position:absolute;display:block;z-index:14999;background-color:#c20081;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:41.25rem;top:5.4351043701172rem;left:16.875rem;display:block; }
#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row .container { background-color: transparent; background-image: none; }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row .container > .video-iframe-container { display: none; }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row > .video-iframe-container { display: none; }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .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); }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row .container { border-width: 0; border-radius: 0; }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row > .video-iframe-container {  }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#c2h0obyydUvMFKcQg45IupAQ902mLF1t { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:6.0614557266236rem;left:17.500001907349rem;display:block; }
#sz6DsIqAzQsdzIVxgFPPWc1cONbAdCiq { color:#353535;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4385442733764rem;left:0rem;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; }
#HGSNQQldakwMmVcuVXl2Uq3KzWAP7NHp { position:absolute;display:block;z-index:14999;background-color:#c20081;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.7491875rem;width:41.25rem;top:5.4351558685303rem;left:16.875rem;display:block; }
#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row .container { background-color: transparent; background-image: none; }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row .container > .video-iframe-container { display: none; }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row > .video-iframe-container { display: none; }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .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); }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row .container { border-width: 0; border-radius: 0; }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row > .video-iframe-container {  }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#iOsuorkfyewVrLPpXADlK6ZarK9UqnuV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:6.0614557266236rem;left:17.500001907349rem;display:block; }
#VTEsCctM7ZnafPSWBStfUNdZNxCKH2xn { color:#353535;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3124980926514rem;left:0rem;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; }
#bknCdHNshdFFGUr94q8BSOELP8OExd5b { position:absolute;display:block;z-index:14999;background-color:#c20081;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.7491875rem;width:41.25rem;top:5.4351558685303rem;left:16.875rem;display:block; }
#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row .container { background-color: transparent; background-image: none; }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row .container > .video-iframe-container { display: none; }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row > .video-iframe-container { display: none; }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .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); }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row .container { border-width: 0; border-radius: 0; }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row > .video-iframe-container {  }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#HzgRQUgAFVRMU5C5eodALHNDk9l9rBXC { color:#222f3d;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.8125rem;left:1.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; }
#tdru7MUHryeKlLwCTI3xn9eGci4CkDEZ { color:#222f3d;display:block;width:27.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:15.5625rem;left:4.9375rem;height:11.25rem;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; }
#pW7GyEIfA87KH6c3ynxXT2SWQT4G6B7o { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5625rem;width:36.375rem;top:3.375rem;left:38.0625rem;overflow:hidden;display:block; }
#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c20081;background-image:none;position:relative;display:block; }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row .container { background-color: transparent; background-image: none; }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row .container > .video-iframe-container { display: none; }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row > .video-iframe-container { display: none; }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .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); }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row .container { border-width: 0; border-radius: 0; }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row > .video-iframe-container {  }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#w81UszpVNdD9T7GIAzhrUTaVkVlqTHeA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;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; }
#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row .container { background-color: transparent; background-image: none; }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row .container > .video-iframe-container { display: none; }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row > .video-iframe-container { display: none; }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .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); }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row .container { border-width: 0; border-radius: 0; }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row > .video-iframe-container {  }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#q8VWr0g6ioEoLfiJIcAKGlwUaR6GeFhv { color:#c20081;display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.5382804870606rem;left:25.875001907349rem;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; }
#UvHpAm7TFr3ReofrkC20AWuLKKDXa8wN { color:#c20081;display:block;width:35.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:5.9382820129394rem;left:19.6875rem;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; }
#HVJbXIzhO9It2s3OKVLCd23Fe37G9H1S { color:#c20081;display:block;width:28.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1;letter-spacing:0;top:8.57421875rem;left:21.062501192093rem;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:left;text-align-last:left;display:block; }
#PfzQVgEIDlOAk1T0F1wwzqyed3P7nLUo { color:#c20081;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:13.75rem;left:20.937501192093rem;height:1.25rem;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:left;text-align-last:left;display:block; }
#eTk1Zczdi346d2wXE9TnLgIOOfbQX885 { color:#c20081;display:block;width:33.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:11.09375rem;left:21.062501192093rem;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:left;text-align-last:left;display:block; }
#aHpLXJhv06xKT4T3haehCGRtVDeuouW1 { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:5.3132820129394rem;left:18.5625rem;display:block; }
#eQvFeadFcWpAnGxQHfDwZqlR9uxNMBWS { color:#c20081;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:17.82421875rem;left:15.625rem;height:1.0625rem;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; }
#TW3dPTXpoDU1EBuXrflRyM330zW7bS8w { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:7.94921875rem;left:18.562501192093rem;display:block; }
#i88f0hBSyOuXKGZktL1NybWEEhR2m3oy { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:10.46875rem;left:18.562501192093rem;display:block; }
#lcaucJek2Vv4STa3sHfmE4T8u775SEum { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:13.125000953674rem;left:18.562501192093rem;display:block; }
#BO3TTHF0IizfnibxOTqpT78oqCpsBvFB { box-sizing:content-box;color:#c20081;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:7.94921875rem;left:18.562501192093rem;display:none; }
#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c20081;background-image:none;position:relative;display:block; }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row .container { background-color: transparent; background-image: none; }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row .container > .video-iframe-container { display: none; }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row > .video-iframe-container { display: none; }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .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); }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row .container { border-width: 0; border-radius: 0; }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row > .video-iframe-container {  }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;position:relative;display:block; }#tEbvXI5tDcKU9XNhWsBhNC6KuVPG0qlU { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.875rem #353535 ;height:37.5rem;width:50rem;top:17.696823120118rem;left:12.500001907349rem;display:block; }
#BUqmkXnqIfsKI76ovbGd1J57t4FR1ruP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:19.9375rem;top:23.62499833107rem;left:41.312107086182rem;overflow:hidden;display:block; }
#vSHqcszZ5N6SNDoX8qSNJ4v9TD1TICg8 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:35rem;top:18.5371073246rem;left:13.810447142799rem;overflow:hidden;display:block; }
#ou2sxLe3wH0GCwGpflcXoSrsUxbTDZHT { background-color:#c20081;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.999375rem;height:3.43555rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:49.187501907349rem;left:25.000001192093rem;display:block; }
#ZPm1b6h99bzf3ouUTnWHWvAtMUWMdzVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8kdVTmIessN80KQ0KlEL54NZIiRHwn6 { color:#289930;display:block;width:34.4375rem;position:absolute;font-family:"russo one";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:44.875rem;left:20.3125rem;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; }
#dQOs9onMGOtq6JFVAypnkDn24zDV5KPb { color:#353535;display:block;width:49.9991875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:42.3125rem;left:12.5rem;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; }
#THRGRzxuWNKKlZKo8vutumk4cuTKsBCT { color:#ffffff;display:block;width:43.749625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:7.3980467319488rem;left:15.591796875rem;height:8.1rem;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; }
#sL8O92kRgXlMS2zKq2TJyJ473kRkE7Ep { position:absolute;display:block;z-index:15005;background-color:#2c3241;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;box-shadow: 0.0625rem 0.0625rem 1.875rem #353535 ;height:12.4991875rem;width:49.9980625rem;top:5.199609041214rem;left:12.499217987061rem;display:block; }
#VpoBUWVX1BQy5DuyIcTtPrtUnNxmiZbV { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12395625rem;width:3.12395625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:9.8344039916994rem;left:35.936460494995rem;display:block; }
#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row .container { background-color: transparent; background-image: none; }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row .container > .video-iframe-container { display: none; }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row > .video-iframe-container { display: none; }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .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); }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row .container { border-width: 0; border-radius: 0; }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row > .video-iframe-container {  }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#gqKDR1ZpaZlrZT6AtBwXCnaEgIgND8Ew { color:#222f3d;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.7625rem;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; }
#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f6;background-image:none;position:relative;display:block; }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row .container { background-color: transparent; background-image: none; }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row .container > .video-iframe-container { display: none; }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row > .video-iframe-container { display: none; }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .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); }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row .container { border-width: 0; border-radius: 0; }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row > .video-iframe-container {  }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#AhJ5x5szQ7uTiCKuJsFQ7FwH5NJ2eN59 { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:4.5625002384186rem;left:37.499348878861rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZIChWaMrkfgZN1Pd4qNybzC6DIbP1oZI { color:#c20081;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:2.0000002384186rem;left:37.499348878861rem;height:1.86875rem;font-style:normal;display:block; }
#TFcyAbDy8PdI0VaT6p8n59DtiHgTU8oR { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.9375rem;width:25.4375rem;top:9.5367431640625E-7rem;left:4.8750002384186rem;overflow:hidden;display:block; }
#XTI9pR0IfngGWMNT2Vum3eU3zTB29782 { color:#c20081;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:16.125rem;left:37.5rem;height:1.86875rem;font-style:normal;display:block; }
#DAffwPndA3NKVDiKoUx5U4qKgGqL2p8v { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:19.125rem;left:37.5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B9qRTa15182zLtgJ8TOT0TUsZ4blZrrz { color:#c20081;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:25.875rem;left:37.5rem;height:1.86875rem;font-style:normal;display:block; }
#wFJ1UJpkI151TnWG8qnZTxcPKTttWehq { color:#2f2f2f;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:28.75rem;left:37.5rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nw8833HnmawLElyrswFK1mLcsVIipZew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row .container { background-color: transparent; background-image: none; }#nw8833HnmawLElyrswFK1mLcsVIipZew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row .container > .video-iframe-container { display: none; }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row > .video-iframe-container { display: none; }#nw8833HnmawLElyrswFK1mLcsVIipZew > .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); }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row .container { border-width: 0; border-radius: 0; }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row > .video-iframe-container {  }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#kfcKPUTdFPJI0MEgrHLGTBikNdih40kR { color:#2c3241;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:37.3125rem;height:2.4375rem;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; }
#zinSU72QwArS1hzFTMWiusT7DE0rX9rk { color:#2c3241;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:37.3125rem;height:13.65rem;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; }
#sJ1rDvl0foHhzBQtIsR8GI6stVVzUfLX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.25rem;width:59.6875rem;top:2.9375013113022rem;left:4.7968752384186rem;overflow:hidden;display:block; }
#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c20081;background-image:none;position:relative;display:block; }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row .container { background-color: transparent; background-image: none; }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row .container > .video-iframe-container { display: none; }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row > .video-iframe-container { display: none; }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .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); }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row .container { border-width: 0; border-radius: 0; }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row > .video-iframe-container {  }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#Mgi1SVzOoMLQ4mHtFgtgbsT7T4TXZMHK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;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; }
#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row .container { background-color: transparent; background-image: none; }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row .container > .video-iframe-container { display: none; }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row > .video-iframe-container { display: none; }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .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); }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row .container { border-width: 0; border-radius: 0; }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row > .video-iframe-container {  }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#bNgldGVr0Q8ETQfATmsNe3rZ4todiz2m { background-color:#1ea238;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.7708339691162rem;left:28.750001192093rem;display:block; }
#Wzw6nQEhCOelSLhxrqkTTh2ImETmabOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 { display:block; }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJsnJCUn76QIgrZBEcs6363FkLVXUcT6 { width:34.25rem;height:6.3125rem;top:1.875rem;left:6.7500011920931rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8aF9cKiC3zzSHUfivvAtRLNK6qPToA6 { top:6.5625rem;left:13.875001192093rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f { display:block; }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QChAfqsfv3aJF63i4GpZSmHL87LhUxlP { width:34.25rem;height:9.4375rem;top:5.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8esJqwuTo0VRrVhD1Tk4LPJE14v9Tgq { width:34.625rem;height:7rem;top:21.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMP9JJZA4o12axnh7mrJw2z0sqc1Fs8t { top:2.9375rem;left:10.4375rem;width:37.3125rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Uf3lIE3bL3F5KQFOPhC1icet5AzpAV { top:16rem;left:22.3125rem;width:25.4375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcJRusw3N3ONE1JC6kVzXDHsnGZsETii { width:47.5rem;height:8.0625rem;top:3.9375rem;left:0.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcpxoEiyZ8fsmtiiA5y6Wu6karW7LwPJ { width:47.75rem;height:2.75rem;top:3.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx { display:block; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRUaKrIEk1i36uDPJmWUwRT1xH84K2oe { width:19.875rem;height:;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyzI89FlcPVbdgqpHJaHdNOmdAvySu8Q { width:19.875rem;height:;top:11.875rem;left:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBcniZFwdeobEn1Jno4UUwzc4u2yiORV { width:19.875rem;height:;top:11.875rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT2E1Kw8Kcvgv29KI0oeRQnqQSsFcv6 { top:0.8125rem;left:2.96875rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTgHgGmzJuLL9cpcrWNodTmdPaLov93 { top:0.8125rem;left:18.84375rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtkQbMxoZ8mz0DJTyz0UuzJXZMrZrFh5 { top:0.8125rem;left:34.71875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB { display:block; }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4ISXwGDATndyDgshce4E9ChEsAQbsM4 { width:47.75rem;height:5.5rem;top:3.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN { display:block; }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kn5nG5pgBcWEbcRESZoqw75CTkQ9erPq { width:32.875rem;height:16.25rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qviXtKtcEglTu7GABF5O1ZiISHF99QoI { top:6.375rem;left:0rem;width:34.6875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEo7JiVH4gD1zO677ZsVm5w7TOLk9SX { top:6.4375rem;left:13.0625rem;width:34.6875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZFKl2SD1ryo21OZH7HOCPHKMeZV7iBl { width:32.875rem;height:14.625rem;top:11.875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcdNn8lqIZx7NDgIChZK3VzC1IZ4052F { top:2.5625rem;left:8.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTet2gaBFDuGkG4RBPNk0F44mfcFM7U9 { top:2.5625rem;left:32.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhI1PXN7TwPuamukbgsSdHz7pmiQXcml { display:block; }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIVFczdhIt7pgS4rpnrutwFSnSpcuhz2 { width:32.875rem;height:14.625rem;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnE2AOQG0GkUovsLivirr9TXXVqWvLub { top:5.375rem;left:0rem;width:34.6875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbTGrlw7FRMP4zSdu0uUJBZp7o8VDWE { top:5.4375rem;left:13.0625rem;width:34.6875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOQxLkq5Srctm7e7RZSFO7vsgbXvkZg { width:32.875rem;height:16.25rem;top:11.625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpIz9cxTaKrg2Mub908QCXWNUo6d8Khl { top:1.75rem;left:8.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoX7GU7EyzubRkPkckT9QKWAltTs4DJ4 { top:1.75rem;left:32.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZcETtHxLKgoxfddTfvat9fRISJqCGg { display:block; }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhQgizkoKpXb2f0Mwr4bk9Todrg5BIFr { width:47.75rem;height:5.5rem;top:6rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuFiTwSC6A2Jy7cH6669gSSpsxR1Atm { width:47.75rem;height:11.375rem;top:15.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx { display:block; }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y98DDm3KzmTe0hDQwkLthyJTKR4ihgl7 { width:47.75rem;height:5.5rem;top:3.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQbTdE9GpzO3PJziOo8y10cA4ziuZmky { display:block; }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtSKb57MzLvzLcqMNFvOkgM3wP9RZZ6q { width:33.6875rem;height:32.5rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpe2ACkHBHXVtCtDtdn8BLBOfoHn80ru { top:4.4375rem;left:10.125rem;width:37.625rem;height:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUiCT5DAqTx78vZ4qeiDZHlJoa0ZJgqV { top:4.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc1l5xXarzQEkQpbhbO2yR6EBSuH2ZSf { top:15.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV7L2Sdc2x5UNmKe3oaRVxiE4Iu8mcco { top:28.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTzh1o74LNuAI1BwIAgbzTllRftpHi8T { display:block; }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa1zZVuP6xJb1tsfICkmD8czOk67Mkwb { width:47.75rem;height:5.5rem;top:5.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ZDAJqTFOwRbJU2WEM7RdfoxsPJ6KXx { width:47.75rem;height:8.125rem;top:15.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ { display:block; }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTEOQZw8RGX5z7dQqePmTV8lKRW8bggU { width:47.75rem;height:2.75rem;top:3.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L52VKFVPHIh9U78AbArQ0nzcqsf6ikTx { top:14.25rem;left:0rem;width:47.75rem;height:26.817066521265rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnuL5KFi9fSB5PwaXC6skZ5vbV7tD6TI { top:10.125rem;left:12.75rem;width:22.25rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6BU39OEASPLy3x3xFyN9GzHVJtXrayu { top:20.625rem;left:26.5rem;width:21.25rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 { display:block; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVbL7DCuv7qezDxSBEIttF9wVPiI7DSy { width:47.75rem;height:2.75rem;top:2.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l { display:block; }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwTkMkChEmNXH4mlbz3TN5TLTzHinQKy { width:34.375rem;height:5rem;top:3.125rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0gaHarFPqm05H7V41zPNa0oo9PDtkq9 { top:5.125rem;left:0rem;width:28.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng5l1dMU6xrpaAGtPBcg37SOdyToq4bb { width:27.625rem;height:23.375rem;top:10.5625rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQalg07TAXpy2qfMGkngzJDs4mbaSkCt { top:10.1875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv8o5XUuK67UGye8WCK1SoR8XDScNbED { top:15.625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Rk0FRbTwZa68zhkGMq6VHIF6vVAkEJ { top:18.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf6FGgi76Hq5xO53HmdtiMa0qdi9qWU4 { top:22.625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFbmI7EXHPIa3TIbKh3ahI2SZFnmyvz1 { top:26.625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Eife1kf1f7ff800FNneV5RVXfuvFGq { top:32rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5WxN8fiNbfNyNHTc4sbSxLpQBOf9vw3 { top:29.3125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa3rEOCBvV6cFfld66IU3Dn362TIT1sO { top:35.0625rem;left:23.875rem;width:18.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn { display:block; }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVup3iiUrg7H5laZ4v6EZZyWeHUONSQK { width:34.375rem;height:5rem;top:3.6875rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLHUZHJRGHFPmwVp9cKSUNtpPxA4cOph { top:3.75rem;left:0rem;width:28.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkr0mV2yS8yJOnyVRlWgwckTZvaNiNTV { width:27.625rem;height:19.25rem;top:11.125rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dux99qMrPrON2T48cbDGxwKRJDZB8zwd { top:10.75rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFi2SBGwLk1IdnFVeTr3dxDVkcqrHlt { top:14.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTZxaUWyELPWEREm3S1Gc2aUhTBnmwZ { top:18.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAxdD0kwEAJPTdV7qG4JAGTIXHlxe0HI { top:24.5rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmJNdM3fWahchUDITW97Q5XuTQckq8EK { top:27.25rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo0lseWiAcht3TbmTZnVGOx8SnNEnxag { top:31.5625rem;left:23.875rem;width:19.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g { display:block; }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhB4FzPcRKAD5IO21RwNBAP8ouX9HcBb { width:34.375rem;height:5rem;top:3.8125rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTR8dTh3hRcRrL57O0BNZfvzJaNSKZR { top:5.125rem;left:0rem;width:28.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUfGpHmVHrlLagrv9HqAUaerk3ZzuQih { width:27.625rem;height:23.375rem;top:11.25rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIwJMWvEmX5KOtkiI5WO0Ow4eZrpHo7A { top:10.875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWSHfbecOkx4FDnMXVmlKHtml4mVQMxH { top:15rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9VvPGie6cOTzeizxaWbtHbfHOV1uGiJ { top:19.125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFGrDoCAriIMtru8XutuNyzFZyDoSS3A { top:23.1875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G25SDmDvvf16ZyqLAVULhKb4MaLh7Agr { top:27.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVg0TB18iI1m5G5APQzoNIi6hTDtbzfK { top:31.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxdZSskNwW3gFGp5wSzRo4xetFPVbitm { top:35.9375rem;left:23.875rem;width:18.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 { display:block; }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDKyxhzz6F3qhvfxiATGsFDN9ADirsHS { width:34.375rem;height:5rem;top:3.6875rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNwGWd3ETcTzm3EXFn9xCXqAo2dTnqP { top:4.375rem;left:0rem;width:28.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoXQgmyN7let2vGmBbpy5LQFE8A4Ax23 { width:27.625rem;height:;top:11.25rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmdGnkV8Q46GEi6am1FX8ZwayVwG546L { top:10.75rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXRiPpFIuM6cWTodQZTgxh4oThbRhU7 { top:14.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6aLlw8VAfky8V74Ea1xATgEAXwWmadU { top:19.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5l0HNdXAC6qDsxLthVUdUPLFLqzATtJ { top:23.125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9iz5uvgdsQoD3DVAsLpr7PG4TCveBdL { top:25.8125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn3WTdCTHIpMEbRudNiI4nacBCgDoIeZ { top:29.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJUC3UehkXJUt85KAccEaa16sGPtqyz { top:34.4375rem;left:23.875rem;width:17.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 { display:block; }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWIysHQiDTEbTs7igOUhibTPoAaw76JC { width:34.375rem;height:5rem;top:4.6875rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyBEw48bfNBIGaAuUkbfhBUcW2AiSVvf { top:2.1875rem;left:0rem;width:31.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGtq22mwPqLRak8p4UFGWdoAJvmqUpVu { width:27.625rem;height:13.75rem;top:12.125rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTnODB09VRQboPkg7vqEBxNXh8XcL2WB { top:11.75rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMt1rGnighI9x6HiopGTW1zHkzbC5s1 { top:14.375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEXyOxkg0AZZodfXCdTbiD27blLK74cL { top:17.125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8kPzsfgq0hJFd8KV3CeeDX7XmVgud8I { top:19.8125rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKOe6ZUBVidgK3eHQQdhU6wugp6fKqFk { top:22.625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbITxLQWhpxSPyagDPVEJdB2TcINQzyT { top:27.6875rem;left:23.875rem;width:18rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip028FGfkM25sN9oEhCEPZeVbdWGNU8r { display:block; }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoQPnZIf3Z1t85WWFxRWidblOrEQ3g6i { width:34.375rem;height:;top:4.375rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5XU07ya1D0uyp3zcvZdndcnEPdPVJlt { top:2.9375rem;left:0rem;width:28.625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW1Qb4un4C1Sk9QGzNOH89zlqUsUbfPE { width:27.625rem;height:;top:11.8125rem;left:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go8ovrSPr2CK0B3zCuRxq5TFvigpliPG { top:11.4375rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1VQ6xKSDmgNVFIO4tI7oLTXXv5iA50i { top:16.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOiQd47UNoptCHnZoCvVLifITQQN2cyP { top:20.1875rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSadfhQRAmqeuNf6ILA4TcaJLZqKyDcD { top:25.125rem;left:23.875rem;width:16.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH { display:block; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsXkXMxFpBzb1NF6byGsKXToto8fxC5s { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVpC6DvADbTofmtLQADIkKzFoXT5brzu { width:47.75rem;height:;top:5.875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu { display:block; }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPtwfcAZvic4vDcKSGdtw7az5Vvnoga7 { width:47.75rem;height:2.75rem;top:4.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8G05Gz8BMM4Q1RTfQzQgzXdUaghR9a { top:12.0625rem;left:0rem;width:47.75rem;height:7.0829166666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqFoyGyQqPCPgQsWaJXbXzOgIJutA4Ab { top:24.75rem;left:0rem;width:47.75rem;height:6.2472916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9y9l3H3S3zEnGEZURXLQ8uNkoLDVcSL { top:36.5625rem;left:0rem;width:47.75rem;height:3.9791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL { display:block; }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VibVCmrIJQmkxR4sQ5x5oi8TStpz08mb { top:6rem;left:3.8750019073486rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnOm4O5UhQW0CGLnALUO6tH5h33piNZ { width:47.75rem;height:4rem;top:1.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCQFK6vordsyLZPBivHidiFsTkhcOXOk { top:5.375rem;left:3.25rem;width:41.25rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk { display:block; }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2h0obyydUvMFKcQg45IupAQ902mLF1t { top:6rem;left:3.8750019073486rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz6DsIqAzQsdzIVxgFPPWc1cONbAdCiq { width:47.75rem;height:4rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGSNQQldakwMmVcuVXl2Uq3KzWAP7NHp { top:5.375rem;left:3.25rem;width:41.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X { display:block; }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOsuorkfyewVrLPpXADlK6ZarK9UqnuV { top:6rem;left:3.8750019073486rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEsCctM7ZnafPSWBStfUNdZNxCKH2xn { width:47.75rem;height:4rem;top:1.25rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bknCdHNshdFFGUr94q8BSOELP8OExd5b { top:5.375rem;left:3.25rem;width:41.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1AUcPncIHsWZAckv7BQIa4BHWsATvCx { display:block; }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzgRQUgAFVRMU5C5eodALHNDk9l9rBXC { width:34.375rem;height:;top:5.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdru7MUHryeKlLwCTI3xn9eGci4CkDEZ { width:27.625rem;height:10rem;top:15.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW7GyEIfA87KH6c3ynxXT2SWQT4G6B7o { top:3.375rem;left:11.375rem;width:36.375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 { display:block; }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w81UszpVNdD9T7GIAzhrUTaVkVlqTHeA { width:47.75rem;height:2.75rem;top:1.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 { display:block; }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8VWr0g6ioEoLfiJIcAKGlwUaR6GeFhv { width:23.25rem;height:;top:2.5rem;left:12.250001192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHpAm7TFr3ReofrkC20AWuLKKDXa8wN { width:35.625rem;height:1.25rem;top:5.9375rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVJbXIzhO9It2s3OKVLCd23Fe37G9H1S { width:28.9375rem;height:;top:8.5625rem;left:7.4375011920931rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfzQVgEIDlOAk1T0F1wwzqyed3P7nLUo { width:35.3125rem;height:1.25rem;top:13.75rem;left:7.3125011920931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTk1Zczdi346d2wXE9TnLgIOOfbQX885 { width:33.25rem;height:;top:11.0625rem;left:7.4375011920931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHpLXJhv06xKT4T3haehCGRtVDeuouW1 { top:5.3125rem;left:4.9375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQvFeadFcWpAnGxQHfDwZqlR9uxNMBWS { width:43.75rem;height:1rem;top:17.8125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW3dPTXpoDU1EBuXrflRyM330zW7bS8w { top:7.9375rem;left:4.9375011920929rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i88f0hBSyOuXKGZktL1NybWEEhR2m3oy { top:10.4375rem;left:4.9375011920929rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcaucJek2Vv4STa3sHfmE4T8u775SEum { top:13.125rem;left:4.9375011920929rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO3TTHF0IizfnibxOTqpT78oqCpsBvFB { top:7.9375rem;left:4.9375011920929rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 { display:block; }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEbvXI5tDcKU9XNhWsBhNC6KuVPG0qlU { top:17.6875rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUqmkXnqIfsKI76ovbGd1J57t4FR1ruP { top:23.5625rem;left:27.687107086182rem;width:19.9375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSHqcszZ5N6SNDoX8qSNJ4v9TD1TICg8 { top:18.5rem;left:0.18544714279877rem;width:35rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou2sxLe3wH0GCwGpflcXoSrsUxbTDZHT { width:24.9375rem;height:3.375rem;top:49.1875rem;left:11.375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPm1b6h99bzf3ouUTnWHWvAtMUWMdzVV { display:block; }
 }@media only screen and (max-width: 763px) { #y8kdVTmIessN80KQ0KlEL54NZIiRHwn6 { width:34.4375rem;height:;top:44.875rem;left:6.6875019073488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQOs9onMGOtq6JFVAypnkDn24zDV5KPb { width:47.75rem;height:;top:42.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRGRzxuWNKKlZKo8vutumk4cuTKsBCT { width:43.6875rem;height:8.0625rem;top:7.375rem;left:1.966796875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL8O92kRgXlMS2zKq2TJyJ473kRkE7Ep { top:5.1875rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpoBUWVX1BQy5DuyIcTtPrtUnNxmiZbV { top:9.8125rem;left:22.311460494995rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvQof1fx73HKMgvdd8EpCF3To3lRSnvp { display:block; }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqKDR1ZpaZlrZT6AtBwXCnaEgIgND8Ew { width:47.75rem;height:2.6875rem;top:5.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 { display:block; }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhJ5x5szQ7uTiCKuJsFQ7FwH5NJ2eN59 { top:4.5625rem;left:0rem;width:37.5rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIChWaMrkfgZN1Pd4qNybzC6DIbP1oZI { top:2rem;left:0rem;width:37.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFcyAbDy8PdI0VaT6p8n59DtiHgTU8oR { top:0rem;left:0rem;width:25.4375rem;height:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTI9pR0IfngGWMNT2Vum3eU3zTB29782 { top:16.125rem;left:10.25rem;width:37.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAffwPndA3NKVDiKoUx5U4qKgGqL2p8v { top:19.125rem;left:10.25rem;width:37.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9qRTa15182zLtgJ8TOT0TUsZ4blZrrz { top:25.875rem;left:10.25rem;width:37.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFJ1UJpkI151TnWG8qnZTxcPKTttWehq { top:28.75rem;left:10.25rem;width:37.5rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw8833HnmawLElyrswFK1mLcsVIipZew { display:block; }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfcKPUTdFPJI0MEgrHLGTBikNdih40kR { width:34.375rem;height:2.375rem;top:7.8125rem;left:13.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zinSU72QwArS1hzFTMWiusT7DE0rX9rk { width:34.375rem;height:13.3125rem;top:11rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1rDvl0foHhzBQtIsR8GI6stVVzUfLX { width:47.75rem;height:22.6rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys { display:block; }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mgi1SVzOoMLQ4mHtFgtgbsT7T4TXZMHK { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 { display:block; }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNgldGVr0Q8ETQfATmsNe3rZ4todiz2m { width:17.5rem;height:3.4375rem;top:3.75rem;left:15.125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzw6nQEhCOelSLhxrqkTTh2ImETmabOI { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 { display:block; }#hPHQoP0Gqz7BIu81CDR6z4xhNVT5THR6 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJsnJCUn76QIgrZBEcs6363FkLVXUcT6 { width:20rem;height:6.6rem;top:1.2500039339066rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8aF9cKiC3zzSHUfivvAtRLNK6qPToA6 { width:20rem;height:11.25rem;top:9.0625004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f { display:block; }#vXzM1BQbfXhkQBaW4VeOBaX9lXZEn16f > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QChAfqsfv3aJF63i4GpZSmHL87LhUxlP { width:20rem;height:11rem;top:1.9375rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8esJqwuTo0VRrVhD1Tk4LPJE14v9Tgq { width:20rem;height:9.3333125rem;top:17.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMP9JJZA4o12axnh7mrJw2z0sqc1Fs8t { width:20rem;height:10.8125rem;top:28.172526359558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Uf3lIE3bL3F5KQFOPhC1icet5AzpAV { width:13.3125rem;height:10.8125rem;top:36.287109375rem;left:3.3437502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcJRusw3N3ONE1JC6kVzXDHsnGZsETii { width:20rem;height:9.6666875rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcpxoEiyZ8fsmtiiA5y6Wu6karW7LwPJ { width:16rem;height:5.6rem;top:2.4375rem;left:2rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#222f3d;display:block; }
 }@media only screen and (max-width: 763px) { #uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx { display:block; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRUaKrIEk1i36uDPJmWUwRT1xH84K2oe { width:16.4375rem;height:5.6rem;top:9.5625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyzI89FlcPVbdgqpHJaHdNOmdAvySu8Q { width:15.875rem;height:7rem;top:24.375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBcniZFwdeobEn1Jno4UUwzc4u2yiORV { width:16.6875rem;height:8.4rem;top:40.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT2E1Kw8Kcvgv29KI0oeRQnqQSsFcv6 { width:7.5625rem;height:7.5625rem;top:1.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTgHgGmzJuLL9cpcrWNodTmdPaLov93 { width:7.5rem;height:7.5rem;top:15.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtkQbMxoZ8mz0DJTyz0UuzJXZMrZrFh5 { width:7.125rem;height:7.125rem;top:32.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB { display:block; }#u7KoTwoaaIZg5waFOeDWy2WfRbbwykRB > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4ISXwGDATndyDgshce4E9ChEsAQbsM4 { width:16rem;height:11.6666875rem;top:1.71875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN { display:block; }#tcVealyQvsVOkMSOA7eaKw4RCG2yK6hN > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kn5nG5pgBcWEbcRESZoqw75CTkQ9erPq { width:16.6875rem;height:25.2rem;top:5.5625rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qviXtKtcEglTu7GABF5O1ZiISHF99QoI { width:20rem;height:30.6875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsEo7JiVH4gD1zO677ZsVm5w7TOLk9SX { width:20rem;height:28.125rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZFKl2SD1ryo21OZH7HOCPHKMeZV7iBl { width:16.6875rem;height:22.4rem;top:40.875rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcdNn8lqIZx7NDgIChZK3VzC1IZ4052F { width:5rem;height:5rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTet2gaBFDuGkG4RBPNk0F44mfcFM7U9 { width:5rem;height:5rem;top:34.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhI1PXN7TwPuamukbgsSdHz7pmiQXcml { display:block; }#PhI1PXN7TwPuamukbgsSdHz7pmiQXcml > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIVFczdhIt7pgS4rpnrutwFSnSpcuhz2 { width:16.6875rem;height:21rem;top:6.9375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnE2AOQG0GkUovsLivirr9TXXVqWvLub { width:20rem;height:26.875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbTGrlw7FRMP4zSdu0uUJBZp7o8VDWE { width:20rem;height:30.625rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOQxLkq5Srctm7e7RZSFO7vsgbXvkZg { width:16.6875rem;height:25.2rem;top:37.3125rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpIz9cxTaKrg2Mub908QCXWNUo6d8Khl { width:5rem;height:5rem;top:0.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoX7GU7EyzubRkPkckT9QKWAltTs4DJ4 { width:5rem;height:5rem;top:31.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZcETtHxLKgoxfddTfvat9fRISJqCGg { display:block; }#x9ZcETtHxLKgoxfddTfvat9fRISJqCGg > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhQgizkoKpXb2f0Mwr4bk9Todrg5BIFr { width:20rem;height:6.6666875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuFiTwSC6A2Jy7cH6669gSSpsxR1Atm { width:20rem;height:18.2rem;top:10.58203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx { display:block; }#i0vmvuzcrIVR2kZJ0h7qeTdVraUbE5Jx > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y98DDm3KzmTe0hDQwkLthyJTKR4ihgl7 { width:19.9375rem;height:6.6666875rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQbTdE9GpzO3PJziOo8y10cA4ziuZmky { display:block; }#oQbTdE9GpzO3PJziOo8y10cA4ziuZmky > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtSKb57MzLvzLcqMNFvOkgM3wP9RZZ6q { width:15.8125rem;height:51.8rem;top:1.6875rem;left:4.1875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpe2ACkHBHXVtCtDtdn8BLBOfoHn80ru { width:20rem;height:20rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUiCT5DAqTx78vZ4qeiDZHlJoa0ZJgqV { width:2.5rem;height:2.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc1l5xXarzQEkQpbhbO2yR6EBSuH2ZSf { width:2.5rem;height:2.5rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV7L2Sdc2x5UNmKe3oaRVxiE4Iu8mcco { width:2.5rem;height:2.5rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTzh1o74LNuAI1BwIAgbzTllRftpHi8T { display:block; }#rTzh1o74LNuAI1BwIAgbzTllRftpHi8T > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xa1zZVuP6xJb1tsfICkmD8czOk67Mkwb { width:20rem;height:6.6666875rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ZDAJqTFOwRbJU2WEM7RdfoxsPJ6KXx { width:20rem;height:16.8rem;top:10.39453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#222f3d;display:block; }
 }@media only screen and (max-width: 763px) { #WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ { display:block; }#WVKI8p84pzfJzehTfmwNOFDnHEAWh9pJ > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTEOQZw8RGX5z7dQqePmTV8lKRW8bggU { width:20rem;height:5.6rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L52VKFVPHIh9U78AbArQ0nzcqsf6ikTx { width:20rem;height:11.125rem;top:14.021336410985rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnuL5KFi9fSB5PwaXC6skZ5vbV7tD6TI { width:11.5rem;height:4rem;top:9.89453125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6BU39OEASPLy3x3xFyN9GzHVJtXrayu { width:8.75rem;height:7.125rem;top:23.9755859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container { background-color: transparent; background-image: none; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container > .video-iframe-container { display: none; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row > .video-iframe-container { display: none; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .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); }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container { border-width: 0; border-radius: 0; }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row > .video-iframe-container {  }#Nau9WHW1WBNgPXsmSHnggSDyBE8TE603 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVbL7DCuv7qezDxSBEIttF9wVPiI7DSy { width:20rem;height:1.86666875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l { display:block; }#LPT31ZpkgJsBt07v7K1R0FIgOdkpJF1l > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwTkMkChEmNXH4mlbz3TN5TLTzHinQKy { width:20rem;height:3.33333125rem;top:16.0078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0gaHarFPqm05H7V41zPNa0oo9PDtkq9 { width:13.875rem;height:12.9375rem;top:1.2490234375rem;left:5.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng5l1dMU6xrpaAGtPBcg37SOdyToq4bb { width:15.875rem;height:28rem;top:21.4873046875rem;left:3.2490234375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wQalg07TAXpy2qfMGkngzJDs4mbaSkCt { width:1.875rem;height:1.875rem;top:21.4873046875rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv8o5XUuK67UGye8WCK1SoR8XDScNbED { width:1.875rem;height:1.875rem;top:27.9375rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Rk0FRbTwZa68zhkGMq6VHIF6vVAkEJ { width:1.875rem;height:1.875rem;top:31.8125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf6FGgi76Hq5xO53HmdtiMa0qdi9qWU4 { width:1.875rem;height:1.875rem;top:35.6875rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFbmI7EXHPIa3TIbKh3ahI2SZFnmyvz1 { width:1.875rem;height:1.875rem;top:39.625rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Eife1kf1f7ff800FNneV5RVXfuvFGq { width:1.875rem;height:1.875rem;top:42.25rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5WxN8fiNbfNyNHTc4sbSxLpQBOf9vw3 { width:1.875rem;height:1.875rem;top:46.2998046875rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa3rEOCBvV6cFfld66IU3Dn362TIT1sO { width:15.625rem;height:1.6rem;top:51.299003601074rem;left:2.1562501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn { display:block; }#KRdfEggVfcSrnUaIyFywuXKNJ4DWtKZn > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVup3iiUrg7H5laZ4v6EZZyWeHUONSQK { width:20rem;height:3.33333125rem;top:17.4453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLHUZHJRGHFPmwVp9cKSUNtpPxA4cOph { width:13.875rem;height:12.9375rem;top:2.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkr0mV2yS8yJOnyVRlWgwckTZvaNiNTV { width:15.875rem;height:25.3333125rem;top:23rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dux99qMrPrON2T48cbDGxwKRJDZB8zwd { width:1.875rem;height:1.875rem;top:23rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFi2SBGwLk1IdnFVeTr3dxDVkcqrHlt { width:1.875rem;height:1.875rem;top:28.125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beTZxaUWyELPWEREm3S1Gc2aUhTBnmwZ { width:1.875rem;height:1.875rem;top:32.3125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAxdD0kwEAJPTdV7qG4JAGTIXHlxe0HI { width:1.875rem;height:1.875rem;top:40.375rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmJNdM3fWahchUDITW97Q5XuTQckq8EK { width:1.875rem;height:1.875rem;top:44.375rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo0lseWiAcht3TbmTZnVGOx8SnNEnxag { width:15.625rem;height:1.6rem;top:50.082272529602rem;left:2.1562501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g { display:block; }#ZPr2rulXrh0LJfMSiKIokwlMtpL7cu8g > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhB4FzPcRKAD5IO21RwNBAP8ouX9HcBb { width:20rem;height:3.33333125rem;top:16.0703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTR8dTh3hRcRrL57O0BNZfvzJaNSKZR { width:13.875rem;height:12.9375rem;top:1.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUfGpHmVHrlLagrv9HqAUaerk3ZzuQih { width:15.875rem;height:28rem;top:21.34375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nIwJMWvEmX5KOtkiI5WO0Ow4eZrpHo7A { width:1.875rem;height:1.875rem;top:21.34375rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWSHfbecOkx4FDnMXVmlKHtml4mVQMxH { width:1.875rem;height:1.875rem;top:26.4453125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9VvPGie6cOTzeizxaWbtHbfHOV1uGiJ { width:1.875rem;height:1.875rem;top:30.625001430511rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFGrDoCAriIMtru8XutuNyzFZyDoSS3A { width:1.875rem;height:1.875rem;top:37.187501430511rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G25SDmDvvf16ZyqLAVULhKb4MaLh7Agr { width:1.875rem;height:1.875rem;top:41.374999523163rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVg0TB18iI1m5G5APQzoNIi6hTDtbzfK { width:1.875rem;height:1.875rem;top:45.375003814698rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxdZSskNwW3gFGp5wSzRo4xetFPVbitm { width:15.625rem;height:1.6rem;top:50.874982833862rem;left:2.1562501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 { display:block; }#mtxIJtiZNPoOhIF9lcs1JylTgPPCZw08 > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDKyxhzz6F3qhvfxiATGsFDN9ADirsHS { width:20rem;height:3.33333125rem;top:16.5078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNwGWd3ETcTzm3EXFn9xCXqAo2dTnqP { width:13.875rem;height:12.9375rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoXQgmyN7let2vGmBbpy5LQFE8A4Ax23 { width:15.875rem;height:26.6666875rem;top:21.625rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gmdGnkV8Q46GEi6am1FX8ZwayVwG546L { width:1.875rem;height:1.875rem;top:21.4375rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXRiPpFIuM6cWTodQZTgxh4oThbRhU7 { width:1.875rem;height:1.875rem;top:26.6875rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6aLlw8VAfky8V74Ea1xATgEAXwWmadU { width:1.875rem;height:1.875rem;top:32.375000953674rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5l0HNdXAC6qDsxLthVUdUPLFLqzATtJ { width:1.875rem;height:1.875rem;top:37.562500953674rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9iz5uvgdsQoD3DVAsLpr7PG4TCveBdL { width:1.875rem;height:1.875rem;top:41.757813453674rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn3WTdCTHIpMEbRudNiI4nacBCgDoIeZ { width:1.875rem;height:1.875rem;top:45.812503814698rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTJUC3UehkXJUt85KAccEaa16sGPtqyz { width:15.625rem;height:1.6rem;top:49.687507629394rem;left:2.1562501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 { display:block; }#euP6Bwhdxofe4xevW8WvC0c4I3R5JJT0 > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWIysHQiDTEbTs7igOUhibTPoAaw76JC { width:20rem;height:3.33333125rem;top:14.1318359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyBEw48bfNBIGaAuUkbfhBUcW2AiSVvf { width:13.875rem;height:11.3125rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGtq22mwPqLRak8p4UFGWdoAJvmqUpVu { width:15.875rem;height:18.6666875rem;top:19.0625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OTnODB09VRQboPkg7vqEBxNXh8XcL2WB { width:1.875rem;height:1.875rem;top:18.8125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMt1rGnighI9x6HiopGTW1zHkzbC5s1 { width:1.875rem;height:1.875rem;top:23.0625rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEXyOxkg0AZZodfXCdTbiD27blLK74cL { width:1.875rem;height:1.875rem;top:27rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8kPzsfgq0hJFd8KV3CeeDX7XmVgud8I { width:1.875rem;height:1.875rem;top:31.125rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKOe6ZUBVidgK3eHQQdhU6wugp6fKqFk { width:1.875rem;height:1.875rem;top:35.062505722046rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbITxLQWhpxSPyagDPVEJdB2TcINQzyT { width:15.625rem;height:1.6rem;top:38.750040054321rem;left:2.1562501192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip028FGfkM25sN9oEhCEPZeVbdWGNU8r { display:block; }#ip028FGfkM25sN9oEhCEPZeVbdWGNU8r > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoQPnZIf3Z1t85WWFxRWidblOrEQ3g6i { width:20rem;height:3.33333125rem;top:10.4638671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5XU07ya1D0uyp3zcvZdndcnEPdPVJlt { width:13.875rem;height:10.375rem;top:0.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW1Qb4un4C1Sk9QGzNOH89zlqUsUbfPE { width:15.875rem;height:13.3333125rem;top:15.3125rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Go8ovrSPr2CK0B3zCuRxq5TFvigpliPG { width:1.875rem;height:1.875rem;top:15.12495136261rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1VQ6xKSDmgNVFIO4tI7oLTXXv5iA50i { width:1.875rem;height:1.875rem;top:19.25rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOiQd47UNoptCHnZoCvVLifITQQN2cyP { width:1.875rem;height:1.875rem;top:24.531250715256rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSadfhQRAmqeuNf6ILA4TcaJLZqKyDcD { width:15.625rem;height:1.6rem;top:29.437520980835rem;left:2.1875001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container { background-color: transparent; background-image: none; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container > .video-iframe-container { display: none; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row > .video-iframe-container { display: none; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .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); }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container { border-width: 0; border-radius: 0; }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row > .video-iframe-container {  }#cfXGwcVMhxVLGkyTEdyQWlitFhXWSotH > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsXkXMxFpBzb1NF6byGsKXToto8fxC5s { width:20rem;height:3.73333125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVpC6DvADbTofmtLQADIkKzFoXT5brzu { width:20rem;height:2.6rem;top:6.16666875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu { display:block; }#qd4zf6eK3x0W3HV6qT45Nt1R4knoQTWu > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPtwfcAZvic4vDcKSGdtw7az5Vvnoga7 { width:20rem;height:1.86666875rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8G05Gz8BMM4Q1RTfQzQgzXdUaghR9a { width:20rem;height:2.9666666666667rem;top:5.39518125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqFoyGyQqPCPgQsWaJXbXzOgIJutA4Ab { width:20rem;height:2.6166666666667rem;top:9.673825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9y9l3H3S3zEnGEZURXLQ8uNkoLDVcSL { width:20rem;height:1.6666666666667rem;top:13.5403625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL { display:block; }#Z6seAWxVyP36yJ3ukxpKmswHooaJV0bL > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VibVCmrIJQmkxR4sQ5x5oi8TStpz08mb { height:11.25rem;width:19.9991875rem;top:5.2218751907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnOm4O5UhQW0CGLnALUO6tH5h33piNZ { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCQFK6vordsyLZPBivHidiFsTkhcOXOk { width:20rem;height:12.5rem;top:4.5984382629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk { display:block; }#a7sJ0DsN7WNaIq9ma7lTfA5eMl63Hquk > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2h0obyydUvMFKcQg45IupAQ902mLF1t { height:11.25rem;width:20rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz6DsIqAzQsdzIVxgFPPWc1cONbAdCiq { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGSNQQldakwMmVcuVXl2Uq3KzWAP7NHp { width:20rem;height:12.5rem;top:4.4742183685303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X { display:block; }#xJk01vi0gPCM7nnsPpUnnLpsnlSNGW3X > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOsuorkfyewVrLPpXADlK6ZarK9UqnuV { height:11.25rem;width:20rem;top:5.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEsCctM7ZnafPSWBStfUNdZNxCKH2xn { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bknCdHNshdFFGUr94q8BSOELP8OExd5b { width:20rem;height:12.5rem;top:4.4742183685303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1AUcPncIHsWZAckv7BQIa4BHWsATvCx { display:block; }#W1AUcPncIHsWZAckv7BQIa4BHWsATvCx > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzgRQUgAFVRMU5C5eodALHNDk9l9rBXC { width:20rem;height:3.73333125rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdru7MUHryeKlLwCTI3xn9eGci4CkDEZ { width:20rem;height:13.3333125rem;top:9.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pW7GyEIfA87KH6c3ynxXT2SWQT4G6B7o { width:20rem;height:13.503875rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 { display:block; }#FKCIyTJqQLE0O7QXuuMVTTwXtnXGybT3 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w81UszpVNdD9T7GIAzhrUTaVkVlqTHeA { width:20rem;height:7.8rem;top:1.8500003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 { display:block; }#z03ZbMZpT4imVWURDbV8u9dwO0QT4xE9 > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8VWr0g6ioEoLfiJIcAKGlwUaR6GeFhv { width:20rem;height:1.73333125rem;top:3.1210927963257rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvHpAm7TFr3ReofrkC20AWuLKKDXa8wN { width:16.1875rem;height:2.66666875rem;top:8.6020832061769rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HVJbXIzhO9It2s3OKVLCd23Fe37G9H1S { width:16.1875rem;height:2.66666875rem;top:14.750000953674rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PfzQVgEIDlOAk1T0F1wwzqyed3P7nLUo { width:20rem;height:2rem;top:27.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTk1Zczdi346d2wXE9TnLgIOOfbQX885 { width:20rem;height:2rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHpLXJhv06xKT4T3haehCGRtVDeuouW1 { width:2.5rem;height:2.5rem;top:24.6875rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQvFeadFcWpAnGxQHfDwZqlR9uxNMBWS { width:20rem;height:2rem;top:32.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW3dPTXpoDU1EBuXrflRyM330zW7bS8w { width:2.5rem;height:2.5rem;top:12.316688537597rem;left:8.750000834465rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i88f0hBSyOuXKGZktL1NybWEEhR2m3oy { width:2.5rem;height:2.5rem;top:18.6875rem;left:8.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcaucJek2Vv4STa3sHfmE4T8u775SEum { width:2.5rem;height:2.5rem;top:23.811459898949rem;left:8.750000834465rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BO3TTHF0IizfnibxOTqpT78oqCpsBvFB { width:2.5rem;height:2.5rem;top:6.1062316894531rem;left:8.718750834465rem;font-size:1.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 { display:block; }#fVIAzTQIpCXIbB0RBEXhftySmLcG5eN5 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEbvXI5tDcKU9XNhWsBhNC6KuVPG0qlU { width:20rem;height:21.625rem;top:11.47031211853rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BUqmkXnqIfsKI76ovbGd1J57t4FR1ruP { width:7.9991875rem;height:6.437125rem;top:14.83945274353rem;left:11.436327010393rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSHqcszZ5N6SNDoX8qSNJ4v9TD1TICg8 { width:14.625rem;height:7.9375rem;top:12.434764862061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou2sxLe3wH0GCwGpflcXoSrsUxbTDZHT { width:12.5rem;height:3.125rem;top:28.658201217651rem;left:3.7488279640674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPm1b6h99bzf3ouUTnWHWvAtMUWMdzVV { display:block; }
 }@media only screen and (max-width: 763px) { #y8kdVTmIessN80KQ0KlEL54NZIiRHwn6 { width:15.625rem;height:1.2rem;top:26.686443328858rem;left:2.1562501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQOs9onMGOtq6JFVAypnkDn24zDV5KPb { width:19.9991875rem;height:2.4rem;top:22.921873092651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THRGRzxuWNKKlZKo8vutumk4cuTKsBCT { width:19.9991875rem;height:4.6rem;top:4.7953109741211rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL8O92kRgXlMS2zKq2TJyJ473kRkE7Ep { width:19.9991875rem;height:8.625rem;top:2.9203081130981rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VpoBUWVX1BQy5DuyIcTtPrtUnNxmiZbV { width:1.875rem;height:1.875rem;top:6.216796875rem;left:9.0609369575975rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvQof1fx73HKMgvdd8EpCF3To3lRSnvp { display:block; }#hvQof1fx73HKMgvdd8EpCF3To3lRSnvp > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqKDR1ZpaZlrZT6AtBwXCnaEgIgND8Ew { width:20rem;height:1.86666875rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 { display:block; }#tNPn2eip9IBwEtqk9ppofaMZWfRSuqS9 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhJ5x5szQ7uTiCKuJsFQ7FwH5NJ2eN59 { width:20rem;height:12rem;top:3.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZIChWaMrkfgZN1Pd4qNybzC6DIbP1oZI { width:20rem;height:1.4rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFcyAbDy8PdI0VaT6p8n59DtiHgTU8oR { width:20rem;height:30.579125rem;top:33.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTI9pR0IfngGWMNT2Vum3eU3zTB29782 { width:20rem;height:1.4rem;top:17.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DAffwPndA3NKVDiKoUx5U4qKgGqL2p8v { width:20rem;height:5.33333125rem;top:20.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B9qRTa15182zLtgJ8TOT0TUsZ4blZrrz { width:20rem;height:1.4rem;top:28.437501430511rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFJ1UJpkI151TnWG8qnZTxcPKTttWehq { width:20rem;height:10.6666875rem;top:31.312541484833rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nw8833HnmawLElyrswFK1mLcsVIipZew { display:block; }#nw8833HnmawLElyrswFK1mLcsVIipZew > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfcKPUTdFPJI0MEgrHLGTBikNdih40kR { width:20rem;height:1.66666875rem;top:12.312500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zinSU72QwArS1hzFTMWiusT7DE0rX9rk { width:16.875rem;height:19.6rem;top:14.916666984558rem;left:1.5312501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1rDvl0foHhzBQtIsR8GI6stVVzUfLX { width:20rem;height:9.5143212951431rem;top:2.0541439056396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys { display:block; }#uw5eovzZMGxRm5NKTvpEKGiwIwHKIKys > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mgi1SVzOoMLQ4mHtFgtgbsT7T4TXZMHK { width:20rem;height:10rem;top:1.8500003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 { display:block; }#A6zsElVzl8JAH2XIp8qhrqF5L1qwATE8 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNgldGVr0Q8ETQfATmsNe3rZ4todiz2m { width:17.5rem;height:3.4375rem;top:2.6250648498535rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzw6nQEhCOelSLhxrqkTTh2ImETmabOI { display:block; }
 }