.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::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); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS { background-color:rgba(244,247,235,0.9);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container { background-color: transparent; background-image: none; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container > .video-iframe-container { display: none; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row > .video-iframe-container { display: none; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .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); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container { border-width: 0; border-radius: 0; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container { font-size:0.875rem;font-family:"open sans";height:8.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#J3QHdNzdcsSsDnhQVfr5Z96fR0fr8V7b { position:absolute;display:block;z-index:15001;height:4.625rem;width:8.25rem;top:0rem;left:7.5rem;display:block; }
#e5kSbsJvT7AkrkZSbC54Inh8Fszp3aRs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:14.8125rem;top:1.4375rem;left:15.75rem;overflow:hidden;display:block; }
#OKv8X8VZ5LDgKKXuvQ6vIvZPEO4CfNfL { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:10.3125rem;top:1.75rem;left:41.75rem;overflow:hidden;display:block; }
#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f3047;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row .container { background-color: transparent; background-image: none; }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row .container > .video-iframe-container { display: none; }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row > .video-iframe-container { display: none; }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .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); }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row .container { border-width: 0; border-radius: 0; }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#Jccg91XLDhfh3LWH5Jz4DBFV0LolcPhX { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:25.9375rem;height:9.74853125rem;text-align:left;text-align-last:left;display:block; }
#XOd2tUKlBykQbh3dZhiRaJaSfQM7PwGy { color:#ffffff;display:block;width:36rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:25.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#U6HGkNmSkW8Lsg15yPOfJ86ei49BxKzd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:15.3125rem;top:1.0625rem;left:3.96875rem;overflow:hidden;display:block; }
#tECE96Defd4AScf4fHOJHeguUyH6pPQT { background-color:rgba(244,247,235,0.9);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container { background-color: transparent; background-image: none; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container > .video-iframe-container { display: none; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row > .video-iframe-container { display: none; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .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); }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container { border-width: 0; border-radius: 0; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container { font-size:0.875rem;font-family:"open sans";height:24.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#e1h8RepbDoCSNoIasIyFObPv1USW2cOD { color:#293e3d;display:block;width:60.5625rem;position:absolute;font-family:barlow;font-size:5.0625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:1.92578125rem;left:7.21875rem;height:6.07470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JN7CkXwWscbiruyzoJ9Q3CpMvsI2X5AU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:30.125rem;top:9.5625rem;left:22.4375rem;overflow:hidden;display:block; }
#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG { position:relative;display:block; }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG { background-color: transparent; background-image: none; }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .row .container > .video-iframe-container { display: none; }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .row > .video-iframe-container { display: none; }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .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); }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG { border-width: 0; border-radius: 0; }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cmFrRBckH3hcTDanoV5ZIqLDMNpiMQIB { color:#2f2a80;display:block;width:52.4375rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:11.28125rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#ZhhhkG34TMTaTWltITUkkEOTVGPuCrNM { color:#2f2a80;display:block;width:52.4375rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.90771484375rem;left:11.28125rem;height:8.93555625rem;text-align:center;text-align-last:center;display:block; }
#Vp9PyRRkwRALzGQWSrZaGs9GyvbtJPJP { color:#2f2a80;display:block;width:58.8125rem;position:absolute;font-family:barlow;font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:8.09375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED { background-color:#2f2a80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container { background-color: transparent; background-image: none; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container > .video-iframe-container { display: none; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row > .video-iframe-container { display: none; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .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); }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container { border-width: 0; border-radius: 0; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container { width:75rem;height:47.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zXAyngn9fKNvsx5wNP2ILiTigLHTWGDS { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#iVGy5aU8Xpus9g851T54gTbu3xSwaLHg { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:34rem;left:41.5625rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#HkLT31HehlJBubugPopwI1JFvPgKnm7b { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.375rem;left:38.53125rem;display:block; }
#MCJtfVpTB1atHVUHE70cfaPczOTa9PF4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BxqOqiCrSHqQRkJCaJfUMzTLkSS34gH8 { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.625rem;left:34.5625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Es1If0yoJvEvvHEkd9HtS4eBm8RZgJu0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5625rem;width:28.5625rem;top:6.125rem;left:4.3125rem;overflow:hidden;display:block; }
#kFIQyqSkSTsCrTsFfTOexAovMU9AnbiJ { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.9375rem;left:35.5625rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#u1GVRcf2iq4iwa1TJaCWSAeF3hCQ37zL { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:35.5625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#wqPR1GOtXzzuPkyf2x7lcDE56NcK42d4 { color:#171b1b;display:block;width:36.5rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.3125rem;left:35.5rem;height:5.1181625rem;text-align:left;text-align-last:left;display:block; }
#ifHxpV00NbR5lH5kPhvbspx3otIuu8oL { color:#171b1b;display:block;width:39.5rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#d30PZ19z4FREuvHZmARgqdwPEW2io6LQ { box-sizing:content-box;height:39.375rem;width:71.0625rem;position:absolute;display:block;z-index:15002;background-color:#18194a;background-image:none;top:3.875rem;left:2.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 { background-color:#812132;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container { background-color: transparent; background-image: none; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container > .video-iframe-container { display: none; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row > .video-iframe-container { display: none; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .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); }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container { border-width: 0; border-radius: 0; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container { width:75rem;height:41.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zoW282HGxs3JJgrgB1hSxymzqntTgISX { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#nl5KuKuphEZ6EuZZRDPRxbD1SpxaaLeJ { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.3125rem;left:41.59375rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#I7mfc8RZ9mwvZmmvgfQeRiWDxSVT0b2y { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.6875rem;left:38.5625rem;display:block; }
#oEduTMehaB8sBKTfs1UUMTRnLtBuQIJh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzF5GrVqizDT0yy1u3SZJrfltQ0pfnNU { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.0625rem;left:34.625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rp6P6ryPCL0w7xegbWn2Zqb5nHpd8Ic6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:28.5625rem;top:6.25rem;left:4.3125rem;overflow:hidden;display:block; }
#wNqF9PKTutDoca2U6mDki9b8l7HTBaT4 { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10rem;left:35.5625rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#TUVkDv2xFJpXOgMn2BWSTwJ00QIIRmE5 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:35.5625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#gOaHVmV30nOxW8EaFhalb5rE1KRJGysS { color:#171b1b;display:block;width:39.5rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:17.9375rem;left:35.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#zF1ZMHaNKPAknKSrSJXKMOqnAiM501uc { box-sizing:content-box;height:33.75rem;width:71.0625rem;position:absolute;display:block;z-index:15002;background-color:#4f111c;background-image:none;top:3.9375rem;left:2.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf { background-color:#345a63;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container { background-color: transparent; background-image: none; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container > .video-iframe-container { display: none; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row > .video-iframe-container { display: none; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .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); }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container { border-width: 0; border-radius: 0; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container { width:75rem;height:48.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#n3yQviiUXRyfmn3JAsRQbanSPNZgk2iF { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#rEgeAd8ee3wMwDwf047X2uS91T5O5ZTr { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35rem;left:38.375rem;height:2.68115rem;text-align:center;text-align-last:center;display:block; }
#RPFwCkA1PPCLySkKibSgy1cPblDWnKq4 { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:38.4375rem;left:35.34375rem;display:block; }
#FnIHMTdNoWoszLruXrpIXcEErnSIWlJN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STvEeOJkSDBHkAWgyLSycAq24Ub1lNdC { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.125rem;left:35.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mMfy8uF9KEBE6WCQZ3QpFDCw1KsGn2JO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:28.5rem;top:6.5rem;left:4.125rem;overflow:hidden;display:block; }
#Hp6Zsc1B09ryZbvGtmk1rh96TQWRDzPq { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:35.1875rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#byWbWPypHAGnxTIg3CqPkZDMkMVAlH75 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:35.375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#KyAmlmCkRFME80rNVhhEQzqSTM0EKRvk { box-sizing:content-box;height:40.375rem;width:71.0625rem;position:absolute;display:block;z-index:15002;background-color:#172d35;background-image:none;top:4.1875rem;left:2rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#NxKZLWUElpc4e2b2AoQvBONqaLINd5Dz { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.375rem;left:35.1875rem;height:14.625rem;text-align:left;text-align-last:left;display:block; }
#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { background-color: transparent; background-image: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container > .video-iframe-container { display: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container { display: none; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .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); }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { border-width: 0; border-radius: 0; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#AXQd7qCEsryAxV9OLqbk802nxdRttM3L { color:#2f2a80;display:block;width:36.3125rem;position:absolute;font-family:ivy-semibold-nowe;font-size:1.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.0615234375rem;left:19.34375rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { position:relative;display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { background-color: transparent; background-image: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container > .video-iframe-container { display: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row > .video-iframe-container { display: none; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .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); }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { border-width: 0; border-radius: 0; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:65.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:60rem;top:0.8955078125rem;left:7.5rem;overflow:hidden;display:block; }
#xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:60rem;top:15.8330078125rem;left:7.5rem;overflow:hidden;display:block; }
#hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:60rem;top:25.2705078125rem;left:7.5rem;overflow:hidden;display:block; }
#UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:60rem;top:54.51708984375rem;left:7.5rem;overflow:hidden;display:block; }
#Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:60rem;top:35.95751953125rem;left:7.5rem;overflow:hidden;display:block; }
#tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:60rem;top:45.2685546875rem;left:7.5rem;overflow:hidden;display:block; }
#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2e9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row .container { background-color: transparent; background-image: none; }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row .container > .video-iframe-container { display: none; }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row > .video-iframe-container { display: none; }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .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); }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row .container { border-width: 0; border-radius: 0; }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#ZX8mklT2Xu54uLWUmaRBRsKRxgSq828Q { color:#2f2a80;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:31.8125rem;height:12.347625rem;text-align:justify;text-align-last:initial;display:block; }
#wuxERUZFmi6LrWqnC3eB3VDh4exJXn2B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#mutNg3K2KD8o8D4K8LO8gD6Owr64S2Ie { color:#2f2a80;display:block;width:43.1875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:31.8125rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#S7xrvAuzoPKhcNOMVx3kdUtoQX7qSgch { color:#2f2a80;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:31.8125rem;height:1.54345625rem;text-align:justify;text-align-last:initial;display:block; }
#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffced5;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row .container { background-color: transparent; background-image: none; }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row .container > .video-iframe-container { display: none; }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row > .video-iframe-container { display: none; }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .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); }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row .container { border-width: 0; border-radius: 0; }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#y9Mxqw2z5CpLkPUd1J3KbV0LMhg5Ip8F { color:#812132;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:10.8041875rem;text-align:justify;text-align-last:initial;display:block; }
#Vf1tvdbkDZND3lsc2GQCpq10liA1Mkau { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:3.25rem;left:46.875rem;overflow:hidden;display:block; }
#DZ6uf2onXkRwRz3EIf2tic4n1lw52LWl { color:#812132;display:block;width:43.1875rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#o9T6xWsOZ3wQUXAHeCFaQ0JFgvGR68Vw { color:#812132;display:block;width:43.1875rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.54345625rem;text-align:justify;text-align-last:initial;display:block; }
#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row .container { background-color: transparent; background-image: none; }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row .container > .video-iframe-container { display: none; }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row > .video-iframe-container { display: none; }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .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); }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row .container { border-width: 0; border-radius: 0; }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#ZPU52pKUiTvbag2J2TyWz7DSuTplDlbu { color:#2b1899;display:block;width:26rem;position:absolute;font-family:barlow;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#aXSO4JkvO6TOwFxyqPp3lb9nf2ehDlGn { color:#2b1899;display:block;width:24.625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#w6kfHsTaZgDUvzpKW1hmGuleSTsM4AXK { color:#2b1899;display:block;width:25.5625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:5.5244125rem;display:block; }
#kTVr7AuaX1F7VG3iqTo04fTlMOaNuVI4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:46.875rem;top:2.78125rem;left:28.125rem;overflow:hidden;display:block; }
#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#18194a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row .container { background-color: transparent; background-image: none; }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row .container > .video-iframe-container { display: none; }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row > .video-iframe-container { display: none; }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .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); }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row .container { border-width: 0; border-radius: 0; }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#l2JVPOnwKlfEWk1wBsPkMbUqO6Wmy0vD { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.25rem;left:40.25rem;display:block; }
#z1ZfhJDwqCrOV293EafXIt49DWn0SIG4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWPZVRcGxMfq2Df5i5nKMbhkIOpa2rIa { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:48.34326171875rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#ufr3DUxTVBhfo9cLuRvGHpfkUdtmx20L { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.375rem;left:35.6875rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#DqiXrLWzgANprAI4BxPZl46dCXMf47Dr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.5) ;height:21rem;width:21rem;top:4.0625rem;left:6.75rem;overflow:hidden;display:block; }
#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row .container { background-color: transparent; background-image: none; }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row .container > .video-iframe-container { display: none; }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row > .video-iframe-container { display: none; }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .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); }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row .container { border-width: 0; border-radius: 0; }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f111c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row .container { background-color: transparent; background-image: none; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row .container > .video-iframe-container { display: none; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row > .video-iframe-container { display: none; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .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); }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row .container { border-width: 0; border-radius: 0; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#I2vKkA3ZB93LgrQRDf1FcaMc3X9LV7yn { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.1875rem;left:41.875rem;display:block; }
#XItTATAMPHe6Epa6raRBSKa8iJgFqKqi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qx9HnIBmBUnUoAKXTJe3DpMms2FBgS9T { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.3125rem;left:49.9375rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#uhQvyL6fPWw4G6UXXKHuIK35TyiKN2rM { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.75rem;left:37.25rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#H1mBPvxeRzgfkbRTVKGyfcNlx5ce6TE9 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.23) ;height:21rem;width:21rem;top:3.6875rem;left:6.5625rem;overflow:hidden;display:block; }
#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row .container { background-color: transparent; background-image: none; }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row .container > .video-iframe-container { display: none; }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row > .video-iframe-container { display: none; }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .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); }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row .container { border-width: 0; border-radius: 0; }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#172d35;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row .container { background-color: transparent; background-image: none; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row .container > .video-iframe-container { display: none; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row > .video-iframe-container { display: none; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .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); }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row .container { border-width: 0; border-radius: 0; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#gLvaHcU0i2XxERCAOLKBFLfdDlsGDAUV { background-color:#c83238;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.9375rem;left:40.5rem;display:block; }
#FWEU5Jh5gfhXw3Dz4XTKb663f2IyV89W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0AdWrK8h0IPZ3t7dHAPTOCSdKHdyedB { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.3125rem;left:48.5625rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#C8x7PW8Rbfwix72hltBE8Z28DO8Qcxsy { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6rem;left:35.875rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#IFHZ91V7DdRsGh4OmBmNTRgIUA1pNvnE { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.23) ;height:21rem;width:21rem;top:3.6875rem;left:6.5625rem;overflow:hidden;display:block; }
#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { background-color: transparent; background-image: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { display: none; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .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); }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { border-width: 0; border-radius: 0; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { font-size:0.875rem;font-family:"open sans";height:17.875rem;width:75rem;position:relative;display:block; }#hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { color:#2f2a80;display:block;width:23.4375rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:25.75rem;height:9.09864375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#KielANdqOZXgdbIAMtTZ21ggpe99XvOK { color:#000000;display:block;width:13.25rem;position:absolute;font-family:barlow;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.216796875rem;left:54.25rem;height:1.38093125rem;text-align:center;text-align-last:center;display:block; }
#waXDvruWctg2L22T2Vdn3za9t4tOeyZq { color:#2f2a80;display:block;width:12.5rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6484375rem;left:55.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.8125rem;top:5.404296875rem;left:4.75rem;overflow:hidden;display:block; }
#LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.6875rem;top:5.404296875rem;left:13.75rem;overflow:hidden;display:block; }
#RpE2fE12MpTO7urldvgBsil0FNN23rmE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.375rem;top:11.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.75rem;top:8.998046875rem;left:8.25rem;overflow:hidden;display:block; }
#o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.0625rem;top:11.3125rem;left:14.21875rem;overflow:hidden;display:block; }
#zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { position:absolute;display:block;z-index:15001;height:2.0625rem;width:14.1875rem;top:11.0625rem;left:60.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wIksKiazQhpEtveIKi09r2PcUKISNxIS { display:block; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3QHdNzdcsSsDnhQVfr5Z96fR0fr8V7b { width:8.25rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5kSbsJvT7AkrkZSbC54Inh8Fszp3aRs { width:14.8125rem;height:4.875rem;top:1.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKv8X8VZ5LDgKKXuvQ6vIvZPEO4CfNfL { width:10.3125rem;height:4.3125rem;top:1.75rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i { display:block; }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jccg91XLDhfh3LWH5Jz4DBFV0LolcPhX { width:46.375rem;height:9.6875rem;top:3.9375rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOd2tUKlBykQbh3dZhiRaJaSfQM7PwGy { width:36rem;height:1.9375rem;top:15.9375rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6HGkNmSkW8Lsg15yPOfJ86ei49BxKzd { width:15.3125rem;height:21.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tECE96Defd4AScf4fHOJHeguUyH6pPQT { display:block; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1h8RepbDoCSNoIasIyFObPv1USW2cOD { width:47.75rem;height:6.0625rem;top:1.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7CkXwWscbiruyzoJ9Q3CpMvsI2X5AU { width:30.125rem;height:12rem;top:9.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG { display:block; }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmFrRBckH3hcTDanoV5ZIqLDMNpiMQIB { width:47.75rem;height:3.6875rem;top:3rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhhkG34TMTaTWltITUkkEOTVGPuCrNM { width:47.75rem;height:8.875rem;top:13.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp9PyRRkwRALzGQWSrZaGs9GyvbtJPJP { width:47.75rem;height:2.5625rem;top:9.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED { display:none; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zXAyngn9fKNvsx5wNP2ILiTigLHTWGDS { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVGy5aU8Xpus9g851T54gTbu3xSwaLHg { width:8.75rem;height:2.625rem;top:34rem;left:27.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLT31HehlJBubugPopwI1JFvPgKnm7b { width:14.8125rem;height:2.75rem;top:37.375rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCJtfVpTB1atHVUHE70cfaPczOTa9PF4 { display:block; }
 }@media only screen and (max-width: 763px) { #BxqOqiCrSHqQRkJCaJfUMzTLkSS34gH8 { width:22.75rem;height:1.1875rem;top:31.625rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es1If0yoJvEvvHEkd9HtS4eBm8RZgJu0 { width:28.5625rem;height:28.5625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFIQyqSkSTsCrTsFfTOexAovMU9AnbiJ { width:34.8125rem;height:11.375rem;top:9.9375rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1GVRcf2iq4iwa1TJaCWSAeF3hCQ37zL { width:34.4375rem;height:2.625rem;top:6.1875rem;left:13.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPR1GOtXzzuPkyf2x7lcDE56NcK42d4 { width:36.5rem;height:5.0625rem;top:22.3125rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHxpV00NbR5lH5kPhvbspx3otIuu8oL { width:39.5rem;height:1.6875rem;top:28.0625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d30PZ19z4FREuvHZmARgqdwPEW2io6LQ { width:47.75rem;height:39.375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 { display:none; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zoW282HGxs3JJgrgB1hSxymzqntTgISX { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nl5KuKuphEZ6EuZZRDPRxbD1SpxaaLeJ { width:8.75rem;height:2.625rem;top:25.3125rem;left:27.96875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mfc8RZ9mwvZmmvgfQeRiWDxSVT0b2y { width:14.8125rem;height:2.75rem;top:28.6875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEduTMehaB8sBKTfs1UUMTRnLtBuQIJh { display:block; }
 }@media only screen and (max-width: 763px) { #CzF5GrVqizDT0yy1u3SZJrfltQ0pfnNU { width:22.75rem;height:1.1875rem;top:22.0625rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp6P6ryPCL0w7xegbWn2Zqb5nHpd8Ic6 { width:28.5625rem;height:28.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNqF9PKTutDoca2U6mDki9b8l7HTBaT4 { width:34.8125rem;height:6.5rem;top:10rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUVkDv2xFJpXOgMn2BWSTwJ00QIIRmE5 { width:34.4375rem;height:2.625rem;top:6.25rem;left:13.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOaHVmV30nOxW8EaFhalb5rE1KRJGysS { width:39.5rem;height:1.6875rem;top:17.9375rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF1ZMHaNKPAknKSrSJXKMOqnAiM501uc { width:47.75rem;height:33.75rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf { display:none; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n3yQviiUXRyfmn3JAsRQbanSPNZgk2iF { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEgeAd8ee3wMwDwf047X2uS91T5O5ZTr { width:8.75rem;height:2.625rem;top:35rem;left:24.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPFwCkA1PPCLySkKibSgy1cPblDWnKq4 { width:14.8125rem;height:2.75rem;top:38.4375rem;left:21.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnIHMTdNoWoszLruXrpIXcEErnSIWlJN { display:block; }
 }@media only screen and (max-width: 763px) { #STvEeOJkSDBHkAWgyLSycAq24Ub1lNdC { width:22.75rem;height:1.1875rem;top:33.125rem;left:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMfy8uF9KEBE6WCQZ3QpFDCw1KsGn2JO { width:28.5rem;height:28.5rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp6Zsc1B09ryZbvGtmk1rh96TQWRDzPq { width:34.8125rem;height:4.875rem;top:10.25rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byWbWPypHAGnxTIg3CqPkZDMkMVAlH75 { width:34.4375rem;height:2.625rem;top:6.5rem;left:13.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyAmlmCkRFME80rNVhhEQzqSTM0EKRvk { width:47.75rem;height:40.375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxKZLWUElpc4e2b2AoQvBONqaLINd5Dz { width:34.8125rem;height:14.625rem;top:16.375rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQd7qCEsryAxV9OLqbk802nxdRttM3L { width:36.3125rem;height:5rem;top:3rem;left:5.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { width:47.75rem;height:11.887760416667rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { width:47.75rem;height:7.5106770833331rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { width:47.75rem;height:8.50546875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { width:47.75rem;height:7.8588541666669rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { width:47.75rem;height:7.4111979166669rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { width:47.75rem;height:7.3614583333331rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t { display:block; }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX8mklT2Xu54uLWUmaRBRsKRxgSq828Q { width:43.1875rem;height:12.3125rem;top:14.6875rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuxERUZFmi6LrWqnC3eB3VDh4exJXn2B { width:28.125rem;height:28.125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mutNg3K2KD8o8D4K8LO8gD6Owr64S2Ie { width:43.1875rem;height:3.25rem;top:9.0625rem;left:4.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7xrvAuzoPKhcNOMVx3kdUtoQX7qSgch { width:43.1875rem;height:1.5rem;top:7.5625rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elB5xcXN2XHIAB07C9wqcX67hCqIvyTb { display:block; }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9Mxqw2z5CpLkPUd1J3KbV0LMhg5Ip8F { width:43.1875rem;height:10.75rem;top:14.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf1tvdbkDZND3lsc2GQCpq10liA1Mkau { width:28.125rem;height:28.125rem;top:3.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ6uf2onXkRwRz3EIf2tic4n1lw52LWl { width:43.1875rem;height:3.25rem;top:9.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9T6xWsOZ3wQUXAHeCFaQ0JFgvGR68Vw { width:43.1875rem;height:1.5rem;top:7.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uciqAonCC1GzI3kpULS4mDiVzcuxTie7 { display:block; }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPU52pKUiTvbag2J2TyWz7DSuTplDlbu { width:26rem;height:5.3125rem;top:13.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXSO4JkvO6TOwFxyqPp3lb9nf2ehDlGn { width:24.625rem;height:2.875rem;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6kfHsTaZgDUvzpKW1hmGuleSTsM4AXK { width:25.5625rem;height:5.5rem;top:6.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVr7AuaX1F7VG3iqTo04fTlMOaNuVI4 { width:46.875rem;height:26.5rem;top:2.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh { display:block; }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2JVPOnwKlfEWk1wBsPkMbUqO6Wmy0vD { width:24.5625rem;height:3.4375rem;top:18.25rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZfhJDwqCrOV293EafXIt49DWn0SIG4 { display:block; }
 }@media only screen and (max-width: 763px) { #SWPZVRcGxMfq2Df5i5nKMbhkIOpa2rIa { width:8.4375rem;height:3.0625rem;top:13.9375rem;left:34.71826171875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufr3DUxTVBhfo9cLuRvGHpfkUdtmx20L { width:33.75rem;height:3.125rem;top:7.375rem;left:14rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqiXrLWzgANprAI4BxPZl46dCXMf47Dr { width:21rem;height:21rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu { display:block; }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl { display:block; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2vKkA3ZB93LgrQRDf1FcaMc3X9LV7yn { width:24.5625rem;height:3.4375rem;top:18.1875rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XItTATAMPHe6Epa6raRBSKa8iJgFqKqi { display:block; }
 }@media only screen and (max-width: 763px) { #Qx9HnIBmBUnUoAKXTJe3DpMms2FBgS9T { width:8.4375rem;height:3.0625rem;top:13.3125rem;left:36.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhQvyL6fPWw4G6UXXKHuIK35TyiKN2rM { width:33.75rem;height:3.125rem;top:6.75rem;left:14rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1mBPvxeRzgfkbRTVKGyfcNlx5ce6TE9 { width:21rem;height:21rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS { display:block; }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xX6AvMnJoprWASnm8p58TZEmMQafAl7B { display:block; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLvaHcU0i2XxERCAOLKBFLfdDlsGDAUV { width:24.5625rem;height:3.4375rem;top:18.9375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWEU5Jh5gfhXw3Dz4XTKb663f2IyV89W { display:block; }
 }@media only screen and (max-width: 763px) { #k0AdWrK8h0IPZ3t7dHAPTOCSdKHdyedB { width:8.4375rem;height:3.0625rem;top:13.3125rem;left:34.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8x7PW8Rbfwix72hltBE8Z28DO8Qcxsy { width:33.75rem;height:3.125rem;top:6rem;left:14rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFHZ91V7DdRsGh4OmBmNTRgIUA1pNvnE { width:21rem;height:21rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:23.4375rem;height:9.0625rem;top:5.1875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.4375rem;top:2.5625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.375rem;top:5.1875rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.4375rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.1875rem;height:1.4375rem;top:2.625rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.25rem;height:3.1926605504587rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.5140186915888rem;top:5.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:5.375rem;height:3.6875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:8.75rem;height:1.5625rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:11.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:14.1875rem;height:2.0625rem;top:11.0625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wIksKiazQhpEtveIKi09r2PcUKISNxIS { position:relative;z-index:auto;background-color:rgba(244,247,235,0.9);background-image:none;display:block; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container { background-color: transparent; background-image: none; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container > .video-iframe-container { display: none; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row > .video-iframe-container { display: none; }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .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); }#wIksKiazQhpEtveIKi09r2PcUKISNxIS > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3QHdNzdcsSsDnhQVfr5Z96fR0fr8V7b { width:8.25rem;height:4.625rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5kSbsJvT7AkrkZSbC54Inh8Fszp3aRs { width:9.8125rem;height:3.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKv8X8VZ5LDgKKXuvQ6vIvZPEO4CfNfL { width:8.75rem;height:3.5625rem;top:1.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i { display:block; }#hoOzSDbZ973JcT9FIimJkzxbo8TTwo9i > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jccg91XLDhfh3LWH5Jz4DBFV0LolcPhX { width:20rem;height:14.625rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOd2tUKlBykQbh3dZhiRaJaSfQM7PwGy { width:20rem;height:1.625rem;top:18.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6HGkNmSkW8Lsg15yPOfJ86ei49BxKzd { width:12.9375rem;height:18.5rem;top:21.75rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tECE96Defd4AScf4fHOJHeguUyH6pPQT { position:relative;z-index:auto;background-color:rgba(244,247,235,0.9);background-image:none;display:block; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container { background-color: transparent; background-image: none; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container > .video-iframe-container { display: none; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row > .video-iframe-container { display: none; }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .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); }#tECE96Defd4AScf4fHOJHeguUyH6pPQT > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1h8RepbDoCSNoIasIyFObPv1USW2cOD { width:20rem;height:6.75rem;top:2.5185546875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JN7CkXwWscbiruyzoJ9Q3CpMvsI2X5AU { width:20rem;height:7.9375rem;top:11.505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG { display:block; }#DtdXk4Wdg0yAK1e8UWyDoVNon9BE98JG > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmFrRBckH3hcTDanoV5ZIqLDMNpiMQIB { width:20rem;height:6.173825rem;top:2.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhhhkG34TMTaTWltITUkkEOTVGPuCrNM { width:20rem;height:12.34765rem;top:15.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vp9PyRRkwRALzGQWSrZaGs9GyvbtJPJP { width:20rem;height:3.8994125rem;top:10.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED { background-color:#2f2a80;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container { background-color: transparent; background-image: none; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container > .video-iframe-container { display: none; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row > .video-iframe-container { display: none; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .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); }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container { border-width: 0; border-radius: 0; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l5HIiKLAq0cHx1JPpWuFG8uhSRF8wTED > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXAyngn9fKNvsx5wNP2ILiTigLHTWGDS { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #iVGy5aU8Xpus9g851T54gTbu3xSwaLHg { width:8.75rem;height:2.5996125rem;top:66.6875rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkLT31HehlJBubugPopwI1JFvPgKnm7b { width:14.8125rem;height:2.75rem;top:70.0625rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCJtfVpTB1atHVUHE70cfaPczOTa9PF4 { display:block; }
 }@media only screen and (max-width: 763px) { #BxqOqiCrSHqQRkJCaJfUMzTLkSS34gH8 { width:20rem;height:2.5996125rem;top:62.4375rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Es1If0yoJvEvvHEkd9HtS4eBm8RZgJu0 { width:16.75rem;height:16.75rem;top:3.54541015625rem;left:1.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFIQyqSkSTsCrTsFfTOexAovMU9AnbiJ { width:16.875rem;height:22.75rem;top:24.8623046875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1GVRcf2iq4iwa1TJaCWSAeF3hCQ37zL { width:16.875rem;height:2.5996125rem;top:21.61328125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqPR1GOtXzzuPkyf2x7lcDE56NcK42d4 { width:16.875rem;height:8.7744375rem;top:49.11181640625rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ifHxpV00NbR5lH5kPhvbspx3otIuu8oL { width:16.875rem;height:1.4624rem;top:59.04833984375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d30PZ19z4FREuvHZmARgqdwPEW2io6LQ { width:20rem;height:75.375rem;top:1.35693359375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 { background-color:#812132;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container { background-color: transparent; background-image: none; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container > .video-iframe-container { display: none; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row > .video-iframe-container { display: none; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .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); }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container { border-width: 0; border-radius: 0; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JN1VSsT7qANcDTgfmnp9OF4Q84ks9VA3 > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zoW282HGxs3JJgrgB1hSxymzqntTgISX { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #nl5KuKuphEZ6EuZZRDPRxbD1SpxaaLeJ { width:8.75rem;height:2.5996125rem;top:49.625rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7mfc8RZ9mwvZmmvgfQeRiWDxSVT0b2y { width:14.8125rem;height:2.75rem;top:53.875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEduTMehaB8sBKTfs1UUMTRnLtBuQIJh { display:block; }
 }@media only screen and (max-width: 763px) { #CzF5GrVqizDT0yy1u3SZJrfltQ0pfnNU { width:20rem;height:2.5996125rem;top:45.6875rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Rp6P6ryPCL0w7xegbWn2Zqb5nHpd8Ic6 { width:16.75rem;height:16.75rem;top:3.54541015625rem;left:1.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNqF9PKTutDoca2U6mDki9b8l7HTBaT4 { width:16.875rem;height:11.375rem;top:26.1748046875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUVkDv2xFJpXOgMn2BWSTwJ00QIIRmE5 { width:16.875rem;height:2.5996125rem;top:21.61328125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOaHVmV30nOxW8EaFhalb5rE1KRJGysS { width:16.875rem;height:1.4624rem;top:41.9375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zF1ZMHaNKPAknKSrSJXKMOqnAiM501uc { width:20rem;height:59.8125rem;top:1.35693359375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf { background-color:#345a63;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container { background-color: transparent; background-image: none; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container > .video-iframe-container { display: none; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row > .video-iframe-container { display: none; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .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); }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container { border-width: 0; border-radius: 0; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K2r5WdwFNAfL6osrc5TBB4ahkzwM2Maf > .row .container { width:20rem;height:90.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3yQviiUXRyfmn3JAsRQbanSPNZgk2iF { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #rEgeAd8ee3wMwDwf047X2uS91T5O5ZTr { width:8.75rem;height:2.5996125rem;top:74.75rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPFwCkA1PPCLySkKibSgy1cPblDWnKq4 { width:14.8125rem;height:2.75rem;top:78.6875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnIHMTdNoWoszLruXrpIXcEErnSIWlJN { display:block; }
 }@media only screen and (max-width: 763px) { #STvEeOJkSDBHkAWgyLSycAq24Ub1lNdC { width:17.625rem;height:2.5996125rem;top:69.875rem;left:1.1875rem;font-size:1rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMfy8uF9KEBE6WCQZ3QpFDCw1KsGn2JO { width:16.75rem;height:16.75rem;top:3.54541015625rem;left:1.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp6Zsc1B09ryZbvGtmk1rh96TQWRDzPq { width:16.875rem;height:9.75rem;top:25.8125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byWbWPypHAGnxTIg3CqPkZDMkMVAlH75 { width:16.875rem;height:2.5996125rem;top:21.61328125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyAmlmCkRFME80rNVhhEQzqSTM0EKRvk { width:20rem;height:85rem;top:1.35693359375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NxKZLWUElpc4e2b2AoQvBONqaLINd5Dz { width:17.1875rem;height:30.875rem;top:36.875rem;left:1.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR { display:block; }#KvfnXmTAqCFDUHsxto1swX4fZnPLNeFR > .row .container { width:20rem;height:7.56884765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXQd7qCEsryAxV9OLqbk802nxdRttM3L { width:20rem;height:5.361325rem;top:2.25634765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy { display:block; }#NInlJeZ9pvgkJQymcBu3ZqaUbOUK8boy > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFuDi1GKta0qgq5ML3GEGs2VMzPZTvry { width:20rem;height:4.9791666666667rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdewNmffHQhomd5KrwXyZF8iw8CgnlQ { width:20rem;height:3.1458333333333rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcL1HpVRDqnql1fCUWaymeDIcq0rZE3 { width:20rem;height:3.5625rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDRoQVPlUTra95TRawXzJ6th0UyG7R5 { width:20rem;height:3.2916666666667rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh14Fz0LTNN7of3UDwF2mOTxD2G1Tckf { width:20rem;height:3.1041666666667rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdBXZFkNcF49iQLMlQGS7XwtIN99Mp3N { width:20rem;height:3.0833333333333rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t { display:block; }#TRIlqdQEIaeHzzIiLR1tiNSdRBHOqn3t > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZX8mklT2Xu54uLWUmaRBRsKRxgSq828Q { width:20rem;height:20.712875rem;top:28.980475rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuxERUZFmi6LrWqnC3eB3VDh4exJXn2B { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mutNg3K2KD8o8D4K8LO8gD6Owr64S2Ie { width:20rem;height:2.5996125rem;top:25.1308625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7xrvAuzoPKhcNOMVx3kdUtoQX7qSgch { width:20rem;height:1.3808625rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elB5xcXN2XHIAB07C9wqcX67hCqIvyTb { display:block; }#elB5xcXN2XHIAB07C9wqcX67hCqIvyTb > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9Mxqw2z5CpLkPUd1J3KbV0LMhg5Ip8F { width:20rem;height:17.9511875rem;top:28.980475rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf1tvdbkDZND3lsc2GQCpq10liA1Mkau { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ6uf2onXkRwRz3EIf2tic4n1lw52LWl { width:20rem;height:2.5996125rem;top:25.1308625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9T6xWsOZ3wQUXAHeCFaQ0JFgvGR68Vw { width:20rem;height:1.3808625rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uciqAonCC1GzI3kpULS4mDiVzcuxTie7 { display:block; }#uciqAonCC1GzI3kpULS4mDiVzcuxTie7 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPU52pKUiTvbag2J2TyWz7DSuTplDlbu { width:20rem;height:4.63036875rem;top:9.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXSO4JkvO6TOwFxyqPp3lb9nf2ehDlGn { width:20rem;height:4.142575rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6kfHsTaZgDUvzpKW1hmGuleSTsM4AXK { width:20rem;height:4.7119125rem;top:2.8125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTVr7AuaX1F7VG3iqTo04fTlMOaNuVI4 { width:20rem;height:11.375rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh { display:block; }#krFU0LBbvdRJr8UJ9FvDyL0zTwDptJTh > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2JVPOnwKlfEWk1wBsPkMbUqO6Wmy0vD { width:20rem;height:3.4375rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1ZfhJDwqCrOV293EafXIt49DWn0SIG4 { display:block; }
 }@media only screen and (max-width: 763px) { #SWPZVRcGxMfq2Df5i5nKMbhkIOpa2rIa { width:8.4375rem;height:2.5996125rem;top:26.125rem;left:5.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufr3DUxTVBhfo9cLuRvGHpfkUdtmx20L { width:20rem;height:2.51855625rem;top:1.923828125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqiXrLWzgANprAI4BxPZl46dCXMf47Dr { width:15.9375rem;height:15.9375rem;top:7.5625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu { display:block; }#umffHC3hZlEHd4kibrKHOTgmmEWq6Jvu > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl { display:block; }#zLU9iwwJULfzQXyJMh8pk1vCtEDxylHl > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2vKkA3ZB93LgrQRDf1FcaMc3X9LV7yn { width:20rem;height:3.4375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XItTATAMPHe6Epa6raRBSKa8iJgFqKqi { display:block; }
 }@media only screen and (max-width: 763px) { #Qx9HnIBmBUnUoAKXTJe3DpMms2FBgS9T { width:8.4375rem;height:2.5996125rem;top:24.0625rem;left:5.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhQvyL6fPWw4G6UXXKHuIK35TyiKN2rM { width:20rem;height:2.51855625rem;top:2.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1mBPvxeRzgfkbRTVKGyfcNlx5ce6TE9 { width:13rem;height:13rem;top:8rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS { display:block; }#ImniGt8FUhEUbOX7A3szCnb1lD5pQnIS > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xX6AvMnJoprWASnm8p58TZEmMQafAl7B { display:block; }#xX6AvMnJoprWASnm8p58TZEmMQafAl7B > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLvaHcU0i2XxERCAOLKBFLfdDlsGDAUV { width:20rem;height:3.4375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWEU5Jh5gfhXw3Dz4XTKb663f2IyV89W { display:block; }
 }@media only screen and (max-width: 763px) { #k0AdWrK8h0IPZ3t7dHAPTOCSdKHdyedB { width:8.4375rem;height:2.5996125rem;top:24.4375rem;left:5.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8x7PW8Rbfwix72hltBE8Z28DO8Qcxsy { width:20rem;height:2.51855625rem;top:3.048828125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFHZ91V7DdRsGh4OmBmNTRgIUA1pNvnE { width:13rem;height:13rem;top:8.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp { display:block; }#Wu0BLN9A8sPTlC3p5pskTPZUfdZ7CDfp > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePhDuO7FkIQZ5AytumC0hQWkMDfXTUt { width:20rem;height:9.09864375rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHdriO4vfmp3NOm0TSZDwgGWy0sucTiU { width:12.5rem;height:1.381225rem;top:14.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KielANdqOZXgdbIAMtTZ21ggpe99XvOK { width:13.25rem;height:1.2999125rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waXDvruWctg2L22T2Vdn3za9t4tOeyZq { width:12.5rem;height:1.381225rem;top:1.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NQ6za98eQn4OzOVl4t3HoB4HWWSHFt { width:10.125rem;height:1.381225rem;top:27rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJILRO2HuhRr4lpruBPHTMf1pOGWEZi8 { width:7.3125rem;height:3.1875rem;top:3.375rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LHS2J5cxh5DUXyvvp1tZ9Z5FH9ML5h0I { width:8rem;height:3.4375rem;top:3.25rem;left:10.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RpE2fE12MpTO7urldvgBsil0FNN23rmE { width:4.875rem;height:3.375rem;top:9.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3GI3PuFKunFuU63QRTCQIcC8wWbD475 { width:9.9375rem;height:1.8125rem;top:7rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MzoeOBI4wX4eHwaZ3Kf8v8LnLfVSGV { width:7.0625rem;height:2.8125rem;top:9.71875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEdafZkrKWtzUgcZ2JTlz37nxtw7wwgM { width:3.9375rem;height:2.1875rem;top:1.59375rem;left:16.0625rem;display:block; }
 }